summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2016-04-15[TSAN] Make tsan tests more portable (take 3)Renato Golin
2016-04-14Revert "Make tsan tests more portable (take 2)"Renato Golin
2016-04-14Make tsan tests more portable (take 2)Renato Golin
2016-04-14[tsan] Fix size reporting for OS X zone allocator with 0-sized allocationsKuba Brecka
2016-04-13[asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.Evgeniy Stepanov
2016-04-13[PGO] Fix the buildbots for r266229. Betul Buyukkurt
2016-04-12[safestack] Fix stack canary test on Mac.Evgeniy Stepanov
2016-04-11[safestack] A test for stackprotector canaries.Evgeniy Stepanov
2016-04-11[tsan] Replace 'not' with '%deflake' in gcd-apply-race.mm Darwin test.Kuba Brecka
2016-04-07[sanitizer] Fix sem_init_glibc.cc test on __HAVE_64B_ATOMIC arches.Evgeniy Stepanov
2016-04-07[sancov] updaing android test after enabling cc edge pruningMike Aizatsky
2016-04-07[sancov] updaing android testMike Aizatsky
2016-04-07[tsan] Remove long sleeps from fork testsKuba Brecka
2016-04-07[tsan] Add support for OS X OSAtomic* functionsKuba Brecka
2016-04-07[tsan] Add interceptors for dispatch_applyKuba Brecka
2016-04-07[tsan] Add XPC support (OS X)Kuba Brecka
2016-04-07[tsan] Add support for dispatch event sourcesKuba Brecka
2016-04-07[tsan] Fix synchronization in dispatch_syncKuba Brecka
2016-04-07[tsan] Fix Darwin tests (missing FileCheck's)Kuba Brecka
2016-04-07[sancov] removing flaky test case (win)Mike Aizatsky
2016-04-06[sancov] enabling coverage edge pruning by default.Mike Aizatsky