From 79315299052343d39541ee8aff5caba9b7a95fef Mon Sep 17 00:00:00 2001 From: Vasileios Kalintiris Date: Tue, 30 Aug 2016 13:01:04 +0000 Subject: [PATCH] [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. llvm-svn: 280084 --- compiler-rt/test/tsan/map32bit.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/tsan/map32bit.cc b/compiler-rt/test/tsan/map32bit.cc index cec91a4..3b4f899 100644 --- a/compiler-rt/test/tsan/map32bit.cc +++ b/compiler-rt/test/tsan/map32bit.cc @@ -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 -- 2.7.4