aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-06-11[Sanitizers] %tool_options -> %env_tool_opts in allocator_returns_null.ccAlex Shlyapnikov
2018-06-11[Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov
2018-06-11[Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov
2018-06-09[MSan] Switch to common aligned allocs tests.Alex Shlyapnikov
2018-06-08[MSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-08[Sanitizers] Use proper substitution in common allocator test.Alex Shlyapnikov
2018-06-08[asan] Re-enable no_asan_gen_globals for 32-bitVitaly Buka
2018-06-08[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov
2018-06-08[XRay][compiler-rt] Remove reliance on C++ ABI featuresDean Michael Berris
2018-06-08[HWASan] Disable allocator_returns_null.cc test on Android.Alex Shlyapnikov
2018-06-07[HWASan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-07[libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany
2018-06-07[libFuzzer] simplify a test, hopefully to fix the botKostya Serebryany
2018-06-06[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany
2018-06-05[lsan] Do not check for leaks in the forked processVitaly Buka
2018-06-05[LSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-01Add weak definitions of trace-cmp hooks to dfsanKostya Serebryany
2018-06-01[XRay] Fix supposely failing test for FreeBSDDavid Carlier
2018-06-01[ASAN] Sanitize testsuite for ARM.Yvan Roux
2018-05-31[libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer ...Kostya Serebryany
2018-05-25[MemorySanitizer] fix mmap test for oses not implementing MAP_NORESERVE flagDavid Carlier
2018-05-25[libFuzzer] Avoid optimization of "abs(x) < 0"Vitaly Buka
2018-05-25Revert "[libFuzzer] [NFC] Generalize DSO tests to work even when files are mo...Vitaly Buka
2018-05-24[libFuzzer] [NFC] Generalize fdmask test.George Karpenkov
2018-05-24[libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFuzzer testsGeorge Karpenkov
2018-05-24[libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.George Karpenkov
2018-05-24[libFuzzer] Fix multi-arch build support for fuzzer tests.George Karpenkov
2018-05-24[libFuzzer] XFAIL a few libFuzzer tests on iOS.George Karpenkov
2018-05-24[tsan] Fix a failure in test java_race_pc on AArch64 after r333071Igor Kudrin
2018-05-24[libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany
2018-05-23[libFuzzer] fix two off-by-ones (!!) in the data flow tracerKostya Serebryany
2018-05-23[libFuzzer] change the output format for the DataFlow tracerKostya Serebryany
2018-05-23[libFuzzer] add a stress test for the DataFlow tracerKostya Serebryany
2018-05-21[libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)Kostya Serebryany
2018-05-19Do not link with -ldl in NetBSD/ASan testsKamil Rytarowski
2018-05-18[msan] Don't check divisor shadow in fdiv.Evgeniy Stepanov
2018-05-17[builtins][macos] bump up the the macOS version min in os_version_check testsAlex Lorenz
2018-05-16[libFuzzer] rename a test from .c to .cppKostya Serebryany
2018-05-16[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany
2018-05-16[libFuzzer] add a symbolic execution puzzle (difficult for today's libFuzzer).Max Moroz
2018-05-15[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-15[libFuzzer] deprecate equivalence_serverKostya Serebryany
2018-05-14Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock"Vitaly Buka
2018-05-14[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-14Fix another case where libstdc++ is being inappropriately requested (seeDan Liew
2018-05-14[XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris
2018-05-11[libFuzzer] [NFC] Split fuzzer.test into smaller testsGeorge Karpenkov
2018-05-11[libFuzzer] [NFC] Prefix all run lines with %runGeorge Karpenkov
2018-05-11[libFuzzer] refactor the implementation of -print_coverageKostya Serebryany
2018-05-10[tsan] Add debugging API to retrieve the "external tag" from reportsKuba Mracek