https://bugs.winehq.org/show_bug.cgi?id=33720
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression URL| |http://test.winehq.org/data | |/tests/user32:menu.html Regression SHA1| |b34868dffa0df144ea9d6e1586a | |67cff70ae9c4e
--- Comment #1 from François Gouget fgouget@codeweavers.com --- These test failures are still present and impact Vista, Windows 7 and Windows 8/8.1 (e.g. my Acer laptop) systems. See:
http://test.winehq.org/data/tests/user32:menu.html
The commit that introduced this test is:
commit b34868dffa0df144ea9d6e1586a67cff70ae9c4e Author: Rein Klazes wijn@wanadoo.nl Date: Tue Jan 3 13:23:28 2006 +0100
user32: Separate menu bitmaps and strings. Store bitmaps and bitmaps always in separate fields in the internal menu structure. Get rid of a lot of assumptions in the code that the menu can have strings only when it is not some other type and that bitmaps come in two flavors. Add a lot of conformance tests, including some submitted by Jason Edmeades.