[compiler-rt] f6db55e - ubsan: disable sigaction test for aarch64

Caslyn Tonelli via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 09:40:02 PDT 2023


Author: Dmitry Vyukov
Date: 2023-07-14T16:39:29Z
New Revision: f6db55ea66cf16bc81ad1c1b2fc3064afe7b6350

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

LOG: ubsan: disable sigaction test for aarch64

The test seems to segfault on aarch64 with tsan:
https://lab.llvm.org/buildbot/#/builders/179/builds/6662
Reason unknown, needs debugging.

Reviewed By: melver, Caslyn

Differential Revision: https://reviews.llvm.org/D155272

Added: 
    

Modified: 
    compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp b/compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
index 95e0cef324efe8..a5b6e991f463f6 100644
--- a/compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Misc/Linux/sigaction.cpp
@@ -2,6 +2,11 @@
 
 // Ensure ubsan runtime/interceptors are lazily initialized if called early.
 
+// The test seems to segfault on aarch64 with tsan:
+// https://lab.llvm.org/buildbot/#/builders/179/builds/6662
+// Reason unknown, needs debugging.
+// XFAIL: target=aarch64{{.*}}
+
 #include <assert.h>
 #include <signal.h>
 #include <stdio.h>


        


More information about the llvm-commits mailing list