summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-12-05Revert test case change for r319794Xinliang David Li
2017-12-05[PGO] fix test case for D40702Xinliang David Li
2017-12-05[XRay][compiler-rt] Implement XRay Basic Mode FilteringDean Michael Berris
2017-12-05[XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris
2017-12-04[ASan] Disable invalid-pointer-pairs-threads.cc on Darwin.Alex Shlyapnikov
2017-12-04[ASan] Fix test/asan/TestCases/Posix/invalid-pointer-pairs-threads.ccAlex Shlyapnikov
2017-12-04These tests require x86 80-bit doubles. Mark them so.Sterling Augustine
2017-12-04[ASan] Enhance libsanitizer support for invalid-pointer-pair.Alex Shlyapnikov
2017-12-01[libFuzzer] add a flag -malloc_limit_mbKostya Serebryany
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev
2017-12-01Add missing signal.h header:Ismail Donmez
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev
2017-11-30[PGO] Add a test case for infinite loopsXinliang David Li
2017-11-29[sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib f...Kuba Mracek
2017-11-29[asan] Don't crash on fclose(NULL)Kuba Mracek
2017-11-29[asan] Allow getpwnam(NULL) for binary compatibilityKuba Mracek
2017-11-27[TSan] Do not run cond_cancel.c test on ppc64.Matt Morehouse
2017-11-21[XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris
2017-11-20[tsan] Fix sigaction implementation when it's called only to get handlerVitaly Buka
2017-11-17Enable PDB generation with lld in asan and cfi tests on Windows.Peter Collingbourne
2017-11-17[libFuzzer] Fix flaky merge.test.Matt Morehouse
2017-11-16[asan] Properly mark or disable tests that only work with shadow scale of 3Walter Lee
2017-11-16[asan] Port tests to shadow scale of 5Walter Lee
2017-11-16[asan] Add lit feature to indicate compiler_rt's shadow scale valueWalter Lee
2017-11-16[libFuzzer] Make merge-sigusr.test work on Mac.Matt Morehouse
2017-11-16[libFuzzer] add more tests for mergeKostya Serebryany
2017-11-16Implement GetTls() for NetBSDKamil Rytarowski
2017-11-16[builtins][ARM] re-enable mulsc3_test.c on ArmPeter Smith
2017-11-16[libFuzzer] disable test/fuzzer/merge-sigusr.test on Mac while investigating ...Kostya Serebryany
2017-11-15[libFuzzer] respect max_len during mergeKostya Serebryany
2017-11-15[scudo] Soft and hard RSS limit checksKostya Kortchinsky
2017-11-15[XRay][compiler-rt][x86_64] Align the stack before and after calling handlersDean Michael Berris
2017-11-14Adjust test after r318159Adam Nemet
2017-11-13[sanitizer] Relax stack check in assert.cc even moreVitaly Buka
2017-11-13[tsan] Fix signal chainingVitaly Buka
2017-11-13[tsan] Deadly signal handler for tsanVitaly Buka
2017-11-13[sanitizer] Relax stack checkVitaly Buka
2017-11-13[asan] Add CMake hook to override shadow scale in compiler_rtWalter Lee
2017-11-13Allow compiler-rt test targets to work with multi-config CMake generatorsGreg Bedwell
2017-11-12[sanitizer] Simplify stack check in accert.ccVitaly Buka
2017-11-12[sanitizer] Try to see test output on armv7Vitaly Buka
2017-11-11[msan] Fix signal chainingVitaly Buka
2017-11-11[sanitizer] Include stack trace check into signal testsVitaly Buka
2017-11-11[ubsan] Fix ubsan tests broken by linking as C instead of C++Vitaly Buka
2017-11-10sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does ...Peter Collingbourne
2017-11-10Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris
2017-11-10[XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris
2017-11-10[msan] Deadly signal handler for msanVitaly Buka
2017-11-10[libFuzzer] trying to make sigusr tests more reliableKostya Serebryany