unittest-cpp/tests
Dan Huantes 2423fcac76 CrasingTestsAreReportedAsFailures no longer core dumps on Clang Release
Found that Crashing tests at some point in Clang
history were actually caught but testing on
Clang 6.0 and Clang 7.0 this is not the case.
So added Clang to the list of compilers that
don't run this tests.  Noted that several
other Pull Requests were failing for the same
reason.
2019-08-15 08:30:43 -05:00
..
Main.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
Makefile.am Fix failures in make distcheck 2016-04-25 13:37:31 -05:00
RecordingReporter.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
ScopedCurrentTest.h Change preprocessor indent rules. 2016-01-29 22:22:37 -06:00
TestAssertHandler.cpp Change preprocessor indent rules. 2016-01-29 22:22:37 -06:00
TestCheckMacros.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestChecks.cpp Remove unused variable from test copy constructor 2016-07-15 23:58:48 -05:00
TestCompositeTestReporter.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestCurrentTest.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestDeferredTestReporter.cpp Change preprocessor indent rules. 2016-01-29 22:22:37 -06:00
TestExceptions.cpp Used size_t for CHECK macros 2016-08-29 22:36:31 +02:00
TestLongMacros.cpp Change UNITTEST_ENABLE_SHORT_MACROS to DISABLE 2016-05-07 01:02:20 -05:00
TestMemoryOutStream.cpp Re-enable ignored-qualifiers warning and fix 2016-08-27 20:41:41 -05:00
TestRequireMacrosWithExceptionsOff.cpp With code proposed in Pull Request #95, when UNITTEST_NO_EXCEPTIONS is defined, the definition for REQUIRE macro is empty. 2016-02-08 21:38:56 -06:00
TestRequireMacrosWithExceptionsOn.cpp Correcting RequiredCheckArrayCloseDoesNotHaveSideEffectsWhenPassing to exercise the passing case (per the UT name). 2016-02-23 23:10:29 -06:00
TestTest.cpp CrasingTestsAreReportedAsFailures no longer core dumps on Clang Release 2019-08-15 08:30:43 -05:00
TestTestList.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestTestMacros.cpp Add UNITTEST_ prefixes to remaining macros 2016-05-07 00:12:09 -05:00
TestTestResults.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestTestRunner.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestTestSuite.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestTimeConstraint.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestTimeConstraintMacro.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestUnitTestPP.cpp Change preprocessor indent rules. 2016-01-29 22:22:37 -06:00
TestXmlTestReporter.cpp Change preprocessor indent rules. 2016-01-29 22:22:37 -06:00