[llvm-branch-commits] [compiler-rt] 68f118f - Switch dtls_test.c from XFAIL to UNSUPPORTED on aarch64.
Cullen Rhodes via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Oct 14 06:07:26 PDT 2025
Author: Peter Collingbourne
Date: 2025-10-14T13:07:16Z
New Revision: 68f118f265c933f6d19b115c09faad0aaa75e589
URL: https://github.com/llvm/llvm-project/commit/68f118f265c933f6d19b115c09faad0aaa75e589
DIFF: https://github.com/llvm/llvm-project/commit/68f118f265c933f6d19b115c09faad0aaa75e589.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-branch-commits
mailing list