summaryrefslogtreecommitdiff
path: root/test/ubsan
AgeCommit message (Expand)Author
2016-06-14Compiler-rt test for sanitizer coverage w/o sanitizers.Evgeniy Stepanov
2016-06-02UBSan: crash less often on corrupted Vtables.Ivan Krasin
2016-05-27This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron
2016-05-25Fix columns for member function callsHal Finkel
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2016-04-06[sancov] enabling coverage edge pruning by default.Mike Aizatsky
2016-03-12Fix bad regression from r263077 when building with MSVC.Nico Weber
2016-03-12Disable a test that started failing recently; see PR26919.Nico Weber
2016-03-04[ubsan/float-cast-overflow] Make the test also work with C++11 narrowingFilipe Cabecinhas
2016-03-03[test/ubsan/coverage-levels] Fix file references in UBSAN_OPTIONSFilipe Cabecinhas
2016-03-02[test/vptr-non-unique-typeinfo] Address Samsonov's post-commit reviewFilipe Cabecinhas
2016-02-29Avoid use of -fsanitize=vptr in MSVC env, it is not yet supportedReid Kleckner
2016-02-27[UBSan] Fix isDerivedFromAtOffset on iOS ARM64Filipe Cabecinhas
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov
2016-02-01[ubsan] Stop thinking we can rely on C++ ABI knowledge on WindowsReid Kleckner
2016-01-22When building without DIA SDK, don't set suppressions.cpp failNico Weber
2016-01-15Re-disable suppressions.cpp on Windows.Nico Weber
2016-01-08Make ubsan suppression test pass on Windows.Nico Weber
2015-12-23XFAIL ubsan suppressions.cpp test on Windows for now.Nico Weber
2015-12-18[UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-12-01Fix the RUN on UBSAN unit testsSumanth Gundapaneni
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-04Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka
2015-10-28Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-10-27Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks
2015-10-27[asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-10-23Fixup test/ubsan/TestCases/Misc/coverage-levels.cc, LLVM is smarterHal Finkel
2015-10-12[ubsan] Invoke test program using %run.Filipe Cabecinhas
2015-09-18[compiler-rt] [sanitizer] Clean buildbot failures for aarch64Adhemerval Zanella
2015-09-17Revert "ubsan: Implement memory permission validation for vtables."Evgeniy Stepanov
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-12ubsan: Also disable vptr validation on powerpc64le.Peter Collingbourne
2015-09-12ubsan: Disable vptr validation on powerpc64.Peter Collingbourne
2015-09-11ubsan: Implement memory permission validation for vtables.Peter Collingbourne
2015-09-01Mark the log_path ubsan test as requiring a shell. It uses globs.Reid Kleckner
2015-08-27[Sanitizers] Make abort_on_error common flag.Alexey Samsonov
2015-08-25[UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit te...Alexey Samsonov
2015-08-24[UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov
2015-08-21[CMake] Need to filter out test architectures on ubsan as well.Chris Bieneman
2015-08-18Revert "[sanitizer] Move definition of stable-runtime to common lit config."Renato Golin
2015-08-18[ARM] Also disable stable-runtime check on UBsan, to use generic oneRenato Golin
2015-08-12[windows] Always use the lit shell on Windows, even if bash is presentReid Kleckner
2015-08-11[compiler-rt] Add SourceLocations for float_cast_overflow data.Filipe Cabecinhas
2015-08-05[UBSan] Fix UBSan-vptr false positive.Alexey Samsonov
2015-07-31[UBSan] Test: Move coverage-levels.cc out of Linux directoryFilipe Cabecinhas
2015-07-28Applying the Darwin-specific default lit ASAN_OPTIONS to UBSan+ASan tests asKuba Brecka
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne