summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_globaldata.teamcity
blob: 4f07d9550cb2c0b272727b86998d84a69fc0c8c5 (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
##teamcity[testSuiteStarted name='tst_globaldata']
##teamcity[testStarted name='initTestCase()']
##teamcity[testStdOut name='initTestCase()' out='QDEBUG: initTestCase initTestCase (null)']
##teamcity[testFinished name='initTestCase()']
##teamcity[testStarted name='testGlobal(local 1)']
##teamcity[testStdOut name='testGlobal(local 1)' out='QDEBUG: init testGlobal local 1|nQDEBUG: global: false|nQDEBUG: local: false|nQDEBUG: cleanup testGlobal local 1']
##teamcity[testFinished name='testGlobal(local 1)']
##teamcity[testStarted name='testGlobal(local 2)']
##teamcity[testStdOut name='testGlobal(local 2)' out='QDEBUG: init testGlobal local 2|nQDEBUG: global: false|nQDEBUG: local: true|nQDEBUG: cleanup testGlobal local 2']
##teamcity[testFinished name='testGlobal(local 2)']
##teamcity[testStarted name='testGlobal(local 1)']
##teamcity[testStdOut name='testGlobal(local 1)' out='QDEBUG: init testGlobal local 1|nQDEBUG: global: true|nQDEBUG: local: false|nQDEBUG: cleanup testGlobal local 1']
##teamcity[testFinished name='testGlobal(local 1)']
##teamcity[testStarted name='testGlobal(local 2)']
##teamcity[testStdOut name='testGlobal(local 2)' out='QDEBUG: init testGlobal local 2|nQDEBUG: global: true|nQDEBUG: local: true|nQDEBUG: cleanup testGlobal local 2']
##teamcity[testFinished name='testGlobal(local 2)']
##teamcity[testIgnored name='skip()' message='skipping |[Loc: tst_globaldata.cpp(121)|]']
##teamcity[testIgnored name='skipLocal(local 1)' message='skipping |[Loc: tst_globaldata.cpp(141)|]']
##teamcity[testIgnored name='skipLocal(local 2)' message='skipping |[Loc: tst_globaldata.cpp(141)|]']
##teamcity[testStarted name='skipSingle(local 1)']
##teamcity[testStdOut name='skipSingle(local 1)' out='QDEBUG: init skipLocal local 1|nQDEBUG: cleanup skipLocal local 1|nQDEBUG: init skipLocal local 2|nQDEBUG: cleanup skipLocal local 2|nQDEBUG: init skipSingle local 1|nQDEBUG: global: false local: false|nQDEBUG: cleanup skipSingle local 1']
##teamcity[testFinished name='skipSingle(local 1)']
##teamcity[testStarted name='skipSingle(local 2)']
##teamcity[testStdOut name='skipSingle(local 2)' out='QDEBUG: init skipSingle local 2|nQDEBUG: global: false local: true|nQDEBUG: cleanup skipSingle local 2']
##teamcity[testFinished name='skipSingle(local 2)']
##teamcity[testIgnored name='skipSingle(local 1)' message='skipping |[Loc: tst_globaldata.cpp(135)|]']
##teamcity[testStdOut name='skipSingle(local 2)' out='QDEBUG: init skipSingle local 1|nQDEBUG: cleanup skipSingle local 1|nQDEBUG: init skipSingle local 2|nQDEBUG: global: true local: true|nQDEBUG: cleanup skipSingle local 2']
##teamcity[testFinished name='skipSingle(local 2)']
##teamcity[testStarted name='cleanupTestCase()']
##teamcity[testStdOut name='cleanupTestCase()' out='QDEBUG: cleanupTestCase cleanupTestCase (null)']
##teamcity[testFinished name='cleanupTestCase()']
##teamcity[testSuiteFinished name='tst_globaldata']