Skip to content

Commit 7127c37

Browse files
qinkunbaogithub-actions[bot]
authored andcommitted
Automerge: [clang-repl] Disable new test after #148701 (#150294)
llvm/llvm-project#148701 adds new tests. However, these tests never pass on msan buildbots. https://lab.llvm.org/buildbot/#/builders/94/builds/9132 https://lab.llvm.org/buildbot/#/builders/94/builds/9131 https://lab.llvm.org/buildbot/#/builders/94/builds/9130
2 parents 3940044 + 1b7aa4e commit 7127c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Interpreter/pretty-print.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: cat %s | clang-repl -Xcc -xc | FileCheck %s
44
// RUN: cat %s | clang-repl -Xcc -std=c++11 | FileCheck %s
55

6-
// UNSUPPORTED: hwasan
6+
// UNSUPPORTED: hwasan, msan
77

88

99
char c = 'a'; c

0 commit comments

Comments
 (0)