Skip to content

Commit

Permalink
Revert "Reapply [clang-repl] [test] Make an XFAIL more precise (#70991)"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mstorsjo committed Nov 3, 2023
1 parent da5b382 commit 89a336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Interpreter/const.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// UNSUPPORTED: system-aix
// see https://github.com/llvm/llvm-project/issues/68092
// XFAIL: target={{.*}}-windows-msvc, target={{.*}}-ps4, target={{.*}}-ps5
// XFAIL: system-windows

// RUN: cat %s | clang-repl | FileCheck %s
// RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s
Expand Down

0 comments on commit 89a336a

Please sign in to comment.