Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
84d0d7d71cade296e4b45cb1d74f04c8ffe82e09
/
lib
/
tsan
/
tests
24323de
[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.
by Sergey Matveev
· 12 years ago
f58a1ea
[TSan] Build TSan unit tests with the same compile flags as TSan runtime
by Alexey Samsonov
· 12 years ago
cab1315
tsan: fix incorrect test
by Dmitry Vyukov
· 12 years ago
f51c386
tsan: smaller memory block headers (32b->16b)
by Dmitry Vyukov
· 12 years ago
8a6b5e5
[TSan] Add interceptor for malloc_usable_size()
by Alexey Samsonov
· 12 years ago
4c9317a
[Sanitizer] extend internal libc with stat/fstat/lstat functions
by Alexey Samsonov
· 12 years ago
ee7cc44
[Sanitizer] make internal_open have the same interface as libc version
by Alexey Samsonov
· 12 years ago
33a040a
tsan: flip is_write bit in shadow to is_read
by Dmitry Vyukov
· 12 years ago
334553e
tsan: detect races between plain and atomic memory accesses
by Dmitry Vyukov
· 12 years ago
ba5e996
[Sanitizer] update style checker script and fix namespace style warnings
by Alexey Samsonov
· 12 years ago
65199f1
[sanitizer] fix calloc overflow in asan/tsan/msan
by Kostya Serebryany
· 12 years ago
c2b9f1c
tsan: allow a front-end to provide default suppressions
by Dmitry Vyukov
· 12 years ago
bdd844c
tsan: implement malloc stats querying
by Dmitry Vyukov
· 12 years ago
2f3aef0
CMake variables renaming: X86_64->x86_64 I386->i386
by Alexey Samsonov
· 12 years ago
694fe46
tsan: exclude flaky test
by Dmitry Vyukov
· 12 years ago
ad9da37
tsan: add mutexsets to reports
by Dmitry Vyukov
· 12 years ago
d698edc
tsan: dynamic history size
by Dmitry Vyukov
· 12 years ago
0d35d9d
tsan: change fast state layout in preparation to dynamic traces
by Dmitry Vyukov
· 12 years ago
385542a
tsan: move traces from tls into dedicated storage at fixed address
by Dmitry Vyukov
· 12 years ago
a517641
[Sanitizer] move unit test for Printf from tsan to sanitizer_common
by Alexey Samsonov
· 12 years ago
0f4ae5d
[TSan] s/uintptr_t/intptr_t in TSan test and enforce stack size limit in one of TSan output tests that somewhy fails otherwise
by Alexey Samsonov
· 12 years ago
e64c3b6
[TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc warnings in TSan tests.
by Alexey Samsonov
· 12 years ago
f548ef8
[TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single root for gtest-based tests. Support running these tests from lit via check-tsan command.
by Alexey Samsonov
· 12 years ago