diff options
author | Justin Bogner <mail@justinbogner.com> | 2017-02-22 23:12:36 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2017-02-22 23:12:36 +0000 |
commit | d519a92a27e290e6f0d17b6b802086919e1ef273 (patch) | |
tree | 4c7ed544f5707874ba41e34a0bf1c9fb1490360a /llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test | |
parent | 6321251a4e72f37b19080d05a6459b1b4e4fd1f1 (diff) | |
download | bcm5719-llvm-d519a92a27e290e6f0d17b6b802086919e1ef273.tar.gz bcm5719-llvm-d519a92a27e290e6f0d17b6b802086919e1ef273.zip |
[libFuzzer] Update traces hooks test after r293741
This test now passes on darwin.
llvm-svn: 295902
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test')
-rw-r--r-- | llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test b/llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test index ff1bddb1e42..98540f1f40f 100644 --- a/llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test +++ b/llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test @@ -1,7 +1,6 @@ -// FIXME: Support sanitizer hooks for memcmp and strcmp need -// to be implemented in the sanitizer runtime for platforms other -// than linux -REQUIRES: linux +// FIXME: Support for sanitizer hooks for memcmp and strcmp needs to +// be implemented in the sanitizer runtime for this test +UNSUPPORTED: windows CHECK: BINGO RUN: not LLVMFuzzer-MemcmpTest -seed=1 -runs=2000000 2>&1 | FileCheck %s @@ -16,4 +15,3 @@ RECOMMENDED_DICT:###### Recommended dictionary. ###### RECOMMENDED_DICT-DAG: "foo" RECOMMENDED_DICT-DAG: "bar" RECOMMENDED_DICT:###### End of recommended dictionary. ###### - |