On Tuesday 28 August 2007, Adam Roben wrote:
On Aug 27, 2007, at 11:35 PM, oliver@webkit.org wrote:
Modified: trunk/LayoutTests/ChangeLog (25268 => 25269) --- trunk/LayoutTests/ChangeLog 2007-08-28 05:59:26 UTC (rev 25268) +++ trunk/LayoutTests/ChangeLog 2007-08-28 06:35:23 UTC (rev 25269) @@ -1,5 +1,16 @@ 2007-08-27 Oliver Hunt <oliver@apple.com>
+ Reviewed by NOBODY (layout test result fix). + + Output of layoutTestController.dumpChildFramesAsText changes in non-relevant way + when running this test on its own vs. running as part of the full suite. + + Correcting test result for the output produced while running the full suite.
Yikes! I wonder why this happens? I hate that we have all these tests that have differing results depending on which other tests have been run.
-Adam
Interestingly enough, this patch fixes exactly this issue for the Qt port: http://bugs.webkit.org/show_bug.cgi?id=14842 However, I based the fix off of what the Windows DRT does for testing. Must be multiple bugs where this is happening... Cheers, Adam