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

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


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

None

>From ca713312086af52124108251bedded8aca4dd834 Mon Sep 17 00:00:00 2001
From: Qinkun Bao <qinkun at google.com>
Date: Wed, 23 Jul 2025 19:27:50 +0000
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?=
 =?UTF-8?q?l=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Created using spr 1.3.6
---
 clang/test/Interpreter/pretty-print.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the cfe-commits mailing list