aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test
AgeCommit message (Expand)AuthorFilesLines
2019-04-11[TSan][libdispatch] Change test to have two simultaneous timersJulian Lettner1-1/+1
2019-04-11[TSan][libdispatch] Replace CFRunLoop with dispatch_semaphore, pt. 2Julian Lettner11-83/+97
2019-04-11Prospective test fix in response to r358104.John McCall1-1/+1
2019-04-10[NFC] Use clearer naming for local variablesJF Bastien1-9/+9
2019-04-09[TSan][libdispatch] Replace CFRunLoop with dispatch_semaphore, pt. 1Julian Lettner6-53/+54
2019-04-09hwasan: Enable -hwasan-allow-ifunc by default.Peter Collingbourne1-2/+1
2019-04-08[asan_symbolize] Use proper logging infrastructure.Dan Liew3-0/+16
2019-04-08[Sanitizer] Make wcrtomb test posix-onlyPavel Labath1-0/+3
2019-04-08[Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptorPavel Labath2-0/+49
2019-04-06[TSan][libdispatch] Remove Darwin-only version of fully-ported testsJulian Lettner10-428/+0
2019-04-05Use binary write mode in WriteToFile function to avoid appended \r characters...Vitaly Buka2-0/+37
2019-04-05[TSan][libdispatch] Make test work on Linux, pt. 2Julian Lettner1-2/+2
2019-04-04[TSan][libdispatch] Make test work on LinuxJulian Lettner1-3/+4
2019-04-04[TSan][libdispatch] Stricter checks via `--implicit-check-not`Julian Lettner7-16/+8
2019-04-04[TSan][libdispatch] Specify libdispatch header dir for lit testsJulian Lettner2-6/+7
2019-04-04[NFC][TSan][libdispatch] Better CMake variable namesJulian Lettner1-2/+2
2019-04-03Fix typos in tests. NFC.Xing GUO1-1/+1
2019-04-02[NFC][TSan][libdispatch] Cleanup testJulian Lettner1-6/+6
2019-04-02[NFC] Test is C++, not CJulian Lettner1-0/+0
2019-04-02[NFC][libdispatch] Improve a few testsJulian Lettner3-6/+7
2019-04-02Fix tests after r357452Hans Wennborg2-4/+4
2019-04-02[compiler-rt][test] Make instrprof-set-dir-mode test tolerant of group IDMatt Davis1-1/+5
2019-03-29[Sanitizer] Add interceptor for wctombPavel Labath1-0/+14
2019-03-27Revert "[builtins] Rounding mode support for addxf3/subxf3"Yi Kong2-43/+1
2019-03-26[builtins] Rounding mode support for addxf3/subxf3Yi Kong2-1/+43
2019-03-22[NFC][TSan][libdispatch] Don't use ignore_noninstrumented_modules on LinuxJulian Lettner1-3/+0
2019-03-21Enable `asan/TestCases/Posix/start-deactivated.cc` test for iOS.Dan Liew2-2/+1
2019-03-19[builtins] Divide shouldn't underflow if rounded result would be normal.Eli Friedman3-2/+97
2019-03-18[asan] Disable -Wfortify-source in intentional OOB testsReid Kleckner2-4/+4
2019-03-18[NFC][TSan][libdispatch] Fix test for dispatch_apply[_f]Julian Lettner1-12/+18
2019-03-16[TSan][libdispatch] Configure libdispatch lit testsJulian Lettner1-1/+6
2019-03-15[TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner1-0/+3
2019-03-14[NFC][TSan] Move libdispatch tests into their own subfolderJulian Lettner14-31/+18
2019-03-11Remove ASan asm instrumentation.Evgeniy Stepanov1-33/+0
2019-03-11Remove esan.Nico Weber16-984/+0
2019-03-08[HWASan] Save + print registers when tag mismatch occurs in AArch64.Mitch Phillips1-0/+43
2019-03-08Reland compiler-rt support for order file instrumentation.Manman Ren3-0/+41
2019-03-07[TSan] Temporarily disable test which fails on build botJulian Lettner1-0/+3
2019-03-07[TSan] Temporarily disable test which fails on build botJulian Lettner1-0/+3
2019-03-07Delete x86_64 ShadowCallStack supportVlad Tsyrklevich6-30/+7
2019-03-07[NFC][TSan] Add libdispatch tests for non-Darwin platformsJulian Lettner12-0/+540
2019-03-07[Sanitizer] Add 'dispatch' feature to be used in compiler-rt testsJulian Lettner2-0/+5
2019-03-05Revert compiler-rt diffs for order file instrumentation to get bot green!Manman Ren3-40/+0
2019-03-04[sanitizer] Intercept bzero.Evgeniy Stepanov2-0/+31
2019-03-04Order File Instrumentation: dump the data in compiler-rtManman Ren3-0/+40
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai1-1/+1
2019-03-01[NFC][Sanitizer] Test unexpectedly passes on ppc64be botJulian Lettner1-1/+1
2019-03-01[NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner1-0/+3
2019-03-01[msan] Add an interceptor for ttyname().Evgeniy Stepanov1-3/+6
2019-03-01Reland "[compiler-rt] Intercept the bcmp() function."Clement Courbet5-5/+32