summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2018-07-18Rename __asan_gen_* symbols to ___asan_gen_*.Peter Collingbourne
2018-07-10Limit ASan non-executable-pc test case to x86 botsVlad Tsyrklevich
2018-07-10[asan] Disable non-execute test on s390Ulrich Weigand
2018-07-10[compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas
2018-06-28[asan] Change 3 tests from XFAIL to UNSUPPORTED.Evgeniy Stepanov
2018-06-28[asan] Disable 3 tests on Android O+.Evgeniy Stepanov
2018-06-28[asan] un-XFAIL one testEvgeniy Stepanov
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-27[asan] Relax the null_deref.cc test even furtherVedant Kumar
2018-06-27[asan] Relax a test which depends on optimized debug infoVedant Kumar
2018-06-20[sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek
2018-06-20[asan] Add flushes to try to fix testReid Kleckner
2018-06-20[asan] Add Windows test for handle_segv and SetUnhandledExceptionFilterReid Kleckner
2018-06-16[asan] Enable fgets_fputs test on AndroidVitaly Buka
2018-06-15[asan] Move long-object-path.cc test to LinuxVitaly Buka
2018-06-14[ASAN] fix typos and disable long-object-path test for win32Peter Wu
2018-06-14[ASAN] fix startup crash in dlsym for long paths since glibc 2.27Peter Wu
2018-06-13[ASAN] Re-enable fgets_fputs test for darwin.Ahmed Bougacha
2018-06-12[ASAN] disable fgets_fputs test for android and darwinPeter Wu
2018-06-12[ASAN] fix fgets and fgets_fputs tests failurePeter Wu
2018-06-11[sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu
2018-06-11[Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov
2018-06-11[Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov
2018-06-08[asan] Re-enable no_asan_gen_globals for 32-bitVitaly Buka
2018-06-08[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov
2018-06-01[ASAN] Sanitize testsuite for ARM.Yvan Roux
2018-05-19Do not link with -ldl in NetBSD/ASan testsKamil Rytarowski
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