summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_float.txt
blob: 4e3554758dd56ef397d1fa009bd5a9d0b781d62f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
********* 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)
PASS   : tst_float::float16Comparisons(should SUCCEED 1)
FAIL!  : tst_float::float16Comparisons(should FAIL 1) Compared qfloat16s 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::float16Comparisons(should FAIL 2) Compared qfloat16s are not the same (fuzzy compare)
   Actual   (operandLeft) : 0.0001
   Expected (operandRight): 0.0003
   Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
FAIL!  : tst_float::float16Comparisons(should FAIL 3) Compared qfloat16s are not the same (fuzzy compare)
   Actual   (operandLeft) : 98
   Expected (operandRight): 99
   Loc: [qtbase/tests/auto/testlib/selftests/float/tst_float.cpp(0)]
PASS   : tst_float::float16Comparisons(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: 6 passed, 9 failed, 0 skipped, 0 blacklisted, 0ms
********* Finished testing of tst_float *********