summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-06-03[esan] Add sideline itimer supportDerek Bruening
2016-06-03tsan: rely on AnnotateRWLockCreateStatic to detect linker-initialized mutexesDmitry Vyukov
2016-06-03Revert "[profile] enable a subtest for vcall inline virtual func"Mehdi Amini
2016-06-02[esan] Add support for log_exe_nameDerek Bruening
2016-06-02[profile] enable a subtest for vcall inline virtual funcXinliang David Li
2016-06-02tsan: clean up dynamic TLS memory between reuseDmitry Vyukov
2016-06-02[esan|cfrag] Add struct info registrationQin Zhao
2016-06-02UBSan: crash less often on corrupted Vtables.Ivan Krasin
2016-06-02[profile] Add end-end test of vp for inline virtual functionsXinliang David Li
2016-06-02[asan] add an interface function __sanitizer_print_memory_profile (a basic me...Kostya Serebryany
2016-05-31[esan|cfrag] Add the skeleton to handle the cfrag argumentQin Zhao
2016-05-31Fix test for Darwin: ASAN is calling abort by default on Darwin, which not de...Mehdi Amini
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