[PATCH] D29551: [libFuzzer] Failing tests on Windows

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 5 04:03:20 PST 2017


mpividori updated this revision to Diff 87139.
mpividori added a comment.

After adding weak hooks for Windows in https://reviews.llvm.org/D29562 all tests passed, except for: `value-profile-cmp4.test` which continues failing.


https://reviews.llvm.org/D29551

Files:
  lib/Fuzzer/test/value-profile-cmp4.test


Index: lib/Fuzzer/test/value-profile-cmp4.test
===================================================================
--- lib/Fuzzer/test/value-profile-cmp4.test
+++ lib/Fuzzer/test/value-profile-cmp4.test
@@ -1,2 +1,4 @@
+UNSUPPORTED: windows
+
 CHECK: BINGO
 RUN: not LLVMFuzzer-AbsNegAndConstant64Test -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29551.87139.patch
Type: text/x-patch
Size: 378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170205/d5ecde79/attachment.bin>


More information about the llvm-commits mailing list