summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan
Commit message (Expand)AuthorAgeFilesLines
* Test: Enable exceptions for test that needs itFilipe Cabecinhas2018-08-011-1/+1
* [Asan][Msan] Unit tests Disable some tests for FreeBSDDavid Carlier2018-07-253-1/+8
* Rename __asan_gen_* symbols to ___asan_gen_*.Peter Collingbourne2018-07-182-7/+7
* Limit ASan non-executable-pc test case to x86 botsVlad Tsyrklevich2018-07-101-10/+4
* [asan] Disable non-execute test on s390Ulrich Weigand2018-07-101-0/+3
* [compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas2018-07-1013-50/+56
* [asan] Change 3 tests from XFAIL to UNSUPPORTED.Evgeniy Stepanov2018-06-281-1/+1
* [asan] Disable 3 tests on Android O+.Evgeniy Stepanov2018-06-281-0/+4
* [asan] un-XFAIL one testEvgeniy Stepanov2018-06-281-3/+0
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-2/+2
* [asan] Relax the null_deref.cc test even furtherVedant Kumar2018-06-271-2/+2
* [asan] Relax a test which depends on optimized debug infoVedant Kumar2018-06-271-2/+2
* [sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek2018-06-203-15/+7
* [asan] Add flushes to try to fix testReid Kleckner2018-06-201-1/+2
* [asan] Add Windows test for handle_segv and SetUnhandledExceptionFilterReid Kleckner2018-06-201-0/+35
* [asan] Enable fgets_fputs test on AndroidVitaly Buka2018-06-161-5/+2
* [asan] Move long-object-path.cc test to LinuxVitaly Buka2018-06-151-1/+0
* [ASAN] fix typos and disable long-object-path test for win32Peter Wu2018-06-141-0/+1
* [ASAN] fix startup crash in dlsym for long paths since glibc 2.27Peter Wu2018-06-141-0/+7
* [ASAN] Re-enable fgets_fputs test for darwin.Ahmed Bougacha2018-06-131-1/+1
* [ASAN] disable fgets_fputs test for android and darwinPeter Wu2018-06-121-0/+1
* [ASAN] fix fgets and fgets_fputs tests failurePeter Wu2018-06-121-15/+25
* [sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu2018-06-111-0/+46
* [Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov2018-06-111-133/+0
* [Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov2018-06-111-46/+0
* [asan] Re-enable no_asan_gen_globals for 32-bitVitaly Buka2018-06-081-2/+0
* [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2018-06-082-47/+0
* [ASAN] Sanitize testsuite for ARM.Yvan Roux2018-06-0114-19/+13
* Do not link with -ldl in NetBSD/ASan testsKamil Rytarowski2018-05-191-2/+1
* Fix another case where libstdc++ is being inappropriately requested (seeDan Liew2018-05-142-48/+1
* [asan] Align __asan_global_start so that it works with LLDReid Kleckner2018-04-261-0/+18
* asan: Mark printf-4.c as unsupported on Windows.Peter Collingbourne2018-04-201-2/+3
* [asan] Reduce flakiness in stack-overflow detectionKuba Mracek2018-04-131-1/+1
* [compiler-rt][asan][mips] UnXFAIL some consistently passing testsSimon Dardis2018-04-102-8/+0
* [asan] Fix aligned_alloc test caseKostya Kortchinsky2018-04-041-3/+2
* [ASan] Disable new ASan error reporting tests on various ARMs.Alex Shlyapnikov2018-03-305-0/+10
* [asan] Split the `throw_invoke_test.cc` into a Linux specific variantDan Liew2018-03-292-1/+48
* [ASan] Disable aligned_alloc-alignment.cc on PPC64.Alex Shlyapnikov2018-03-291-1/+1
* [ASan] Disable aligned_alloc-alignment.cc on ppc64beAlex Shlyapnikov2018-03-291-4/+2
* [ASan] Disable aligned_alloc-alignment.cc test on gcc.Alex Shlyapnikov2018-03-281-0/+3
* [ASan] Disable aligned_alloc-alignment.cc on Android.Alex Shlyapnikov2018-03-281-1/+3
* [ASan] Add aligned_alloc declaration to aligned_alloc-alignment.cc test.Alex Shlyapnikov2018-03-281-0/+2
* [ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-03-288-11/+100
* Revert "[asan] Replace vfork with fork."Evgeniy Stepanov2018-03-271-30/+0
* [asan] Replace vfork with fork.Evgeniy Stepanov2018-03-161-0/+30
* [asan] poison_heap=0 should not disable __asan_handle_no_return.Evgeniy Stepanov2018-03-121-0/+13
* [asan] Clean up the REQUIRES of `asan/TestCases/strcat-overlap.cc`Dan Liew2018-03-091-1/+5
* [asan] Try to unbreak arm build bots by only running the test onDan Liew2018-03-091-0/+1
* Mark the -overlap tests are "UNSUPPORTED: android". Android test harness does...Kuba Mracek2018-03-094-0/+7
* Mark strcat-overlap.cc as "UNSUPPORTED: win32"Kuba Mracek2018-03-091-0/+2
OpenPOWER on IntegriCloud