summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-24Correct ctype(3) functions with NLS on NetBSDKamil Rytarowski
2018-02-22Try to fix the syntax in testKamil Rytarowski
2018-02-22Remove empty filesKamil Rytarowski
2018-02-22Xray instrumentation / enabling more testsKamil Rytarowski
2018-02-21Fix racy msan testMaxim Kuvyrkov
2018-02-20Add new interceptor: strmode(3)Kamil Rytarowski
2018-02-20Add new interceptor: fgetln(3)Kamil Rytarowski
2018-02-16Add initial XRay support for NetBSDKamil Rytarowski
2018-02-16Reintroduce FreeBSD support in test/xrayKamil Rytarowski
2018-02-16Revert part of SVN r. 325240 in lit.cfgKamil Rytarowski
2018-02-15[asan] Add "arm64" into the list of 64-bit architecturesKuba Mracek
2018-02-15Enable test/asan for NetBSDKamil Rytarowski
2018-02-15Add Xray instrumentation support to FreeBSDKamil Rytarowski
2018-02-15Add new interceptor: lstat(2)Kamil Rytarowski
2018-02-15[sanitizer] Fix flakiness in the testsVitaly Buka
2018-02-10Correct a typo in tsan_pthread_setname_np in the FreeBSD codeKamil Rytarowski
2018-02-10Mark the textdomain.cc test as unsupported on BSDsKamil Rytarowski
2018-02-08Update test counter_promo_nest.c to meet llvm changeSerguei Katkov
2018-02-08Add space inside the regular expression.Rafael Espindola
2018-02-08Remove extra space.Rafael Espindola
2018-02-07Update for llvm change.Rafael Espindola
2018-02-02Use NULL instead of nullptr in invalid-pointer-pairs-compare-null.cc; nullptr...Kuba Mracek
2018-02-02[asan] Make concurrent_overflow.cc less flakyKuba Mracek
2018-02-02Correct FileCheck usage in two newly added testsKamil Rytarowski
2018-02-02Add new NetBSD interceptors: devname(3), devname_r(3)Kamil Rytarowski
2018-02-01Add new interceptors: strlcpy(3) and strlcat(3)Kamil Rytarowski
2018-02-01[sanitizer] Fix array sizes used for path in testsVitaly Buka
2018-02-01Update readlink.c and readlinkat.c to use larger buffers on Darwin.Kuba Mracek
2018-02-01Make detect_invalid_pointer_pairs option to be tristate.Alex Shlyapnikov
2018-01-31[sanitizer] Move readlinkat.c test from Linux to PosixVitaly Buka
2018-01-30[sanitizer] Fix tests on Android and DarwinVitaly Buka
2018-01-30[sanitizer] Add interceptors for readlinkat, name_to_handle_at, open_by_handl...Vitaly Buka
2018-01-29tsan: deflake a testDmitry Vyukov
2018-01-28[xray] Don't try to run XRay unit tests on DarwinKuba Mracek
2018-01-23Add a new interceptor: paccept(2)Kamil Rytarowski
2018-01-23[PowerPC][asan] Fix asan tests to handle changed memory layoutsBill Seurer
2018-01-22Small fixes for detect_invalid_pointer_pairs.Alex Shlyapnikov
2018-01-22[lsan] Respect log_path option in standalone LSanMaxim Ostapenko
2018-01-22[NFC] fix trivial typos in commentsHiroshi Inoue
2018-01-20Force lit to execute the ASan and TSan tests on iOS devicesDan Liew
2018-01-18[scudo] Use -fsanitize=scudo rather than --whole-archive in testsKostya Kortchinsky
2018-01-18Enable sanitizer_common tests on NetBSDKamil Rytarowski
2018-01-18Add new NetBSD interceptors: getgrouplist(3) & getgroupmembership(3)Kamil Rytarowski
2018-01-18Add new interceptors: access(2), faccessat(2)Kamil Rytarowski
2018-01-18Add new interceptors for pwcache(3)-style functionsKamil Rytarowski
2018-01-17Reland "[libFuzzer] Support using libc++"Petr Hosek
2018-01-17Revert "[libFuzzer] Support using libc++"Petr Hosek
2018-01-17Hotfix for test/asan/TestCases/alloca_constant_size.ccKamil Rytarowski
2018-01-17[Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski
2018-01-17[libFuzzer] Support using libc++Petr Hosek