• Jon Skeet's avatar
    Amend the conformance tests to only use Int64/Uint64 non-wrapped values which (#1164) · 00d5a7f0
    Jon Skeet authored
    can reasonably be expected to be interoperable.
    
    (The fact that not all Int64/Uint64 values *can* be exactly represented in
    IEEE-754 and thus interoperably amongst JSON implementations is precisely the
    reason for wrapping them when we serialize... it shouldn't be a surprise that
    we can't round-trip in unwrapped form for all values.)
    00d5a7f0
Name
Last commit
Last update
..
third_party/jsoncpp Loading commit data...
ConformanceJava.java Loading commit data...
ConformanceJavaLite.java Loading commit data...
Makefile.am Loading commit data...
README.md Loading commit data...
conformance.proto Loading commit data...
conformance_cpp.cc Loading commit data...
conformance_objc.m Loading commit data...
conformance_python.py Loading commit data...
conformance_ruby.rb Loading commit data...
conformance_test.cc Loading commit data...
conformance_test.h Loading commit data...
conformance_test_runner.cc Loading commit data...
failure_list_cpp.txt Loading commit data...
failure_list_csharp.txt Loading commit data...
failure_list_java.txt Loading commit data...
failure_list_objc.txt Loading commit data...
failure_list_python-post26.txt Loading commit data...
failure_list_python.txt Loading commit data...
failure_list_python_cpp.txt Loading commit data...
failure_list_ruby.txt Loading commit data...
update_failure_list.py Loading commit data...