[webkit-dev] [webkit-changes] [52980] trunk/LayoutTests
Nikolas Zimmermann
zimmermann at physik.rwth-aachen.de
Sat Jan 9 06:37:45 PST 2010
Am 08.01.2010 um 22:52 schrieb Alexey Proskuryakov:
>
> On 08.01.2010, at 12:28, Eric Seidel wrote:
>
>> A green bot running a few fewer tests is much more valuable
>> than a bot which is occasionally red but runs all the tests. WebKit
>> just needs to make an effort to drive our Skipped list to zero over
>> time and be less scared to use it to keep the bots green.
>
> I don't think we had a lot of success with this historically.
>
> Coming back to the specific issues at hand:
>
> 1. http/tests/uri/escaped-entity.html is disabled because it affects
> svg/W3C-SVG-1.1/filters-conv-01-f.svg
>
> The effect is slightly slightly different text rendering - kerning
> gets disabled in "Vertical blur" text. This is caused by trying to
> display a rare Unicode symbol in the former test, which magically
> affects another test much later.
>
> The way to resolve this for this is to make a standalone test case,
> file a bug, and then to remove the weird character from HTTP test
> output. It's not clear if this is a WebKit or CG bug.
>
> 2. svg/W3C-SVG-1.1/filters-conv-01-f.svg fails on Windows
>
> Closely related to the above. We probably have wrong results landed,
> in fact.
#1 should be fixed by Dan's patch at https://bugs.webkit.org/show_bug.cgi?id=33400
which seems to be the root of the filters-conv-01-f.svg problem on
Mac.
Cheers,
Niko
More information about the webkit-dev
mailing list