summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2016-04-06Another place for CMAKE_HOST_UNIXSean Silva
2016-04-04Apply suggestion from HJ Lu to avoid misaligned stack in testReid Kleckner
2016-04-04[asan,tsan] Make Darwin-specific tests more stable (use ignore_interceptors_a...Kuba Brecka
2016-03-30[asan] Mark the initialization-bug.cc unsupported on OS X Yosemite and olderRyan Govostes
2016-03-30[profile] Remove quotes around env variable, NFCVedant Kumar
2016-03-30[profile] Test error reporting by writing to a temp directoryVedant Kumar
2016-03-30[libprofile] Make this test express intent a bit better.Sean Silva
2016-03-29Fix comment in testXinliang David Li
2016-03-29[profile] Make a test work if run by the super-userVedant Kumar
2016-03-29[asan] Make the Darwin/dead-strip.c test require El Capitan or newerRyan Govostes
2016-03-28[libprofile] Use one fewer -mllvm option in this test.Sean Silva
2016-03-28[asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes
2016-03-28[tsan] Fix a crash when exiting the main thread (e.g. dispatch_main)Kuba Brecka
2016-03-28[libprofile] Make this test not depend on previous runs.Sean Silva
2016-03-28[libprofile] Make this test a bit more specificSean Silva
2016-03-28Fix-up for OS X test failure after r264451 ("Add memset, memmove, and memcpy ...Kuba Brecka
2016-03-26Make vp merge test more robustXinliang David Li
2016-03-26[libprofile] Adjust dummy condition to be more forgiving.Sean Silva
2016-03-26[libprofile] Add some missing `env` prefixes on commands.Sean Silva
2016-03-26Stop depending on the keys in a hash table being in a particular order.Richard Smith
2016-03-26[asan] bump the scariness score of read-after-frees (based on feedback from t...Kostya Serebryany
2016-03-25[profile] Add integration test to validate PGO function namesVedant Kumar
2016-03-24Follow-up for r264261, adding a comment explaining what the testcase does.Kuba Brecka
2016-03-24[tsan] Fix fork() and fork-based tests for OS XKuba Brecka
2016-03-24[tsan] Use direct syscalls for internal_mmap and internal_munmap on OS XKuba Brecka
2016-03-23[sanitizer] Add strnlen to the common interceptorsDerek Bruening
2016-03-22[tsan] Change nullptr to NULL in one Darwin test.Kuba Brecka
2016-03-22Move -fms-compatibility-version=19 into target cflagsReid Kleckner
2016-03-22[asan] Relax strdup test check linesReid Kleckner