[tools] testbot/reporttest: Remove a left-over xmllite:writer stub.

Francois Gouget fgouget at codeweavers.com
Fri Feb 5 09:07:00 CST 2021


xmllite:writer is used to test misplaced failed lines and should thus
not appear as a stub too.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/src/reporttest/report.template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testbot/src/reporttest/report.template b/testbot/src/reporttest/report.template
index 00b6c2b35..eb9999e3e 100644
--- a/testbot/src/reporttest/report.template
+++ b/testbot/src/reporttest/report.template
@@ -1049,7 +1049,6 @@ stub wsnmp32:wsnmp
 stub wtsapi32:wtsapi
 stub xcopy.exe:xcopy
 stub xmllite:reader
-stub xmllite:writer
 
 xmllite:writer start dlls/xmllite/tests/writer.c -
 ----- A unit test with a misplaced test failed line
@@ -1058,4 +1057,4 @@ See the similar scenario before but note the lack of the extra test summary line
 here. Also beware of the end-of-file.
 037c:writer: 1930 tests executed (0 marked as todo, 0 failures), 0 skipped.
 xmllite:writer:037c done (0) in 11s
-writer.c:20: Test failed: A failure in the subprocess
+writer.c:20: Test failed: A delayed failure, typically in a subprocess
-- 
2.20.1



More information about the wine-devel mailing list