summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-12-08Adjust line numbers to account for new XFAIL commentsReid Kleckner
2015-12-08[PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt
2015-12-08tsan: fix test invisible barrierDmitry Vyukov
2015-12-08[tsan] Add dispatch_group API interceptors and synchronizationKuba Brecka
2015-12-07[TSan] Use llvm-objdump+FileCheck instead of standalone .sh script.Alexey Samsonov
2015-12-07[TSan] Port check_memcpy.sh script to a regular lit test.Alexey Samsonov
2015-12-07[PGO] Stop leaking libc function to buffer API implXinliang David Li
2015-12-07[TSan] Delete legacy test_output.sh script.Alexey Samsonov
2015-12-04[tsan] Enable building and testing TSan Go runtime on OS XKuba Brecka
2015-12-04[asan] Enable alloca_vla_interact.cc test on PowerPC64.Yury Gribov
2015-12-04[PGO] Fix build failure with -fprofile-instr-generate Xinliang David Li
2015-12-04[PGO] Unify VP data format between raw and indexed profile (runtime)Xinliang David Li
2015-12-03[PGO] Introduce error report macro in profile-rtXinliang David Li
2015-12-03[tsan] Add interceptors for Darwin-specific locking APIsKuba Brecka
2015-12-03Follow-up of r254600 to fix the dyld_insert_libraries_reexec.cc testcase on O...Kuba Brecka
2015-12-03[tsan] Use MAP_ANON instead of MAP_ANONYMOUSKuba Brecka
2015-12-01Fix the RUN on UBSAN unit testsSumanth Gundapaneni
2015-12-01[tsan] Add interceptors and sychronization for libdispatch semaphores on OS XKuba Brecka
2015-12-01[asan] Correctly release memory allocated during early startup.Yury Gribov
2015-11-30[compiler-rt] Remove SANITIZER_AARCH64_VMA usageAdhemerval Zanella
2015-11-30[tsan] Change comments referencing code.google.com to point to GitHub instead...Kuba Brecka
2015-11-30[tsan] Fix signals and setjmp/longjmp on OS XKuba Brecka
2015-11-28[tsan] Add release+acquire semantics for serial dispatch queuesKuba Brecka
2015-11-28[tsan] Add a testcase for a race on a Obj-C instance variableKuba Brecka
2015-11-28[tsan] Mark a few more tests with "UNSUPPORTED: darwin"Kuba Brecka
2015-11-28[tsan] Change mutexset6.cc to use a mutex instead of spinlockKuba Brecka
2015-11-28[tsan] Fix an assertion failure in FindThreadByUidLocked with recycled threadsKuba Brecka
2015-11-26[compiler-rt] [tsan] Unify aarch64 mappingAdhemerval Zanella
2015-11-25[asan] Fix the atos-symbolizer-dyld-root-path.cc test caseKuba Brecka
2015-11-24[tsan] Implement basic GCD interceptors for OS XKuba Brecka
2015-11-24[tsan] Fix stack_sync_reuse.cc test on OS XKuba Brecka
2015-11-24[tsan] Replace pthread semaphore in signal_cond.cc with barrier_waitKuba Brecka
2015-11-23[tsan] Modify the tls_race.cc and tls_race2.cc tests to pass on OS XKuba Brecka
2015-11-22Add a generic version of __divtc3.c for long double complex division.Joerg Sonnenberger
2015-11-22Use cabsl for long double, not cabs.Joerg Sonnenberger
2015-11-20[asan] Disable the test on i386 Darwin.Anna Zaks
2015-11-20Re-enable CFI tests on Windows.Peter Collingbourne
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-20[TSan] Fix custom scripts that validate TSan on non-standard buildbot.Alexey Samsonov
2015-11-20Disable the cfi tests on WindowsHans Wennborg
2015-11-20[tsan] Replace POSIX semaphores with pthread condition variables in vptr_beni...Kuba Brecka
2015-11-20[tsan] Fix deadlock_detector_stress_test.cc testcase for OS XKuba Brecka
2015-11-20[tsan] Make tests that use CLOCK_MONOTONIC portableKuba Brecka
2015-11-19[tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONSKuba Brecka
2015-11-19[LSan] Fix tests with some libstdc++ implementations.Alexey Samsonov
2015-11-19[tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin"Kuba Brecka
2015-11-19[tsan] Handle dispatch_once on OS XKuba Brecka
2015-11-19[asan] Enable halt_on_error tests on ARM targets.Yury Gribov