summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_silent.teamcity
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-02 16:05:07 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-10 18:06:36 +0200
commitf6c7eb5f0f59f183d327b732a088646f972805d7 (patch)
tree6e349078a7c920e2a2f98a8bd85e70bfc6f10de3 /tests/auto/testlib/selftests/expected_silent.teamcity
parent825e4291cd44b82c0566e86e60bb77f434196a44 (diff)
testlib: Only generate expecations for silent test with plain logger
The -silent option to tests is only supported with the plain text logger, so we don't need to maintain expectation files for the others. Pick-to: 6.2 Change-Id: I0f42bfe90d82b7ce04f550c747d4a80e99621e74 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_silent.teamcity')
-rw-r--r--tests/auto/testlib/selftests/expected_silent.teamcity12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/testlib/selftests/expected_silent.teamcity b/tests/auto/testlib/selftests/expected_silent.teamcity
deleted file mode 100644
index a8b90b296a..0000000000
--- a/tests/auto/testlib/selftests/expected_silent.teamcity
+++ /dev/null
@@ -1,12 +0,0 @@
-##teamcity[testSuiteStarted name='tst_Silent' flowId='tst_Silent']
-##teamcity[testStarted name='fail()' flowId='tst_Silent']
-##teamcity[testFailed name='fail()' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/silent/tst_silent.cpp(0)|]' details='|'false|' returned FALSE. (This test should fail)' flowId='tst_Silent']
-##teamcity[testFinished name='fail()' flowId='tst_Silent']
-##teamcity[testStarted name='xpass()' flowId='tst_Silent']
-##teamcity[testFailed name='xpass()' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/silent/tst_silent.cpp(0)|]' details='|'true|' returned TRUE unexpectedly. (This test should XPASS)' flowId='tst_Silent']
-##teamcity[testFinished name='xpass()' flowId='tst_Silent']
-##teamcity[testStarted name='messages()' flowId='tst_Silent']
-##teamcity[testFailed name='messages()' message='Failure! |[Loc: qtbase/tests/auto/testlib/selftests/silent/tst_silent.cpp(0)|]' details='Received a fatal error.' flowId='tst_Silent']
-##teamcity[testStdOut name='messages()' out='QFATAL: This is a fatal error message that should still appear in silent test output' flowId='tst_Silent']
-##teamcity[testFinished name='messages()' flowId='tst_Silent']
-##teamcity[testSuiteFinished name='tst_Silent' flowId='tst_Silent']