[PATCH] D49684: [libFuzzer] Handle unstable edges by disregarding unstable edges

Thomas Preudhomme via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 08:16:22 PDT 2018


Hi Kyungtak,

The test added in this commit appears to be failing for aarch64 since
it was introduced:

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/5515
is failing and covers the range which added this test
http://lab.llvm.org:8011/waterfall?show=clang-cmake-aarch64-full shows
that the test has been failing since that build onwards

Best regards,

Thomas
On Tue, 24 Jul 2018 at 22:03, Max Moroz via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
> This revision was automatically updated to reflect the committed changes.
> Closed by commit rCRT337853: [libFuzzer] Handle unstable edges by disregarding unstable edges (authored by Dor1s, committed by ).
>
> Changed prior to commit:
>   https://reviews.llvm.org/D49684?vs=157124&id=157125#toc
>
> Repository:
>   rCRT Compiler Runtime
>
> https://reviews.llvm.org/D49684
>
> Files:
>   lib/fuzzer/FuzzerDriver.cpp
>   lib/fuzzer/FuzzerFlags.def
>   lib/fuzzer/FuzzerLoop.cpp
>   lib/fuzzer/FuzzerTracePC.cpp
>   lib/fuzzer/FuzzerTracePC.h
>   test/fuzzer/handle-unstable.test
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list