https://bugs.winehq.org/show_bug.cgi?id=46275
Bug ID: 46275 Summary: Some autocomplete tests fail on Win2k3 VM Product: Wine Version: 4.0-rc1 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: bunglehead@gmail.com Distribution: ---
Running on Win 2k3 testbot VM shows some test failures:
autocomplete.c:600: Test failed: Expected (null), got L"aa" autocomplete.c:608: Test failed: Expected (null), got L"http://abc.aa.com" autocomplete.c:623: Test failed: Expected (null), got L"http://www.add" autocomplete.c:636: Test failed: Expected (null), got L"https://hta" autocomplete.c:653: Test failed: Expected (null), got L"http://abc.aa.com" autocomplete.c:660: Test failed: AutoComplete DropDown not visible autocomplete.c:660: Test failed: AutoComplete DropDown not visible autocomplete.c:660: Test failed: Expected L"http://a0", got (null) autocomplete.c:660: Test failed: AutoComplete DropDown not visible autocomplete.c:660: Test failed: Expected L"http://abc.aa.com", got (null) autocomplete.c:660: Test failed: AutoComplete DropDown not visible autocomplete.c:666: Test failed: Expected (null), got L"ftp://abc" 0d08:autocomplete: 132 tests executed (0 marked as todo, 12 failures), 0 skipped.
This was introduced recently with this:
commit 8a8bab3ac8d9692624f0b71d99bef770acf5b09a Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Wed Nov 28 18:27:48 2018 +0200
shell32/tests: Add tests for ACO_FILTERPREFIXES.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org