summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-12-22Expose thread local quarantine size as ASAN option.Evgeniy Stepanov
2016-12-22Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin
2016-12-22[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch
2016-12-20[scudo] ARM32 supportKostya Kortchinsky
2016-12-20Make this REQUIRES match the other REQUIRES lines that mention requiringChandler Carruth
2016-12-19Fixup for r290119: Only run debug_alloc_stack.cc on Darwin until I figure out...Kuba Mracek
2016-12-19More fixup for r290119: Make the ifdef work.Kuba Mracek
2016-12-19Another fix-up for r290119: Include stdint.h so we have uint64_t on Linux.Kuba Mracek
2016-12-19Fix-up for r290119 - don't check global size, it might not be available when ...Kuba Mracek
2016-12-19[tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...Kuba Mracek
2016-12-16Follow-up for r289831: Lower the unjoined thread count to 100 in the libcxx-f...Kuba Mracek
2016-12-15[msan] Intercept getutent and friends.Evgeniy Stepanov
2016-12-15Revert r289690 "[sanitizer] intercept bstring functions, patch by Kuang-che W...Hans Wennborg
2016-12-15[sanitizers] dont dump coverage if not asked toMike Aizatsky
2016-12-15[tsan] Add interceptor for libcxx __shared_count::__release_shared()Kuba Mracek
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