summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2017-01-25[asan] fix __sanitizer_cov_with_check to get the correct caller PC. Before th...Kostya Serebryany
2017-01-24[asan] temporarily disable parts of a test that fail after r292862Kostya Serebryany
2017-01-24[test] Prevent false detection of an `UNSUPPORTED:` directive by lit.Greg Parker
2017-01-23Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov
2017-01-23[lsan] Enable LSan for x86 Linux.Maxim Ostapenko
2017-01-20[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part, take 2]Kuba Mracek
2017-01-19Whenever reasonable, merge ASAN quarantine batches to save memory.Alex Shlyapnikov
2017-01-17Revert r292232.Kuba Mracek
2017-01-17[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part]Kuba Mracek
2017-01-12ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2017-01-11Repoison the entire ASan chunk if it is not in active use.Alex Shlyapnikov
2017-01-10Revert r291509, 291510 and 291511Diana Picus
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2017-01-07Follow-up for r291277: Redirect otool output to stderr.Kuba Mracek
2017-01-06Follow-up for r291277: Increase buffer size in uuid.cc testcase.Kuba Mracek
2017-01-06[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek
2017-01-06[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek
2016-12-28Fix unit test broken by D27873.Evgeniy Stepanov
2016-12-27[asan] Mark printf-m test as unsupported on windows.Evgeniy Stepanov
2016-12-27[asan] Fix handling of %m in printf interceptor.Evgeniy Stepanov
2016-12-27test: filter out -fPIE/-pie on WindowsSaleem Abdulrasool
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-11[sanitizer] Handle malloc_destroy_zone() on DarwinKuba Mracek
2016-12-08[asan] Add test which detects bugs undetectable before r288563Vitaly Buka
2016-12-06Replace "|&" with "2>&1 |" to support bash pre-4Evgeniy Stepanov
2016-12-02Revert "Compiler-rt part of D26230: Add (constant) masked load/store support ...Filipe Cabecinhas
2016-12-02Compiler-rt part of D26230: Add (constant) masked load/store support (Try #2)Filipe Cabecinhas
2016-11-29[sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek
2016-11-29Revert "Compiler-rt part of D26230: Add (constant) masked load/store support"Filipe Cabecinhas
2016-11-29Compiler-rt part of D26230: Add (constant) masked load/store supportFilipe Cabecinhas
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-11-28[asan] Attempt to fix the debug_double_free.cc testcase on Windows after r288...Kuba Mracek
2016-11-28[asan] Provide bug descriptions for all reports (not just ErrorGeneric)Kuba Mracek
2016-11-26[asan] Support handle_sigill on DarwinKuba Mracek
2016-11-26[asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGVKuba Mracek
2016-11-21[asan] Specialize the initialization-bug.cc testcase for Darwin (it needs a d...Kuba Mracek
2016-11-21[asan] Un-XFAIL Windows global dead stripping test casesReid Kleckner
2016-11-19[ARM|ASAN] Disabling more unstable ASAN testsRenato Golin
2016-11-17[asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner
2016-11-17[asan] Update the tests as Mach-O metadata liveness tracking is on by defaultAnna Zaks
2016-11-15[asan] Re-enable the use-after-scope-types.cc test on Darwin, now that r28702...Kuba Brecka
2016-11-15[asan] Fixup to r286608 that makes the test pass on iOS.Anna Zaks
2016-11-14Remove pwd to fix WinASan botReid Kleckner
2016-11-14Split strncmp and strncasecmp test and XFAIL one for WindowsReid Kleckner
2016-11-14[asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initializationReid Kleckner
2016-11-12[asan] Fix strncmp and strncasecmp interceptorsVitaly Buka
2016-11-11Disable a test using posix_spawn on AndroidReid Kleckner