[PATCH 0/1] MR4838: Draft: serialui:confdlg: Simple test failure.
From: Francois Gouget <fgouget(a)codeweavers.com> --- dlls/serialui/tests/confdlg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/serialui/tests/confdlg.c b/dlls/serialui/tests/confdlg.c index f695c9feeb9..6a466b17aaf 100644 --- a/dlls/serialui/tests/confdlg.c +++ b/dlls/serialui/tests/confdlg.c @@ -82,6 +82,7 @@ static void test_drvCommConfigDialogA(void) DWORD res; DWORD len; + ok(0, "WTBS A simple test failure\n"); /* test ports "com1" - "com4" */ for (i = 1; i < 5 ; i++) { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4838
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=141878 Your paranoid android. === w7u_2qxl (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w7u_adm (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w7u_el (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w8 (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w8adm (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w864 (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w1064v1507 (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w1064v1809 (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w1064_tsign (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w10pro64 (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w10pro64_en_AE_u8 (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w11pro64 (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w7pro64 (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w864 (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w1064v1507 (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w1064v1809 (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w1064_2qxl (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w1064_adm (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w1064_tsign (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w10pro64 (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w10pro64_ar (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w10pro64_ja (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w10pro64_zh_CN (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === w11pro64_amd (64 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === debian11 (32 bit report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === debian11 (32 bit ar:MA report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === debian11 (32 bit de report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === debian11 (32 bit fr report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === debian11 (32 bit he:IL report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === debian11 (32 bit hi:IN report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === debian11 (32 bit ja:JP report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === debian11 (32 bit zh:CN report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === debian11b (32 bit WoW report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure === debian11b (64 bit WoW report) === serialui: confdlg.c:85: Test failed: WTBS A simple test failure
This merge request was closed by Francois Gouget. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4838
participants (3)
-
Francois Gouget -
Francois Gouget (@fgouget) -
Marvin