summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-09-03tsan: speed up race deduplicationDmitry Vyukov
2015-09-03[asan] Split a test in two.Evgeniy Stepanov
2015-09-03[asan] Replace valloc with posix_memalign in test.Evgeniy Stepanov
2015-09-02[windows] Add retries to cope with linker/filesystem flakinessReid Kleckner
2015-09-01[tsan] workaround for a crash in deadlock detector, bug https://github.com/go...Kostya Serebryany
2015-09-01Mark the log_path ubsan test as requiring a shell. It uses globs.Reid Kleckner
2015-08-31[asan] Fix the freopen interceptor to allow NULL instead of a filenameKuba Brecka
2015-08-28[compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-27[Sanitizers] Make abort_on_error common flag.Alexey Samsonov
2015-08-27[sanitizer] Move sem_* to common interceptors.Evgeniy Stepanov
2015-08-27Unit test the CRLF change to suppression parsingReid Kleckner
2015-08-27[windows] Avoid unix2dos, it seems to not work on our botReid Kleckner
2015-08-26Handle suppression files ending in CRLF (\r\n)Reid Kleckner
2015-08-26[Sanitizer] Test churn: use %env_tool_opts in sanitizer_common lit tests.Alexey Samsonov
2015-08-25[msan] Regression test for PR24561.Evgeniy Stepanov
2015-08-25[UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit te...Alexey Samsonov
2015-08-25[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.Alexey Samsonov
2015-08-24[UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov
2015-08-22[TSan] Support __sanitizer_set_death_callback().Alexey Samsonov
2015-08-21[LSan] Support __sanitizer_set_death_callback in standalone LSan.Alexey Samsonov
2015-08-21[CMake] Need to filter out test architectures on ubsan as well.Chris Bieneman
2015-08-21Implement __aeabi_c{d,f}{cmpeq,cmple,rcmple}.Josh Gao
2015-08-20[CMake] Fixing r245581 based on feedback from Filcab.Chris Bieneman
2015-08-20[CMake] Fix building unit tests on DarwinChris Bieneman
2015-08-19Remove forkpty test with -Wl,-as-needed. This currently breaks inDaniel Jasper
2015-08-18[msan] Intercept openpty and forkpty.Evgeniy Stepanov
2015-08-18Implement __aeabi_{f,d}rsub.Dan Albert
2015-08-18[compiler-rt] Add AArch64 to CMake configuration and several missing builtinsSergey Dmitrouk
2015-08-18Revert "[sanitizer] Move definition of stable-runtime to common lit config."Renato Golin
2015-08-18[ARM] Also disable stable-runtime check on UBsan, to use generic oneRenato Golin
2015-08-18[sanitizer] Move definition of stable-runtime to common lit config.Evgeniy Stepanov
2015-08-14Fixup stale comment about supported OSsReid Kleckner
2015-08-14Move ASAN_OPTIONS setting from compile command to run command, fixes test on ...Reid Kleckner
2015-08-14[windows] Fix or XFAIL remaining portable test failures and enable themReid Kleckner
2015-08-13Removed xfail, since test is passing in line with expanded dtor sanitizing fu...Naomi Musgrave
2015-08-13Revert "Removed xfail, since test is passing in line with expanded dtor sanit...Daniel Jasper
2015-08-12Use %env_asan_opts= substitution instead of 'env ASAN_OPTIONS=$ASAN_OPTIONS'Reid Kleckner
2015-08-12[windows] Always use the lit shell on Windows, even if bash is presentReid Kleckner
2015-08-12Combine helper file into main test file with ifdefsReid Kleckner
2015-08-12Move tests that use unistd.h and pthread.h to TestCases/PosixReid Kleckner
2015-08-12Removed xfail, since test is passing in line with expanded dtor sanitizing fu...Naomi Musgrave
2015-08-12Revert "Revised test to pass under updated dtor callback implementation"Daniel Jasper
2015-08-12Revised test to pass under updated dtor callback implementationNaomi Musgrave
2015-08-11[windows] Use lld-link instead of lld-link2, the latter no longer existsReid Kleckner
2015-08-11[windows] Remove CHECK for strdup symbol that comes from the CRTReid Kleckner
2015-08-11[Windows] Use llvm-symbolizer before using dbghelpReid Kleckner
2015-08-11[compiler-rt] Add SourceLocations for float_cast_overflow data.Filipe Cabecinhas
2015-08-11[cmake] Hoist check for LLD sources up into root CMakeLists.txtReid Kleckner
2015-08-10[Windows] Relax test case patterns to allow parameter listsReid Kleckner
2015-08-10test case for poisoning trivial membersNaomi Musgrave