summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
Commit message (Expand)AuthorAgeFilesLines
* [XRay][compiler-rt] Remove reliance on C++ ABI featuresDean Michael Berris2018-06-081-0/+15
* [HWASan] Disable allocator_returns_null.cc test on Android.Alex Shlyapnikov2018-06-081-0/+3
* [HWASan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-076-0/+226
* [libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany2018-06-071-0/+31
* [libFuzzer] simplify a test, hopefully to fix the botKostya Serebryany2018-06-071-2/+2
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-062-1/+14
* [lsan] Do not check for leaks in the forked processVitaly Buka2018-06-051-0/+35
* [LSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-054-12/+64
* Add weak definitions of trace-cmp hooks to dfsanKostya Serebryany2018-06-011-0/+50
* [XRay] Fix supposely failing test for FreeBSDDavid Carlier2018-06-011-1/+1
* [ASAN] Sanitize testsuite for ARM.Yvan Roux2018-06-0114-19/+13
* [libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer ...Kostya Serebryany2018-05-311-0/+5
* [MemorySanitizer] fix mmap test for oses not implementing MAP_NORESERVE flagDavid Carlier2018-05-251-1/+5
* [libFuzzer] Avoid optimization of "abs(x) < 0"Vitaly Buka2018-05-252-2/+4
* Revert "[libFuzzer] [NFC] Generalize DSO tests to work even when files are mo...Vitaly Buka2018-05-252-8/+8
* [libFuzzer] [NFC] Generalize fdmask test.George Karpenkov2018-05-241-12/+12
* [libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFuzzer testsGeorge Karpenkov2018-05-241-1/+0
* [libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.George Karpenkov2018-05-242-8/+8
* [libFuzzer] Fix multi-arch build support for fuzzer tests.George Karpenkov2018-05-241-5/+7
* [libFuzzer] XFAIL a few libFuzzer tests on iOS.George Karpenkov2018-05-248-0/+8
* [tsan] Fix a failure in test java_race_pc on AArch64 after r333071Igor Kudrin2018-05-241-1/+1
* [libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany2018-05-241-7/+19
* [libFuzzer] fix two off-by-ones (!!) in the data flow tracerKostya Serebryany2018-05-231-11/+9
* [libFuzzer] change the output format for the DataFlow tracerKostya Serebryany2018-05-231-37/+10
* [libFuzzer] add a stress test for the DataFlow tracerKostya Serebryany2018-05-232-2/+33
* [libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)Kostya Serebryany2018-05-211-0/+21
* Do not link with -ldl in NetBSD/ASan testsKamil Rytarowski2018-05-191-2/+1
* [msan] Don't check divisor shadow in fdiv.Evgeniy Stepanov2018-05-181-0/+17
* [builtins][macos] bump up the the macOS version min in os_version_check testsAlex Lorenz2018-05-172-2/+2
* [libFuzzer] rename a test from .c to .cppKostya Serebryany2018-05-161-1/+1
* [libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany2018-05-162-0/+32
* [libFuzzer] add a symbolic execution puzzle (difficult for today's libFuzzer).Max Moroz2018-05-161-0/+4129
* [sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka2018-05-151-0/+34
* [libFuzzer] deprecate equivalence_serverKostya Serebryany2018-05-152-0/+2
* Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock"Vitaly Buka2018-05-141-34/+0
* [sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka2018-05-141-0/+34
* Fix another case where libstdc++ is being inappropriately requested (seeDan Liew2018-05-144-49/+11
* [XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris2018-05-141-0/+50
* [libFuzzer] [NFC] Split fuzzer.test into smaller testsGeorge Karpenkov2018-05-1113-71/+65
* [libFuzzer] [NFC] Prefix all run lines with %runGeorge Karpenkov2018-05-1175-168/+167
* [libFuzzer] refactor the implementation of -print_coverageKostya Serebryany2018-05-111-11/+7
* [tsan] Add debugging API to retrieve the "external tag" from reportsKuba Mracek2018-05-101-0/+68
* [libFuzzer] simplify tests, remove one redundant test; NFCKostya Serebryany2018-05-106-9/+5
* [libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...Kostya Serebryany2018-05-101-21/+0
* Setup ORIGIN/NetBSD option in sanitizer testsKamil Rytarowski2018-05-101-1/+1
* [libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany2018-05-101-7/+0
* [libFuzzer] Experimental data flow tracer for fuzz targets.Kostya Serebryany2018-05-102-0/+110
* [lsan] Try to fix test failure due to compiler optimizationPeter Wu2018-05-101-7/+4
* wrong usages of sem_open in the libFuzzerKamil Rytarowski2018-05-101-2/+2
* [libFuzzer] add a simple puzzle that is difficult for today's libFuzzerKostya Serebryany2018-05-101-0/+34
OpenPOWER on IntegriCloud