Francois Gouget : testbot/reporttest: Update the "in child process" test lines.

Alexandre Julliard julliard at winehq.org
Mon Feb 15 16:01:14 CST 2021


Module: tools
Branch: master
Commit: 7db0a116d661d637ad299d1951300fe7115cd388
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=7db0a116d661d637ad299d1951300fe7115cd388

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Feb 12 17:18:24 2021 +0100

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

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>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 60fa9be..9b28533 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 208c014..aa78c9e 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




More information about the wine-cvs mailing list