https://github.com/steakhal updated https://github.com/llvm/llvm-project/pull/127034
>From 518e232d68b73c884bc6c9a56b0d7c7e217e3d13 Mon Sep 17 00:00:00 2001 From: Balazs Benics <benicsbal...@gmail.com> Date: Thu, 13 Feb 2025 10:36:42 +0100 Subject: [PATCH 1/2] [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 >From c8998625989fc0866b162b7ef501db5cc00e985e Mon Sep 17 00:00:00 2001 From: Balazs Benics <benicsbal...@gmail.com> Date: Thu, 13 Feb 2025 10:53:55 +0100 Subject: [PATCH 2/2] Fix the placeholder to "true" --- clang/test/Analysis/live-stmts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Analysis/live-stmts.cpp b/clang/test/Analysis/live-stmts.cpp index 795302f7b4f52..9cac815e65de1 100644 --- a/clang/test/Analysis/live-stmts.cpp +++ b/clang/test/Analysis/live-stmts.cpp @@ -1,5 +1,5 @@ // Disabling this flaky test, see https://github.com/llvm/llvm-project/pull/126913#issuecomment-2655850766 -// UNSUPPORTED: * +// UNSUPPORTED: true // RUN: %clang_analyze_cc1 -w -analyzer-checker=debug.DumpLiveExprs %s 2>&1\ // RUN: | FileCheck %s _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits