summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-10[libFuzzer] trying to make sigusr tests more reliableKostya Serebryany
2017-11-10[libFuzzer] split a test into two Kostya Serebryany
2017-11-09[libFuzzer] use pkill instead of killall in a test since the bots don't have ...Kostya Serebryany
2017-11-09[libFuzzer] make sure to flush IO when done merging one fileKostya Serebryany
2017-11-09[libFuzzer] Don't add leaking inputs to corpus.Matt Morehouse
2017-11-09[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signalsKostya Serebryany
2017-11-09Revert new ThinLTO ASAN test until lit support addedTeresa Johnson
2017-11-09[libFuzzer] allow merge to resume after being preempted Kostya Serebryany
2017-11-09[libFuzzer] mechanically simplify a test, NFCKostya Serebryany
2017-11-09[libFuzzer] fix a test (and hopefully, the bot)Kostya Serebryany
2017-11-09[libFuzzer] allow user to specify the merge control fileKostya Serebryany
2017-11-08Correct atexit(3) support in TSan/NetBSDKamil Rytarowski
2017-11-08[ThinLTO] New test needs to require LTOTeresa Johnson
2017-11-08[ThinLTO] Ensure sanitizer passes are runTeresa Johnson
2017-11-08Revert "[ThinLTO] Ensure sanitizer passes are run"Teresa Johnson
2017-11-08[ThinLTO] Ensure sanitizer passes are runTeresa Johnson
2017-11-01[fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka
2017-11-01[scudo] Fix standlone build -lrt requirementKostya Kortchinsky
2017-11-01[scudo] Implement stricter separation of C vs C++Kostya Kortchinsky
2017-11-01[fuzzer] Fix threaded stack printingVitaly Buka
2017-11-01Revert "[fuzzer] Fix threaded stack printing and nested mallocs"Vitaly Buka
2017-10-31[fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka
2017-10-31[fuzzer] Fix threaded stack printing and nested mallocsVitaly Buka
2017-10-27[LSan] Disable a couple of failing tests on PPC64 (pending investigation).Alex Shlyapnikov
2017-10-26[LSan] Enable LSan tests on PPC64 Linux.Alex Shlyapnikov
2017-10-25[libFuzzer] trying to make a test more stable on MacKostya Serebryany
2017-10-25[msan] Intercept __strxfrm_l.Evgeniy Stepanov
2017-10-25[sanitizer] Random shuffling of chunks for the 32-bit Primary AllocatorKostya Kortchinsky
2017-10-25[Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-10-25[XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-10-23[scudo] Add a shared runtimeKostya Kortchinsky
2017-10-20tsan: add tests missed in r316209Dmitry Vyukov
2017-10-20[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov
2017-10-17Revert "[asan] Deflake one test by running it 3 times."Evgeniy Stepanov
2017-10-16[cfi] Test cross-dso CFI on Android.Evgeniy Stepanov
2017-10-13[asan] Deflake one test by running it 3 times.Evgeniy Stepanov
2017-10-13[cfi] Use %ld_flags_rpath_* substitutions in tests (NFC)Evgeniy Stepanov
2017-10-13LowerTypeTests: Give imported symbols a type with size 0 so that they are not...Peter Collingbourne
2017-10-13[libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy in...Kostya Serebryany
2017-10-12[sanitizer] Workaround a Linux kernel bug in hard_rss_limit_mb_test.Evgeniy Stepanov
2017-10-12[asan] Disable a flaky test on android.Evgeniy Stepanov
2017-10-11Disable TSan tests on Android.Evgeniy Stepanov
2017-10-11Disable profile tests on Android.Evgeniy Stepanov
2017-10-11[ubsan] Support ubsan-minimal tests on Android.Evgeniy Stepanov
2017-10-11[asan] Tweak test output to diagnose buildbot failures.Evgeniy Stepanov
2017-10-11[sanitizer] Re-disable several tests on Android.Evgeniy Stepanov
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov
2017-10-10XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on WindowsHans Wennborg