summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-11-19tsan: fix binary names in testsDmitry Vyukov
2014-11-19tsan: exclude unsupported test from test_output.sh scriptDmitry Vyukov
2014-11-19tsan: don't add -pie when compiling testsDmitry Vyukov
2014-11-19Make the ASan OS X DYLD_INSERT_LIBRARIES detection path-independentKuba Brecka
2014-11-19[asan] initial support for experimental basic-block tracing; also add tests f...Kostya Serebryany
2014-11-18profile: Robustify instrprof testsJustin Bogner
2014-11-18[asan] Re-enable zero_page_pc test on Android.Evgeniy Stepanov
2014-11-18[asan] Fix CMake CMP0046 warning in standalone build.Evgeniy Stepanov
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-11-16Revert r222091 because it caused a buildbot failure.Jay Foad
2014-11-15[ASan] Fix leak tests on 64-bit targets other than x86-64Jay Foad
2014-11-14[asan] add interface function __sanitizer_get_total_unique_coverage; useful f...Kostya Serebryany
2014-11-13[ASan] Really fix zero_page_pc test for PowerPCJay Foad
2014-11-13Removed r221896, it seems to break build in various ways.Yury Gribov
2014-11-13[ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov
2014-11-13InstrProf: support PowerPC64Jay Foad
2014-11-13[ASan] Fix large allocator test case to cope with 64k pagesJay Foad
2014-11-12Add a test for PR21528 to make sure ASan C++ symbolization doesn't regressTimur Iskhodzhanov
2014-11-12[asan] [mips] added support of asan for mips64/mips64el, patch by Kumar SukhaniKostya Serebryany
2014-11-12[ASan] Skip dump_instruction_bytes test on non-x86 targetsJay Foad
2014-11-12[ASan] Skip ptrace test on non-x86 targetsJay Foad
2014-11-11[asan] fix coverage tests to use the new flag syntax (-fsanitize-coverage=N)Kostya Serebryany
2014-11-10Enable running Ubsan tests on FreeBSDViktor Kutuzov
2014-11-10[Ubsan] Fix the missing_return.cpp test to pass on FreeBSDViktor Kutuzov
2014-11-10[Ubsan] Fix the cast-overflow.cpp test to build on FreeBSDViktor Kutuzov
2014-11-07PPC fix works for ARM, tooRenato Golin
2014-11-07[ASan] Fix zero_page_pc test for PowerPCJay Foad
2014-11-06[Sanitizer] Introduce "stack_trace_format" runtime flag.Alexey Samsonov
2014-11-06Use GET_CURRENT_FRAME() to calculate the memory layout for power. This worksWill Schmidt
2014-11-06UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbasesDavid Majnemer
2014-11-05Fix failing allow_user_segv.cc test on OS X 10.10Kuba Brecka
2014-11-05[dfsan] Add runtime function for aborting on indirect calls toPeter Collingbourne
2014-11-05Disable XFAIL on ARM since the x86_64 specific code is isolatedRenato Golin
2014-11-05Get the Linux ptrace test working on PowerPC64Jay Foad
2014-11-04Use @rpath as LC_ID_DYLIB for ASan dylib on OS XKuba Brecka
2014-11-04[TSan] Don't strip binary/library name until the moment we print it.Alexey Samsonov
2014-10-31[asan] run-time part of the caller-callee coverage instrumentationKostya Serebryany
2014-10-30Update __dfsw_s{,n}printf custom functions for new calling convention.Peter Collingbourne
2014-10-27[Tsan] Enable thread sanitizer tests on FreeBSDViktor Kutuzov
2014-10-24Add runtime flag 'symbolize_inline_frames' to disable symbolization of inline...Alexey Samsonov
2014-10-24tsan: support mmap(MAP_32BIT)Dmitry Vyukov
2014-10-24[Tsan] Fix the thread_name tests to build on FreeBSDViktor Kutuzov
2014-10-24[Tsan] Fix the signal_recursive.cc test to build on FreeBSDViktor Kutuzov
2014-10-22[msan] Handle param-tls overflow.Evgeniy Stepanov
2014-10-17[asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...Kostya Serebryany
2014-10-16[asan] make sure coverage is dumped even if leaks are reportedKostya Serebryany
2014-10-16UBSAN stable runtime more generic with arm* targetsRenato Golin
2014-10-16Adds stable-runtime to ubsan to avoid broken ARM tests with asanRenato Golin
2014-10-15[Tsan] Fix the sunrpc.cc test to build on FreeBSDViktor Kutuzov
2014-10-15[Tsan] Make the mutex_robust tests Linux-specificViktor Kutuzov