summaryrefslogtreecommitdiff
path: root/test/tsan/longjmp2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/longjmp2.cc')
-rw-r--r--test/tsan/longjmp2.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tsan/longjmp2.cc b/test/tsan/longjmp2.cc
index 546019b2d11a1..eee423dc5fbe0 100644
--- a/test/tsan/longjmp2.cc
+++ b/test/tsan/longjmp2.cc
@@ -1,4 +1,8 @@
// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
+
+// Longjmp assembly has not been implemented for mips64 yet
+// XFAIL: mips64
+
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>