• Eli Fidler's avatar
    avoid signed-integer underflow, which is undefined behavior · 760ea431
    Eli Fidler authored
    maybe these tests should just be deleted?
    
    UBSAN gave:
    runtime error: signed integer overflow: -9223372036854775808 - 1 cannot be represented in type 'long'
    runtime error: signed integer overflow: -9223372036854775808 - 2 cannot be represented in type 'long'
    760ea431
Name
Last commit
Last update
..
CMakeLists.txt Loading commit data...
allocatorstest.cpp Loading commit data...
bigintegertest.cpp Loading commit data...
documenttest.cpp Loading commit data...
dtoatest.cpp Loading commit data...
encodedstreamtest.cpp Loading commit data...
encodingstest.cpp Loading commit data...
filestreamtest.cpp Loading commit data...
fwdtest.cpp Loading commit data...
istreamwrappertest.cpp Loading commit data...
itoatest.cpp Loading commit data...
jsoncheckertest.cpp Loading commit data...
namespacetest.cpp Loading commit data...
ostreamwrappertest.cpp Loading commit data...
pointertest.cpp Loading commit data...
prettywritertest.cpp Loading commit data...
readertest.cpp Loading commit data...
regextest.cpp Loading commit data...
schematest.cpp Loading commit data...
simdtest.cpp Loading commit data...
strfunctest.cpp Loading commit data...
stringbuffertest.cpp Loading commit data...
strtodtest.cpp Loading commit data...
unittest.cpp Loading commit data...
unittest.h Loading commit data...
valuetest.cpp Loading commit data...
writertest.cpp Loading commit data...