[clang] [clang-repl] Disable new test after #148701 (PR #150294)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 23 12:28:35 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Qinkun Bao (qinkunbao)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/150294.diff


1 Files Affected:

- (modified) clang/test/Interpreter/pretty-print.c (+1-1) 


``````````diff
diff --git a/clang/test/Interpreter/pretty-print.c b/clang/test/Interpreter/pretty-print.c
index 56488a164719b..3648e8970b6f0 100644
--- a/clang/test/Interpreter/pretty-print.c
+++ b/clang/test/Interpreter/pretty-print.c
@@ -3,7 +3,7 @@
 // RUN: cat %s | clang-repl -Xcc -xc  | FileCheck %s
 // RUN: cat %s | clang-repl -Xcc -std=c++11 | FileCheck %s
 
-// UNSUPPORTED: hwasan
+// UNSUPPORTED: hwasan, asan
 
 
 char c = 'a'; c

``````````

</details>


https://github.com/llvm/llvm-project/pull/150294


More information about the cfe-commits mailing list