diff options
| author | George Karpenkov <ekarpenkov@apple.com> | 2018-05-24 23:55:52 +0000 |
|---|---|---|
| committer | George Karpenkov <ekarpenkov@apple.com> | 2018-05-24 23:55:52 +0000 |
| commit | 0dcb6902f161e813e5b3e41205aba5c2af38c35f (patch) | |
| tree | b281017fa6feae68279d004ef768cb430f439cfc /compiler-rt/test | |
| parent | e7e3fc26ee67bf88eb50862403e2707cee44ae03 (diff) | |
| download | bcm5719-llvm-0dcb6902f161e813e5b3e41205aba5c2af38c35f.tar.gz bcm5719-llvm-0dcb6902f161e813e5b3e41205aba5c2af38c35f.zip | |
[libFuzzer] XFAIL a few libFuzzer tests on iOS.
NFC for now.
Differential Revision: https://reviews.llvm.org/D47284
llvm-svn: 333240
Diffstat (limited to 'compiler-rt/test')
| -rw-r--r-- | compiler-rt/test/fuzzer/afl-driver-extra-stats.test | 1 | ||||
| -rw-r--r-- | compiler-rt/test/fuzzer/afl-driver-stderr.test | 1 | ||||
| -rw-r--r-- | compiler-rt/test/fuzzer/counters.test | 1 | ||||
| -rw-r--r-- | compiler-rt/test/fuzzer/fuzzer-printcovpcs.test | 1 | ||||
| -rw-r--r-- | compiler-rt/test/fuzzer/merge-posix.test | 1 | ||||
| -rw-r--r-- | compiler-rt/test/fuzzer/merge-sigusr.test | 1 | ||||
| -rw-r--r-- | compiler-rt/test/fuzzer/merge.test | 1 | ||||
| -rw-r--r-- | compiler-rt/test/fuzzer/value-profile-div.test | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/afl-driver-extra-stats.test b/compiler-rt/test/fuzzer/afl-driver-extra-stats.test index 49e32c7d350..cddb683e6de 100644 --- a/compiler-rt/test/fuzzer/afl-driver-extra-stats.test +++ b/compiler-rt/test/fuzzer/afl-driver-extra-stats.test @@ -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. diff --git a/compiler-rt/test/fuzzer/afl-driver-stderr.test b/compiler-rt/test/fuzzer/afl-driver-stderr.test index 4d9192f0fe7..d3d739d3b97 100644 --- a/compiler-rt/test/fuzzer/afl-driver-stderr.test +++ b/compiler-rt/test/fuzzer/afl-driver-stderr.test @@ -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 diff --git a/compiler-rt/test/fuzzer/counters.test b/compiler-rt/test/fuzzer/counters.test index 92b5e1e2ca9..1a153786be0 100644 --- a/compiler-rt/test/fuzzer/counters.test +++ b/compiler-rt/test/fuzzer/counters.test @@ -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 diff --git a/compiler-rt/test/fuzzer/fuzzer-printcovpcs.test b/compiler-rt/test/fuzzer/fuzzer-printcovpcs.test index e38a0a0ce94..203902e33a1 100644 --- a/compiler-rt/test/fuzzer/fuzzer-printcovpcs.test +++ b/compiler-rt/test/fuzzer/fuzzer-printcovpcs.test @@ -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 diff --git a/compiler-rt/test/fuzzer/merge-posix.test b/compiler-rt/test/fuzzer/merge-posix.test index 5dd7e64dbeb..db0a48b5481 100644 --- a/compiler-rt/test/fuzzer/merge-posix.test +++ b/compiler-rt/test/fuzzer/merge-posix.test @@ -1,3 +1,4 @@ +XFAIL: ios RUN: %cpp_compiler %S/FullCoverageSetTest.cpp -o %t-FullCoverageSetTest RUN: rm -rf %tmp/T1 %tmp/T2 diff --git a/compiler-rt/test/fuzzer/merge-sigusr.test b/compiler-rt/test/fuzzer/merge-sigusr.test index d0362ad4e7c..337c91da348 100644 --- a/compiler-rt/test/fuzzer/merge-sigusr.test +++ b/compiler-rt/test/fuzzer/merge-sigusr.test @@ -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 diff --git a/compiler-rt/test/fuzzer/merge.test b/compiler-rt/test/fuzzer/merge.test index 24adda25f28..ec41c82b934 100644 --- a/compiler-rt/test/fuzzer/merge.test +++ b/compiler-rt/test/fuzzer/merge.test @@ -1,3 +1,4 @@ +XFAIL: ios CHECK: BINGO RUN: %cpp_compiler %S/FullCoverageSetTest.cpp -o %t-FullCoverageSetTest diff --git a/compiler-rt/test/fuzzer/value-profile-div.test b/compiler-rt/test/fuzzer/value-profile-div.test index 1908d4dcc4f..a8fb2c1260b 100644 --- a/compiler-rt/test/fuzzer/value-profile-div.test +++ b/compiler-rt/test/fuzzer/value-profile-div.test @@ -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 |

