Displaying 2 results from an estimated 2 matches for "019a35c1".
2016 May 28
0
[LibFuzzer] Recent performance regression due to r270942
On 27 May 2016 at 21:26, Kostya Serebryany <kcc at google.com> wrote:
> Done. r271095
Thanks that fixed the issue for me. But now ``fuzzer.test`` is failing
for me. Specifically
```
not LLVMFuzzer-NullDerefTest -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
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:
>