[Tools 3/6] testbot/reporttest: Merge the garbled test message tests.

Francois Gouget fgouget at codeweavers.com
Tue Apr 18 02:31:32 CDT 2017


Extend it to all types of test messages.

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

diff --git a/testbot/src/reporttest/report.template b/testbot/src/reporttest/report.template
index 148456bc..fcb3e598 100644
--- a/testbot/src/reporttest/report.template
+++ b/testbot/src/reporttest/report.template
@@ -517,23 +517,23 @@ subclass: 2251 tests executed (0 marked as todo, 0 failures), 0 skipped.
 comctl32:subclass:07b0 done (1) in 0s
 
 comctl32:syslink start dlls/comctl32/tests/syslink.c -
------ A unit test with a garbled test failed line
------ Expected assessement: 1 failure
+----- A unit test with garbled test lines
+----- Expected assessement: 2 failures, 1 todo, 1 skip
 Multi-threaded and multi-process tests should really try to avoid races in
 the report. But analysis tools should also try to be resilient.
 Do not cut syslink.c:40: Test failed: Something wrong
 me off
-07b0:syslink: 2251 tests executed (0 marked as todo, 1 failures), 0 skipped.
-comctl32:syslink:07b0 done (1) in 0s
-
-comctl32:tab start dlls/comctl32/tests/tab.c -
------ A unit test with a garbled test summary line
------ Expected assessement: Success
-See previous comment.
-Do not cut 07b0:tab: 2251 tests executed (0 marked as todo, 0 failures), 0 skipped.
+Do not cut syslink.c:41: Test succeeded inside todo block: Something right!
+me off
+Do not cut syslink.c:42: Test marked todo: Hello Wine!
+me off
+Do not cut syslink.c:43: Tests skipped: Another time
+me off
+Do not cut 07b0:syslink: 2251 tests executed (1 marked as todo, 2 failures), 1 skipped.
 me off
-comctl32:tab:07b0 done (0) in 0s
+comctl32:syslink:07b0 done (2) in 0s
 
+stub comctl32:tab
 stub comctl32:toolbar
 stub comctl32:tooltips
 stub comctl32:trackbar
-- 
2.11.0




More information about the wine-patches mailing list