summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-12-14[sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://revie...Kostya Serebryany
2016-12-14tsan: allow Java VM iterate over allocated objectsDmitry Vyukov
2016-12-14[scudo] Relax the memalign testKostya Kortchinsky
2016-12-13[sanitizers] -DAG is order-independent checkMike Aizatsky
2016-12-13[sancov] Disable failing test on SystemZ as wellUlrich Weigand
2016-12-13[sancov] Mark as unstable on ARM, not XFAIL, since it does pass on some configRenato Golin
2016-12-13[sanitizers] dso order is random, test shouldnt depend on itMike Aizatsky
2016-12-13[sanitizers] powerpc4 is also unsupported platformMike Aizatsky
2016-12-13[sanitizers] disabling dso test as well where appropriateMike Aizatsky
2016-12-13[sanitizers] trace-pc-guard doesn't work on mac as wellMike Aizatsky
2016-12-13[sanitizers] sancov really works on x86 onlyMike Aizatsky
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