user32/tests: show that windows avoids creating loops in a menu tree, probably by limiting the depth of such tree.

Paul Vriens paul.vriens.wine at gmail.com
Tue Jul 21 02:19:02 CDT 2009


Rein Klazes wrote:
> Show the problem with the application in bug report #12171.
> +todo_wine
> +    ok( !ret ||
> +            broken( 0), /* win98, NT */
> +            "ModifyMenu should have failed.\n");

Hi Rein,

We have a test failure on NT4 below after this patch. Shouldn't the 
"broken( 0)" be "broken( ret)" ?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list