https://bugs.winehq.org/show_bug.cgi?id=53186
Bug ID: 53186 Summary: user32:menu - test_menu_iteminfo() fails randomly when inserting an invalid submenu in Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
user32:menu - test_menu_iteminfo() fails randomly when inserting an invalid submenu in Windows:
menu.c:1383: ANSI tests: string 0081FDB0 hbm 38050FB3 txt 0081FD60 menu.c:1566: Test failed: InsertMenuItem should have failed. menu.c:1383: Unicode tests: string 0081FDB0 hbm 38050FB3 txt 0081FD8C menu.c:1566: Test failed: InsertMenuItem should have failed.
https://test.winehq.org/data/patterns.html#user32:menu
Most of the time both the ANSI and Unicode tests fail together (~7.7% fail rate) but there are two instances where only the ANSI test failed (~0.6%).
This impacts Windows 10 1809 to 21H2.
https://bugs.winehq.org/show_bug.cgi?id=53186
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase