summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_maxwarnings.junitxml
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-03 13:58:17 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-10 18:06:36 +0200
commitca15cc0049c643d58875fd4eddfdae8e3b58c644 (patch)
treeab669d7a2917854377acc9af8fe59ef07b5e7b62 /tests/auto/testlib/selftests/expected_maxwarnings.junitxml
parent308280e7a9277334c2fd3480c3ddc4971d85b920 (diff)
testlib: Rename QAbstractTestLogger::QSystem to QCritical
It's used to handle qCritical() messages, and corresponds to QtMsgType's QtCriticalMsg, so change its name to reflect what it really is. In the process, reclassify the -maxwarnings overflow message as a warning, rather than a critical message. Pick-to: 6.2 Change-Id: I87626117a547ae4498d5dc352b93bd6db8bfb332 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_maxwarnings.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_maxwarnings.junitxml6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/testlib/selftests/expected_maxwarnings.junitxml b/tests/auto/testlib/selftests/expected_maxwarnings.junitxml
index 361b896974..739bed3b31 100644
--- a/tests/auto/testlib/selftests/expected_maxwarnings.junitxml
+++ b/tests/auto/testlib/selftests/expected_maxwarnings.junitxml
@@ -2008,10 +2008,7 @@
<!-- type="qwarn" message="1998" -->
<!-- type="qwarn" message="1999" -->
<!-- type="qwarn" message="2000" -->
- <!-- type="system" message="Maximum amount of warnings exceeded. Use &#x002D;maxwarnings to override." -->
- <system-out>
- <![CDATA[Maximum amount of warnings exceeded. Use -maxwarnings to override.]]>
- </system-out>
+ <!-- type="warn" message="Maximum amount of warnings exceeded. Use &#x002D;maxwarnings to override." -->
<system-err>
<![CDATA[0]]>
<![CDATA[1]]>
@@ -4014,6 +4011,7 @@
<![CDATA[1998]]>
<![CDATA[1999]]>
<![CDATA[2000]]>
+ <![CDATA[Maximum amount of warnings exceeded. Use -maxwarnings to override.]]>
</system-err>
</testcase>
<testcase name="cleanupTestCase" classname="MaxWarnings" time="@TEST_DURATION@"/>