We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b79af commit 30a6644Copy full SHA for 30a6644
clang/test/Interpreter/pretty-print.cpp
@@ -1,6 +1,7 @@
1
// RUN: clang-repl "int i = 10;" 'extern "C" int printf(const char*,...);' \
2
// RUN: 'auto r1 = printf("i = %d\n", i);' | FileCheck --check-prefix=CHECK-DRIVER %s
3
-// UNSUPPORTED: system-aix
+// The test is flaky with asan https://github.com/llvm/llvm-project/pull/148701.
4
+// UNSUPPORTED: system-aix, asan
5
// CHECK-DRIVER: i = 10
6
// RUN: cat %s | clang-repl -Xcc -std=c++11 -Xcc -fno-delayed-template-parsing | FileCheck %s
7
extern "C" int printf(const char*,...);
0 commit comments