[PATCH] [TSan][MIPS] XFAIL long jump tests for MIPS64
Phabricator
reviews at reviews.llvm.org
Fri May 8 06:01:30 PDT 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D9526
Files:
compiler-rt/trunk/test/tsan/longjmp.cc
compiler-rt/trunk/test/tsan/longjmp2.cc
compiler-rt/trunk/test/tsan/longjmp3.cc
compiler-rt/trunk/test/tsan/longjmp4.cc
compiler-rt/trunk/test/tsan/signal_longjmp.cc
Index: compiler-rt/trunk/test/tsan/longjmp2.cc
===================================================================
--- compiler-rt/trunk/test/tsan/longjmp2.cc
+++ compiler-rt/trunk/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>
Index: compiler-rt/trunk/test/tsan/signal_longjmp.cc
===================================================================
--- compiler-rt/trunk/test/tsan/signal_longjmp.cc
+++ compiler-rt/trunk/test/tsan/signal_longjmp.cc
@@ -3,6 +3,9 @@
// Test case for longjumping out of signal handler:
// https://code.google.com/p/thread-sanitizer/issues/detail?id=75
+// Longjmp assembly has not been implemented for mips64 yet
+// XFAIL: mips64
+
#include <setjmp.h>
#include <signal.h>
#include <stdlib.h>
Index: compiler-rt/trunk/test/tsan/longjmp3.cc
===================================================================
--- compiler-rt/trunk/test/tsan/longjmp3.cc
+++ compiler-rt/trunk/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>
Index: compiler-rt/trunk/test/tsan/longjmp4.cc
===================================================================
--- compiler-rt/trunk/test/tsan/longjmp4.cc
+++ compiler-rt/trunk/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>
Index: compiler-rt/trunk/test/tsan/longjmp.cc
===================================================================
--- compiler-rt/trunk/test/tsan/longjmp.cc
+++ compiler-rt/trunk/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>
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9526.25322.patch
Type: text/x-patch
Size: 2226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150508/fb03d00f/attachment.bin>
More information about the llvm-commits
mailing list