From fb16a66b71250f83a9249a0a04064f56d70c9fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 29 Jul 2021 17:37:58 +0200 Subject: testlib: Report skipped tests in JUnit reporter as elements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Apache Ant and Surefire Maven specs document a element that can be used to signify skipped test, with a corresponding total skipped test attribute on the . The element includes an optional message attribute, documented in the Surefire spec, and in the Ant source code, but not yet documented in the reverse-engineered Ant spec: https://github.com/windyroad/JUnit-Schema/pull/11 Pick-to: 6.2 Task-number: QTBUG-95424 Change-Id: Ib6417a41b9c328836f4017e6ebf7f7e9cd91288d Reviewed-by: MÃ¥rten Nordheim --- tests/auto/testlib/selftests/expected_skipinit.junitxml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tests/auto/testlib/selftests/expected_skipinit.junitxml') diff --git a/tests/auto/testlib/selftests/expected_skipinit.junitxml b/tests/auto/testlib/selftests/expected_skipinit.junitxml index 803e5e2749..f7d2b5a124 100644 --- a/tests/auto/testlib/selftests/expected_skipinit.junitxml +++ b/tests/auto/testlib/selftests/expected_skipinit.junitxml @@ -1,16 +1,14 @@ - + - + - - - + -- cgit v1.2.3