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
/
lit_tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to ...
Alexey Samsonov
2013-01-30
1
-1
/
+2
*
[TSan] relax output tests a bit to make them pass in gcc build
Alexey Samsonov
2013-01-30
4
-6
/
+6
*
[tsan] Fix checks for siginfo_t in tests
Will Dietz
2013-01-29
2
-2
/
+2
*
[tsan] fix thread_name.cc test to work with older versions of libc
Kostya Serebryany
2013-01-21
1
-0
/
+4
*
[sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warnin...
Kostya Serebryany
2013-01-18
1
-2
/
+1
*
Revert r172719, r172721-172723, and r172725.
Jakob Stoklund Olesen
2013-01-17
2
-40
/
+2
*
[sanitizer] move write/pwrite/pwrite64 interceptors to common
Kostya Serebryany
2013-01-17
1
-0
/
+39
*
[tsan] move prctl interceptor from asan to common_interceptors thus enabling ...
Kostya Serebryany
2013-01-17
1
-2
/
+1
*
[tsan] add write_range/read_range hooks to common interceptors called from ts...
Kostya Serebryany
2013-01-17
1
-0
/
+32
*
[sanitizer] a bit more unification for interceptors (merge read/pread/pread64...
Kostya Serebryany
2013-01-17
1
-0
/
+1
*
tsan: describe stack and TLS addresses
Dmitry Vyukov
2013-01-14
5
-10
/
+97
*
tsan: symbolize global variables
Dmitry Vyukov
2013-01-11
1
-0
/
+25
*
tsan: fix crash when user defines own fopen/fileno
Dmitry Vyukov
2013-01-09
1
-1
/
+1
*
tsan: fix crash when user defines own fopen/fileno
Dmitry Vyukov
2013-01-09
2
-0
/
+61
*
[TSan] Blacklist test: Rename blacklisted function. Make this test work for c...
Alexey Samsonov
2012-12-28
3
-4
/
+5
*
[TSan] Add lit test for -fsanitize-blacklist= flag
Alexey Samsonov
2012-12-28
3
-0
/
+34
*
Make ASan and TSan tests a bit less brittle with @LINE FileCheck macro
Alexey Samsonov
2012-12-28
7
-72
/
+59
*
Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produ...
Alexey Samsonov
2012-12-27
1
-4
/
+4
*
tsan: work around FileCheck feature that it does not accept empty input
Dmitry Vyukov
2012-12-24
12
-4
/
+11
*
tsan: more defensive file descriptor verification
Dmitry Vyukov
2012-12-24
1
-2
/
+1
*
tsan: add java malloc stress test
Dmitry Vyukov
2012-12-21
1
-0
/
+32
*
tsan: add java rwlock test
Dmitry Vyukov
2012-12-21
1
-0
/
+32
*
tsan: add a test for java memory move
Dmitry Vyukov
2012-12-21
1
-0
/
+31
*
tsan: move common part of java tests into a separate header
Dmitry Vyukov
2012-12-21
4
-46
/
+20
*
tsan: fix Java memory move operations and add the test
Dmitry Vyukov
2012-12-21
1
-0
/
+54
*
tsan: update mutex lock table for java
Dmitry Vyukov
2012-12-21
1
-0
/
+46
*
tsan: add lit test with statically linker libstdc++
Dmitry Vyukov
2012-12-21
1
-0
/
+42
*
tsan: add java interface implementation stub
Dmitry Vyukov
2012-12-20
1
-0
/
+37
*
tsan: remove TSAN_OPTIONS from the script
Dmitry Vyukov
2012-12-18
1
-1
/
+1
*
tsan: describe "file descriptor" location
Dmitry Vyukov
2012-12-18
1
-0
/
+33
*
tsan: say what thread had created a thread in reports
Dmitry Vyukov
2012-12-17
3
-4
/
+4
*
tsan: synchronize connect->accept calls
Dmitry Vyukov
2012-12-14
2
-2
/
+46
*
tsan: add test for errno spoiling in signal handler
Dmitry Vyukov
2012-12-14
1
-0
/
+42
*
tsan: add test for malloc/free in signal handler
Dmitry Vyukov
2012-12-14
1
-0
/
+26
*
tsan: add socketpair() interceptor and test
Dmitry Vyukov
2012-12-14
1
-0
/
+36
*
tsan: more precise handling of IO synchronization
Dmitry Vyukov
2012-12-12
1
-0
/
+33
*
tsan: more fd interceptors + bug fixes + tests
Dmitry Vyukov
2012-12-07
4
-2
/
+126
*
tsan: fix pipe interceptors and add 2 tests
Dmitry Vyukov
2012-12-07
2
-0
/
+69
*
tsan: deflake output tests (by increasing sleeps)
Dmitry Vyukov
2012-12-07
22
-23
/
+23
*
tsan: fix lint warning and make output tests more robust
Dmitry Vyukov
2012-12-06
8
-22
/
+28
*
tsan: add mutexsets to reports
Dmitry Vyukov
2012-12-06
19
-24
/
+362
*
tsan: output thread names
Dmitry Vyukov
2012-12-04
1
-0
/
+34
*
[TSan] use llvm-symbolizer to run tsan tests
Alexey Samsonov
2012-11-16
4
-3
/
+27
*
[TSan] Add output test for write under reader lock
Alexey Samsonov
2012-11-13
1
-0
/
+35
*
tsan: fix compiler warning
Dmitry Vyukov
2012-11-06
1
-1
/
+1
*
Update compiler-rt tests to match flag renaming/deprecation in Clang.
Richard Smith
2012-11-06
2
-3
/
+3
*
Flag -ccc-clang-cxx was removed in r166986, remove it from compiler-rt lit co...
Alexey Samsonov
2012-10-30
1
-1
/
+1
*
tsan: output tid's in reports
Dmitry Vyukov
2012-10-02
3
-3
/
+3
*
tsan: run output tests in parallel
Dmitry Vyukov
2012-10-02
1
-2
/
+4
*
[TSan] one more attempt to fix sleep_sync test: call sleep in the spawned thr...
Alexey Samsonov
2012-09-24
1
-7
/
+6
[next]