Francois Gouget : testbot/reporttest: Add a test for winedbg's unhandled exception lines.

Alexandre Julliard julliard at winehq.org
Wed Feb 10 15:32:34 CST 2021


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Feb 10 02:15:00 2021 +0100

testbot/reporttest: Add a test for winedbg's unhandled exception lines.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/testbot/src/reporttest/report.template b/testbot/src/reporttest/report.template
index 14d2cf6..8ff6e14 100644
--- a/testbot/src/reporttest/report.template
+++ b/testbot/src/reporttest/report.template
@@ -314,7 +314,7 @@ advpack:files:0880 done (3) in 0s
 
 advpack:install start dlls/advpack/tests/install.c -
 ----- WTBS Simple test crash
------ A test unit with a crash
+----- 1/2: A test unit with a wine/test.h "unhandled exception" line
 ----- Expected assessement: Crash
 07b0:install: unhandled exception c0000005 at 0040167C
 advpack:install:07b0 done (-1073741819) in 0s
@@ -515,7 +515,12 @@ Do not cut 07b0:syslink: 2251 tests executed (1 marked as todo, 2 failures), 1 s
 me off
 comctl32:syslink:07b0 done (2) in 0s
 
-stub comctl32:tab
+comctl32:tab start dlls/comctl32/tests/tab.c -
+----- WTBS Simple test crash
+----- 2/2: A test unit with a winedbg "unhandled exception" line
+----- Expected assessement: Crash
+Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x0054376d).
+comctl32:tab:07b0 done (-1073741819) in 0s
 
 stub comctl32:taskdialog
 
diff --git a/testbot/src/reporttest/report.testwtbs b/testbot/src/reporttest/report.testwtbs
index 49ef2c0..b444b69 100644
--- a/testbot/src/reporttest/report.testwtbs
+++ b/testbot/src/reporttest/report.testwtbs
@@ -13,7 +13,7 @@ with:
 
 
 ----- TestWTBS -----
-p tests.TestFailures 40
+p tests.TestFailures 41
 
 p build.HasTask 0
 a wine.log.GrepV ^Applying patch
@@ -41,6 +41,7 @@ n 0 1234:rebar: unhandled exception c0000005 at 0040167C
 n 0 1234:subclass: unhandled exception c0000005 at 0040167C
 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 driver.c:40: Test failed: Something wrong
 n 0 driver.c:41: Test succeeded inside todo block: Something right!
 




More information about the wine-cvs mailing list