summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-12-18[PGO] Test case changes for D41059Xinliang David Li
2017-12-18[asan] Add interceptor for printf_chkMaxim Ostapenko
2017-12-18Revert r320977 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann
2017-12-18No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann
2017-12-15[libFuzzer] make the tests depend on ubsanKostya Serebryany
2017-12-14[profile] Port the runtime to Solaris (retry)Vedant Kumar
2017-12-14Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar
2017-12-14[profile] Port the runtime to SolarisVedant Kumar
2017-12-14[scudo] Disabling the interface test on armhfKostya Kortchinsky
2017-12-14[XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean Michael Berris
2017-12-13[scudo] Adding a public Scudo interfaceKostya Kortchinsky
2017-12-13[hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov
2017-12-12[libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany
2017-12-12[msan] LIT: Add lld testing configRoman Lebedev
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
2017-12-10Update another sanitizer test for C++14.Ahmed Bougacha
2017-12-09[libFuzzer] even less aggressive step function for stack depth. Also don't us...Kostya Serebryany
2017-12-09Update sanitizer tests for C++14 default in ClangTim Northover
2017-12-09Revert change in test/msan/textdomain.cc for NetBSDKamil Rytarowski
2017-12-09Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov
2017-12-09Fix test/msan/iconv.cc on NetBSDKamil Rytarowski
2017-12-09Fix test/msan/textdomain.cc on NetBSDKamil Rytarowski
2017-12-09Disable test/msan/tsearch.cc on NetBSDKamil Rytarowski
2017-12-09Disable test/msan/pvalloc.cc on NetBSDKamil Rytarowski
2017-12-09Fix test/msan/ifaddrs.cc for NetBSDKamil Rytarowski
2017-12-09Disable test/msan/ftime.cc on NetBSDKamil Rytarowski
2017-12-08Update test case for r320180Xinliang David Li
2017-12-08[ubsan] Test for pass_object_size bounds checksVedant Kumar
2017-12-07[PowerPC][asan] Update asan to handle changed memory layouts in newer kernelsBill Seurer
2017-12-07Test case update for D40873Xinliang David Li
2017-12-07[sanitizer] Simplify android_run.py.Evgeniy Stepanov
2017-12-05Revert test case change for r319794Xinliang David Li
2017-12-05[PGO] fix test case for D40702Xinliang David Li
2017-12-05[XRay][compiler-rt] Implement XRay Basic Mode FilteringDean Michael Berris
2017-12-05[XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris
2017-12-04[ASan] Disable invalid-pointer-pairs-threads.cc on Darwin.Alex Shlyapnikov
2017-12-04[ASan] Fix test/asan/TestCases/Posix/invalid-pointer-pairs-threads.ccAlex Shlyapnikov
2017-12-04These tests require x86 80-bit doubles. Mark them so.Sterling Augustine
2017-12-04[ASan] Enhance libsanitizer support for invalid-pointer-pair.Alex Shlyapnikov
2017-12-01[libFuzzer] add a flag -malloc_limit_mbKostya Serebryany
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev
2017-12-01Add missing signal.h header:Ismail Donmez
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev
2017-11-30[PGO] Add a test case for infinite loopsXinliang David Li
2017-11-29[sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib f...Kuba Mracek
2017-11-29[asan] Don't crash on fclose(NULL)Kuba Mracek
2017-11-29[asan] Allow getpwnam(NULL) for binary compatibilityKuba Mracek
2017-11-27[TSan] Do not run cond_cancel.c test on ppc64.Matt Morehouse
2017-11-21[XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris