aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test
AgeCommit message (Expand)AuthorFilesLines
2019-06-14[libFuzzer] Disable len_control by default if LLVMFuzzerCustomMutator is used.Max Moroz1-0/+6
2019-06-14Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...Hans Wennborg3-96/+48
2019-06-13fix whitespacesKostya Serebryany1-3/+1
2019-06-13[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...Kostya Serebryany3-48/+98
2019-06-13[dfsan] Introduce dfsan_flush().Kostya Serebryany1-0/+28
2019-06-12[compiler-rt] Fix name_to_handle_at.cc test on Overlay2 (for Docker)Amy Kwan1-1/+1
2019-06-12Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...Hans Wennborg2-74/+0
2019-06-11Add FuzzedDataProvider helper class / single header library.Max Moroz1-0/+1
2019-06-08Experimantal dfsan mode "fast16labels=1"Kostya Serebryany1-0/+25
2019-06-07[GWP-ASan] Removed unittests from Android build.Mitch Phillips1-1/+6
2019-06-07Set an output file name for the override-new-delete.cpp test.Peter Collingbourne1-1/+1
2019-06-06Change GWP-ASan build to use '-pthread' instead of '-lpthread' in orderMitch Phillips1-1/+1
2019-06-06[Profile]: Add runtime interface to specify file handle for profile data (Par...Xinliang David Li2-0/+74
2019-06-04[HWASAN] Make new/delete weakEugene Leviant1-0/+23
2019-05-30[GWP-ASan] Mutex implementation [2].Mitch Phillips5-0/+100
2019-05-29mac: Make ubsan test config look more like asan test configNico Weber1-4/+1
2019-05-24[libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files ...Kostya Serebryany1-1/+1
2019-05-23[libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...Kostya Serebryany1-13/+0
2019-05-23[libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...Kostya Serebryany1-0/+12
2019-05-22[Sanitizer] Add interceptor for wcsdupPavel Labath1-0/+15
2019-05-22[libFuzzer] Sleep after process exits in merge-sigusr.test.Matt Morehouse1-0/+1
2019-05-21[libFuzzer] Kill by session ID in merge-sigusr.test.Matt Morehouse1-3/+3
2019-05-21[libFuzzer] Ignore exit status of wait in merge-sigusr.test.Matt Morehouse1-1/+1
2019-05-21[libFuzzer] Reduce flakiness of merge-sigusr.test.Matt Morehouse1-3/+10
2019-05-20[libFuzzer] Disable fork-sigusr.test on AArch64.Matt Morehouse1-1/+1
2019-05-17[libFuzzer] Dump input on failure for sigusr tests.Matt Morehouse2-2/+2
2019-05-17[hwasan] Limit try-catch tests to aarch64.Evgeniy Stepanov1-0/+3
2019-05-17[libFuzzer] Use SleepOneSecondTest.cpp for fork-sigusr.test.Matt Morehouse1-2/+2
2019-05-16HWASan exception support.Evgeniy Stepanov1-0/+60
2019-05-16[TSan][libdispatch] Use FileCheck's --implicit-check-not=...Julian Lettner18-37/+18
2019-05-16[libFuzzer] Disable merge-sigusr.test on linux.Matt Morehouse1-1/+2
2019-05-16[crt] Mark dso_handle test as xfailing on ARM.Yvan Roux1-0/+2
2019-05-16[libFuzzer] Increase merge-sigusr sleep after sending signal.Matt Morehouse1-1/+1
2019-05-16[libFuzzer] Also kill parent process in merge-siguser.test.Matt Morehouse1-0/+1
2019-05-16[libFuzzer] Fix typo in merge-sigusr.test.Matt Morehouse1-1/+1
2019-05-16[libFuzzer] Use PID to send signals rather than process name.Matt Morehouse2-4/+4
2019-05-15[libFuzzer] Echo fuzzer output on sigusr tests.Matt Morehouse2-2/+2
2019-05-14[libFuzzer] reimplement DFT's collect_data_flow inside libFuzzer so that we d...Kostya Serebryany2-8/+24
2019-05-14[GWP-ASan] Initial build files, implementation of PRNG [1].Mitch Phillips1-0/+0
2019-05-09[libFuzzer] Unpoison parameters before calling user callback.Matt Morehouse2-0/+33
2019-05-09[TSan][libdispatch] Enable test that supposedly deadlocks on botJulian Lettner1-2/+0
2019-05-09[libFuzzer] perform more agressive value profiling in memcmpKostya Serebryany1-1/+2
2019-05-09[MSan] Introduce __msan_unpoison_param().Matt Morehouse1-0/+51
2019-05-09[libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany3-4/+21
2019-05-09[libFuzzer] simplify value-profile-mem.test a little bitKostya Serebryany1-1/+2
2019-05-08[libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...Kostya Serebryany1-2/+2
2019-05-08[compiler-rt] Make builtins test pass when using i386 gcc as host compilerNico Weber1-1/+1
2019-05-08[libFuzzer] extend the test for data flow tracer and coverage; also hopefully...Kostya Serebryany1-1/+11
2019-05-08[libFuzzer] extend the data flow tracer to also produce basic block coverage ...Kostya Serebryany3-25/+44
2019-05-08[libFuzzer] disable two tests on i386 that are causing timeouts on the botsKostya Serebryany2-2/+2