summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Enable ptrace sanitizer for armAdhemerval Zanella2015-10-261-4/+15
* [asan] Zero initialize sem_t in sem_init.Evgeniy Stepanov2015-10-121-0/+32
* New MSan mapping layout (compiler-rt part).Evgeniy Stepanov2015-10-081-2/+2
* [LSAN] Mark death callback as unstable while we investigate the cause in AArch64Renato Golin2015-10-061-0/+2
* [MSan] Enable MSAN for aarch64Adhemerval Zanella2015-09-161-0/+26
* [Sanitizers] Make abort_on_error common flag.Alexey Samsonov2015-08-274-1/+59
* [Sanitizer] Test churn: use %env_tool_opts in sanitizer_common lit tests.Alexey Samsonov2015-08-2610-27/+29
* [TSan] Support __sanitizer_set_death_callback().Alexey Samsonov2015-08-221-15/+5
* [LSan] Support __sanitizer_set_death_callback in standalone LSan.Alexey Samsonov2015-08-211-1/+0
* [CMake] Fixing r245581 based on feedback from Filcab.Chris Bieneman2015-08-201-1/+1
* [CMake] Fix building unit tests on DarwinChris Bieneman2015-08-201-2/+7
* [ASAN/AArch64] Disable forkpty tests until we can fix themRenato Golin2015-08-081-0/+1
* [sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany2015-08-061-0/+30
* Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin2015-08-061-27/+0
* [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany2015-08-051-0/+27
* [AArch64] Stable runtime required for proc maps testRenato Golin2015-08-051-1/+1
* [asan] Enable asan for aarch64Adhemerval Zanella2015-08-051-0/+1
* Revert r243604, it (very likely) caused PR24312.Nico Weber2015-07-301-2/+2
* [CMake] Pass -march=i686 when targeting i686 (PR24222)Hans Wennborg2015-07-301-2/+2
* [sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov2015-07-211-4/+29
* asan: fix a testDmitry Vyukov2015-07-191-4/+7
* [sanitizer] De-flake one test.Evgeniy Stepanov2015-07-191-1/+2
* [msan] Fix open_memstream handling.Evgeniy Stepanov2015-07-171-9/+21
* Temporarily disable check-sanitizer tests on 64-bit Windows.Peter Collingbourne2015-07-101-1/+3
* sanitizer_common: fix and re-enable signal_segv_handler testDmitry Vyukov2015-06-291-2/+3
* [sanitizer] Disable signal_segv_handler test.Evgeniy Stepanov2015-06-251-0/+2
* Tests: disable test of /proc filesystem on Darwin.Tim Northover2015-06-021-1/+1
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-293-0/+70
* [sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st...Yury Gribov2015-05-285-0/+68
* [sanitizer][MIPS] Add --target flag for MIPS32Sagar Thakur2015-05-191-0/+1
* [asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/S...Kostya Serebryany2015-05-051-0/+24
* [Sanitizer] Fix getpwnam test on ppc64le Fedora 21.Jay Foad2015-04-231-1/+2
* tsan: fix signal handling during stop-the-worldDmitry Vyukov2015-03-051-0/+41
* [Sanitizer] Run test/sanitizer_common lit tests on all supported architectures.Alexey Samsonov2015-03-022-7/+19
* [Sanitizer] Restrict open_memstream to x86_64. Fixes PR22714.Alexey Samsonov2015-03-021-0/+1
* [MSan][MIPS] Fix for some failing tests on MIPS64Mohit K. Bhakkad2015-02-181-3/+11
* [asan] use getrusage as an alternative to reading /proc/self/statm. Also move...Kostya Serebryany2015-01-292-1/+7
* [sanitizer] Move sched_getparam test under Linux/.Evgeniy Stepanov2015-01-221-0/+0
* [sanitizer] Intercept sched_getparam.Evgeniy Stepanov2015-01-221-0/+13
* [sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov2015-01-191-2/+10
* [sanitizer] Move options-related tests to sanitizer_common.Evgeniy Stepanov2015-01-193-0/+36
* [asan] make a test consume 2x less RAM (we observe flaky bot failures that se...Kostya Serebryany2015-01-081-10/+10
* [asan] add a flag soft_rss_limit_mbKostya Serebryany2015-01-061-0/+62
* [asan] new flag: hard_rss_limit_mbKostya Serebryany2014-12-161-0/+35
* [asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany2014-12-151-0/+49
* [Sanitizer] Introduce "stack_trace_format" runtime flag.Alexey Samsonov2014-11-061-10/+10
* Disable XFAIL on ARM since the x86_64 specific code is isolatedRenato Golin2014-11-051-2/+0
* Get the Linux ptrace test working on PowerPC64Jay Foad2014-11-051-1/+18
* Add runtime flag 'symbolize_inline_frames' to disable symbolization of inline...Alexey Samsonov2014-10-242-4/+13
* Mark sanitizer tests XFAIL on ARMv7Renato Golin2014-10-081-0/+1