summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux
AgeCommit message (Expand)Author
2017-03-15[asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany
2017-02-08[sanitizer] Add weak hooks for Windows.Marcos Pividori
2017-02-07[asan] replace std::random_shuffle with std::shuffle in tests since std::rand...Kostya Serebryany
2017-01-31[sanitizer] Fix interface tests when SANITIZER_CAN_USE_CXXABI is true.Marcos Pividori
2017-01-31[sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori
2017-01-29[asan] Fix tests for exported interfaces.Marcos Pividori
2017-01-19Whenever reasonable, merge ASAN quarantine batches to save memory.Alex Shlyapnikov
2017-01-12ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2017-01-10Revert r291509, 291510 and 291511Diana Picus
2017-01-09ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2016-12-28Fix unit test broken by D27873.Evgeniy Stepanov
2016-12-22Expose thread local quarantine size as ASAN option.Evgeniy Stepanov
2016-12-15Revert r289690 "[sanitizer] intercept bstring functions, patch by Kuang-che W...Hans Wennborg
2016-12-14[sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://revie...Kostya Serebryany
2016-12-06Replace "|&" with "2>&1 |" to support bash pre-4Evgeniy Stepanov
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-11-19[ARM|ASAN] Disabling more unstable ASAN testsRenato Golin
2016-10-28[asan] Run pthread_create_from_constructor test on x86 targets.Maxim Ostapenko
2016-10-28[asan] Disable pthread_create_from_constructor test on PowerPC64.Maxim Ostapenko
2016-10-28[asan/lsan] Avoid possible deadlock in dynamic ASan runtime thread initializa...Maxim Ostapenko
2016-10-04[asan] When protect_shadow_gap=0, set up the shadow for the shadow gap. This ...Kostya Serebryany
2016-09-29[sancov] removing html report option test, the option doesn't exist anymoreMike Aizatsky
2016-09-28Add build script for symbolizer which can be linked into instrumented process.Vitaly Buka
2016-09-28[ASAN] Pass previous stack information through __sanitizer_finish_switch_fiberDmitry Vyukov
2016-09-14[asan] add heap_profile=1 to asan to periodically print the heap profile. So ...Kostya Serebryany
2016-09-13[asan] alloc_dealloc_mismatch=0 by default on Android.Evgeniy Stepanov
2016-09-13[asan] Add missing include for rand()Jonas Hahnfeld
2016-09-09[asan] Disable handle_abort in Android tests.Evgeniy Stepanov
2016-09-09[asan] Since r280945 fixed the OS X abort() problem, merge scariness_score_te...Filipe Cabecinhas
2016-09-02[asan] Move scariness_score_test.cc to a common subdirectoryFilipe Cabecinhas
2016-08-27[asan] restrict release_to_os_test.cc to x86_64Kostya Serebryany
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2016-08-12[mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.Daniel Sanders
2016-08-09[sanitizers] Make it possible to XFAIL on the effective target, not just the ...Daniel Sanders
2016-07-20[asan] trying to fix the android botKostya Serebryany
2016-07-19[asan] trying to fix the android botKostya Serebryany
2016-07-15[asan] trying to fix the windows build Kostya Serebryany
2016-06-21[asan] add primitives that allow coroutine implementationsDmitry Vyukov
2016-06-20Hide send/sendto/sendmsg interptors under a flag.Evgeniy Stepanov
2016-06-17[msan] Intercept send/sendto/sendmsg.Evgeniy Stepanov
2016-06-07[asan] make print_memory_profile_test more reliable by using large allocation...Kostya Serebryany
2016-06-04Fix the test for printing the memory profile. This fuctionality is onlyChandler Carruth
2016-06-02[asan] add an interface function __sanitizer_print_memory_profile (a basic me...Kostya Serebryany
2016-05-20[powerpc] mark static_tls.cc test as UNSUPPORTED on powerpc64Bill Seurer
2016-05-14[mips][ias] Two XFAIL's now pass on 32-bit MIPS.Daniel Sanders
2016-05-06[asan] Bail out on stack overflow in recovery mode.Maxim Ostapenko
2016-04-29[ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED.Marcin Koscielnicki
2016-04-26[sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki
2016-04-26Revert "[sanitizers] read/write page fault detection on mac."Mehdi Amini
2016-04-25[sanitizers] read/write page fault detection on mac.Mike Aizatsky