Bug 50838
| Summary: | REGRESSION(73756) fast/encoding tests failing on Windows test bot | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brian Weinstein <bweinstein> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | abarth, ap, jberlin, jennb |
| Priority: | P1 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| URL: | http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73756%20(7307)/results.html | ||
Brian Weinstein
r73756 introduced some failures in fast/encoding tests on Windows.
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73756%20(7307)/results.html
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73756%20(7307)/fast/encoding/escaped-bracket-pretty-diff.html
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73756%20(7307)/fast/encoding/meta-in-script-pretty-diff.html
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73756%20(7307)/fast/encoding/meta-in-title-pretty-diff.html
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73756%20(7307)/fast/encoding/not-http-equiv-content-pretty-diff.html
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73756%20(7307)/fast/encoding/parser-tests-pretty-diff.html
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73756%20(7307)/fast/encoding/quotes-in-title-pretty-diff.html
and maybe:
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r73756%20(7307)/http/tests/misc/charset-sniffer-end-sniffing-pretty-diff.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Barth
jberlin probably knows more, but these look like the behavior we had before this patch. Is this code disabled somehow on Windows?
Jenn Braithwaite
Adam is right. Those are the tests that fail before my patch.
Brian Weinstein
It looks like they passed in the next run on Windows - it might have been a dependency error when building. We'll see what the debug tester does on its next run.
Brian Weinstein
It looks like they are passing on debug too - in the current run:
http://build.webkit.org/builders/Windows%20XP%20Debug%20%28Tests%29/builds/23380
Closing this bug out, it looks like it was an issue with the builder, not the change.