index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tsan
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tsan] Use DARWIN_osx_LINK_FLAGS when building unit tests to match ASan behav...
Kuba Mracek
2018-06-21
1
-0
/
+1
*
[TSan] Report proper error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-06-18
1
-40
/
+5
*
[sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommon
Kostya Kortchinsky
2018-04-16
1
-0
/
+1
*
[sanitizer] Split coverage into separate RT in sanitizer_common
Kostya Kortchinsky
2018-03-22
1
-0
/
+1
*
Move __tsan::Vector to __sanitizer
Kamil Rytarowski
2017-12-04
2
-45
/
+1
*
Add NetBSD improvements in sanitizers
Kamil Rytarowski
2017-10-25
1
-2
/
+2
*
Disable TSan tests on Android.
Evgeniy Stepanov
2017-10-11
1
-1
/
+1
*
Fix for TSan unit-tests:
George Karpenkov
2017-08-30
1
-4
/
+6
*
[sanitizers CMake] NFC Refactor the logic for compiling and generating tests
George Karpenkov
2017-08-15
1
-40
/
+17
*
[tsan] Check for pvalloc overlow
Kostya Kortchinsky
2017-08-02
1
-1
/
+7
*
[sanitizers test CMake] further refactor testing CMake for tsan
George Karpenkov
2017-07-28
1
-20
/
+19
*
[sanitizer tests CMake] Factor out CMake logic for compiling sanitizer tests
George Karpenkov
2017-07-28
1
-16
/
+6
*
[Sanitizers] TSan allocator set errno on failure.
Alex Shlyapnikov
2017-07-24
1
-6
/
+77
*
tsan: optimize sync clock memory consumption
Dmitry Vyukov
2017-07-14
1
-5
/
+28
*
tsan: prepare clock for future changes
Dmitry Vyukov
2017-07-12
1
-15
/
+17
*
tsan: add another test for clock growth
Dmitry Vyukov
2017-07-12
1
-0
/
+36
*
[tsan] Add a mapping for Darwin/AArch64
Kuba Mracek
2017-07-10
1
-0
/
+1
*
[tsan] Add missing include directory for test unittests
Francis Ricci
2017-06-27
1
-0
/
+1
*
[powerpc] deactivate flakey tests on powerpc64le
Bill Seurer
2017-05-01
1
-2
/
+3
*
Revert "[sancov] moving sancov rt to sancov/ directory"
Mike Aizatsky
2017-01-12
1
-1
/
+0
*
[sancov] moving sancov rt to sancov/ directory
Mike Aizatsky
2017-01-12
1
-0
/
+1
*
Make cmake link flag naming consistent
Francis Ricci
2017-01-10
1
-3
/
+3
*
Enable weak hooks on darwin
Francis Ricci
2017-01-09
1
-2
/
+6
*
[tsan] Fix string to bool conversion warnings in tsan tests
Vitaly Buka
2016-12-27
1
-3
/
+3
*
[tsan] Call pthread interceptors directly in TSan RTL unit tests
Kuba Brecka
2016-11-15
3
-79
/
+114
*
[sanitizers] Set Darwin specific linker and compiler flags for all tests
Anna Zaks
2016-10-26
1
-1
/
+5
*
Follow-up for r277458: Update the tsan_mman_test.cc unit test.
Kuba Brecka
2016-08-02
1
-4
/
+4
*
tsan: don't create sync objects on acquire
Dmitry Vyukov
2016-06-27
1
-7
/
+7
*
tsan: change tsan/Go interface for obtaining the current Processor
Dmitry Vyukov
2016-04-27
1
-7
/
+7
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-04-27
1
-7
/
+7
*
[sanitizer] On OS X, verify that interceptors work and abort if not, take 2
Kuba Brecka
2016-03-17
2
-0
/
+12
*
tsan: revert r262037
Dmitry Vyukov
2016-02-26
1
-7
/
+7
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-02-26
1
-7
/
+7
*
Fix the cross compilation of unit tests. NFC (second attempt)
Sumanth Gundapaneni
2016-01-14
1
-1
/
+1
*
Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...
Hans Wennborg
2016-01-13
1
-1
/
+1
*
With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compiling
Sumanth Gundapaneni
2016-01-13
1
-1
/
+1
*
[tsan] Fix CallocOverflow unit test on OS X
Kuba Brecka
2015-11-24
1
-1
/
+3
*
[tsan] Fix detached threads in unit tests on OS X
Kuba Brecka
2015-11-21
1
-2
/
+5
*
[tsan] Make tsan_test_util_posix.cc call pthread interceptors on OS X
Kuba Brecka
2015-11-21
1
-16
/
+45
*
[tsan] Replace new/delete with a local variable in ThreadSpecificDtors unit test
Kuba Brecka
2015-11-19
1
-8
/
+7
*
[tsan] Fix a typo in tsan_test_util.h
Kuba Brecka
2015-11-13
1
-1
/
+1
*
[tsan] Filter OS X architectures for unit testing
Kuba Brecka
2015-11-12
1
-1
/
+5
*
[tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.cc
Kuba Brecka
2015-11-11
2
-2
/
+2
*
[tsan] Add TSan unit test support for OS X
Kuba Brecka
2015-11-11
6
-27
/
+86
*
[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...
Alexey Samsonov
2015-08-21
1
-6
/
+0
*
[tsan] Enable tsan for aarch64
Adhemerval Zanella
2015-08-05
1
-0
/
+6
*
CMake: Stop using LLVM's custom parse_arguments. NFC
Filipe Cabecinhas
2015-06-19
1
-1
/
+1
*
[TSan][MIPS] Adding support for MIPS64
Mohit K. Bhakkad
2015-02-20
1
-19
/
+21
*
[TSan] Fix -Werror=sign-compare warning. NFC.
Alexey Samsonov
2015-01-30
1
-2
/
+2
*
tsan: remove TSAN_SHADOW_COUNT
Dmitry Vyukov
2015-01-19
1
-4
/
+0
[next]