summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/Linux
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in test/msan to .cppFangrui Song2019-08-0226-4/+4
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-271-0/+0
* [NFC] Use clearer naming for local variablesJF Bastien2019-04-101-9/+9
* [sanitizer] Intercept bzero.Evgeniy Stepanov2019-03-041-0/+16
* [msan] Add an interceptor for ttyname().Evgeniy Stepanov2019-03-011-3/+6
* [msan] Fix name_to_handle_at test on overlayfs.Evgeniy Stepanov2019-02-191-1/+1
* [test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny2019-01-143-0/+6
* [sanitizer] Use AT_EXECFN in ReExec() if availableBenjamin Kramer2018-11-061-0/+23
* [MSan] Switch to common aligned allocs tests.Alex Shlyapnikov2018-06-091-26/+0
* [MSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-081-0/+26
* [sanitizer] Add interceptors for readlinkat, name_to_handle_at, open_by_handl...Vitaly Buka2018-01-301-0/+28
* [msan] Intercept sendmmsg, recvmmsg.Evgeniy Stepanov2018-01-031-40/+97
* Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov2017-10-101-1/+1
* [msan] Check sigset_t and sigaction arguments.Evgeniy Stepanov2017-09-051-0/+42
* [tsan]: Fix GNU version of strerror_r interceptorVitaly Buka2017-06-071-0/+18
* [msan] Make test to fall-back to IPv6 if IPv4 is not available.Vitaly Buka2017-04-101-9/+22
* Replace "|&" with "2>&1 |" to support bash pre-4Evgeniy Stepanov2016-12-062-2/+2
* [MSAN][MIPS] Fix test Linux/syscalls_sigaction.cc on mips64Sagar Thakur2016-11-111-0/+8
* [sanitizer] Add interceptor for ttyname_rKeno Fischer2016-09-091-0/+6
* [mips][msan] Fix all the XPASSes following r278793 and r278795Daniel Sanders2016-08-1821-42/+0
* [msan] Correct @LINE expression in obstack.ccDaniel Sanders2016-08-151-1/+3
* [mips] XFAIL mips64el tests that fail on clang-cmake-mipselDaniel Sanders2016-08-155-1/+9
* [mips] Remove obstack.cc XFAIL added in r278504 since it broke X86 and PPC so...Daniel Sanders2016-08-121-2/+0
* [mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.Daniel Sanders2016-08-1217-0/+35
* [msan] Fix handling of padding in sendmsg control data.Evgeniy Stepanov2016-06-281-0/+101
* [msan] Intercept eventfd_read, eventfd_write.Evgeniy Stepanov2016-06-241-0/+18
* [sanitizer] Add syscall handlers for sigaction and rt_sigaction.Evgeniy Stepanov2016-06-241-0/+40
* [msan] Fix syscall handlers for pipe, pipe2, socketpair.Evgeniy Stepanov2016-06-241-1/+13
* [msan] Don't check dstaddr in sendto() interceptor.Evgeniy Stepanov2016-06-201-16/+7
* [msan] Allow uninitialized padding in struct msghdr.Evgeniy Stepanov2016-06-201-1/+3
* Hide send/sendto/sendmsg interptors under a flag.Evgeniy Stepanov2016-06-201-0/+7
* [msan] Intercept send/sendto/sendmsg.Evgeniy Stepanov2016-06-171-0/+83
* [MSan] fix process_vm_readv test: Exit silently if syscall is not implemetedMohit K. Bhakkad2016-02-241-7/+15
* [msan] Yet another attempt to fix process_vm_readv test.Evgeniy Stepanov2015-10-271-3/+8
* [msan] Fix process_vm_readv test.Evgeniy Stepanov2015-10-261-8/+4
* [msan] Re-submit test for process_vm_readv.Evgeniy Stepanov2015-10-231-0/+66
* [msan] Temporarily remove a failing test to fix the bot.Evgeniy Stepanov2015-10-221-43/+0
* [msan] Intercept process_vm_readv/writev.Evgeniy Stepanov2015-10-221-0/+43
* [msan] Intercept mincore.Evgeniy Stepanov2015-10-191-0/+36
* Disable final MSAN test in AArch64 to get the bots greenRenato Golin2015-09-181-0/+1
* Remove forkpty test with -Wl,-as-needed. This currently breaks inDaniel Jasper2015-08-191-1/+0
* [msan] Intercept openpty and forkpty.Evgeniy Stepanov2015-08-181-0/+19
* [Sanitizer] Fix fopencookie() interceptor to work with null hook functions.Alexey Samsonov2015-07-141-0/+6
* [msan] Intercept fopencookie.Evgeniy Stepanov2015-06-191-0/+59
* [Msan] Make the obstack.cc test Linux-specificViktor Kutuzov2015-05-081-0/+37
* [Msan] Make the mallinfo.cc test Linux-specificViktor Kutuzov2015-05-071-0/+12
* [Msan] Make the ioctl_sound.cc test Linux-specificViktor Kutuzov2015-05-071-0/+29
* [MSan] Remove explicit -m64 from RUN lines.Alexey Samsonov2015-03-0210-27/+27
* [msan] Fix wrong array index in io_submit interceptor.Evgeniy Stepanov2014-09-081-7/+15
* Add %run to all lit testsGreg Fitzgerald2014-04-3010-27/+27
OpenPOWER on IntegriCloud