Skip to content

Commit 4812eec

Browse files
committed
[clang-repl] XFAIL new const.cpp test on Windows
Still failing after the previous commit: https://lab.llvm.org/buildbot/#/builders/216/builds/28268
1 parent 00396e6 commit 4812eec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/Interpreter/const.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// UNSUPPORTED: system-aix
2+
// see https://github.com/llvm/llvm-project/issues/68092
3+
// XFAIL: system-windows
4+
25
// RUN: cat %s | clang-repl | FileCheck %s
36
// RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s
47

0 commit comments

Comments
 (0)