[clang] b88c5d6 - [analyzer] Disable a flaky test while triaging why its flaky (#127034)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 13 01:55:11 PST 2025
Author: Balazs Benics
Date: 2025-02-13T10:55:08+01:00
New Revision: b88c5d638a00d723f521c907911e42115717937e
URL: https://github.com/llvm/llvm-project/commit/b88c5d638a00d723f521c907911e42115717937e
DIFF: https://github.com/llvm/llvm-project/commit/b88c5d638a00d723f521c907911e42115717937e.diff
LOG: [analyzer] Disable a flaky test while triaging why its flaky (#127034)
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
Added:
Modified:
clang/test/Analysis/live-stmts.cpp
Removed:
################################################################################
diff --git a/clang/test/Analysis/live-stmts.cpp b/clang/test/Analysis/live-stmts.cpp
index 8034d3a30436e..9cac815e65de1 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: true
+
// RUN: %clang_analyze_cc1 -w -analyzer-checker=debug.DumpLiveExprs %s 2>&1\
// RUN: | FileCheck %s
More information about the cfe-commits
mailing list