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