summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-05-28[ASan] Disable alloca tests on ARM targets due to flakiness.Yury Gribov
2015-05-28[ASan] XFAIL VLA tests on ARM and PowerPC. Patch by Max Ostapenko!Yury Gribov
2015-05-28[sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st...Yury Gribov
2015-05-28[ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!Yury Gribov
2015-05-27Test case for PR 23499.Diego Novillo
2015-05-26[msan] Fix mmap test on Fedora.Evgeniy Stepanov
2015-05-24[msan] Mprotect all inaccessible memory regions.Evgeniy Stepanov
2015-05-19Factor out LTO detection to common configuration.Peter Collingbourne
2015-05-19CFI: Remove <utility> include.Peter Collingbourne
2015-05-19[sanitizer][MIPS] Add --target flag for MIPS32Sagar Thakur
2015-05-17[asan] Disable static-tls test on PowerPC.Evgeniy Stepanov
2015-05-16[sanitizer] Recognize static TLS in __tls_get_addr interceptor.Evgeniy Stepanov
2015-05-14[tsan] deflakify one more tsan testKostya Serebryany
2015-05-12[Builtins] Implement half-precision conversions.Ahmed Bougacha
2015-05-12[sanitizer] Override pipefail in coverage-missing test.Sergey Matveev
2015-05-12[sanitizer] Re-enable a broken test with debug output.Sergey Matveev
2015-05-11[asan] Disable coverage-missing test failing on the bots.Evgeniy Stepanov
2015-05-11[Msan] Fix the if_indextoname.cc test to pass on FreeBSDViktor Kutuzov
2015-05-08[sanitizer] Attempt to fix the test for missing coverage script.Sergey Matveev
2015-05-08[TSan][MIPS] XFAIL long jump tests for MIPS64Sagar Thakur
2015-05-08[ASAN] Use regex for addresses in kernel_area.cc testSagar Thakur
2015-05-08[Msan] Fix the report-demangling.cc test to pass on FreeBSDViktor Kutuzov
2015-05-08[Msan] Make the obstack.cc test Linux-specificViktor Kutuzov
2015-05-07[SanitizerCoverage] Upgrade lit tests to new -fsanitize-coverage= flags.Alexey Samsonov
2015-05-07[Msan] Make the mallinfo.cc test Linux-specificViktor Kutuzov
2015-05-07[Msan] Make the ioctl_sound.cc test Linux-specificViktor Kutuzov
2015-05-06[sanitizer] Restrict the missing coverage test to x86/x86_64.Sergey Matveev
2015-05-06[sanitizer] Extend sancov.py to show which PCs are missing from coverage.Sergey Matveev
2015-05-06[Msan] Fix the mmap_below_shadow.cc test to pass on FreeBSDViktor Kutuzov
2015-05-06[Msan] Fix the initgroups.cc test to build on FreeBSDViktor Kutuzov
2015-05-06[Msan] Fix the ifaddrs.cc test to build and pass on FreeBSDViktor Kutuzov
2015-05-05tsan: add memory access functions that accept pcDmitry Vyukov
2015-05-05[asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/S...Kostya Serebryany
2015-05-04Fix Windows coverage test with lit shellReid Kleckner
2015-04-30[UBSan] Make stacktrace-matching CHECK-lines in tests Linux-specific.Alexey Samsonov
2015-04-29profile: Use unique directory for tests that write default profile fileJustin Bogner
2015-04-29[UBSan] Disable vptr.cpp on Darwin again.Alexey Samsonov
2015-04-29[UBSan] Various improvements to vptr.cpp test caseAlexey Samsonov
2015-04-29[UBSan] Add a testcase for __ubsan_default_options() function.Alexey Samsonov
2015-04-29Re-XFAIL UBSan vptr testcase on darwin.Ahmed Bougacha
2015-04-29tsan: add another test for setuidDmitry Vyukov
2015-04-29Revert 2 tests from "Tests for r236055."Renato Golin
2015-04-28Tests for r236055.Eric Christopher
2015-04-28tsan: fix a bug memory access handlingDmitry Vyukov
2015-04-28[Msan] Fix the getline.cc test to pass on FreeBSDViktor Kutuzov
2015-04-28[UBSan] Fix CMake rules for tests after r235954.Alexey Samsonov
2015-04-28Address old FIXMEs in UBSan test cases.Alexey Samsonov
2015-04-28Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov
2015-04-27[UBSan] Reenable ASan+UBSan tests on Darwin now that PR21112 is fixed.Alexey Samsonov
2015-04-27[TSan] Prepare TSan tests for splitting tsan_cxx library.Alexey Samsonov