search for: r271046

Displaying 2 results from an estimated 2 matches for "r271046".

Did you mean: r251049
2016 May 28
0
[LibFuzzer] Recent performance regression due to r270942
...st -close_fd_mask=3 2>&1 | FileCheck %s --check-prefix=NullDerefTest ``` However it looks like this is to be expected because this test is relying on the symbol ``__sanitizer_set_report_fd`` to be defined however my version compiler-rt is a slightly too old and doesn't have this symbol. r271046 seems to add this so I will rebuild the version of clang I use to build LibFuzzer.
2016 May 28
2
[LibFuzzer] Recent performance regression due to r270942
Done. r271095 On Fri, May 27, 2016 at 7:55 PM, Kostya Serebryany <kcc at google.com> wrote: > Reproduced, should be easy to fix. Will do it. > And thanks for noticing, on my machine this fails very fast and the test > passes because it sees everything it wants to see. > > --kcc > > On Fri, May 27, 2016 at 6:18 PM, Dan Liew <dan at su-root.co.uk> wrote: >