summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2018-03-08Move lto-constmerge-odr.cc to Posix (it's failing on Windows).Kuba Mracek
2018-03-08[asan] Fix bug where suppression of overlapping accesses was ignored onDan Liew
2018-03-08[asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [comp...Kuba Mracek
2018-03-08More revert of r327031Kuba Mracek
2018-03-08Revert r327031Kuba Mracek
2018-03-08[asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [comp...Kuba Mracek
2018-02-26[asan] Intercept std::rethrow_exception indirectlyVitaly Buka
2018-02-15[asan] Add "arm64" into the list of 64-bit architecturesKuba Mracek
2018-02-15Enable test/asan for NetBSDKamil Rytarowski
2018-02-02Use NULL instead of nullptr in invalid-pointer-pairs-compare-null.cc; nullptr...Kuba Mracek
2018-02-02[asan] Make concurrent_overflow.cc less flakyKuba Mracek
2018-02-01Make detect_invalid_pointer_pairs option to be tristate.Alex Shlyapnikov
2018-01-23[PowerPC][asan] Fix asan tests to handle changed memory layoutsBill Seurer
2018-01-22Small fixes for detect_invalid_pointer_pairs.Alex Shlyapnikov
2018-01-20Force lit to execute the ASan and TSan tests on iOS devicesDan Liew
2018-01-17Hotfix for test/asan/TestCases/alloca_constant_size.ccKamil Rytarowski
2018-01-17[Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski
2018-01-03[cmake] Fix typo in test/asan/CMakeLists.txtAzharuddin Mohammed
2017-12-23[Sanitizers] Export aligned new/delete from runtimes.Alex Shlyapnikov
2017-12-18[asan] Add interceptor for printf_chkMaxim Ostapenko
2017-12-10Update another sanitizer test for C++14.Ahmed Bougacha
2017-12-09Update sanitizer tests for C++14 default in ClangTim Northover
2017-12-07[PowerPC][asan] Update asan to handle changed memory layouts in newer kernelsBill Seurer
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-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev
2017-12-01Add missing signal.h header:Ismail Donmez
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev
2017-11-29[sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib f...Kuba Mracek
2017-11-29[asan] Don't crash on fclose(NULL)Kuba Mracek
2017-11-29[asan] Allow getpwnam(NULL) for binary compatibilityKuba Mracek
2017-11-17Enable PDB generation with lld in asan and cfi tests on Windows.Peter Collingbourne
2017-11-16[asan] Properly mark or disable tests that only work with shadow scale of 3Walter Lee
2017-11-16[asan] Port tests to shadow scale of 5Walter Lee
2017-11-09Revert new ThinLTO ASAN test until lit support addedTeresa Johnson
2017-11-08[ThinLTO] New test needs to require LTOTeresa Johnson
2017-11-08[ThinLTO] Ensure sanitizer passes are runTeresa Johnson
2017-11-08Revert "[ThinLTO] Ensure sanitizer passes are run"Teresa Johnson
2017-11-08[ThinLTO] Ensure sanitizer passes are runTeresa Johnson
2017-10-25[Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov
2017-10-06Factor out default_(a|ub)sanitizer_opts in lit.Evgeniy Stepanov
2017-10-05[sanitizer] Move %ld_flags_rpath_exe to common and use it in more tests.Evgeniy Stepanov
2017-09-27ASan allocates a global data initialization array at the tail end of eachDmitry Mikulin
2017-09-26[mips][asan] Fix preinstalled_signal.cc test for mipsSimon Dardis
2017-09-22[asan/lsan] Trying to fix PPC64 and x380x buildbots after r313966Maxim Ostapenko
2017-09-22[asan/lsan] Trying to fix buildbots after r313966Maxim Ostapenko