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