summaryrefslogtreecommitdiff
path: root/test/tsan
AgeCommit message (Expand)Author
2016-04-21[tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka
2016-04-19[compiler-rt] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2016-04-15[TSAN] Make tsan tests more portable (take 3)Renato Golin
2016-04-14Revert "Make tsan tests more portable (take 2)"Renato Golin
2016-04-14Make tsan tests more portable (take 2)Renato Golin
2016-04-14[tsan] Fix size reporting for OS X zone allocator with 0-sized allocationsKuba Brecka
2016-04-11[tsan] Replace 'not' with '%deflake' in gcd-apply-race.mm Darwin test.Kuba Brecka
2016-04-07[tsan] Remove long sleeps from fork testsKuba Brecka
2016-04-07[tsan] Add support for OS X OSAtomic* functionsKuba Brecka
2016-04-07[tsan] Add interceptors for dispatch_applyKuba Brecka
2016-04-07[tsan] Add XPC support (OS X)Kuba Brecka
2016-04-07[tsan] Add support for dispatch event sourcesKuba Brecka
2016-04-07[tsan] Fix synchronization in dispatch_syncKuba Brecka
2016-04-07[tsan] Fix Darwin tests (missing FileCheck's)Kuba Brecka
2016-04-04[asan,tsan] Make Darwin-specific tests more stable (use ignore_interceptors_a...Kuba Brecka
2016-03-28[tsan] Fix a crash when exiting the main thread (e.g. dispatch_main)Kuba Brecka
2016-03-28Fix-up for OS X test failure after r264451 ("Add memset, memmove, and memcpy ...Kuba Brecka
2016-03-24Follow-up for r264261, adding a comment explaining what the testcase does.Kuba Brecka
2016-03-24[tsan] Fix fork() and fork-based tests for OS XKuba Brecka
2016-03-24[tsan] Use direct syscalls for internal_mmap and internal_munmap on OS XKuba Brecka
2016-03-22[tsan] Change nullptr to NULL in one Darwin test.Kuba Brecka
2016-03-21[tsan] Adding a test case for r263939 ("Add some NULL pointer checks into the...Kuba Brecka
2016-03-18[TSAN] Fix build bot failure for powerpc64leSagar Thakur
2016-03-18[TSAN] Relax the expected output of race_on_mutex.cSagar Thakur
2016-03-17[sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka
2016-03-16[tsan] Detect uses of uninitialized, destroyed and invalid mutexesKuba Brecka
2016-03-15Revert r263551 due to a test failure.Kuba Brecka
2016-03-15[sanitizer] On OS X, verify that interceptors work and abort if notKuba Brecka
2016-03-10Follow-up fix for r263126. Apparently `printf("%p", NULL)` can output 0x0, (...Kuba Brecka
2016-03-10[tsan] Add TSan debugger APIsKuba Brecka
2016-03-07[powerpc] mark setuid.c and setuid2.c as unsupportedBill Seurer
2016-03-04[powerpc] pacify lint for java_race_pc.ccBill Seurer
2016-03-04[powerpc] activate java_race_pc.cc on powerpc64leBill Seurer
2016-03-03[powerpc] activate java_race_pc.cc on powerpc64leBill Seurer
2016-03-02[TSAN] Fix test java_race_pcSagar Thakur
2016-03-02Revert "[RT] Make tsan tests more portable"Renato Golin
2016-03-02[RT] Make tsan tests more portableRenato Golin
2016-02-26Use relative lines in CHECKs in race_on_mutex.cAlexander Kornienko
2016-02-26[TSAN] XFAIL race_on_mutex.cc for MIPSSagar Thakur
2016-02-25[powerpc] reactivate ignore_lib4.cc on powerpc64leBill Seurer
2016-02-24tsan: disable ignore_lib4.cc test on powerpc64 and aarch64Dmitry Vyukov
2016-02-23tsan: clean up code after r261658Dmitry Vyukov
2016-02-23tsan: fix signal handling in ignored librariesDmitry Vyukov
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov
2016-02-17[TSan] PR26609: Fix two test cases.Alexey Samsonov
2016-02-17[tests] Slightly improve a fix in r260669.Alexey Samsonov
2016-02-15[compiler-rt] Fix test failures when switching default C++ libraryJonas Hahnfeld
2016-02-12Re-commit r260230 with a fix for clang-cmake-aarch64-42vma.Daniel Sanders
2016-02-12Revert r260669 while the clang-cmake-aarch64-42vma failures is investigated.Daniel Sanders