summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix
AgeCommit message (Expand)Author
2017-12-10Update another sanitizer test for C++14.Ahmed Bougacha
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-04[ASan] Enhance libsanitizer support for invalid-pointer-pair.Alex Shlyapnikov
2017-09-21[asan] Remove trailing spacesVitaly Buka
2017-09-21[asan] Remove "COLLISION" workaround for datarace in asanVitaly Buka
2017-09-21[asan] Remove "rm -f" in tests where it was needed only because of >>Vitaly Buka
2017-09-20[asan] Fix nested error detectionVitaly Buka
2017-09-17Mark various failing tests with "UNSUPPORTED: ios".Kuba Mracek
2017-09-14[asan] Disable two dynamic tests on armhfVitaly Buka
2017-09-13[compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka
2017-09-09[compiler-rt] Move allow_user_segv.cc into sanitizer_commonVitaly Buka
2017-09-09[asan] Use more generic string in error messageVitaly Buka
2017-07-31[sancov] Fix coverage-reset test on Android/i686.Evgeniy Stepanov
2017-07-28[sancov] Add missing line breaks in test. NFC.Evgeniy Stepanov
2017-07-27[sancov] Implement __sanitizer_cov_reset.Evgeniy Stepanov
2017-07-12[asan] Avoid recompilation of the same code in the testVitaly Buka
2017-06-29[asan] Fix try to fix test on AndroidVitaly Buka
2017-06-28Revert r306504: Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin.Kuba Mracek
2017-06-28Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin. They used to be flaky...Kuba Mracek
2017-06-15[asan] Return allow_user_segv_handler=0 to fix compatibility issues.Vitaly Buka
2017-06-05[ASan] A speculative attempt to fix a flaky test on ppc64be.Alex Shlyapnikov
2017-06-05[asan] Use asan exitcode=0 option to always succeed a test run.Alex Shlyapnikov
2017-06-01[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-05-26[asan] Enable back halt_on_error-torture.cc disabled on PowerPC.Alex Shlyapnikov
2017-05-26[asan] Enable back some ASan tests disabled on PowerPC.Alex Shlyapnikov
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-25Disable two more flaky ASan wait* tests temporarily on DarwinAdam Nemet
2017-05-25[powerpc] deactivate flakey test halt_on_error-torture.cc on powerpc64 beBill Seurer
2017-05-23Disable flaky ASan tests temporarily on darwinAdam Nemet
2017-05-19[compiler-rt] Switch handle_<signal> flags from bool to enum.Vitaly Buka
2017-05-18Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper
2017-05-18temporary disable stndup interceptor, due to r302781 being buggyKostya Serebryany
2017-05-11[asan] Test 'strndup_oob_test.cc' added in r302781 fails on the clang-cmake-t...Pierre Gousseau
2017-05-11[asan] Test 'strndup_oob_test.cc' added in r302781 fails on clang-s390x-linux.Pierre Gousseau
2017-05-11[asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau
2017-05-02[asan] Mark some more testcases as unsupported on iOS.Kuba Mracek
2017-05-02[asan] Mark a bunch of tests as unsupported on iOSKuba Mracek
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-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-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 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-21[asan] Optimize strchr for strict_string_checks=falseVitaly Buka
2017-04-21Revert r300889, r300906, r300935, r300939Diana Picus