summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-03-15[asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany
2017-03-15[msan] Relax lit check in wcsncpy.ccEric Liu
2017-03-14[msan] Intercept wcsncpy, wcsnlen.Evgeniy Stepanov
2017-03-14[cfi] Disable bad-split test on win32.Evgeniy Stepanov
2017-03-14[cfi] Add test for type metadata split issue.Evgeniy Stepanov
2017-03-14[compiler-rt][builtins] __isOSVersionAtLeast should load CoreFoundationAlex Lorenz
2017-03-14[Builtin][AArch64] Fix build errors of test casesWeiming Zhao
2017-03-13[asan] Split SIGSEGV / SIGBUS handling so we can handle only one of them and ...Filipe Cabecinhas
2017-03-11Revert "[Builtin] Implement lit-test support"Weiming Zhao
2017-03-11[Builtin] Implement lit-test supportWeiming Zhao
2017-03-10[Builtin][ARM] Fix test case for uldivmodWeiming Zhao
2017-03-09Reapply r297382: "[compiler-rt][builtins] Add __isOSVersionAtLeast()"Erik Pilkington
2017-03-09Revert "[compiler-rt][builtins] Add __isOSVersionAtLeast()"Erik Pilkington
2017-03-09[compiler-rt][builtins] Add __isOSVersionAtLeast()Erik Pilkington
2017-03-09[sanitizer] Bail out with warning if user dlopens shared library with RTLD_DE...Maxim Ostapenko
2017-03-07[XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64.Dean Michael Berris
2017-03-07[PowerPC] mark xray test as unsupported on powerpcle in testsuiteBill Seurer
2017-03-06[XRay] [compiler-rt] Allow logging the first argument of a function call.Dean Michael Berris
2017-03-03[compiler-rt][asan] Turn on ASAN unittests for win64.Etienne Bergeron
2017-03-02Revert "Increase stack size for stack-use-after-return test"Francis Ricci
2017-03-01Increase stack size for stack-use-after-return testFrancis Ricci
2017-03-01Reapply r296419: [asan] Print a "PC is at a non-executable memory region" mes...Filipe Cabecinhas
2017-02-28[XRay][compiler-rt] Switch default XRay 'patch_premain' to falseDean Michael Berris
2017-02-28Revert r296419 since the strings appear to need some tweaking.Filipe Cabecinhas
2017-02-28[non-executable-pc.cpp] Try to fix clang-ppc64be buildbot.Filipe Cabecinhas
2017-02-28[asan] Print a "PC is at a non-executable memory region" message if that's th...Filipe Cabecinhas
2017-02-24[msan] Test for alloca handling.Evgeniy Stepanov
2017-02-23[test] Use @LINE macroFilipe Cabecinhas
2017-02-22Re-commit of r295318, which was reverted due to AArch64 flakiness. Moving the...Kuba Mracek
2017-02-21[asan] Re-enable a test on i386-darwin.Anna Zaks
2017-02-21[compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron
2017-02-20Revert "[tsan] Provide external tags (object types) via debugging API"Diana Picus
2017-02-20Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write"Renato Golin
2017-02-16[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu
2017-02-16[tsan] Provide external tags (object types) via debugging APIKuba Mracek
2017-02-15[Builtin][ARM] #ifdef ARM vfp tests and cpu_model_testsWeiming Zhao
2017-02-15[Compiler-rt][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur
2017-02-14[PGO] Delay profile dir creation until writeXinliang David Li
2017-02-14[compiler-rt][asan|win] Force tls_init test to use dynamic runtimeEtienne Bergeron
2017-02-13Fixup for r293885: Update external.cc testcase to include the forgotten stdli...Kuba Mracek
2017-02-09[sancov] sanitizer coverage initialization testMike Aizatsky
2017-02-08[test] #ifdef new builtin tests for __arm__ platformMichal Gorny
2017-02-08[test] Enable the strace_test only if strace is installedMichal Gorny
2017-02-08[sanitizer] Add weak hooks for Windows.Marcos Pividori
2017-02-07[asan] replace std::random_shuffle with std::shuffle in tests since std::rand...Kostya Serebryany
2017-02-06[scudo] Fix standalone compiler-rt test breakageKostya Kortchinsky
2017-02-03[scudo] Fix buildbot test error on ARMKostya Kortchinsky
2017-02-03[scudo] 32-bit quarantine sizes adjustments and bug fixesKostya Kortchinsky
2017-02-03[sancov] Disable failing test for MIPS.Simon Dardis
2017-02-03[lsan] Disable sem_init_glibc.cc testcase for LSan x86.Maxim Ostapenko