diff --git a/compiler-rt/test/tsan/bench_threads.cpp b/compiler-rt/test/tsan/bench_threads.cpp --- a/compiler-rt/test/tsan/bench_threads.cpp +++ b/compiler-rt/test/tsan/bench_threads.cpp @@ -4,6 +4,10 @@ // bench.h needs pthread barriers which are not available on OS X // UNSUPPORTED: darwin +// aarch64 fails with: +// CHECK failed: tsan_rtl.cpp:327 "((addr + size)) <= ((TraceMemEnd()))" +// XFAIL: aarch64 + #include "bench.h" void *nop_thread(void *arg) {