aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test
AgeCommit message (Expand)AuthorFilesLines
2019-05-07[libFuzzer] Increase timeouts on fork tests and skip one on aarch64Peter Smith3-8/+8
2019-05-06Add libc++ to link XRay test cases if libc++ is used to build CLANGXing Xue2-1/+10
2019-05-02Fix check-builtins on Windows after alias changesReid Kleckner1-1/+5
2019-05-02[libFuzzer] Re-enable libFuzzer on i386 Linux and fix testJonathan Metzman1-0/+2
2019-05-01[tsan] Fix and re-enable user_malloc.cc testVitaly Buka1-9/+9
2019-05-01[sanitizer] Implement reallocarray.Evgeniy Stepanov4-8/+44
2019-05-01[libFuzzer] Add --dump-input-on-failure to help diagnose AArch64 failuresPeter Smith2-6/+6
2019-04-30[libFuzzer] Fix failing test: sigint.testJonathan Metzman1-3/+1
2019-04-30[libFuzzer] temporarily disable a test on windows, where there is no memmem i...Kostya Serebryany1-0/+2
2019-04-30[libFuzzer] add MagicSeparatorTestKostya Serebryany2-0/+51
2019-04-30[libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman1-0/+24
2019-04-30[compiler-rt][builtins][sanitizers] Update compiler-rt test cases forAmy Kwan2-6/+15
2019-04-30Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek6-0/+184
2019-04-30fix broken testJonathan Metzman1-7/+7
2019-04-30remove extra zerosJonathan Metzman1-1/+1
2019-04-30remove stale commentJonathan Metzman1-1/+1
2019-04-30fix commentJonathan Metzman1-1/+1
2019-04-30[libFuzzer] Enable for i386Jonathan Metzman1-0/+2
2019-04-30Fix issues with testing for i386Jonathan Metzman5-3/+8
2019-04-30Enable x86 buildsJonathan Metzman3-6/+4
2019-04-30Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek5-162/+0
2019-04-30[compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek5-0/+162
2019-04-29[AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo...Matthew G McGovern2-0/+58
2019-04-28[CMake] Don't modify `FUZZER_SUPPORTED_ARCH` is place.Dan Liew1-2/+3
2019-04-26Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple"Dan Liew4-29/+9
2019-04-26[asan_symbolize] Teach `asan_symbolize.py` to symbolicate using a module mapDan Liew1-0/+31
2019-04-26[CMake] Fix the value of `config.target_cflags` for non-macOS AppleDan Liew4-9/+29
2019-04-26[libFuzzer] Disable MSan interceptors in SIGINT handler.Matt Morehouse1-0/+17
2019-04-25[libFuzzer] Require linux for libcxx.testMatt Morehouse1-0/+1
2019-04-25[compiler-rt] Build custom libc++abi without exceptions.Matt Morehouse1-0/+15
2019-04-24[fuzzer] Fix reload.test on Linux/aarch64Adhemerval Zanella1-2/+2
2019-04-20[TSan] Support fiber API on macOSJulian Lettner9-21/+33
2019-04-19Removed regiser dump checks from FP unit test.Mitch Phillips1-41/+14
2019-04-19[HWASan] Added no-FP unit test for register dump.Mitch Phillips1-12/+12
2019-04-19Updated test case.Mitch Phillips1-7/+19
2019-04-19Added no-FP unit test for register dump.Mitch Phillips1-0/+43
2019-04-18Summary:Jonathan Metzman3-18/+50
2019-04-18[asan_symbolize] Add a simple plugin architectureDan Liew3-0/+48
2019-04-16[TSan][libdispatch] Port gcd-sync-block-copy.mm to C++Julian Lettner2-3/+52
2019-04-13[libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany1-0/+7
2019-04-12[TSan][libdispatch] Move libdispatch tests out of Darwin folderJulian Lettner23-6/+8
2019-04-12[libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.Max Moroz1-0/+11
2019-04-12[TSan][libdispatch] Don't link against FoundationJulian Lettner6-13/+22
2019-04-12[TSan][libdispatch] Replace NSTemporaryDirectory in testsJulian Lettner6-13/+8
2019-04-12[libFuzzer] support -runs=N in the fork mode. Make sure we see one-line repor...Kostya Serebryany2-0/+23
2019-04-12[TSan][libdispatch] Fix failing testJulian Lettner1-0/+1
2019-04-11[TSan][libdispatch] Delete old testsJulian Lettner2-69/+0
2019-04-11[TSan][libdispatch] Re-enable disabled testsJulian Lettner2-6/+0
2019-04-11[TSan][libdispatch] Turn ignore_noninstrumented_modules=1 back on for DarwinJulian Lettner1-0/+3
2019-04-11[TSan][libdispatch] Replace usage of NSMutableData with stack arrayJulian Lettner5-10/+10