Bug 49945
Summary: | svg/custom/clip-path-referencing-use2.svg spews a console message into the next test when run with Aero enabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bfulgham, jberlin, krit, mdelaney7, zimmermann |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, PlatformOnly |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 | ||
URL: | http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r72569%20(6747)/svg/custom/clip-path-referencing-use-pretty-diff.html |
Adam Roben (:aroben)
svg/custom/clip-path-referencing-use.html fails on the Windows 7 Release bots. See the URL for the diff. The Windows XP Debug bots are not seeing this failure.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/8695286>
Adam Roben (:aroben)
It's easy to reproduce this:
run-webkit-tests svg/custom/clip-path-referencing-use2.svg svg/custom/clip-path-referencing-use.svg
It looks like turning off Aero fixes the bug, which explains why the test passes on XP.
Adam Roben (:aroben)
(In reply to comment #2)
> It looks like turning off Aero fixes the bug, which explains why the test passes on XP.
Based on this, I'll bet we could get it to fail on XP, too, if we moved the DRT window onscreen.
Adam Roben (:aroben)
(In reply to comment #3)
> (In reply to comment #2)
> > It looks like turning off Aero fixes the bug, which explains why the test passes on XP.
>
> Based on this, I'll bet we could get it to fail on XP, too, if we moved the DRT window onscreen.
Indeed!
Adam Roben (:aroben)
*** Bug 50463 has been marked as a duplicate of this bug. ***
Jessie Berlin
I committed the failing results for Windows 7 (and the Mac results for Win XP) in
http://trac.webkit.org/changeset/73277
Adam Roben (:aroben)
It looks like this test is passing on apple-windows-5 but failing on apple-windows-6:
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73355%20(7143)/svg/custom/clip-path-referencing-use-pretty-diff.html
Adam Roben (:aroben)
(In reply to comment #7)
> It looks like this test is passing on apple-windows-5 but failing on apple-windows-6:
>
> http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73355%20(7143)/svg/custom/clip-path-referencing-use-pretty-diff.html
Because of this, I added this test to the Skipped file in r73520.
Adam Roben (:aroben)
Note that svg/custom/clip-path-referencing-use2.svg is the culprit here. It's spewing a console message into the next test.
Adam Roben (:aroben)
(In reply to comment #9)
> Note that svg/custom/clip-path-referencing-use2.svg is the culprit here. It's spewing a console message into the next test.
...so I changed the Skipped file to skip that test in r73538.
Dirk Schulze
*** This bug has been marked as a duplicate of bug 129574 ***
Brent Fulgham
This test was removed in <http://trac.webkit.org/changeset/164592>, and is no longer an issue.