Bug 139977
| Summary: | Two fast/encoding/utf-16 tests failed with off-by-one text size differences | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | Tools / Tests | Assignee: | Myles C. Maxfield <mmaxfield> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | mmaxfield |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=139982 | ||
| Bug Depends on: | |||
| Bug Blocks: | 139968 | ||
Alexey Proskuryakov
fast/encoding/utf-16-big-endian.html and fast/encoding/utf-16-little-endian.html just failed for the first time with small text size differences:
https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK2%20(Tests)/builds/1599
Looks like they became flaky after enabling kerning. Perhaps running the tests in the same order as in this run will make this reproducible.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
http://trac.webkit.org/changeset/178573 fixed it.