Bug 58323

Summary: compositing/objects/composited-object-alignment.html causing failures in other tests since its introduction in r83518
Product: WebKit Reporter: Jessie Berlin <jberlin>
Component: Layout and RenderingAssignee: Chris Marrin <cmarrin>
Status: ASSIGNED    
Severity: Normal CC: ahmad.saleem792, aroben, cmarrin, jberlin, simon.fraser, tonikitoo, webkit.review.bot
Priority: P2 Keywords: InRadar, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=167537
Attachments:
Description Flags
Patch simon.fraser: review+, webkit.review.bot: commit-queue-

Jessie Berlin
Reported 2011-04-12 08:26:59 PDT
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r83519%20(11485)/compositing/overflow/ancestor-overflow-pretty-diff.html The error there is coming from the code in LayoutTests/compositing/objects/resources/composited-subframe.html, which is used by composited-object-alignment, and is a bit buggy: 1)It uses setTimeout without first calling layoutTestController.waitUntilDone. 2)It tries to call some nonexistent parent.testDone() function. 3)The platform-specific results are sitting in the cross-platform directory. This test should be disabled until it is fixed.
Attachments
Patch (65.53 KB, patch)
2011-04-12 10:45 PDT, Chris Marrin
simon.fraser: review+
webkit.review.bot: commit-queue-
Jessie Berlin
Comment 1 2011-04-12 08:36:36 PDT
Adam Roben (:aroben)
Comment 2 2011-04-12 09:29:43 PDT
Chris Marrin
Comment 3 2011-04-12 09:53:35 PDT
(In reply to comment #0) > http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r83519%20(11485)/compositing/overflow/ancestor-overflow-pretty-diff.html > > The error there is coming from the code in LayoutTests/compositing/objects/resources/composited-subframe.html, which is used by composited-object-alignment, and is a bit buggy: > 1)It uses setTimeout without first calling layoutTestController.waitUntilDone. > 2)It tries to call some nonexistent parent.testDone() function. This is cruft I failed to get rid of when changing the test to do a pixel test rather than printing the layer tree. I'll get rid of it. > 3)The platform-specific results are sitting in the cross-platform directory. The intent is for all the results to be cross-platform. I avoided text and borders and anything else that would cause differences in the pixel results.
Chris Marrin
Comment 4 2011-04-12 10:11:33 PDT
Looks like pixel results don't match up, at least not between WebKit and WebKit2. So I will just generate platform specific results for all cases
Chris Marrin
Comment 5 2011-04-12 10:45:11 PDT
Simon Fraser (smfr)
Comment 6 2011-04-12 10:46:21 PDT
Comment on attachment 89224 [details] Patch Looks like LayoutTests/platform/mac/compositing/objects/composited-object-alignment-expected.png has the wrong mime type.
WebKit Review Bot
Comment 7 2011-06-18 12:04:41 PDT
Comment on attachment 89224 [details] Patch Rejecting attachment 89224 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=ec2-cq-01', '--port..." exit_code: 2 Last 500 characters of output: annot stat `LayoutTests/compositing/objects/composited-object-alignment-expected.checksum': No such file or directory Failed to copy LayoutTests/compositing/objects/composited-object-alignment-expected.checksum LayoutTests/platform/mac/compositing/objects/composited-object-alignment-expected.checksum. at /mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply line 428. Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Simon Fraser', u'--for..." exit_code: 2 Full output: http://queues.webkit.org/results/8881917
Note You need to log in before you can comment on or make changes to this bug.