summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-03-22Use lld-link /nopdb to suppress PDB generation when DWARF is requiredReid Kleckner
2017-03-22Make nullability test pass on Windows, which evaluates parameters right-to-left.Nico Weber
2017-03-22XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIAReid Kleckner
2017-03-21Revert "[compiler-rt][asan] Turn on ASAN unittests for win64."Reid Kleckner
2017-03-21tsan: fix pie_no_aslr testDmitry Vyukov
2017-03-21tsan: support __ATOMIC_HLE_ACQUIRE/RELEASE flagsDmitry Vyukov
2017-03-21tsan: add test for pie/no aslrDmitry Vyukov
2017-03-21Revert "Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) call"Vitaly Buka
2017-03-21[Builtin] Implement lit-test support (part 1 of 2: test cases update)Weiming Zhao
2017-03-20Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) callAlex Shlyapnikov
2017-03-20Revert r298174, r298173, r298169, r298159.Evgeniy Stepanov
2017-03-20Disable stack-use-after-return.cc on AArch64. The test was not testing the r...Kuba Mracek
2017-03-19Re-commit of r296706 ("Increase stack size for stack-use-after-return test")....Kuba Mracek
2017-03-18Apparently, PTHREAD_STACK_MIN can be in limits.h on some systems...Kuba Mracek
2017-03-18Change stack-use-after-return.cc to respect PTHREAD_STACK_MIN before calling ...Kuba Mracek
2017-03-18Add extra return value checks into stack-use-after-return.cc to help diagnose...Kuba Mracek
2017-03-18Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov
2017-03-18[asan] Remove gc-sections test with bfd.Evgeniy Stepanov
2017-03-17[asan] Disable globals-gc test with ld.bfd.Evgeniy Stepanov
2017-03-17[asan] Fix dead stripping of globals on Linux (compiler-rt)Evgeniy Stepanov
2017-03-17[ubsan] Add e2e test for -fsanitize=nullabilityVedant Kumar
2017-03-16Fix macOS version detection to also allow missing 3rd part of the version num...Kuba Mracek
2017-03-16[msan] Intercept getloadavg.Evgeniy Stepanov
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