Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFuzzer] add more iterations to LLVMFuzzer-Memcmp64BytesTest | Kostya Serebryany | 2017-03-11 | 1 | -1/+1 |
| | | | | llvm-svn: 297554 | ||||
* | un-Xfail Fuzzer test that decided to pass on Green Dragon | Mehdi Amini | 2017-03-03 | 1 | -1/+0 |
| | | | | | | It may be flacky, I'll turn it into unsupported if it fails again. llvm-svn: 296913 | ||||
* | Mark some libFuzzer tests as XFAIL'd on Darwin | Mehdi Amini | 2017-02-28 | 1 | -0/+1 |
| | | | | | | | | We're bringing up a bot on Green Dragon right now: http://green.lab.llvm.org/green/view/Experimental/job/libFuzzer llvm-svn: 296526 | ||||
* | [libFuzzer] Update traces hooks test after r293741 | Justin Bogner | 2017-02-22 | 1 | -5/+3 |
| | | | | | | This test now passes on darwin. llvm-svn: 295902 | ||||
* | [libFuzzer] increase the size of FixedWord from 27 to 64, see PR31950 | Kostya Serebryany | 2017-02-14 | 1 | -0/+2 |
| | | | | llvm-svn: 295117 | ||||
* | [libFuzzer] re-enable LLVMFuzzer-RepeatedMemcmp test, cleanup the test ↵ | Kostya Serebryany | 2017-01-21 | 1 | -13/+5 |
| | | | | | | runner nearby llvm-svn: 292683 | ||||
* | [libFuzzer] use table of recent compares for memcmp/strcmp (to unify the ↵ | Kostya Serebryany | 2017-01-17 | 1 | -8/+8 |
| | | | | | | code between cmp and memcmp handling) llvm-svn: 292287 | ||||
* | [libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmp | Kostya Serebryany | 2016-07-15 | 1 | -0/+2 |
| | | | | llvm-svn: 275648 | ||||
* | [LibFuzzer] Move tests in ``fuzzer-traces.test`` that require hooks to their ↵ | Dan Liew | 2016-06-14 | 1 | -0/+23 |
own test. The tests in ``fuzzer-traces-hooks.test`` only work on Linux because calls to hooks (e.g. ``__sanitizer_weak_hook_memcmp()``) from inside the sanitizer runtime are only implemented on Linux. Therefore these tests are set to only run on Linux. Differential Revision: http://reviews.llvm.org/D21253 llvm-svn: 272600 |