Re: user32/tests: show that windows avoids creating loops in a menu tree, probably by limiting the depth of such tree.
21 Jul
2009
21 Jul
'09
8:19 a.m.
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.
21 Jul
21 Jul
2:25 p.m.
New subject: user32/tests: show that windows avoids creating loops in a menu tree, probably by limiting the depth of such tree.
On Tue, 21 Jul 2009 09:19:02 +0200, you wrote:
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)" ?
Indeed, I must have been confused. Rein.
6078
Age (days ago)
6078
Last active (days ago)
1 comments
2 participants
participants (2)
-
Paul Vriens -
Rein Klazes