Skip to content

Commit ba40053

Browse files
authored
[Interp] Mark the test unsupported with Asan (#102859)
It's very flaky recently. 10 bulds are OK, then 3 failed: https://lab.llvm.org/buildbot/#/builders/52/builds/1524 https://lab.llvm.org/buildbot/#/builders/52/builds/1525 https://lab.llvm.org/buildbot/#/builders/52/builds/1526 then 3 OK https://lab.llvm.org/buildbot/#/builders/52/builds/1531 https://lab.llvm.org/buildbot/#/builders/52/builds/1532 then 2 green again We need to stop to spam blame list by disabling the test, and investigate later if Asan is valuable for the test. Issue #102858
1 parent 246f345 commit ba40053

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
@@ -2,6 +2,9 @@
22
// see https://github.com/llvm/llvm-project/issues/68092
33
// XFAIL: host={{.*}}-windows-msvc
44

5+
// The test is flaky with asan https://github.com/llvm/llvm-project/issues/102858.
6+
// UNSUPPORTED: asan
7+
58
// RUN: cat %s | clang-repl | FileCheck %s
69
// RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s
710

0 commit comments

Comments
 (0)