summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-12-12[sancov] __sanitizer_dump_coverage apiMike Aizatsky
2016-12-12[XRay][CMake] Check target for XRay Flight Data RecorderPetr Hosek
2016-12-11[sanitizer] Handle malloc_destroy_zone() on DarwinKuba Mracek
2016-12-09[DFSAN] Another unstable test in AArch64 breaking bots unnecessarilyRenato Golin
2016-12-08[asan] Add test which detects bugs undetectable before r288563Vitaly Buka
2016-12-08[MSAN][MIPS] Fix fork.cc test on MIPSSagar Thakur
2016-12-07[XRay][AArch64] Disable the unstable test XRay-aarch64-linux::patching-unpatc...Serge Rogatch
2016-12-07[asan] Disable yet another unstable test under AArch64Renato Golin
2016-12-06Replace "|&" with "2>&1 |" to support bash pre-4Evgeniy Stepanov
2016-12-06[XRay][compiler-rt] Only add unit tests if we're building XRay.Dean Michael Berris
2016-12-06[XRay][compiler-rt] CMake fixes for XRay -- take 2.Dean Michael Berris
2016-12-06[XRay][compiler-rt] Fix unit test adding logic.Dean Michael Berris
2016-12-06[XRay][compiler-rt] XRay Buffer QueueDean Michael Berris
2016-12-05[sanitizers] mac prints null differentlyMike Aizatsky
2016-12-05[sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky
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-12-02compiler-rt/test/profile/Linux/lit.local.cfg: [Py3] Use text mode (universal_...NAKAMURA Takumi
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky
2016-11-29[Profile] Fix value profiler eviction bugXinliang David Li
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-28[sanitizers] Get the proper printf/scanf version when long double transition ...Marcin Koscielnicki
2016-11-26[tsan] Fix the lit expansion of %deflake not to eat a spaceKuba 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-25Revert "[XRay][compiler-rt] XRay Buffer Queue"Dean Michael Berris
2016-11-25[XRay][compiler-rt] XRay Buffer QueueDean Michael Berris
2016-11-24[tsan] Add support for GCD dispatch_suspend and dispatch_resumeKuba Mracek
2016-11-23[test] Use a helper macro to refer to MAP_ANON (NFC)Vedant Kumar
2016-11-22[sanitizer] Fix the dedup_token_length_test.cc testcase to not fail when user...Kuba Mracek
2016-11-22tsan: fix build after 287632Dmitry Vyukov
2016-11-22tsan: switch libignore from /proc/self/maps to dl_iterate_phdrDmitry Vyukov
2016-11-21[asan] Specialize the initialization-bug.cc testcase for Darwin (it needs a d...Kuba Mracek
2016-11-21Add a test for vcall on a null ptr.Ivan Krasin
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-14[cfi] Mark tests as xfailing on DarwinVedant Kumar
2016-11-14[cfi] Mark some tests as requiring additional support from the MachO writerVedant Kumar
2016-11-14[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...Kuba Brecka
2016-11-14Temporarily relax test expectations to fix failures on ppc64.Evgeniy Stepanov
2016-11-14Remove pwd to fix WinASan botReid Kleckner