[compiler-rt] r333240 - [libFuzzer] XFAIL a few libFuzzer tests on iOS.

George Karpenkov via llvm-commits llvm-commits at lists.llvm.org
Thu May 24 16:55:52 PDT 2018


Author: george.karpenkov
Date: Thu May 24 16:55:52 2018
New Revision: 333240

URL: http://llvm.org/viewvc/llvm-project?rev=333240&view=rev
Log:
[libFuzzer] XFAIL a few libFuzzer tests on iOS.

NFC for now.

Differential Revision: https://reviews.llvm.org/D47284

Modified:
    compiler-rt/trunk/test/fuzzer/afl-driver-extra-stats.test
    compiler-rt/trunk/test/fuzzer/afl-driver-stderr.test
    compiler-rt/trunk/test/fuzzer/counters.test
    compiler-rt/trunk/test/fuzzer/fuzzer-printcovpcs.test
    compiler-rt/trunk/test/fuzzer/merge-posix.test
    compiler-rt/trunk/test/fuzzer/merge-sigusr.test
    compiler-rt/trunk/test/fuzzer/merge.test
    compiler-rt/trunk/test/fuzzer/value-profile-div.test

Modified: compiler-rt/trunk/test/fuzzer/afl-driver-extra-stats.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/afl-driver-extra-stats.test?rev=333240&r1=333239&r2=333240&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/afl-driver-extra-stats.test (original)
+++ compiler-rt/trunk/test/fuzzer/afl-driver-extra-stats.test Thu May 24 16:55:52 2018
@@ -1,3 +1,4 @@
+XFAIL: ios
 RUN: %no_fuzzer_cpp_compiler %S/AFLDriverTest.cpp %libfuzzer_src/afl/afl_driver.cpp -o %t-AFLDriverTest
 
 ; Test that not specifying an extra stats file isn't broken.

Modified: compiler-rt/trunk/test/fuzzer/afl-driver-stderr.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/afl-driver-stderr.test?rev=333240&r1=333239&r2=333240&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/afl-driver-stderr.test (original)
+++ compiler-rt/trunk/test/fuzzer/afl-driver-stderr.test Thu May 24 16:55:52 2018
@@ -1,3 +1,4 @@
+XFAIL: ios
 UNSUPPORTED: freebsd
 RUN: %no_fuzzer_cpp_compiler %S/AFLDriverTest.cpp %libfuzzer_src/afl/afl_driver.cpp -o %t-AFLDriverTest
 

Modified: compiler-rt/trunk/test/fuzzer/counters.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/counters.test?rev=333240&r1=333239&r2=333240&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/counters.test (original)
+++ compiler-rt/trunk/test/fuzzer/counters.test Thu May 24 16:55:52 2018
@@ -1,3 +1,4 @@
+XFAIL: ios
 RUN: %cpp_compiler %S/CounterTest.cpp -o %t-CounterTest
 RUN: not %run %t-CounterTest  -max_len=6 -seed=1 -timeout=15 2>&1 | FileCheck %s --check-prefix=COUNTERS
 

Modified: compiler-rt/trunk/test/fuzzer/fuzzer-printcovpcs.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/fuzzer-printcovpcs.test?rev=333240&r1=333239&r2=333240&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/fuzzer-printcovpcs.test (original)
+++ compiler-rt/trunk/test/fuzzer/fuzzer-printcovpcs.test Thu May 24 16:55:52 2018
@@ -1,3 +1,4 @@
+XFAIL: ios
 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
 RUN: not %run %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
 PCS-NOT: NEW_PC

Modified: compiler-rt/trunk/test/fuzzer/merge-posix.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/merge-posix.test?rev=333240&r1=333239&r2=333240&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/merge-posix.test (original)
+++ compiler-rt/trunk/test/fuzzer/merge-posix.test Thu May 24 16:55:52 2018
@@ -1,3 +1,4 @@
+XFAIL: ios
 RUN: %cpp_compiler %S/FullCoverageSetTest.cpp -o %t-FullCoverageSetTest
 
 RUN: rm -rf  %tmp/T1 %tmp/T2

Modified: compiler-rt/trunk/test/fuzzer/merge-sigusr.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/merge-sigusr.test?rev=333240&r1=333239&r2=333240&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/merge-sigusr.test (original)
+++ compiler-rt/trunk/test/fuzzer/merge-sigusr.test Thu May 24 16:55:52 2018
@@ -1,4 +1,5 @@
 # Check that libFuzzer honors SIGUSR1/SIGUSR2
+XFAIL: ios
 RUN: rm -rf %t
 RUN: mkdir -p %t
 RUN: %cpp_compiler %S/SleepOneSecondTest.cpp -o %t/LFSIGUSR

Modified: compiler-rt/trunk/test/fuzzer/merge.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/merge.test?rev=333240&r1=333239&r2=333240&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/merge.test (original)
+++ compiler-rt/trunk/test/fuzzer/merge.test Thu May 24 16:55:52 2018
@@ -1,3 +1,4 @@
+XFAIL: ios
 CHECK: BINGO
 
 RUN: %cpp_compiler %S/FullCoverageSetTest.cpp -o %t-FullCoverageSetTest

Modified: compiler-rt/trunk/test/fuzzer/value-profile-div.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/value-profile-div.test?rev=333240&r1=333239&r2=333240&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/value-profile-div.test (original)
+++ compiler-rt/trunk/test/fuzzer/value-profile-div.test Thu May 24 16:55:52 2018
@@ -1,3 +1,4 @@
+XFAIL: ios
 CHECK: AddressSanitizer: {{FPE|int-divide-by-zero}}
 RUN: %cpp_compiler %S/DivTest.cpp -fsanitize-coverage=trace-div -o %t-DivTest
 RUN: not %run %t-DivTest -seed=1 -use_value_profile=1 -runs=10000000 2>&1 | FileCheck %s




More information about the llvm-commits mailing list