summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
AgeCommit message (Expand)Author
2018-07-10[compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas
2018-06-28[asan] Change 3 tests from XFAIL to UNSUPPORTED.Evgeniy Stepanov
2018-06-28[asan] Disable 3 tests on Android O+.Evgeniy Stepanov
2018-06-28[asan] Fix one more test on Android.Evgeniy Stepanov
2018-06-20[sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek
2018-06-18[TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-12[ASAN] fix fgets and fgets_fputs tests failurePeter Wu
2018-06-11[sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu
2018-06-11[Sanitizers] %tool_options -> %env_tool_opts in allocator_returns_null.ccAlex Shlyapnikov
2018-06-11[Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov
2018-06-11[Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov
2018-06-09[MSan] Switch to common aligned allocs tests.Alex Shlyapnikov
2018-06-08[Sanitizers] Use proper substitution in common allocator test.Alex Shlyapnikov
2018-06-08[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov
2018-05-15[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-14Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock"Vitaly Buka
2018-05-14[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-10[lsan] Try to fix test failure due to compiler optimizationPeter Wu
2018-04-25Add s390x to XFAIL for illegal_read/write_test.ccPetar Jovanovic
2018-04-25Finetune supported arches for the tests added in r330840Petar Jovanovic
2018-04-25[mips] Implement GetWriteFlag() for mipsPetar Jovanovic
2018-03-28[ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-03-26[sanitizer] Make test compatible with DarwinVitaly Buka
2018-03-24Mmap interceptor providing mprotect supportVitaly Buka
2018-03-23FreeBSD sanitizer common, intercept couple of more functionsVitaly Buka
2018-03-23Revert "Mmap interceptor providing mprotect support"Vitaly Buka
2018-03-23Mmap interceptor providing mprotect supportVitaly Buka
2018-03-21Mmap interceptor new option, Write Exec runtime detectorVitaly Buka
2018-03-17Revert "Mmap interceptor new option, Write Exec runtime detector"Vitaly Buka
2018-03-16Mmap interceptor new option, Write Exec runtime detectorVitaly Buka
2018-03-16Revert "Mmap interceptor new option, Write Exec runtime detector"Jonas Devlieghere
2018-03-16Mmap interceptor new option, Write Exec runtime detectorVitaly Buka
2018-03-07Disable tests from r326852 on DarwinAdam Nemet
2018-03-07[sanitizer] Move strxfrm interceptors into sanitizer_commonVitaly Buka
2018-03-07[sanitizer] Add interceptors for wcsxfrm, wcsxfrm_lVitaly Buka
2018-03-07[sanitizer] Move mmap interceptors into sanitizer_commonVitaly Buka
2018-02-27Add new interceptors: getnetent(3) familyKamil Rytarowski
2018-02-27Add new interceptors: getprotoent(3) familyKamil Rytarowski
2018-02-27Add new interceptors: getttyent(3) familyKamil Rytarowski
2018-02-24Correct ctype(3) functions with NLS on NetBSDKamil Rytarowski
2018-02-20Add new interceptor: strmode(3)Kamil Rytarowski
2018-02-20Add new interceptor: fgetln(3)Kamil Rytarowski
2018-02-15Add new interceptor: lstat(2)Kamil Rytarowski
2018-02-15[sanitizer] Fix flakiness in the testsVitaly Buka
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-01-31[sanitizer] Move readlinkat.c test from Linux to PosixVitaly Buka