json/test
Michael Gmelin 05b27e83b7 Exclude bytewise comparison in certain tests.
These tests never worked - they weren't run before
d5aaeb4.

Note that these tests would fail because of this library
ordering dictionary keys (which is legal). So changing the
input files (or modifying stored cbor/msgpack/ubjson files)
would make the tests work and they could get removed from
"exclude_packaged".

Also move parsing of files in these unit tests to within
the inner sections, so that they're only parsed
number_of_files * number_of_sections instead of
number_of_files * number_of_files * number_of_sections
(so, instead of close to 100k parses about 700).
2018-07-29 14:52:52 +02:00
..
data added more tests from recent nst's JSONTestSuite 2018-05-17 10:10:01 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src Exclude bytewise comparison in certain tests. 2018-07-29 14:52:52 +02:00
thirdparty 💚 added regression tests for #972 and #977 2018-03-06 20:13:31 +01:00
CMakeLists.txt Fixed compiler error in VS 2015 for debug mode 2018-06-29 09:34:41 +05:30
Makefile 🚧 added input adapter for wide strings #1031 2018-04-01 19:12:36 +02:00