[compiler-rt] 4485a3f - Switch dtls_test.c from XFAIL to UNSUPPORTED on aarch64.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 15 16:30:39 PDT 2025


Author: Peter Collingbourne
Date: 2025-08-15T16:29:59-07:00
New Revision: 4485a3f968eab26e08b1fdb4be9285305c716db3

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

LOG: Switch dtls_test.c from XFAIL to UNSUPPORTED on aarch64.

It passes on some buildbots, so we can't expect failure.

Added: 
    

Modified: 
    compiler-rt/test/msan/dtls_test.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/msan/dtls_test.c b/compiler-rt/test/msan/dtls_test.c
index 0e49ac9feb9fe..6daaab0ae0b8d 100644
--- a/compiler-rt/test/msan/dtls_test.c
+++ b/compiler-rt/test/msan/dtls_test.c
@@ -11,7 +11,7 @@
 
    // Reports use-of-uninitialized-value, not analyzed
    XFAIL: target={{.*netbsd.*}}
-   XFAIL: aarch64-target-arch
+   UNSUPPORTED: aarch64-target-arch
 
 */
 


        


More information about the llvm-commits mailing list