unittest-cpp/tests
Austin Gilbert c4e36176d9 Disable tests in TestTestMacros.cpp which throw exceptions from user
defined destructors.

In accordance with the C++11 standard, Visual Studio 2015 adds an implicit
'noexcept' to all user defined destructors. Any destructor throwing an
exception causes abort() to be called on the process.

This commit fixes #76.
2015-09-17 17:28:44 -05:00
..
Main.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
RecordingReporter.h Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
ScopedCurrentTest.h Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestAssertHandler.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestCheckMacros.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestChecks.cpp Add changes required to compile with MS VC6 2013-05-09 11:12:29 +02:00
TestCompositeTestReporter.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestCurrentTest.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestDeferredTestReporter.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestExceptions.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestMemoryOutStream.cpp Adapt MemoryOutStream for VC6 __int64 type 2013-05-10 11:32:15 +02:00
TestTest.cpp Disable CrashingTests... in debug. 2015-04-04 00:56:40 -05:00
TestTestList.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestTestMacros.cpp Disable tests in TestTestMacros.cpp which throw exceptions from user 2015-09-17 17:28:44 -05:00
TestTestResults.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestTestRunner.cpp Reformatted code from #54. 2014-06-27 22:42:53 -05:00
TestTestSuite.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestTimeConstraint.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestTimeConstraintMacro.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestUnitTestPP.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
TestXmlTestReporter.cpp Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00