summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-01-18Revert "[XRay][Arm] Enable back XRay testing on Arm32 and fix the failing tests"Renato Golin
2017-01-17[test] [builtins] Remove obsolete/UB tests in __fixuns?fdi basedMichal Gorny
2017-01-17Revert r292232.Kuba Mracek
2017-01-17[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part]Kuba Mracek
2017-01-17[XRay][Arm] Enable back XRay testing on Arm32 and fix the failing testsSerge Rogatch
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-11[tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress f...Kuba Mracek
2017-01-10[PGO] Update the test cases after r291588.Rong Xu
2017-01-10[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch
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
2017-01-06[sancov] introducing SANCOV_OPTIONSMike Aizatsky
2017-01-06[builtins] Implement __floattitf() & __floatuntitf()Michal Gorny
2017-01-05Revert "[sancov] introducing SANCOV_OPTIONS"Mike Aizatsky
2017-01-05[sancov] enabling tests on ppc and s390Mike Aizatsky
2017-01-05[sancov] introducing SANCOV_OPTIONSMike Aizatsky
2017-01-03[XRay] [compiler-rt] Include argv[0] in the log file name.Dean Michael Berris
2017-01-03Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris
2017-01-03[XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris
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-23Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin
2016-12-23[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch
2016-12-23[scudo] Use the macro get_test_cc_for_arch for the testsKostya Kortchinsky
2016-12-23[tests] Add missing "int_lib.h" includes and extend guardsMichal Gorny
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