summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow compiler-rt test targets to work with multi-config CMake generatorsGreg Bedwell2017-11-133-10/+10
* [sanitizer] Simplify stack check in accert.ccVitaly Buka2017-11-121-2/+2
* [sanitizer] Try to see test output on armv7Vitaly Buka2017-11-121-0/+1
* [msan] Fix signal chainingVitaly Buka2017-11-111-3/+3
* [sanitizer] Include stack trace check into signal testsVitaly Buka2017-11-113-3/+12
* [ubsan] Fix ubsan tests broken by linking as C instead of C++Vitaly Buka2017-11-112-6/+5
* sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does ...Peter Collingbourne2017-11-103-0/+25
* Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris2017-11-104-42/+1
* [XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris2017-11-104-1/+42
* [msan] Deadly signal handler for msanVitaly Buka2017-11-106-6/+0
* [libFuzzer] trying to make sigusr tests more reliableKostya Serebryany2017-11-102-0/+2
* [libFuzzer] split a test into two Kostya Serebryany2017-11-102-17/+24
* [libFuzzer] use pkill instead of killall in a test since the bots don't have ...Kostya Serebryany2017-11-091-1/+1
* [libFuzzer] make sure to flush IO when done merging one fileKostya Serebryany2017-11-091-1/+1
* [libFuzzer] Don't add leaking inputs to corpus.Matt Morehouse2017-11-091-1/+5
* [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany2017-11-092-0/+42
* Revert new ThinLTO ASAN test until lit support addedTeresa Johnson2017-11-091-55/+0
* [libFuzzer] allow merge to resume after being preempted Kostya Serebryany2017-11-091-0/+47
* [libFuzzer] mechanically simplify a test, NFCKostya Serebryany2017-11-091-32/+32
* [libFuzzer] fix a test (and hopefully, the bot)Kostya Serebryany2017-11-091-1/+1
* [libFuzzer] allow user to specify the merge control fileKostya Serebryany2017-11-091-0/+11
* Correct atexit(3) support in TSan/NetBSDKamil Rytarowski2017-11-081-0/+41
* [ThinLTO] New test needs to require LTOTeresa Johnson2017-11-081-0/+2
* [ThinLTO] Ensure sanitizer passes are runTeresa Johnson2017-11-081-0/+53
* Revert "[ThinLTO] Ensure sanitizer passes are run"Teresa Johnson2017-11-081-6/+0
* [ThinLTO] Ensure sanitizer passes are runTeresa Johnson2017-11-081-0/+6
* [fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka2017-11-011-0/+27
* [scudo] Fix standlone build -lrt requirementKostya Kortchinsky2017-11-011-1/+2
* [scudo] Implement stricter separation of C vs C++Kostya Kortchinsky2017-11-0120-26/+30
* [fuzzer] Fix threaded stack printingVitaly Buka2017-11-012-0/+58
* Revert "[fuzzer] Fix threaded stack printing and nested mallocs"Vitaly Buka2017-11-013-85/+0
* [fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka2017-10-311-0/+27
* [fuzzer] Fix threaded stack printing and nested mallocsVitaly Buka2017-10-312-0/+58
* [LSan] Disable a couple of failing tests on PPC64 (pending investigation).Alex Shlyapnikov2017-10-272-2/+2
* [LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov2017-10-262-1/+6
* [libFuzzer] trying to make a test more stable on MacKostya Serebryany2017-10-251-1/+1
* [msan] Intercept __strxfrm_l.Evgeniy Stepanov2017-10-252-2/+28
* [sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky2017-10-251-2/+0
* [Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov2017-10-251-0/+168
* Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-254-8/+6
* [XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris2017-10-251-0/+1
* [Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov2017-10-231-6/+12
* [scudo] Add a shared runtimeKostya Kortchinsky2017-10-232-6/+27
* tsan: add tests missed in r316209Dmitry Vyukov2017-10-202-0/+66
* [tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov2017-10-201-4/+6
* Revert "[asan] Deflake one test by running it 3 times."Evgeniy Stepanov2017-10-171-18/+3
* [cfi] Test cross-dso CFI on Android.Evgeniy Stepanov2017-10-166-1/+59
* [asan] Deflake one test by running it 3 times.Evgeniy Stepanov2017-10-131-3/+18
* [cfi] Use %ld_flags_rpath_* substitutions in tests (NFC)Evgeniy Stepanov2017-10-135-70/+70
* LowerTypeTests: Give imported symbols a type with size 0 so that they are not...Peter Collingbourne2017-10-131-0/+25