summaryrefslogtreecommitdiff
path: root/test/ubsan
Commit message (Expand)AuthorAgeFilesLines
* XFAIL AArch64 UBsan test, just like ARMRenato Golin2015-01-071-0/+1
* [ubsan] disable coverage-levels.cc on darwin until we can investigate what's ...Kostya Serebryany2015-01-061-0/+2
* [ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as us...Kostya Serebryany2015-01-061-0/+36
* Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov2014-12-301-2/+1
* Fix suppressions file usageFilipe Cabecinhas2014-12-181-8/+8
* [ubsan][arm] supporting misaligned testcaseKumar Sukhani2014-12-151-1/+0
* [UBSan][MIPS] Adding support of MIPS64 in UBSan testingKumar Sukhani2014-12-151-2/+2
* Update test case with more accurate column information now that Clang produce...David Blaikie2014-12-141-1/+1
* Enable running Ubsan tests on FreeBSDViktor Kutuzov2014-11-101-3/+2
* [Ubsan] Fix the missing_return.cpp test to pass on FreeBSDViktor Kutuzov2014-11-101-0/+1
* [Ubsan] Fix the cast-overflow.cpp test to build on FreeBSDViktor Kutuzov2014-11-101-0/+5
* UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbasesDavid Majnemer2014-11-061-1/+2
* UBSAN stable runtime more generic with arm* targetsRenato Golin2014-10-161-1/+1
* Adds stable-runtime to ubsan to avoid broken ARM tests with asanRenato Golin2014-10-162-0/+6
* Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to passRenato Golin2014-10-141-1/+0
* [UBSan] XFAIL test added in r219642 on DarwinAlexey Samsonov2014-10-141-0/+3
* Sanitize upcasts and conversion to virtual base.Alexey Samsonov2014-10-132-1/+32
* [UBSan] Disable one run line of this test to allow the test as a wholeChandler Carruth2014-10-111-1/+1
* [UBSan] Fix UBSan testcase for float->int conversion after LLVM r219542.Alexey Samsonov2014-10-111-2/+5
* Disabling main() check on UBSAN, since the noreturn check is already madeRenato Golin2014-10-101-2/+0
* XFAIL some more sanitiser ARMv7l testsRenato Golin2014-10-091-0/+1
* Mark sanitizer tests XFAIL on ARMv7Renato Golin2014-10-082-0/+2
* Disable the ubsan-asan config on Darwin.Alexander Potapenko2014-10-012-2/+4
* [UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which do...Alexander Potapenko2014-09-301-0/+2
* [UBSan] Use <machine/endian.h> on Darwin.Alexander Potapenko2014-09-301-3/+13
* [UBSan] Adding support of MIPS32Petar Jovanovic2014-09-261-0/+9
* UBSan: print 'undefined-behavior' instead of 'runtime-error' in report summaryAlexey Samsonov2014-09-221-1/+1
* [UBSan] Introduce more flexible __ubsan_default_options function instead of U...Alexey Samsonov2014-09-191-8/+14
* [UBSan] Optionally report summary in UBSan error reports.Alexey Samsonov2014-09-192-0/+12
* PR20721: Don't let UBSan print inaccessible memoryAlexey Samsonov2014-09-171-0/+11
* Revert r217616. Problems and complexity it introduces negate its benefitAlexey Samsonov2014-09-122-9/+9
* [UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even ifAlexey Samsonov2014-09-112-9/+9
* [UBSan] Add halt_on_error runtime flagAlexey Samsonov2014-09-101-9/+8
* Report source location of returns_nonnull attribute in UBSan reports.Alexey Samsonov2014-09-081-2/+4
* Implement nonnull-attribute sanitizerAlexey Samsonov2014-09-081-0/+58
* [ubsan] Follow-up for r216657: fixed the line numbers in the test.Alexander Potapenko2014-08-281-2/+2
* [UBSan] Temporarily disable checks for stack traces in UBSan reports on DarwinAlexander Potapenko2014-08-282-5/+14
* [UBSan] Add support for printing backtraces to all UBSan handlersAlexey Samsonov2014-08-222-5/+10
* [ubsan] Follow-up for r216263: fix the expected line number.Alexander Potapenko2014-08-221-1/+1
* [ubsan] Do not run Function/function.cpp on Darwin where -fsanitize=function ...Alexander Potapenko2014-08-221-0/+3
* [UBSan] Add returns-nonnull sanitizer.Alexey Samsonov2014-08-131-0/+13
* [CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov2014-08-081-1/+1
* The test doesn't export ASAN_OPTIONS, so $ASAN_OPTIONS should not be used in ...Alexander Kornienko2014-08-051-8/+8
* [UBSan] Allow to suppress reports from vptr checker for specified types.Alexey Samsonov2014-08-051-0/+28
* [UBSan] Try to enable pipefail in UBSan lit tests to make them behave more pr...Alexey Samsonov2014-07-2910-34/+28
* [UBSan] Add the ability to dump call stacks to -fsanitize=vptrAlexey Samsonov2014-07-231-13/+18
* [UBSan] Introduce UBSAN_OPTIONS environment variable.Alexey Samsonov2014-07-231-1/+5
* light up sanitizers for ARM, take 2Greg Fitzgerald2014-05-291-6/+9
* Revert "light up sanitizers for ARM"Greg Fitzgerald2014-05-291-9/+6
* light up sanitizers for ARMGreg Fitzgerald2014-05-291-6/+9