summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-05-17[tsan] Ensure mmap respects ignore_interceptors_accessesAnna Zaks
2016-05-17[asan] Don't raise false alarm to recv/recvfrom when MSG_TRUNC is present.Maxim Ostapenko
2016-05-14[mips][ias] Two XFAIL's now pass on 32-bit MIPS.Daniel Sanders
2016-05-13[profile] Eliminate dynamic memory allocation for buffered writerXinliang David Li
2016-05-12Update test expectations after r269291 (Fix a crash when demangling Swift sym...Kuba Brecka
2016-05-12[ASan] [SystemZ] Add -mbackchain to test cflags.Marcin Koscielnicki
2016-05-11Reapply r268608 Rong Xu
2016-05-11[esan] EfficiencySanitizer shadow memoryDerek Bruening
2016-05-10Revert r268130 -- more bot failureXinliang David Li
2016-05-10Reapply r268608 after IR instr bug fixXinliang David Li
2016-05-10tsan: fix another crash due to processorsDmitry Vyukov
2016-05-09Remove XFAILXinliang David Li
2016-05-09Re install test reverted by r268866Xinliang David Li
2016-05-07[InstrProf] Delete unstable test on ARM. See PR27667Renato Golin
2016-05-06tsan: fix a crashDmitry Vyukov
2016-05-06Revert r268608 -- unexplained darwin bot failureXinliang David Li
2016-05-06[InstProf] Temporarily removing a test that fails/passes on different configu...Renato Golin
2016-05-06XFAILing a test on ARM. See PR27667Renato Golin
2016-05-06[asan] Bail out on stack overflow in recovery mode.Maxim Ostapenko
2016-05-05Add a test of VP with shared libXinliang David Li
2016-05-05IR value profile testing cleanup Xinliang David Li
2016-05-02Relax stack check as on some platforms demanglers failVitaly Buka
2016-05-02Add another failing use-after-scope testVitaly Buka
2016-05-02[sanitizer] Fix a crash in SizeClassAllocator32 with an out-of-range pointerKuba Brecka
2016-04-30[ASan] Add shadow offset for SystemZ.Marcin Koscielnicki
2016-04-30Finally fix invalid-pointer-pairs.cc. This time the demangle on the Windows b...Filipe Cabecinhas
2016-04-30[tsan] Return 0 from malloc_size for non-malloc'd pointersKuba Brecka
2016-04-29Fix test's memory leaks.Filipe Cabecinhas
2016-04-29Try to fix clang-cmake-aarch64-42vma by removing a memory leak (have a global...Filipe Cabecinhas
2016-04-29[asan] Assert in __sanitizer_ptr_{sub,cmp} if one of the pointers was freed.Filipe Cabecinhas
2016-04-29[ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED.Marcin Koscielnicki
2016-04-28[test/asan] Update a test case to work with old Darwin SDK'sVedant Kumar
2016-04-28Update visibility flags for CFI tests.Peter Collingbourne
2016-04-27[sanitizers] read/write page fault detection on mac.Mike Aizatsky
2016-04-27Un-XFAIL tests on Windows after fixing PR27492Reid Kleckner
2016-04-26[sanitizers] rewriting test assuming assert() changes coverage.Mike Aizatsky
2016-04-26[sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki
2016-04-26Revert "[sanitizers] read/write page fault detection on mac."Mehdi Amini
2016-04-25[MSan] Use COMMON_INTERCEPTOR_ENTER in libdl interceptors.Marcin Koscielnicki
2016-04-25[sanitizers] read/write page fault detection on mac.Mike Aizatsky
2016-04-23[esan] EfficiencySanitizer libc interceptorsDerek Bruening
2016-04-22[asan] Disable one test on windows.Evgeniy Stepanov
2016-04-22Enable stack-use-after-scope tests.Evgeniy Stepanov
2016-04-21[esan] EfficiencySanitizer base runtime libraryDerek Bruening
2016-04-21[asan] Mark strdup test as unsupported on arm/linux.Evgeniy Stepanov
2016-04-21[tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka
2016-04-20[asan] Add __strdup interceptor.Evgeniy Stepanov
2016-04-19[compiler-rt] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang
2016-04-18Additional test for use-after-scopeKostya Serebryany
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov