[clang] [Interp] Mark the test unsupported with Asan (PR #102859)

via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 12 00:43:15 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Vitaly Buka (vitalybuka)

<details>
<summary>Changes</summary>

It's very flaky recently.

Issue #<!-- -->102858


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


1 Files Affected:

- (modified) clang/test/Interpreter/const.cpp (+3) 


``````````diff
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
 

``````````

</details>


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


More information about the cfe-commits mailing list