summaryrefslogtreecommitdiff
path: root/test/tsan/longjmp.cc
diff options
context:
space:
mode:
authorSagar Thakur <sagar.thakur@imgtec.com>2015-05-08 12:58:03 +0000
committerSagar Thakur <sagar.thakur@imgtec.com>2015-05-08 12:58:03 +0000
commitc43d10256fb0f8707f9012a495310dde99e14187 (patch)
treebdac3ea44520df1188ab9ea11d38d3494f974c4f /test/tsan/longjmp.cc
parentbde2b9aa91cb8146e5dcccb131408f4dd422f6ad (diff)
[TSan][MIPS] XFAIL long jump tests for MIPS64
Mark longjmp tests as XFAIL because longjmp assembly for mips is not yet implemented. Reviewers: dsanders, dvyukov, samsonov Subscribers: llvm-commits, mohit.bhakkad, jaydeep Differential Revision: http://reviews.llvm.org/D9526 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@236847 91177308-0d34-0410-b5e6-96231b3b80d8
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 d7371c5e4..d64206739 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>