]> granicus.if.org Git - llvm/commitdiff
[libFuzzer] Update traces hooks test after r293741
authorJustin Bogner <mail@justinbogner.com>
Wed, 22 Feb 2017 23:12:36 +0000 (23:12 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 22 Feb 2017 23:12:36 +0000 (23:12 +0000)
This test now passes on darwin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295902 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/test/fuzzer-traces-hooks.test

index ff1bddb1e4274ba2473a92f5d714d1a1031288e5..98540f1f40f458931c26d72d0f4b2847116fc9f4 100644 (file)
@@ -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. ######
-