[PATCH] D21359: [LibFuzzer] Fix `FuzzerMutate.ShuffleBytes2` unit test on OSX.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 18:11:11 PDT 2016


kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/Fuzzer/test/FuzzerUnittest.cpp:262
@@ -261,2 +261,3 @@
 TEST(FuzzerMutate, ShuffleBytes2) {
-  TestShuffleBytes(&MutationDispatcher::Mutate, 1 << 19);
+  // The number used below is the minimum required for the test to pass using
+  // libstdc++ and libcxx.
----------------
the comment is not very useful, please remove it. 
The commit message will be enough. 


http://reviews.llvm.org/D21359





More information about the llvm-commits mailing list