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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
********* Start testing of tst_globaldata *********
Config: Using QtTest library
QDEBUG : tst_globaldata::initTestCase() initTestCase initTestCase (null)
PASS : tst_globaldata::initTestCase()
QDEBUG : tst_globaldata::testGlobal(global=false:local=false) init testGlobal local=false
QDEBUG : tst_globaldata::testGlobal(global=false:local=false) global: false
QDEBUG : tst_globaldata::testGlobal(global=false:local=false) local: false
QDEBUG : tst_globaldata::testGlobal(global=false:local=false) cleanup testGlobal local=false
PASS : tst_globaldata::testGlobal(global=false:local=false)
QDEBUG : tst_globaldata::testGlobal(global=false:local=true) init testGlobal local=true
QDEBUG : tst_globaldata::testGlobal(global=false:local=true) global: false
QDEBUG : tst_globaldata::testGlobal(global=false:local=true) local: true
QDEBUG : tst_globaldata::testGlobal(global=false:local=true) cleanup testGlobal local=true
PASS : tst_globaldata::testGlobal(global=false:local=true)
QDEBUG : tst_globaldata::testGlobal(global=true:local=false) init testGlobal local=false
QDEBUG : tst_globaldata::testGlobal(global=true:local=false) global: true
QDEBUG : tst_globaldata::testGlobal(global=true:local=false) local: false
QDEBUG : tst_globaldata::testGlobal(global=true:local=false) cleanup testGlobal local=false
PASS : tst_globaldata::testGlobal(global=true:local=false)
QDEBUG : tst_globaldata::testGlobal(global=true:local=true) init testGlobal local=true
QDEBUG : tst_globaldata::testGlobal(global=true:local=true) global: true
QDEBUG : tst_globaldata::testGlobal(global=true:local=true) local: true
QDEBUG : tst_globaldata::testGlobal(global=true:local=true) cleanup testGlobal local=true
PASS : tst_globaldata::testGlobal(global=true:local=true)
SKIP : tst_globaldata::skip(global=false) skipping
Loc: [qtbase/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp(0)]
QDEBUG : tst_globaldata::skipLocal(global=false:local=false) init skipLocal local=false
SKIP : tst_globaldata::skipLocal(global=false:local=false) skipping
Loc: [qtbase/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp(0)]
QDEBUG : tst_globaldata::skipLocal(global=false:local=false) cleanup skipLocal local=false
QDEBUG : tst_globaldata::skipLocal(global=false:local=true) init skipLocal local=true
SKIP : tst_globaldata::skipLocal(global=false:local=true) skipping
Loc: [qtbase/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp(0)]
QDEBUG : tst_globaldata::skipLocal(global=false:local=true) cleanup skipLocal local=true
QDEBUG : tst_globaldata::skipLocal(global=true:local=false) init skipLocal local=false
SKIP : tst_globaldata::skipLocal(global=true:local=false) skipping
Loc: [qtbase/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp(0)]
QDEBUG : tst_globaldata::skipLocal(global=true:local=false) cleanup skipLocal local=false
QDEBUG : tst_globaldata::skipLocal(global=true:local=true) init skipLocal local=true
SKIP : tst_globaldata::skipLocal(global=true:local=true) skipping
Loc: [qtbase/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp(0)]
QDEBUG : tst_globaldata::skipLocal(global=true:local=true) cleanup skipLocal local=true
QDEBUG : tst_globaldata::skipSingle(global=false:local=false) init skipSingle local=false
QDEBUG : tst_globaldata::skipSingle(global=false:local=false) global: false local: false
QDEBUG : tst_globaldata::skipSingle(global=false:local=false) cleanup skipSingle local=false
PASS : tst_globaldata::skipSingle(global=false:local=false)
QDEBUG : tst_globaldata::skipSingle(global=false:local=true) init skipSingle local=true
SKIP : tst_globaldata::skipSingle(global=false:local=true) Skipping
Loc: [qtbase/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp(0)]
QDEBUG : tst_globaldata::skipSingle(global=false:local=true) cleanup skipSingle local=true
QDEBUG : tst_globaldata::skipSingle(global=true:local=false) init skipSingle local=false
SKIP : tst_globaldata::skipSingle(global=true:local=false) Skipping
Loc: [qtbase/tests/auto/testlib/selftests/globaldata/tst_globaldata.cpp(0)]
QDEBUG : tst_globaldata::skipSingle(global=true:local=false) cleanup skipSingle local=false
QDEBUG : tst_globaldata::skipSingle(global=true:local=true) init skipSingle local=true
QDEBUG : tst_globaldata::skipSingle(global=true:local=true) global: true local: true
QDEBUG : tst_globaldata::skipSingle(global=true:local=true) cleanup skipSingle local=true
PASS : tst_globaldata::skipSingle(global=true:local=true)
QDEBUG : tst_globaldata::cleanupTestCase() cleanupTestCase cleanupTestCase (null)
PASS : tst_globaldata::cleanupTestCase()
Totals: 8 passed, 0 failed, 7 skipped, 0 blacklisted, 0ms
********* Finished testing of tst_globaldata *********
|