[tools] testbot/reporttest: Update the "in child process" test lines.

Francois Gouget fgouget at codeweavers.com
Fri Feb 12 10:18:24 CST 2021


They should have a filename rather than just the unit name now, and one
unit name was wrong anyway.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

This brings the tests in line with the following patch:
tests: Trace the filename in winetest_wait_child_process().
https://www.winehq.org/pipermail/wine-devel/2021-February/180822.html

Note that the incorrect unit name did not have an impact on the test 
results because it turns out that neither dissect nor the TestBot know 
about the "failures in child process" lines.

 testbot/src/reporttest/report.template | 4 ++--
 testbot/src/reporttest/report.testwtbs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testbot/src/reporttest/report.template b/testbot/src/reporttest/report.template
index 60fa9befe..9b285337c 100644
--- a/testbot/src/reporttest/report.template
+++ b/testbot/src/reporttest/report.template
@@ -332,7 +332,7 @@ apphelp.c:41: Test succeeded inside todo block: Success in the child process
 apphelp.c:42: Test marked todo: Fixme in the child process
 apphelp.c:43: Tests skipped: Skipped in the child process
 4321:apphelp: 116 tests executed (1 marked as todo, 2 failures), 1 skipped.
-timer:44: 2 failures in child process
+apphelp.c:44: 2 failures in child process
 0c9c:apphelp: 116 tests executed (0 marked as todo, 3 failures), 0 skipped.
 apphelp:apphelp:0c9c done (3) in 0s
 
@@ -544,7 +544,7 @@ comctl32:taskdialog start dlls/comctl32/tests/taskdialog.c -
 ----- "in child process" line. See also comctl32:rebar.
 ----- Expected assessement: 1 failure
 1234:taskdialog: unhandled exception c0000005 at 0040167C
-taskdialog:33: unhandled exception c0000005 in child process 1234
+taskdialog.c:33: unhandled exception c0000005 in child process 1234
 07b0:taskdialog: 3 tests executed (0 marked as todo, 1 failures), 0 skipped.
 comctl32:taskdialog:07b0 done (1) in 0s
 
diff --git a/testbot/src/reporttest/report.testwtbs b/testbot/src/reporttest/report.testwtbs
index 208c014ef..aa78c9e2d 100644
--- a/testbot/src/reporttest/report.testwtbs
+++ b/testbot/src/reporttest/report.testwtbs
@@ -47,7 +47,7 @@ n 0 Do not cut syslink.c:40: Test failed: Something wrong
 n 0 Do not cut syslink.c:41: Test succeeded inside todo block: Something right!
 n 0 Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x0054376d).
 n 0 1234:taskdialog: unhandled exception c0000005 at 0040167C
-n 0 taskdialog:471: unhandled exception c0000005 in child process 1234
+n 0 taskdialog.c:471: unhandled exception c0000005 in child process 1234
 n 0 driver.c:40: Test failed: Something wrong
 n 0 driver.c:41: Test succeeded inside todo block: Something right!
 n 0 01bd:fontdlg: unhandled exception c0000005 at 00001111
-- 
2.20.1



More information about the wine-devel mailing list