diff --git a/compiler-rt/test/fuzzer/compressed.test b/compiler-rt/test/fuzzer/compressed.test index d13d5ebd145ff..284f7ed96ca85 100644 --- a/compiler-rt/test/fuzzer/compressed.test +++ b/compiler-rt/test/fuzzer/compressed.test @@ -2,7 +2,7 @@ REQUIRES: linux REQUIRES: zlib # zlib is "supported" on i386 even when only for x86_64, explicitly make i386 # unsupported by this test. -UNSUPPORTED: target={{(i386|arm).*}} +UNSUPPORTED: i386, target=arm{{.*}} # Custom mutator should find this bug, w/o custom -- no chance. RUN: %cpp_compiler %S/CompressedTest.cpp -o %t-CompressedTestCustom -DCUSTOM_MUTATOR -lz RUN: %cpp_compiler %S/CompressedTest.cpp -o %t-CompressedTestPlain -lz diff --git a/compiler-rt/test/fuzzer/gc-sections.test b/compiler-rt/test/fuzzer/gc-sections.test index 1b00b98304cb2..415b80c291bdc 100644 --- a/compiler-rt/test/fuzzer/gc-sections.test +++ b/compiler-rt/test/fuzzer/gc-sections.test @@ -1,6 +1,6 @@ REQUIRES: linux, lld-available # LLD isn't pruning functions as we expect it to with ASAN on i386. -UNSUPPORTED: target=i386{{.*}} +UNSUPPORTED: i386 No gc-sections: RUN: %cpp_compiler %S/GcSectionsTest.cpp -o %t