qt5base-lts/tests/auto/testlib/selftests/expected_counting.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

69 lines
4.7 KiB
Plaintext

##teamcity[testSuiteStarted name='tst_Counting']
##teamcity[testStarted name='initTestCase()']
##teamcity[testFinished name='initTestCase()']
##teamcity[testStarted name='testPassPass(row 1)']
##teamcity[testFinished name='testPassPass(row 1)']
##teamcity[testStarted name='testPassPass(row 2)']
##teamcity[testFinished name='testPassPass(row 2)']
##teamcity[testStarted name='testPassSkip(row 1)']
##teamcity[testFinished name='testPassSkip(row 1)']
##teamcity[testIgnored name='testPassSkip(row 2)' message='Skipping |[Loc: tst_counting.cpp(110)|]']
##teamcity[testStarted name='testPassFail(row 1)']
##teamcity[testFinished name='testPassFail(row 1)']
##teamcity[testStarted name='testPassFail(row 2)']
##teamcity[testFailed name='testPassFail(row 2)' message='Failure! |[Loc: tst_counting.cpp(107)|]' details='|'false|' returned FALSE. ()']
##teamcity[testFinished name='testPassFail(row 2)']
##teamcity[testIgnored name='testSkipPass(row 1)' message='Skipping |[Loc: tst_counting.cpp(110)|]']
##teamcity[testStarted name='testSkipPass(row 2)']
##teamcity[testFinished name='testSkipPass(row 2)']
##teamcity[testIgnored name='testSkipSkip(row 1)' message='Skipping |[Loc: tst_counting.cpp(110)|]']
##teamcity[testIgnored name='testSkipSkip(row 2)' message='Skipping |[Loc: tst_counting.cpp(110)|]']
##teamcity[testIgnored name='testSkipFail(row 1)' message='Skipping |[Loc: tst_counting.cpp(110)|]']
##teamcity[testStarted name='testSkipFail(row 2)']
##teamcity[testFailed name='testSkipFail(row 2)' message='Failure! |[Loc: tst_counting.cpp(107)|]' details='|'false|' returned FALSE. ()']
##teamcity[testFinished name='testSkipFail(row 2)']
##teamcity[testStarted name='testFailPass(row 1)']
##teamcity[testFailed name='testFailPass(row 1)' message='Failure! |[Loc: tst_counting.cpp(107)|]' details='|'false|' returned FALSE. ()']
##teamcity[testFinished name='testFailPass(row 1)']
##teamcity[testStarted name='testFailPass(row 2)']
##teamcity[testFinished name='testFailPass(row 2)']
##teamcity[testStarted name='testFailSkip(row 1)']
##teamcity[testFailed name='testFailSkip(row 1)' message='Failure! |[Loc: tst_counting.cpp(107)|]' details='|'false|' returned FALSE. ()']
##teamcity[testFinished name='testFailSkip(row 1)']
##teamcity[testIgnored name='testFailSkip(row 2)' message='Skipping |[Loc: tst_counting.cpp(110)|]']
##teamcity[testStarted name='testFailFail(row 1)']
##teamcity[testFailed name='testFailFail(row 1)' message='Failure! |[Loc: tst_counting.cpp(107)|]' details='|'false|' returned FALSE. ()']
##teamcity[testFinished name='testFailFail(row 1)']
##teamcity[testStarted name='testFailFail(row 2)']
##teamcity[testFailed name='testFailFail(row 2)' message='Failure! |[Loc: tst_counting.cpp(107)|]' details='|'false|' returned FALSE. ()']
##teamcity[testFinished name='testFailFail(row 2)']
##teamcity[testStarted name='testFailInInit(before)']
##teamcity[testFinished name='testFailInInit(before)']
##teamcity[testStarted name='testFailInInit(fail)']
##teamcity[testFailed name='testFailInInit(fail)' message='Failure! |[Loc: tst_counting.cpp(226)|]' details='Fail in init()']
##teamcity[testFinished name='testFailInInit(fail)']
##teamcity[testStarted name='testFailInInit(after)']
##teamcity[testFinished name='testFailInInit(after)']
##teamcity[testStarted name='testFailInCleanup(before)']
##teamcity[testFinished name='testFailInCleanup(before)']
##teamcity[testStarted name='testFailInCleanup(fail)']
##teamcity[testFailed name='testFailInCleanup(fail)' message='Failure! |[Loc: tst_counting.cpp(234)|]' details='Fail in cleanup()']
##teamcity[testStdOut name='testFailInCleanup(fail)' out='QDEBUG: This test function should execute and then QFAIL in cleanup()']
##teamcity[testFinished name='testFailInCleanup(fail)']
##teamcity[testStarted name='testFailInCleanup(after)']
##teamcity[testFinished name='testFailInCleanup(after)']
##teamcity[testStarted name='testSkipInInit(before)']
##teamcity[testFinished name='testSkipInInit(before)']
##teamcity[testIgnored name='testSkipInInit(skip)' message='Skip in init() |[Loc: tst_counting.cpp(228)|]']
##teamcity[testStarted name='testSkipInInit(after)']
##teamcity[testFinished name='testSkipInInit(after)']
##teamcity[testStarted name='testSkipInCleanup(before)']
##teamcity[testFinished name='testSkipInCleanup(before)']
##teamcity[testIgnored name='testSkipInCleanup(skip)' message='Skip in cleanup() |[Loc: tst_counting.cpp(236)|]']
##teamcity[testStarted name='testSkipInCleanup(after)']
##teamcity[testStdOut name='testSkipInCleanup(after)' out='QDEBUG: This test function should execute and then QSKIP in cleanup()']
##teamcity[testFinished name='testSkipInCleanup(after)']
##teamcity[testStarted name='cleanupTestCase()']
##teamcity[testFinished name='cleanupTestCase()']
##teamcity[testSuiteFinished name='tst_Counting']