[PATCH] D45767: [LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 23:49:47 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL330390: [LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test. (authored by delcypher, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D45767?vs=142920&id=143234#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45767

Files:
  compiler-rt/trunk/lib/fuzzer/tests/FuzzerUnittest.cpp


Index: compiler-rt/trunk/lib/fuzzer/tests/FuzzerUnittest.cpp
===================================================================
--- compiler-rt/trunk/lib/fuzzer/tests/FuzzerUnittest.cpp
+++ compiler-rt/trunk/lib/fuzzer/tests/FuzzerUnittest.cpp
@@ -328,7 +328,7 @@
 }
 
 TEST(FuzzerMutate, ShuffleBytes1) {
-  TestShuffleBytes(&MutationDispatcher::Mutate_ShuffleBytes, 1 << 16);
+  TestShuffleBytes(&MutationDispatcher::Mutate_ShuffleBytes, 1 << 17);
 }
 TEST(FuzzerMutate, ShuffleBytes2) {
   TestShuffleBytes(&MutationDispatcher::Mutate, 1 << 20);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45767.143234.patch
Type: text/x-patch
Size: 550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/93c05aff/attachment.bin>


More information about the llvm-commits mailing list