Skip to content

Commit 4485a3f

Browse files
committed
Switch dtls_test.c from XFAIL to UNSUPPORTED on aarch64.
It passes on some buildbots, so we can't expect failure.
1 parent 568c23b commit 4485a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/msan/dtls_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
// Reports use-of-uninitialized-value, not analyzed
1313
XFAIL: target={{.*netbsd.*}}
14-
XFAIL: aarch64-target-arch
14+
UNSUPPORTED: aarch64-target-arch
1515
1616
*/
1717

0 commit comments

Comments
 (0)