summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/Float
AgeCommit message (Expand)Author
2018-01-17[Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski
2017-08-08Enable ubsan on NetBSDKamil Rytarowski
2017-04-27[ubsan] Make the cast overflow message less redundantVedant Kumar
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
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-11[compiler-rt] Add SourceLocations for float_cast_overflow data.Filipe Cabecinhas
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne
2015-04-28Address old FIXMEs in UBSan test cases.Alexey Samsonov
2015-04-23[UBSan] Make sure proper error summary is printed for -fsanitize=float-cast-o...Alexey Samsonov
2015-04-22[ubsan] Stop cast-overflow.cpp test leaking undefined behaviour into the exit...Daniel Sanders
2015-04-01Remove XFAILs from cast-overflow.cppBill Seurer
2015-04-01[PPC64]This activates UBSan for the power architecture.Bill Seurer
2015-01-07XFAIL AArch64 UBsan test, just like ARMRenato Golin
2014-11-10[Ubsan] Fix the cast-overflow.cpp test to build on FreeBSDViktor Kutuzov
2014-10-11[UBSan] Disable one run line of this test to allow the test as a wholeChandler Carruth
2014-10-11[UBSan] Fix UBSan testcase for float->int conversion after LLVM r219542.Alexey Samsonov
2014-10-08Mark sanitizer tests XFAIL on ARMv7Renato Golin
2014-09-30[UBSan] Use <machine/endian.h> on Darwin.Alexander Potapenko
2014-09-26[UBSan] Adding support of MIPS32Petar Jovanovic
2014-07-29[UBSan] Try to enable pipefail in UBSan lit tests to make them behave more pr...Alexey Samsonov
2014-05-23[ubsan] temporary disable testing with -m32 as there are bots that don't supp...Kostya Serebryany
2014-05-23[ubsan] handle long double in 32-bit mode; part of the patch by Marek PolacekKostya Serebryany
2014-04-30Add %run to all lit testsGreg Fitzgerald
2014-02-14Move UBSan test suite under test/Alexey Samsonov