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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow compiler-rt test targets to work with multi-config CMake generators
Greg Bedwell
2017-11-13
3
-10
/
+10
*
[sanitizer] Simplify stack check in accert.cc
Vitaly Buka
2017-11-12
1
-2
/
+2
*
[sanitizer] Try to see test output on armv7
Vitaly Buka
2017-11-12
1
-0
/
+1
*
[msan] Fix signal chaining
Vitaly Buka
2017-11-11
1
-3
/
+3
*
[sanitizer] Include stack trace check into signal tests
Vitaly Buka
2017-11-11
3
-3
/
+12
*
[ubsan] Fix ubsan tests broken by linking as C instead of C++
Vitaly Buka
2017-11-11
2
-6
/
+5
*
sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does ...
Peter Collingbourne
2017-11-10
3
-0
/
+25
*
Revert "[XRay][darwin] Initial XRay in Darwin Support"
Dean Michael Berris
2017-11-10
4
-42
/
+1
*
[XRay][darwin] Initial XRay in Darwin Support
Dean Michael Berris
2017-11-10
4
-1
/
+42
*
[msan] Deadly signal handler for msan
Vitaly Buka
2017-11-10
6
-6
/
+0
*
[libFuzzer] trying to make sigusr tests more reliable
Kostya Serebryany
2017-11-10
2
-0
/
+2
*
[libFuzzer] split a test into two
Kostya Serebryany
2017-11-10
2
-17
/
+24
*
[libFuzzer] use pkill instead of killall in a test since the bots don't have ...
Kostya Serebryany
2017-11-09
1
-1
/
+1
*
[libFuzzer] make sure to flush IO when done merging one file
Kostya Serebryany
2017-11-09
1
-1
/
+1
*
[libFuzzer] Don't add leaking inputs to corpus.
Matt Morehouse
2017-11-09
1
-1
/
+5
*
[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signals
Kostya Serebryany
2017-11-09
2
-0
/
+42
*
Revert new ThinLTO ASAN test until lit support added
Teresa Johnson
2017-11-09
1
-55
/
+0
*
[libFuzzer] allow merge to resume after being preempted
Kostya Serebryany
2017-11-09
1
-0
/
+47
*
[libFuzzer] mechanically simplify a test, NFC
Kostya Serebryany
2017-11-09
1
-32
/
+32
*
[libFuzzer] fix a test (and hopefully, the bot)
Kostya Serebryany
2017-11-09
1
-1
/
+1
*
[libFuzzer] allow user to specify the merge control file
Kostya Serebryany
2017-11-09
1
-0
/
+11
*
Correct atexit(3) support in TSan/NetBSD
Kamil Rytarowski
2017-11-08
1
-0
/
+41
*
[ThinLTO] New test needs to require LTO
Teresa Johnson
2017-11-08
1
-0
/
+2
*
[ThinLTO] Ensure sanitizer passes are run
Teresa Johnson
2017-11-08
1
-0
/
+53
*
Revert "[ThinLTO] Ensure sanitizer passes are run"
Teresa Johnson
2017-11-08
1
-6
/
+0
*
[ThinLTO] Ensure sanitizer passes are run
Teresa Johnson
2017-11-08
1
-0
/
+6
*
[fuzzer] Script to detect unbalanced allocation in -trace_malloc output
Vitaly Buka
2017-11-01
1
-0
/
+27
*
[scudo] Fix standlone build -lrt requirement
Kostya Kortchinsky
2017-11-01
1
-1
/
+2
*
[scudo] Implement stricter separation of C vs C++
Kostya Kortchinsky
2017-11-01
20
-26
/
+30
*
[fuzzer] Fix threaded stack printing
Vitaly Buka
2017-11-01
2
-0
/
+58
*
Revert "[fuzzer] Fix threaded stack printing and nested mallocs"
Vitaly Buka
2017-11-01
3
-85
/
+0
*
[fuzzer] Script to detect unbalanced allocation in -trace_malloc output
Vitaly Buka
2017-10-31
1
-0
/
+27
*
[fuzzer] Fix threaded stack printing and nested mallocs
Vitaly Buka
2017-10-31
2
-0
/
+58
*
[LSan] Disable a couple of failing tests on PPC64 (pending investigation).
Alex Shlyapnikov
2017-10-27
2
-2
/
+2
*
[LSan] Enable LSan tests on PPC64 Linux.
Alex Shlyapnikov
2017-10-26
2
-1
/
+6
*
[libFuzzer] trying to make a test more stable on Mac
Kostya Serebryany
2017-10-25
1
-1
/
+1
*
[msan] Intercept __strxfrm_l.
Evgeniy Stepanov
2017-10-25
2
-2
/
+28
*
[sanitizer] Random shuffling of chunks for the 32-bit Primary Allocator
Kostya Kortchinsky
2017-10-25
1
-2
/
+0
*
[Sanitizers] ASan: detect new/delete calls with mismatched alignment.
Alex Shlyapnikov
2017-10-25
1
-0
/
+168
*
Add NetBSD improvements in sanitizers
Kamil Rytarowski
2017-10-25
4
-8
/
+6
*
[XRay][compiler-rt][NFC] Clean up xray log files before running test
Dean Michael Berris
2017-10-25
1
-0
/
+1
*
[Sanitizers] New sanitizer API to purge allocator quarantine.
Alex Shlyapnikov
2017-10-23
1
-6
/
+12
*
[scudo] Add a shared runtime
Kostya Kortchinsky
2017-10-23
2
-6
/
+27
*
tsan: add tests missed in r316209
Dmitry Vyukov
2017-10-20
2
-0
/
+66
*
[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...
Dmitry Vyukov
2017-10-20
1
-4
/
+6
*
Revert "[asan] Deflake one test by running it 3 times."
Evgeniy Stepanov
2017-10-17
1
-18
/
+3
*
[cfi] Test cross-dso CFI on Android.
Evgeniy Stepanov
2017-10-16
6
-1
/
+59
*
[asan] Deflake one test by running it 3 times.
Evgeniy Stepanov
2017-10-13
1
-3
/
+18
*
[cfi] Use %ld_flags_rpath_* substitutions in tests (NFC)
Evgeniy Stepanov
2017-10-13
5
-70
/
+70
*
LowerTypeTests: Give imported symbols a type with size 0 so that they are not...
Peter Collingbourne
2017-10-13
1
-0
/
+25
[next]