summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-02-09[sancov] sanitizer coverage initialization testMike Aizatsky
2017-02-08[test] #ifdef new builtin tests for __arm__ platformMichal Gorny
2017-02-08[test] Enable the strace_test only if strace is installedMichal Gorny
2017-02-08[sanitizer] Add weak hooks for Windows.Marcos Pividori
2017-02-07[asan] replace std::random_shuffle with std::shuffle in tests since std::rand...Kostya Serebryany
2017-02-06[scudo] Fix standalone compiler-rt test breakageKostya Kortchinsky
2017-02-03[scudo] Fix buildbot test error on ARMKostya Kortchinsky
2017-02-03[scudo] 32-bit quarantine sizes adjustments and bug fixesKostya Kortchinsky
2017-02-03[sancov] Disable failing test for MIPS.Simon Dardis
2017-02-03[lsan] Disable sem_init_glibc.cc testcase for LSan x86.Maxim Ostapenko
2017-02-02[asan] Intercept SetUnhandledExceptionFilter.Marcos Pividori
2017-02-02[powerpc] deactivate user_malloc.cc tsan test on powerpc64leBill Seurer
2017-02-02[compiler-rt] Fix incorrect use of snprintfVitaly Buka
2017-02-02[tsan] Provide API for libraries for race detection on custom objectsKuba Mracek
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2017-02-01[asan] Support handle_sigfpe on DarwinJustin Bogner
2017-02-01[sanitizer] Support SANITIZER_INTERCEPTOR_HOOKS on DarwinJustin Bogner
2017-02-01Remove XFAIL from the sanitizer guard test for darwinJustin Bogner
2017-01-31[sanitizer] Fix interface tests when SANITIZER_CAN_USE_CXXABI is true.Marcos Pividori
2017-01-31[sanitizer] Fix interface test on Darwin, failing after 293682.Marcos Pividori
2017-01-31[sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori
2017-01-31[lsan] Fix typo in stale_stack_leak.cc testcaseMaxim Ostapenko
2017-01-31[lsan] Disable stale_stack_leak.cc testcase on x86Maxim Ostapenko
2017-01-31[lsan] Renable LSan for x86 LinuxMaxim Ostapenko
2017-01-30Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric
2017-01-30[Bultin][ARM] Make aeabi_uldivmod and aeabi_ldivmod be Thumb1 compatibleWeiming Zhao
2017-01-29[asan] Fix tests for exported interfaces.Marcos Pividori
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-27Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"Evgeniy Stepanov
2017-01-27Stop intercepting some malloc-related functions on FreeBSD and macOSDimitry Andric
2017-01-26[tsan] Fix os_id of main threadKuba Mracek
2017-01-25[scudo] Enabling AArch64 support for ScudoKostya Kortchinsky
2017-01-25[XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris
2017-01-25[asan] fix __sanitizer_cov_with_check to get the correct caller PC. Before th...Kostya Serebryany
2017-01-24[asan] temporarily disable parts of a test that fail after r292862Kostya Serebryany
2017-01-24[tsan] Enable ignore_noninstrumented_modules=1 on Darwin by defaultKuba Mracek
2017-01-24[test] Prevent false detection of an `UNSUPPORTED:` directive by lit.Greg Parker
2017-01-23Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov
2017-01-23[lsan] Enable LSan for x86 Linux.Maxim Ostapenko
2017-01-22Revert "[interception] Check for export table's size before referring to its ...Marcos Pividori
2017-01-22[interception] Check for export table's size before referring to its elements.Marcos Pividori
2017-01-21[test] Fix page address logic in clear_cache_testMichal Gorny
2017-01-20[scudo] Replacing std::atomic with Sanitizer's atomicsKostya Kortchinsky
2017-01-20[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part, take 2]Kuba Mracek
2017-01-19Whenever reasonable, merge ASAN quarantine batches to save memory.Alex Shlyapnikov
2017-01-19[XRay][Arm] Enable back XRay testing on Arm32 and fix the failing testsSerge Rogatch
2017-01-18Revert "[XRay][Arm] Enable back XRay testing on Arm32 and fix the failing tests"Renato Golin
2017-01-17[test] [builtins] Remove obsolete/UB tests in __fixuns?fdi basedMichal Gorny
2017-01-17Revert r292232.Kuba Mracek
2017-01-17[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part]Kuba Mracek