tests/auto/selftests/expected_globaldata.txt
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 ********* Start testing of tst_Subtest *********
       
     2 Config: Using QTest library 4.3.0, Qt 4.3.0
       
     3 initTestCase initTestCase (null)
       
     4 PASS   : tst_Subtest::initTestCase()
       
     5 init testGlobal local 1
       
     6 global: 0
       
     7 local: 0
       
     8 cleanup testGlobal local 1
       
     9 init testGlobal local 2
       
    10 global: 0
       
    11 local: 1
       
    12 cleanup testGlobal local 2
       
    13 init testGlobal local 1
       
    14 global: 1
       
    15 local: 0
       
    16 cleanup testGlobal local 1
       
    17 init testGlobal local 2
       
    18 global: 1
       
    19 local: 1
       
    20 cleanup testGlobal local 2
       
    21 PASS   : tst_Subtest::testGlobal()
       
    22 SKIP   : tst_Subtest::skip(1) skipping
       
    23    Loc: [/home/fenglich/dev/qt-4.3/tests/auto/selftests/globaldata/tst_globaldata.cpp(95)]
       
    24 init skipLocal local 1
       
    25 SKIP   : tst_Subtest::skipLocal(1:local 1) skipping
       
    26    Loc: [/home/fenglich/dev/qt-4.3/tests/auto/selftests/globaldata/tst_globaldata.cpp(115)]
       
    27 cleanup skipLocal local 1
       
    28 init skipSingle local 1
       
    29 global: 0, local 0
       
    30 cleanup skipSingle local 1
       
    31 init skipSingle local 2
       
    32 global: 0, local 1
       
    33 cleanup skipSingle local 2
       
    34 init skipSingle local 1
       
    35 SKIP   : tst_Subtest::skipSingle(2:local 1) skipping
       
    36    Loc: [/home/fenglich/dev/qt-4.3/tests/auto/selftests/globaldata/tst_globaldata.cpp(109)]
       
    37 cleanup skipSingle local 1
       
    38 init skipSingle local 2
       
    39 global: 1, local 1
       
    40 cleanup skipSingle local 2
       
    41 PASS   : tst_Subtest::skipSingle()
       
    42 cleanupTestCase cleanupTestCase (null)
       
    43 PASS   : tst_Subtest::cleanupTestCase()
       
    44 Totals: 4 passed, 0 failed, 3 skipped
       
    45 ********* Finished testing of tst_Subtest *********