summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-05-31[esan] Add circular buffer data structureDerek Bruening
2016-05-31[esan|wset] Iterate all memory to compute the total working setDerek Bruening
2016-05-31[esan] Intercept and chain signal handlersDerek Bruening
2016-05-28Move test only for the relevant platformXinliang David Li
2016-05-28[sanitizers] introduce a common run-time option dedup_token_length to help wi...Kostya Serebryany
2016-05-28[esan] Add handling of large stack size rlimitsDerek Bruening
2016-05-27This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron
2016-05-27[sanitizers] introduce __sanitizer_set_report_fd so that we can re-route the ...Kostya Serebryany
2016-05-27[profile] Add a test to ensure runtime allocator is not invokedXinliang David Li
2016-05-27[esan] Fix workingset-memset test failureDerek Bruening
2016-05-26Add missing test case changesXinliang David Li
2016-05-26Init tsan with .preinit_array sectionVitaly Buka
2016-05-25Fix columns for member function callsHal Finkel
2016-05-25[profile] Add early checking to bypass node pointer updateXinliang David Li
2016-05-25[esan][cfrag] Add skeleton for cache fragmentation tool supportQin Zhao
2016-05-25[tsan] Change some OS X tests to include system headers (xpc.h, mman.h) more ...Kuba Brecka
2016-05-25Add working set base runtime libraryDerek Bruening
2016-05-24[esan|cfrag] Add test struct-simple.cppDerek Bruening
2016-05-22[profile] initialize static pool properly Xinliang David Li
2016-05-21[profile] Static counter allocation for value profiling (part-2)Xinliang David Li
2016-05-21[tsan] Don't abort when a deadlock detector finds a mutex cycle longer than 10Kuba Brecka
2016-05-20[esan] Extend shadow mapping to cover low librariesDerek Bruening
2016-05-20[powerpc] mark static_tls.cc test as UNSUPPORTED on powerpc64Bill Seurer
2016-05-20[profile] PROF_ERR, PROF_WARNXinliang David Li
2016-05-19[profile] entry eviction support in value profilerXinliang David Li
2016-05-19[tsan] Add support for GCD's dispatch_after and dispatch_after_fKuba Brecka
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