]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/tsan/longjmp.cc
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / tsan / longjmp.cc
index d7371c5e40694c5dd6f31e7dac85221f932f40ea..9ac6b99c2b5506b53b83ce71726423e29e7a0c1f 100644 (file)
@@ -1,4 +1,9 @@
 // RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
+
+// Longjmp assembly has not been implemented for mips64 or aarch64 yet
+// XFAIL: mips64
+// XFAIL: aarch64
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <setjmp.h>