[clang] 44fcc5c - [clang] Disaqble test/Analysis/live-stmts.cpp on aarch64

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 10 15:04:27 PST 2025


Author: Nico Weber
Date: 2025-02-10T18:04:01-05:00
New Revision: 44fcc5cdacc5ed33e096f50d05e1ab1260a944c0

URL: https://github.com/llvm/llvm-project/commit/44fcc5cdacc5ed33e096f50d05e1ab1260a944c0
DIFF: https://github.com/llvm/llvm-project/commit/44fcc5cdacc5ed33e096f50d05e1ab1260a944c0.diff

LOG: [clang] Disaqble test/Analysis/live-stmts.cpp on aarch64

See https://github.com/llvm/llvm-project/issues/126619 and discussion
on https://github.com/llvm/llvm-project/pull/125840

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 c60f522588e3929..33b8d59305d3dea 100644
--- a/clang/test/Analysis/live-stmts.cpp
+++ b/clang/test/Analysis/live-stmts.cpp
@@ -1,3 +1,6 @@
+// Flaky on aarch64: http://llvm.org/PR126619
+// UNSUPPORTED: target=aarch64{{.*}}
+
 // RUN: %clang_analyze_cc1 -w -analyzer-checker=debug.DumpLiveExprs %s 2>&1\
 // RUN:   | FileCheck %s
 


        


More information about the cfe-commits mailing list