[compiler-rt] 84682ad - [hwasan] Temporarily disable test broken on Ubuntu 24.04

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 09:13:38 PDT 2024


Author: Vitaly Buka
Date: 2024-07-11T09:13:22-07:00
New Revision: 84682ad8c6e264a7ddd375aee805518c8917dddf

URL: https://github.com/llvm/llvm-project/commit/84682ad8c6e264a7ddd375aee805518c8917dddf
DIFF: https://github.com/llvm/llvm-project/commit/84682ad8c6e264a7ddd375aee805518c8917dddf.diff

LOG: [hwasan] Temporarily disable test broken on Ubuntu 24.04

Somehow I missed this one trying the upgrade on staging.

Added: 
    

Modified: 
    compiler-rt/test/hwasan/TestCases/Linux/fixed-shadow.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/hwasan/TestCases/Linux/fixed-shadow.c b/compiler-rt/test/hwasan/TestCases/Linux/fixed-shadow.c
index 4ff1d3e64c1d0..ab6ff52027926 100644
--- a/compiler-rt/test/hwasan/TestCases/Linux/fixed-shadow.c
+++ b/compiler-rt/test/hwasan/TestCases/Linux/fixed-shadow.c
@@ -22,6 +22,9 @@
 //
 // UNSUPPORTED: android
 
+// FIXME: SEGV on Ubuntu 24.04. Looking.
+// UNSUPPORTED: linux
+
 #include <assert.h>
 #include <sanitizer/allocator_interface.h>
 #include <sanitizer/hwasan_interface.h>


        


More information about the llvm-commits mailing list