summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-04-10[msan] Replace AF_INET with AF_UNIX to avoid IPv4 vs IPv6 issues.Vitaly Buka
2017-04-07Use a temp file to avoid Process Substitution.Rafael Espindola
2017-04-07[builtins] Remove stray quotes to fix check-builtins on non-Windows :(Reid Kleckner
2017-04-07[builtins] Get the builtins tests passing on WindowsReid Kleckner
2017-04-06[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-04-06Replace a few uses of basename.Rafael Espindola
2017-04-06Add __ffssi2 implementation to compiler-rt builtinsDimitry Andric
2017-04-06[XRay] [compiler-rt] Unwriting FDR mode buffers when functions are short.Dean Michael Berris
2017-04-05Simplify test a bit.Rafael Espindola
2017-04-04Avoid calling basename to compute xdynamiclib_namespec.Rafael Espindola
2017-04-04Don't remove the cwd.Rafael Espindola
2017-04-04Avoid sub shell.Rafael Espindola
2017-03-31Replace wc -l with count.Rafael Espindola
2017-03-31Simplify test.Rafael Espindola
2017-03-31Remove unused variable.Sam McCall
2017-03-31[asan] Move AsanCheckDynamicRTPrereqs check under flagMaxim Ostapenko
2017-03-31[asan] Turn -fsanitize-address-use-after-scope on by default [compiler-rt part]Kuba Mracek
2017-03-30Fixup for r299085: Keep the scribble.cc test on Darwin only, while I investig...Kuba Mracek
2017-03-30Fixup for r299085: Disable the scribble.cc test on AArch64.Kuba Mracek
2017-03-30Fixup for r299085: On Windows %p doesn't print 0x prefix.Kuba Mracek
2017-03-30Fixup for r299085: Print all output to stderr.Kuba Mracek
2017-03-30Fixup for r299085: Include stdint.h in scribble.cc to make uintptr_t available.Kuba Mracek
2017-03-30[tsan] Add interceptor for xpc_connection_cancel to avoid false positivesKuba Mracek
2017-03-30[asan] Implement "scribble" flags, which overwrite free'd memory with 0x55Kuba Mracek
2017-03-30avoid a subshell.Rafael Espindola
2017-03-30Use FileCheck instead of [.Rafael Espindola
2017-03-30Add LIT_USE_INTERNAL_SHELL to compiler-rt tests.Rafael Espindola
2017-03-30Use count instead of grep -c.Rafael Espindola
2017-03-30[sanitizer] Move fread and fwrite interceptors to sanitizer_commonMaxim Ostapenko
2017-03-30[XRay][compiler-rt] Spell REQUIRES properly for x86_64-linuxDean Michael Berris
2017-03-30[XRay][compiler-rt] Only run tests using llvm-xray in x86_64 for nowDean Michael Berris
2017-03-30[XRay][compiler-rt] XFAIL the FDR mode tests on aarch64-42vmaDean Michael Berris
2017-03-30[asan] Support line numbers in StackVarDescrKuba Mracek
2017-03-30[XRay][compiler-rt] Use llvm-xray in FDR mode testsDean Michael Berris
2017-03-29Add allocator_frees_and_returns_null_on_realloc_zero=false flag for compatibi...Filipe Cabecinhas
2017-03-29[Builtins] Mark mulsc3_test as UNSUPPORTED for armhf; NFCWeiming Zhao
2017-03-29[Compiler-RT][Builtins] Remove XFAIL for mulsc3; NFCWeiming Zhao
2017-03-29[XRay][compiler-rt] Add an end-to-end test for FDR LoggingDean Michael Berris
2017-03-29[Builtin] Unxfail tests for armhfWeiming Zhao
2017-03-27Reland "[Compiler-rt][Builtins] Implement lit-test support (part 2 of 2)"Weiming Zhao
2017-03-27Revert "[Compiler-rt][Builtins] Implement lit-test support (part 2 of 2)"Juergen Ributzka
2017-03-27Disable use_tls_dynamic on 32-bit linuxFrancis Ricci
2017-03-27Add --std=c++11 to tests that #include <atomic>Sam McCall
2017-03-26[asan] Remove column numbers from test expectations in invalid-pointer-pairs.ccKuba Mracek
2017-03-26[tsan] Only Acquire/Release GCD queues if they're not NULLKuba Mracek
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
2017-03-25Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.Evgeniy Stepanov
2017-03-24Fix flaky strtok.c test.Alex Shlyapnikov
2017-03-24[Compiler-rt][Builtins] Implement lit-test support (part 2 of 2)Weiming Zhao
2017-03-24Update debug_external.cc testcase to use TSan-invisible barriers to reduce fl...Kuba Mracek