aboutsummaryrefslogtreecommitdiff
path: root/test/tsan/longjmp3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/longjmp3.cc')
-rw-r--r--test/tsan/longjmp3.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tsan/longjmp3.cc b/test/tsan/longjmp3.cc
index 71d964dbbed9..79965c4193d3 100644
--- a/test/tsan/longjmp3.cc
+++ b/test/tsan/longjmp3.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>