summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ubsan][test] Fix cast-overflow.cpp and delete float-divide-by-zero test afte...Fangrui Song2019-07-081-1/+1
* [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski2018-01-171-0/+10
* Enable ubsan on NetBSDKamil Rytarowski2017-08-081-4/+10
* [ubsan] Make the cast overflow message less redundantVedant Kumar2017-04-271-10/+10
* Fix bad regression from r263077 when building with MSVC.Nico Weber2016-03-121-3/+0
* Disable a test that started failing recently; see PR26919.Nico Weber2016-03-121-0/+3
* [ubsan/float-cast-overflow] Make the test also work with C++11 narrowingFilipe Cabecinhas2016-03-041-4/+4
* [UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit te...Alexey Samsonov2015-08-251-1/+1
* [UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov2015-08-241-2/+2
* [compiler-rt] Add SourceLocations for float_cast_overflow data.Filipe Cabecinhas2015-08-111-11/+13
* UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne2015-07-021-1/+5
* Address old FIXMEs in UBSan test cases.Alexey Samsonov2015-04-281-1/+0
* [UBSan] Make sure proper error summary is printed for -fsanitize=float-cast-o...Alexey Samsonov2015-04-231-2/+3
* [ubsan] Stop cast-overflow.cpp test leaking undefined behaviour into the exit...Daniel Sanders2015-04-221-4/+8
* Remove XFAILs from cast-overflow.cppBill Seurer2015-04-011-2/+0
* [PPC64]This activates UBSan for the power architecture.Bill Seurer2015-04-011-8/+16
* XFAIL AArch64 UBsan test, just like ARMRenato Golin2015-01-071-0/+1
* [Ubsan] Fix the cast-overflow.cpp test to build on FreeBSDViktor Kutuzov2014-11-101-0/+5
* [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
* Mark sanitizer tests XFAIL on ARMv7Renato Golin2014-10-081-0/+1
* [UBSan] Use <machine/endian.h> on Darwin.Alexander Potapenko2014-09-301-3/+13
* [UBSan] Adding support of MIPS32Petar Jovanovic2014-09-261-0/+9
* [UBSan] Try to enable pipefail in UBSan lit tests to make them behave more pr...Alexey Samsonov2014-07-291-16/+3
* [ubsan] temporary disable testing with -m32 as there are bots that don't supp...Kostya Serebryany2014-05-231-11/+11
* [ubsan] handle long double in 32-bit mode; part of the patch by Marek PolacekKostya Serebryany2014-05-231-0/+20
* Add %run to all lit testsGreg Fitzgerald2014-04-301-10/+10
* Move UBSan test suite under test/Alexey Samsonov2014-02-141-0/+99
OpenPOWER on IntegriCloud