qt5base-lts/tests/auto/testlib/selftests/expected_globaldata.teamcity
Borgar Ovsthus fbd6acedac Add TeamCity logging feature to testlib
This allows TeamCity to parse realtime test-results instead of using
post-build XML Report Processing. This does not support logging of
benchmarks.

[ChangeLog][QTest] Added a new logging mode that allow test-results to
be parsed on-the-fly when using Jetbrains TeamCity as CI-server. This
mode is enabled by using the -teamcity option on the command-line.

Change-Id: Ie730beb643043eb0f448f99abe6c0b5ac48aaf03
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-01-23 18:30:58 +00:00

33 lines
2.8 KiB
Plaintext

##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']