summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-06-20[asan] Add Windows test for handle_segv and SetUnhandledExceptionFilterReid Kleckner
2018-06-19[XRay] rm GLOB || true -> rm -fFangrui Song
2018-06-18[TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-16[asan] Enable fgets_fputs test on AndroidVitaly Buka
2018-06-15[asan] Move long-object-path.cc test to LinuxVitaly Buka
2018-06-15[libFuzzer] Avoid -fuse-ld=lld on gc-sections.Matt Morehouse
2018-06-15[SanitizerCoverage] Add associated metadata to pc-tables.Matt Morehouse
2018-06-15[scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky
2018-06-14[libFuzzer] [NFC] XFAIL one of the tests on iOS.George Karpenkov
2018-06-14[libFuzzer] [NFC] Remaining minor fixes to support testing on devices.George Karpenkov
2018-06-14[libFuzzer] [NFC] Support multi-arch and multi-OS building and testingGeorge Karpenkov
2018-06-14[libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.George Karpenkov
2018-06-14[NFC] Generalize flags for linking in shared objects in compiler-rt tests to ...George Karpenkov
2018-06-14[ASAN] fix typos and disable long-object-path test for win32Peter Wu
2018-06-14[ASAN] fix startup crash in dlsym for long paths since glibc 2.27Peter Wu
2018-06-13[ASAN] Re-enable fgets_fputs test for darwin.Ahmed Bougacha
2018-06-12[ASAN] disable fgets_fputs test for android and darwinPeter Wu
2018-06-12[libFuzzer] [NFC] Do not use hardcoded relative paths in tests.George Karpenkov
2018-06-12[libFuzzer] [NFC] Make compiler command generation more readable.George Karpenkov
2018-06-12[Fuzzer] Afl driver changing iterations handlingDavid Carlier
2018-06-12[scudo] Add C++17 aligned new/delete operators supportKostya Kortchinsky
2018-06-12[ASAN] fix fgets and fgets_fputs tests failurePeter Wu
2018-06-12[XRay][profiler] Part 5: Profiler File WritingDean Michael Berris
2018-06-12[XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris
2018-06-11[sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu
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