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

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


https://github.com/steakhal created https://github.com/llvm/llvm-project/pull/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

>From 518e232d68b73c884bc6c9a56b0d7c7e217e3d13 Mon Sep 17 00:00:00 2001
From: Balazs Benics <benicsbalazs at gmail.com>
Date: Thu, 13 Feb 2025 10:36:42 +0100
Subject: [PATCH] [analyzer] Disable a flaky test while triaging why its flaky

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
---
 clang/test/Analysis/live-stmts.cpp | 3 +++
 1 file changed, 3 insertions(+)

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
 



More information about the cfe-commits mailing list