summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-01[sanitizer-coverage] disable coverage_direct=1, will remove the code in a few...Kostya Serebryany
2017-05-01[powerpc] deactivate flakey tests on powerpc64leBill Seurer
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-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[test] Build sanitizer/xray tests only if COMPILER_RT_BUILD_* is onMichal Gorny
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[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-24Revert [scudo] Enabling MIPS support for ScudoSagar Thakur
2017-04-24[scudo] Enabling MIPS support for ScudoSagar Thakur
2017-04-22[cfi] Disable thinlto tests on Darwin.Ahmed Bougacha
2017-04-21[lsan] Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-21[asan] Optimize strchr for strict_string_checks=falseVitaly Buka
2017-04-21[cfi] Replace elif with elseif in cmake.Evgeniy Stepanov
2017-04-21[cfi] Run tests with and without lld and thinlto.Evgeniy Stepanov
2017-04-21[tsan] Add a test for "external" API that checks the dup suppression is based...Kuba Mracek
2017-04-21[tsan] Ignore memory accesses for libignored modules for "external" racesKuba Mracek
2017-04-21[tsan] Don't report bugs from interceptors called from libignored modulesKuba Mracek
2017-04-21Revert r300889, r300906, r300935, r300939Diana Picus
2017-04-21[asan] Fix test by removing "The signal is caused" check.Vitaly Buka
2017-04-21[asan] Fix test on ppc64le-linux by checking "UNKNOWN memory access"Vitaly Buka
2017-04-21Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov
2017-04-21Revert "Enable lsan test suite on Darwin x86_64 builds"Ahmed Bougacha
2017-04-20[asan] move textdomain.c to Linux dir, as the test is Linux-specificKostya Serebryany
2017-04-20sanitizer: fix crash with textdomain(NULL) interceptorKostya Serebryany
2017-04-20[asan] Match BUS and SIGV to fix test on DarwinVitaly Buka