[compiler-rt] r280084 - [mips][tsan] XFAIL on every MIPS platform an x86_64-specific test.

Vasileios Kalintiris via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 06:01:05 PDT 2016


Author: vkalintiris
Date: Tue Aug 30 08:01:04 2016
New Revision: 280084

URL: http://llvm.org/viewvc/llvm-project?rev=280084&view=rev
Log:
[mips][tsan] XFAIL on every MIPS platform an x86_64-specific test.

The map32bit.cc test uses the MMAP_32BIT flag which is supported only
on x86-64.

Modified:
    compiler-rt/trunk/test/tsan/map32bit.cc

Modified: compiler-rt/trunk/test/tsan/map32bit.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/map32bit.cc?rev=280084&r1=280083&r2=280084&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/map32bit.cc (original)
+++ compiler-rt/trunk/test/tsan/map32bit.cc Tue Aug 30 08:01:04 2016
@@ -8,7 +8,7 @@
 // https://github.com/google/sanitizers/issues/412
 
 // MAP_32BIT flag for mmap is supported only for x86_64.
-// XFAIL: target-is-mips64
+// XFAIL: mips
 // XFAIL: aarch64
 // XFAIL: powerpc64
 




More information about the llvm-commits mailing list