summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas2018-07-101-2/+3
* [asan] Change 3 tests from XFAIL to UNSUPPORTED.Evgeniy Stepanov2018-06-282-2/+2
* [asan] Disable 3 tests on Android O+.Evgeniy Stepanov2018-06-282-0/+7
* [asan] Fix one more test on Android.Evgeniy Stepanov2018-06-281-3/+5
* [sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek2018-06-201-0/+5
* [TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-184-35/+59
* [ASAN] fix fgets and fgets_fputs tests failurePeter Wu2018-06-121-2/+2
* [sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu2018-06-112-0/+38
* [Sanitizers] %tool_options -> %env_tool_opts in allocator_returns_null.ccAlex Shlyapnikov2018-06-111-14/+14
* [Sanitizers] Move allocator_returns_null.cc test to common.Alex Shlyapnikov2018-06-111-0/+118
* [Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov2018-06-111-0/+46
* [MSan] Switch to common aligned allocs tests.Alex Shlyapnikov2018-06-093-5/+8
* [Sanitizers] Use proper substitution in common allocator test.Alex Shlyapnikov2018-06-082-8/+8
* [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2018-06-082-0/+63
* [sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka2018-05-151-0/+34
* Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock"Vitaly Buka2018-05-141-34/+0
* [sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka2018-05-141-0/+34
* [lsan] Try to fix test failure due to compiler optimizationPeter Wu2018-05-101-7/+4
* Add s390x to XFAIL for illegal_read/write_test.ccPetar Jovanovic2018-04-252-2/+2
* Finetune supported arches for the tests added in r330840Petar Jovanovic2018-04-252-0/+2
* [mips] Implement GetWriteFlag() for mipsPetar Jovanovic2018-04-252-0/+27
* [ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-03-281-1/+1
* [sanitizer] Make test compatible with DarwinVitaly Buka2018-03-262-3/+3
* Mmap interceptor providing mprotect supportVitaly Buka2018-03-241-2/+24
* FreeBSD sanitizer common, intercept couple of more functionsVitaly Buka2018-03-239-3/+16
* Revert "Mmap interceptor providing mprotect support"Vitaly Buka2018-03-231-24/+2
* Mmap interceptor providing mprotect supportVitaly Buka2018-03-231-2/+24
* Mmap interceptor new option, Write Exec runtime detectorVitaly Buka2018-03-211-0/+15
* Revert "Mmap interceptor new option, Write Exec runtime detector"Vitaly Buka2018-03-171-12/+0
* Mmap interceptor new option, Write Exec runtime detectorVitaly Buka2018-03-161-0/+12
* Revert "Mmap interceptor new option, Write Exec runtime detector"Jonas Devlieghere2018-03-161-12/+0
* Mmap interceptor new option, Write Exec runtime detectorVitaly Buka2018-03-161-0/+12
* Disable tests from r326852 on DarwinAdam Nemet2018-03-072-0/+2
* [sanitizer] Move strxfrm interceptors into sanitizer_commonVitaly Buka2018-03-071-0/+19
* [sanitizer] Add interceptors for wcsxfrm, wcsxfrm_lVitaly Buka2018-03-071-0/+19
* [sanitizer] Move mmap interceptors into sanitizer_commonVitaly Buka2018-03-072-0/+24
* Add new interceptors: getnetent(3) familyKamil Rytarowski2018-02-271-0/+84
* Add new interceptors: getprotoent(3) familyKamil Rytarowski2018-02-271-0/+89
* Add new interceptors: getttyent(3) familyKamil Rytarowski2018-02-271-0/+70
* Correct ctype(3) functions with NLS on NetBSDKamil Rytarowski2018-02-241-0/+89
* Add new interceptor: strmode(3)Kamil Rytarowski2018-02-201-0/+20
* Add new interceptor: fgetln(3)Kamil Rytarowski2018-02-201-0/+23
* Add new interceptor: lstat(2)Kamil Rytarowski2018-02-151-0/+16
* [sanitizer] Fix flakiness in the testsVitaly Buka2018-02-152-7/+2
* Correct FileCheck usage in two newly added testsKamil Rytarowski2018-02-022-2/+2
* Add new NetBSD interceptors: devname(3), devname_r(3)Kamil Rytarowski2018-02-022-0/+49
* Add new interceptors: strlcpy(3) and strlcat(3)Kamil Rytarowski2018-02-012-0/+104
* [sanitizer] Fix array sizes used for path in testsVitaly Buka2018-02-012-17/+5
* Update readlink.c and readlinkat.c to use larger buffers on Darwin.Kuba Mracek2018-02-012-5/+17
* [sanitizer] Move readlinkat.c test from Linux to PosixVitaly Buka2018-01-311-0/+0
OpenPOWER on IntegriCloud