2011-09-20 01:56:31 +00:00
|
|
|
********* Start testing of tst_float *********
|
2011-09-22 07:40:45 +00:00
|
|
|
Config: Using QTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@
|
2011-09-20 01:56:31 +00:00
|
|
|
PASS : tst_float::initTestCase()
|
|
|
|
FAIL! : tst_float::floatComparisons(should FAIL) Compared floats are not the same (fuzzy compare)
|
|
|
|
Actual (operandLeft): 1
|
|
|
|
Expected (operandRight): 3
|
2011-10-18 07:11:12 +00:00
|
|
|
Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(61)]
|
2011-09-20 01:56:31 +00:00
|
|
|
FAIL! : tst_float::floatComparisons(should FAIL) Compared floats are not the same (fuzzy compare)
|
|
|
|
Actual (operandLeft): 1e-07
|
|
|
|
Expected (operandRight): 3e-07
|
2011-10-18 07:11:12 +00:00
|
|
|
Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(61)]
|
2011-09-20 01:56:31 +00:00
|
|
|
FAIL! : tst_float::compareFloatTests(1e0) Compared floats are not the same (fuzzy compare)
|
|
|
|
Actual (t1): 1
|
|
|
|
Expected (t3): 3
|
2011-10-18 07:11:12 +00:00
|
|
|
Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(100)]
|
2011-09-20 01:56:31 +00:00
|
|
|
FAIL! : tst_float::compareFloatTests(1e-7) Compared floats are not the same (fuzzy compare)
|
|
|
|
Actual (t1): 1e-07
|
|
|
|
Expected (t3): 3e-07
|
2011-10-18 07:11:12 +00:00
|
|
|
Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(100)]
|
2011-09-20 01:56:31 +00:00
|
|
|
FAIL! : tst_float::compareFloatTests(1e+7) Compared floats are not the same (fuzzy compare)
|
|
|
|
Actual (t1): 1e+07
|
|
|
|
Expected (t3): 3e+07
|
2011-10-18 07:11:12 +00:00
|
|
|
Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(100)]
|
2011-09-20 01:56:31 +00:00
|
|
|
PASS : tst_float::cleanupTestCase()
|
|
|
|
Totals: 2 passed, 5 failed, 0 skipped
|
|
|
|
********* Finished testing of tst_float *********
|