98ef376fb6
In selftests.qrc, imposed alphabetic order (on stem of name, then on suffix, effectively treating . as sorting before any letter) while removing old tests and adding new tests and data. Updated all non-csv files and added many missing files. (Not clear on csv support status; the script seems to have dropped it after 5.6, but the test still uses it.) Left expected_crashes* alone (no new files added, no update to old) as I don't get results resembling those anticipated. Omitted printdatatagswithglobaltags, printdatatags due to dangling hspace on output lines, which upset sanity-bot. A change to the test cpp is needed to make it viable to skip that dangling hspace. Change-Id: Iab3fb626c44a91c249b2fb626c12c75ea0317098 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
33 lines
1.7 KiB
Plaintext
33 lines
1.7 KiB
Plaintext
********* Start testing of tst_float *********
|
|
Config: Using QtTest library
|
|
PASS : tst_float::initTestCase()
|
|
PASS : tst_float::floatComparisons(should SUCCEED 1)
|
|
FAIL! : tst_float::floatComparisons(should FAIL 1) Compared floats are not the same (fuzzy compare)
|
|
Actual (operandLeft) : 1
|
|
Expected (operandRight): 3
|
|
Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
|
|
FAIL! : tst_float::floatComparisons(should FAIL 2) Compared floats are not the same (fuzzy compare)
|
|
Actual (operandLeft) : 1e-07
|
|
Expected (operandRight): 3e-07
|
|
Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
|
|
FAIL! : tst_float::floatComparisons(should FAIL 3) Compared floats are not the same (fuzzy compare)
|
|
Actual (operandLeft) : 99998
|
|
Expected (operandRight): 99999
|
|
Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
|
|
PASS : tst_float::floatComparisons(should SUCCEED 2)
|
|
FAIL! : tst_float::compareFloatTests(1e0) Compared floats are not the same (fuzzy compare)
|
|
Actual (t1): 1
|
|
Expected (t3): 3
|
|
Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
|
|
FAIL! : tst_float::compareFloatTests(1e-7) Compared floats are not the same (fuzzy compare)
|
|
Actual (t1): 1e-07
|
|
Expected (t3): 3e-07
|
|
Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
|
|
FAIL! : tst_float::compareFloatTests(1e+7) Compared floats are not the same (fuzzy compare)
|
|
Actual (t1): 1e+07
|
|
Expected (t3): 3e+07
|
|
Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
|
|
PASS : tst_float::cleanupTestCase()
|
|
Totals: 4 passed, 6 failed, 0 skipped, 0 blacklisted, 0ms
|
|
********* Finished testing of tst_float *********
|