-
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 174, in _run_module_as_main
PabotLib process stopped
"__main__", fname, loader, pkg_name)
File "C:\Python27\lib\run…
-
## Description
On windows, when a crash occur, catch may make the program crash a second time instead of gracefully handling the crash and quitting. This goes on infinitely, until the stack overflo…
-
I don't completely understand what makes this bug tick, but the Colour struct can sometimes call std::terminate() recursively. Here's a small example:
```
#define CATCH_CONFIG_MAIN
#include "catch.…
-
This issue is used to track discussions of [F# RFC FS-1004 - "Result type"](https://github.com/fsharp/fslang-design/blob/master/FSharp-4.1/FS-1004-result-type.md). Please discuss in thread below (if n…
-
Using clangs address sanitiser on this simple test case
TEST_CASE("Dummy")
{
const char *data = new char[10];
REQUIRE(data != nullptr);
delete [] data;
}
Complains that catch in evaluatin…
-
## Description
As of the newest Catch version something seem to have changed with the Catch ExpressionLhs comparison operators.
Previously, code worked fine, now I'm getting errors.
See for exa…
-
The class `MessageResponseHandler` : https://github.com/neo4j/neo4j-dotnet-driver/blob/1.0/Neo4j.Driver/Neo4j.Driver/Internal/Connector/MessageResponseHandler.cs
Has the following internals:
```
int…
-
We are having some major issues with the .NET Neo driver (v1.1). When running tests from a console app, the connections are managed as expected. However, the same code on IIS and exercised via JMete…
-
I download the zip on windows, and use cmake in minGW to generate .sln, then compile in VS2015, but I got more than 100 errors.
I saw this in readme:
Though it's 2016 already, the support for C++1…
-
Hi,
I am new to CATCH framework and wanted to build a simple windows console application to run a simple test.
I had created a win 32 console app in visual studio and added catch.hpp in my proje…