~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ json_unit.exe is a Catch v1.3.4 host application. Run with -? for options ------------------------------------------------------------------------------- constructors create a JSON value from an input stream std::ifstream ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(52) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(1315): FAILED: due to unexpected exception with message: parse error - unexpected end of input { "happy": true, "pi": 3.141 } { "happy": true, "pi": 3.141 } "foo" 1 true "foo" 1 true ------------------------------------------------------------------------------- compliance tests from json.org expected passes ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(11647) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(11709): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: filename := test/data/json_tests/pass1.json parse error - unexpected end of input D:\Photogrammetry\software\json\test\src\unit.cpp(11709): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: filename := test/data/json_tests/pass2.json parse error - unexpected end of input D:\Photogrammetry\software\json\test\src\unit.cpp(11709): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: filename := test/data/json_tests/pass3.json parse error - unexpected end of input ------------------------------------------------------------------------------- compliance tests from nativejson-benchmark roundtrip ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(11714) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(11874): FAILED: due to unexpected exception with message: parse error - unexpected end of input ------------------------------------------------------------------------------- test suite from json-test-suite read all sample.json ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(11925) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(11933): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: parse error - unexpected end of input D:\Photogrammetry\software\json\test\src\unit.cpp(11936): FAILED: CHECK( j.size() == 3 ) with expansion: 0 == 3 ------------------------------------------------------------------------------- json.org examples 1.json ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(11940) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(11948): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: parse error - unexpected end of input ------------------------------------------------------------------------------- json.org examples 2.json ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(11940) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(11955): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: parse error - unexpected end of input ------------------------------------------------------------------------------- json.org examples 3.json ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(11940) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(11962): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: parse error - unexpected end of input ------------------------------------------------------------------------------- json.org examples 4.json ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(11940) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(11969): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: parse error - unexpected end of input ------------------------------------------------------------------------------- json.org examples 5.json ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(11940) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(11976): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: parse error - unexpected end of input ------------------------------------------------------------------------------- Unicode read all unicode characters ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(12049) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(12110): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: parse error - unexpected end of input D:\Photogrammetry\software\json\test\src\unit.cpp(12113): FAILED: CHECK( j.size() == 1112065 ) with expansion: 0 == 1112065 (0x10f801) ------------------------------------------------------------------------------- Unicode ignore byte-order-mark ------------------------------------------------------------------------------- D:\Photogrammetry\software\json\test\src\unit.cpp(12049) ............................................................................... D:\Photogrammetry\software\json\test\src\unit.cpp(12151): FAILED: CHECK_NOTHROW( j << f ) due to unexpected exception with message: parse error - unexpected end of input =============================================================================== test cases: 32 | 26 passed | 6 failed assertions: 3344563 | 3344548 passed | 15 failed