Bug 88024
Summary: | [Win] 4 css3 tests fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jessie Berlin <jberlin> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ahmad.saleem792, bfulgham, dino, Hironori.Fujii, jberlin, mitz, simon.fraser, thorton, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Windows 7 |
Jessie Berlin
Unfortunately, due to the state of the bots, I don't know when this started.
css3/unicode-bidi-isolate-basic.html
css3/filters/composited-during-animation-layertree.html
css3/filters/composited-during-animation.html
css3/filters/composited-during-transition-layertree.html
I am going to land expected (failing?) results for Windows to get the bots greener.
One example:
--- /home/buildbot/slave/win-release-tests/build/layout-test-results/css3/filters/composited-during-animation-layertree-expected.txt 2012-05-31 14:20:48.020605300 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/css3/filters/composited-during-animation-layertree-actual.txt 2012-05-31 14:20:48.019605200 -0700
@@ -2,4 +2,54 @@
+(GraphicsLayer
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (children 8
+ (GraphicsLayer
+ (position 18.00 18.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 202.00 18.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 132.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 202.00 132.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 246.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 202.00 246.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 18.00 360.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 202.00 360.00)
+ (bounds 160.00 90.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ )
+)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/11570794>
Simon Fraser (smfr)
I don't think filters are enabled on win, so maybe we should skip css3/filters
Dean Jackson
Filters are enabled on windows.
It looks like this isn't triggering compositing (or is doing something weird).
Dean Jackson
BTW - the css3/unicode-bidi-isolate-basic.html is likely nothing to do with filters.
Jessie Berlin
(In reply to comment #4)
> BTW - the css3/unicode-bidi-isolate-basic.html is likely nothing to do with filters.
Feel free to split it out into a separate bug :)
Jessie Berlin
Added expected (failing?) results in http://trac.webkit.org/changeset/119174
Adding Dan so he can look and see if the unicode results are expected. I could be convinced to do the splitting out if they are not, but I am trying to attack the larger problem of the world being red on Windows at the moment so any such splitting would have to wait.
Ahmad Saleem
(In reply to Jessie Berlin from comment #6)
> Added expected (failing?) results in http://trac.webkit.org/changeset/119174
>
> Adding Dan so he can look and see if the unicode results are expected. I
> could be convinced to do the splitting out if they are not, but I am trying
> to attack the larger problem of the world being red on Windows at the moment
> so any such splitting would have to wait.
These expectations were on 'AppleWin' port, do we have to keep it open for 'win-cairo'?
Fujii Hironori
AppleWin was removed.