[clang] [analyzer] Disable a flaky test while triaging why its flaky (PR #127034)

via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 13 01:39:54 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang-static-analyzer-1

Author: Balazs Benics (steakhal)

<details>
<summary>Changes</summary>

I had previous attempts for fixing this flaky test. Let's admit I failed so far, and disable this until we have a permanent fix.

See the discussion at:
https://github.com/llvm/llvm-project/pull/126913#issuecomment-2655850766

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


1 Files Affected:

- (modified) clang/test/Analysis/live-stmts.cpp (+3) 


``````````diff
diff --git a/clang/test/Analysis/live-stmts.cpp b/clang/test/Analysis/live-stmts.cpp
index 8034d3a30436e..795302f7b4f52 100644
--- a/clang/test/Analysis/live-stmts.cpp
+++ b/clang/test/Analysis/live-stmts.cpp
@@ -1,3 +1,6 @@
+// Disabling this flaky test, see https://github.com/llvm/llvm-project/pull/126913#issuecomment-2655850766
+// UNSUPPORTED: *
+
 // RUN: %clang_analyze_cc1 -w -analyzer-checker=debug.DumpLiveExprs %s 2>&1\
 // RUN:   | FileCheck %s
 

``````````

</details>


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


More information about the cfe-commits mailing list