[clang] [Interp] Mark the test unsupported with Asan (PR #102859)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 12 12:38:23 PDT 2024
https://github.com/vitalybuka updated https://github.com/llvm/llvm-project/pull/102859
>From fcf5476d8e8ef543a50d33b379c79e761374b9ee Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Mon, 12 Aug 2024 00:42:28 -0700
Subject: [PATCH 1/2] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?=
=?UTF-8?q?itial=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Created using spr 1.3.4
---
clang/test/Interpreter/const.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/clang/test/Interpreter/const.cpp b/clang/test/Interpreter/const.cpp
index 57fd880400e6a1..6cafc777c626e7 100644
--- a/clang/test/Interpreter/const.cpp
+++ b/clang/test/Interpreter/const.cpp
@@ -2,6 +2,9 @@
// see https://github.com/llvm/llvm-project/issues/68092
// XFAIL: host={{.*}}-windows-msvc
+// The test is flaky with asan.
+// UNSUPPORTED: asan
+
// RUN: cat %s | clang-repl | FileCheck %s
// RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s
>From 050816c6d2963c36ae28b34296b8efa4716c4c5b Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Mon, 12 Aug 2024 12:38:16 -0700
Subject: [PATCH 2/2] Update const.cpp
---
clang/test/Interpreter/const.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clang/test/Interpreter/const.cpp b/clang/test/Interpreter/const.cpp
index 6cafc777c626e7..52be75e09ade74 100644
--- a/clang/test/Interpreter/const.cpp
+++ b/clang/test/Interpreter/const.cpp
@@ -2,7 +2,7 @@
// see https://github.com/llvm/llvm-project/issues/68092
// XFAIL: host={{.*}}-windows-msvc
-// The test is flaky with asan.
+// The test is flaky with asan https://github.com/llvm/llvm-project/issues/102858.
// UNSUPPORTED: asan
// RUN: cat %s | clang-repl | FileCheck %s
More information about the cfe-commits
mailing list