summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* [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
* Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni2014-10-081-1/+0
* Use "-gline-tables-only" instead of "-g" in sanitizer test suites.Alexey Samsonov2014-09-052-2/+2
* [lsan] Implement the public allocator interface in standalone LSan.Sergey Matveev2014-08-261-2/+2
* [lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.Sergey Matveev2014-08-261-1/+1
* [sanitizer] move mlock interceptor from asan/tsan/msan to common; no function...Kostya Serebryany2014-08-251-0/+13
* Add regression test for PR15823Alexey Samsonov2014-08-181-0/+11
* [TSan] Initialize flags as early as possible. Disables back coredump, acciden...Alexey Samsonov2014-08-151-0/+16
* [sanitizer] Intercept timerfd_settime, timerfd_gettime.Evgeniy Stepanov2014-08-071-0/+52
* [sanitizer] De-flake one test.Evgeniy Stepanov2014-07-151-2/+1
* [sanitizer] Intercept getpass.Evgeniy Stepanov2014-07-141-0/+33
* [Sanitizer] Move test for malloc/free hooks under test/sanitizer_commonAlexey Samsonov2014-07-071-0/+38
* [sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany2014-07-044-1/+12
* Remove ARM XFAIL from passing testGreg Fitzgerald2014-06-241-1/+0
* [sanitizer] Intercept pthread_*attr_get*.Evgeniy Stepanov2014-06-191-0/+20
* Revert "[sanitizer] Intercept pthread_*attr_get*."Arnold Schwaighofer2014-06-181-20/+0
* [sanitizer] Intercept pthread_*attr_get*.Evgeniy Stepanov2014-06-181-0/+20
* Un-xfail passing ARM Android testsGreg Fitzgerald2014-06-061-1/+1
* [MSan] Implement __sanitizer_print_stack_trace().Sergey Matveev2014-05-262-0/+22
* XFAIL ptrace test on armGreg Fitzgerald2014-05-201-0/+1
* Run common and profile tests in cross-compiled builds.Greg Fitzgerald2014-05-201-1/+1
* [sanitizer] Fix crash in getgrnam_r and similar interceptors.Evgeniy Stepanov2014-05-141-0/+19
* [sanitizer] Move open_memstream test under Linux.Evgeniy Stepanov2014-05-141-0/+0
* [msan] Better open_memstream support.Evgeniy Stepanov2014-05-131-0/+57
* Mark ptrace test as Linux-specificAlexey Samsonov2014-05-132-0/+9
* Restrict the set of sanitizers that should run tests from test/sanitizer_commonAlexey Samsonov2014-05-121-1/+10
* [Sanitizer] Add the machinery to run the same test under several sanitizersAlexey Samsonov2014-05-094-4/+113
* [Sanitizer] Move lit config for sanitizer_common unit tests under Unit/ dir f...Alexey Samsonov2014-05-082-3/+3
* Move config for sanitizer_common tests under test/ for consistencyAlexey Samsonov2014-02-202-0/+24