[compiler-rt] 7550478 - [NFC][asan] XFAIL a test on THUMB

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 12:07:24 PST 2021


Author: Vitaly Buka
Date: 2021-12-13T12:07:13-08:00
New Revision: 75504789bd3671388ab02a6475c9158f641af82a

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

LOG: [NFC][asan] XFAIL a test on THUMB

Followup to D114934

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/compress_stack_depot.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/compress_stack_depot.cpp b/compiler-rt/test/sanitizer_common/TestCases/compress_stack_depot.cpp
index 6bf067618f950..369f08407584d 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/compress_stack_depot.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/compress_stack_depot.cpp
@@ -11,6 +11,9 @@
 // FIXME: Fails for unknown reason.
 // UNSUPPORTED: s390x
 
+// Similar to D114934, something is broken with background thread on THUMB and Asan.
+// XFAIL: thumb && asan
+
 #include <sanitizer/common_interface_defs.h>
 
 #include <memory>


        


More information about the llvm-commits mailing list