summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-02Roll back r301831 to fix broken powerpc64le tests.Sterling Augustine
2017-05-02tsan: allow fast large MemoryRangeSet on non-Windows GoDmitry Vyukov
2017-05-02[compiler-rt] move tsan's Android __get_tls() to sanitizer_commonKostya Kortchinsky
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2017-05-02[sanitizer-coverage] add a deprecation note for the old sanitizer-coverage; r...Kostya Serebryany
2017-05-01[sanitizer-coverage] remove more stale codeKostya Serebryany
2017-05-01[ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar
2017-05-01[asan] speed up small memcpy (> 32 but <= 64 bytes)Kostya Serebryany
2017-05-01Add powerpc64 and powerpc64le to build infrastructure.Sterling Augustine
2017-05-01[sanitizer-coverage] disable coverage_direct=1, will remove the code in a few...Kostya Serebryany
2017-05-01Cleanup previous test commit.Sterling Augustine
2017-05-01Add a blank line as a test-commit.Sterling Augustine
2017-05-01[powerpc] deactivate flakey tests on powerpc64leBill Seurer
2017-05-01tsan: support linker init flag in __tsan_mutex_destroyDmitry Vyukov
2017-05-01[XRay][compiler-rt] Document and update the XRay Logging APIDean Michael Berris
2017-04-30[tsan] Track external tags in thread tracesKuba Mracek
2017-04-28Fix unset-insert-libraries-on-exec.cc to use "%env" to make it work in iOS si...Kuba Mracek
2017-04-28Fix the reexec-insert-libraries-env.cc testcase to use %env to make it work o...Kuba Mracek
2017-04-28[asan] Add a compilation wrapper that codesigns shared libraries to support i...Kuba Mracek
2017-04-27[ubsan] Make the cast overflow message less redundantVedant Kumar
2017-04-27[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-04-27[scudo] Move thread local variables into their own filesKostya Kortchinsky
2017-04-27TSan: update line number after XFAIL on iOS.Tim Northover
2017-04-27Also match the output on 32 bit systems.Rafael Espindola
2017-04-27Add missing FileCheck, update CHECK lines and avoid subshell.Rafael Espindola
2017-04-26Mark two tests (dead-strip.c, initialization-bug.cc) as unsupported on iOS.Kuba Mracek
2017-04-26[asan] Allow propagating env variables when testing on iOS SimulatorKuba Mracek
2017-04-26XFAIL the TSan XPC tests on iOS. XPC isn't available on iOS.Kuba Mracek
2017-04-26Fix the dump_registers.cc ASan testcase on iOS to allow both SIGSEGV and SIGBUS.Kuba Mracek
2017-04-26Mark the asan-sigbus.cpp ASan testcase as unsupported on iOS. We don't handle...Kuba Mracek
2017-04-26Add a missing "%run" expansion to fread_fwrite.cc test case to support testin...Kuba Mracek
2017-04-26Fix the typo in strtok.c testcase: There was a missing space in %run expansion.Kuba Mracek
2017-04-26Follow-up for r301443: The python scrips need to be executable.Kuba Mracek
2017-04-26[asan] Add support for running lit tests in the iOS SimulatorKuba Mracek
2017-04-26[lsan] When necessary, define LSan suppression for tls_get_addr.Alex Shlyapnikov
2017-04-26[test] Build sanitizer/xray tests only if COMPILER_RT_BUILD_* is onMichal Gorny
2017-04-25[builtins] Implement emulated TLS on Windows.Frederich Munch
2017-04-25[lsan] When necessary, define LSan suppression for pthread_exit.Alex Shlyapnikov
2017-04-25[Compiler-rt][MIPS] Fix assert introduce with commit rl301171.Nitesh Jain
2017-04-24Revert r301089 "[builtins] Implement emulated TLS on Windows."Hans Wennborg
2017-04-24[asan] Fix Windows global dead stripping testsReid Kleckner
2017-04-24Mark a test as requiring a shell.Rafael Espindola
2017-04-24[cfi] Fix wrong CMake condition for WIN32.Evgeniy Stepanov
2017-04-24[asan] Remove asanwrapper from Android test harness.Evgeniy Stepanov
2017-04-24[asan] Use posix strerror_r interceptor on android.Evgeniy Stepanov
2017-04-24[cfi] Disable ThinLTO + CFI tests on Windows.Evgeniy Stepanov
2017-04-24[tsan] Include __tsan_external_* API from a header file instead of declaring ...Kuba Mracek
2017-04-24[tsan] Remove the extra word "object" from description of external racesKuba Mracek
2017-04-24[sanitizer] Cache SizeClassForTransferBatch in the 32-bit local cacheKostya Kortchinsky