summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_assert.junitxml
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-03 12:50:26 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-10 18:06:36 +0200
commit308280e7a9277334c2fd3480c3ddc4971d85b920 (patch)
treeabc98a9ee918b715521c4697dbd5d6072f75b85c /tests/auto/testlib/selftests/expected_assert.junitxml
parentf6c7eb5f0f59f183d327b732a088646f972805d7 (diff)
testlib: Move stdout/stderr reporting into individual <testcase> elements
The original Ant JUnit reporter only writes <system-err> and <system-out> to the <testsuite>, but more modern reporters such as Maven Surefire scopes output to each individual <testcase>. This is also handled by both the Jenkins JUnit and xUnit plugins, e.g.: https://github.com/jenkinsci/junit-plugin/commit/145eb5c98 Pick-to: 6.2 Change-Id: I20c87276004a4e0910fc18e05e6ffa0f5e5a7b7c Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_assert.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_assert.junitxml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/expected_assert.junitxml b/tests/auto/testlib/selftests/expected_assert.junitxml
index b000a0decc..e97f123d5b 100644
--- a/tests/auto/testlib/selftests/expected_assert.junitxml
+++ b/tests/auto/testlib/selftests/expected_assert.junitxml
@@ -10,6 +10,4 @@
<testcase name="testNumber2" classname="tst_Assert" time="@TEST_DURATION@">
<error type="qfatal" message="ASSERT: &quot;false&quot; in file qtbase/tests/auto/testlib/selftests/assert/tst_assert.cpp, line 0"/>
</testcase>
- <system-out/>
- <system-err/>
</testsuite>