summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-06-25[ubsan] Mark a test case as unsupported on WindowsVedant Kumar
2018-06-25[CMake] Run libFuzzer tests with check-all.Matt Morehouse
2018-06-22[ubsan] Add support for reporting diagnostics to a monitor processVedant Kumar
2018-06-21[libFuzzer] Filter architectures for testing on Apple platforms.George Karpenkov
2018-06-21[libFuzzer] Provide more descriptive names for testing targets.George Karpenkov
2018-06-21[sanitizer] Stop running tests against 32-bit iOS simulatorKuba Mracek
2018-06-20[TSan] fix build and couple of unit tests on FreeBSDDavid Carlier
2018-06-20Fix-up for r335123: Set default apple_platform to "osx".Kuba Mracek
2018-06-20[sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek
2018-06-20[asan] Add flushes to try to fix testReid Kleckner
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