summaryrefslogtreecommitdiff
path: root/test/asan/TestCases
AgeCommit message (Expand)Author
2018-05-14Fix another case where libstdc++ is being inappropriately requested (seeDan Liew
2018-04-26[asan] Align __asan_global_start so that it works with LLDReid Kleckner
2018-04-20asan: Mark printf-4.c as unsupported on Windows.Peter Collingbourne
2018-04-13[asan] Reduce flakiness in stack-overflow detectionKuba Mracek
2018-04-10[compiler-rt][asan][mips] UnXFAIL some consistently passing testsSimon Dardis
2018-04-04[asan] Fix aligned_alloc test caseKostya Kortchinsky
2018-03-30[ASan] Disable new ASan error reporting tests on various ARMs.Alex Shlyapnikov
2018-03-29[asan] Split the `throw_invoke_test.cc` into a Linux specific variantDan Liew
2018-03-29[ASan] Disable aligned_alloc-alignment.cc on PPC64.Alex Shlyapnikov
2018-03-29[ASan] Disable aligned_alloc-alignment.cc on ppc64beAlex Shlyapnikov
2018-03-28[ASan] Disable aligned_alloc-alignment.cc test on gcc.Alex Shlyapnikov
2018-03-28[ASan] Disable aligned_alloc-alignment.cc on Android.Alex Shlyapnikov
2018-03-28[ASan] Add aligned_alloc declaration to aligned_alloc-alignment.cc test.Alex Shlyapnikov
2018-03-28[ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-03-27Revert "[asan] Replace vfork with fork."Evgeniy Stepanov
2018-03-16[asan] Replace vfork with fork.Evgeniy Stepanov
2018-03-12[asan] poison_heap=0 should not disable __asan_handle_no_return.Evgeniy Stepanov
2018-03-09[asan] Clean up the REQUIRES of `asan/TestCases/strcat-overlap.cc`Dan Liew
2018-03-09[asan] Try to unbreak arm build bots by only running the test onDan Liew
2018-03-09Mark the -overlap tests are "UNSUPPORTED: android". Android test harness does...Kuba Mracek
2018-03-09Mark strcat-overlap.cc as "UNSUPPORTED: win32"Kuba Mracek
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-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-17Hotfix for test/asan/TestCases/alloca_constant_size.ccKamil Rytarowski
2018-01-17[Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski
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-01Add missing signal.h header:Ismail Donmez
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