summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu2017-02-161-0/+36
* [tsan] Provide external tags (object types) via debugging APIKuba Mracek2017-02-161-0/+61
* [Builtin][ARM] #ifdef ARM vfp tests and cpu_model_testsWeiming Zhao2017-02-1535-68/+75
* [Compiler-rt][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur2017-02-151-0/+33
* [PGO] Delay profile dir creation until writeXinliang David Li2017-02-141-0/+13
* [compiler-rt][asan|win] Force tls_init test to use dynamic runtimeEtienne Bergeron2017-02-141-1/+1
* Fixup for r293885: Update external.cc testcase to include the forgotten stdli...Kuba Mracek2017-02-131-0/+1
* [sancov] sanitizer coverage initialization testMike Aizatsky2017-02-091-0/+73
* [test] #ifdef new builtin tests for __arm__ platformMichal Gorny2017-02-083-0/+18
* [test] Enable the strace_test only if strace is installedMichal Gorny2017-02-082-0/+6
* [sanitizer] Add weak hooks for Windows.Marcos Pividori2017-02-082-0/+2
* [asan] replace std::random_shuffle with std::shuffle in tests since std::rand...Kostya Serebryany2017-02-071-1/+3
* [scudo] Fix standalone compiler-rt test breakageKostya Kortchinsky2017-02-061-0/+2
* [scudo] Fix buildbot test error on ARMKostya Kortchinsky2017-02-031-2/+2
* [scudo] 32-bit quarantine sizes adjustments and bug fixesKostya Kortchinsky2017-02-0315-115/+120
* [sancov] Disable failing test for MIPS.Simon Dardis2017-02-032-2/+2
* [lsan] Disable sem_init_glibc.cc testcase for LSan x86.Maxim Ostapenko2017-02-031-1/+1
* [asan] Intercept SetUnhandledExceptionFilter.Marcos Pividori2017-02-021-0/+1
* [powerpc] deactivate user_malloc.cc tsan test on powerpc64leBill Seurer2017-02-021-0/+1
* [compiler-rt] Fix incorrect use of snprintfVitaly Buka2017-02-021-0/+28
* [tsan] Provide API for libraries for race detection on custom objectsKuba Mracek2017-02-021-0/+153
* [tsan] Properly describe GCD worker threads in reportsKuba Mracek2017-02-021-0/+43
* [asan] Support handle_sigfpe on DarwinJustin Bogner2017-02-011-0/+0
* [sanitizer] Support SANITIZER_INTERCEPTOR_HOOKS on DarwinJustin Bogner2017-02-011-0/+0
* Remove XFAIL from the sanitizer guard test for darwinJustin Bogner2017-02-011-3/+4
* [sanitizer] Fix interface tests when SANITIZER_CAN_USE_CXXABI is true.Marcos Pividori2017-01-312-0/+2
* [sanitizer] Fix interface test on Darwin, failing after 293682.Marcos Pividori2017-01-311-0/+3
* [sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori2017-01-314-127/+108
* [lsan] Fix typo in stale_stack_leak.cc testcaseMaxim Ostapenko2017-01-311-1/+1
* [lsan] Disable stale_stack_leak.cc testcase on x86Maxim Ostapenko2017-01-311-0/+3
* [lsan] Renable LSan for x86 LinuxMaxim Ostapenko2017-01-3130-27/+43
* Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric2017-01-301-0/+24
* [Bultin][ARM] Make aeabi_uldivmod and aeabi_ldivmod be Thumb1 compatibleWeiming Zhao2017-01-303-0/+20785
* [asan] Fix tests for exported interfaces.Marcos Pividori2017-01-292-0/+2
* General definition for weak functionsMarcos Pividori2017-01-291-0/+1
* Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"Evgeniy Stepanov2017-01-271-24/+0
* Stop intercepting some malloc-related functions on FreeBSD and macOSDimitry Andric2017-01-271-0/+24
* [tsan] Fix os_id of main threadKuba Mracek2017-01-261-0/+46
* [scudo] Enabling AArch64 support for ScudoKostya Kortchinsky2017-01-251-1/+1
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-252-6/+4
* [asan] fix __sanitizer_cov_with_check to get the correct caller PC. Before th...Kostya Serebryany2017-01-251-2/+2
* [asan] temporarily disable parts of a test that fail after r292862Kostya Serebryany2017-01-241-2/+2
* [tsan] Enable ignore_noninstrumented_modules=1 on Darwin by defaultKuba Mracek2017-01-2450-52/+65
* [test] Prevent false detection of an `UNSUPPORTED:` directive by lit.Greg Parker2017-01-241-0/+2
* Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov2017-01-2330-43/+27
* [lsan] Enable LSan for x86 Linux.Maxim Ostapenko2017-01-2330-27/+43
* Revert "[interception] Check for export table's size before referring to its ...Marcos Pividori2017-01-225-94/+0
* [interception] Check for export table's size before referring to its elements.Marcos Pividori2017-01-225-0/+94
* [test] Fix page address logic in clear_cache_testMichal Gorny2017-01-211-2/+14
* [scudo] Replacing std::atomic with Sanitizer's atomicsKostya Kortchinsky2017-01-204-5/+3
OpenPOWER on IntegriCloud