search for: timeouttest

Displaying 3 results from an estimated 3 matches for "timeouttest".

2016 May 28
2
[LibFuzzer] Recent performance regression due to r270942
...eout.test`` are taking much longer to run. I'm still not quite sure what happened in r270942 because the changes look benign but something definitely is going wrong. I'm currently looking at ``fuzzer-timeout.test`` at the following command is behaving very suspiciously ``` not LLVMFuzzer-TimeoutTest -timeout=1 %S/hi.txt 2>&1 | FileCheck %s --check-prefix=SingleInputTimeoutTest ``` When I run ``LLVMFuzzer-TimeoutTest -timeout=1 /path/to/hi.txt`` ASan is firing with same stack trace over and over again (piping the output to file a results in a file that is 259 MiB). I've attached the...
2016 May 28
0
[LibFuzzer] Recent performance regression due to r270942
...> > I'm still not quite sure what happened in r270942 because the changes > look benign but something definitely is going wrong. > > I'm currently looking at ``fuzzer-timeout.test`` at the following > command is behaving very suspiciously > > ``` > not LLVMFuzzer-TimeoutTest -timeout=1 %S/hi.txt 2>&1 | FileCheck %s > --check-prefix=SingleInputTimeoutTest > ``` > > When I run ``LLVMFuzzer-TimeoutTest -timeout=1 /path/to/hi.txt`` ASan > is firing with same stack trace over and over again (piping the output > to file a results in a file that is 25...
2016 May 28
2
[LibFuzzer] Recent performance regression due to r270942
...quite sure what happened in r270942 because the changes >> look benign but something definitely is going wrong. >> >> I'm currently looking at ``fuzzer-timeout.test`` at the following >> command is behaving very suspiciously >> >> ``` >> not LLVMFuzzer-TimeoutTest -timeout=1 %S/hi.txt 2>&1 | FileCheck %s >> --check-prefix=SingleInputTimeoutTest >> ``` >> >> When I run ``LLVMFuzzer-TimeoutTest -timeout=1 /path/to/hi.txt`` ASan >> is firing with same stack trace over and over again (piping the output >> to file a resu...