Skip to content

Commit 89a336a

Browse files
committed
Revert "Reapply [clang-repl] [test] Make an XFAIL more precise (#70991)"
This reverts commit e9db60c. This was still failing (unexpectedly passing) on some Sony PS buildbots. The issue is that the clang-repl testcases don't depend on what the default target triple is, but what the host triple is, which is used for JIT purposes.
1 parent da5b382 commit 89a336a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Interpreter/const.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// UNSUPPORTED: system-aix
22
// see https://github.com/llvm/llvm-project/issues/68092
3-
// XFAIL: target={{.*}}-windows-msvc, target={{.*}}-ps4, target={{.*}}-ps5
3+
// XFAIL: system-windows
44

55
// RUN: cat %s | clang-repl | FileCheck %s
66
// RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s

0 commit comments

Comments
 (0)