Bug 177936 - [GTK] Several tests failing since r222843
Summary: [GTK] Several tests failing since r222843
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-05 05:49 PDT by Miguel Gomez
Modified: 2019-01-10 06:09 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2017-10-05 05:49:16 PDT
Some of them could be rebaselines, but I'm not sure.

fast/text/emoji-gender-2.html [ ImageOnlyFailure ]
fast/text/emoji-gender.html [ ImageOnlyFailure ]
fast/text/all-small-caps-whitespace.html [ ImageOnlyFailure ]
editing/selection/caret-bidi-first-and-last-letters.html [ Failure ]
editing/selection/extend-to-line-boundary.html [ Failure ]
editing/selection/select-bidi-run.html [ Failure ]
fast/text/regional-indicator-symobls.html [ Failure ]
fast/text/selection-in-initial-advance-region.html [ Failure ]
imported/blink/editing/selection/offset-from-point-complex-scripts.html [ Failure ]
Comment 1 Carlos Garcia Campos 2017-10-05 06:17:33 PDT
I'm aware of these. In the case of emoji, our font doesn't support several of the combinations with the gender, so they were passing because the test and ref were rendering he same wrong thing, not because they actually worked. For the other I want to try with the patch attached to bug #177601
Comment 2 Michael Catanzaro 2017-11-20 16:11:23 PST
These ones are fixed by r224015:

editing/selection/caret-bidi-first-and-last-letters.html
editing/selection/extend-to-line-boundary.html

The others are still failing.
Comment 3 Michael Catanzaro 2017-11-20 16:15:47 PST
Actually editing/selection/select-bidi-run.html was fixed by r224223, as Carlos had hoped. So 1/3 of the original nine failures are now fixed. Remaining six failures:

webkit.org/b/177936 fast/text/emoji-gender-2.html [ ImageOnlyFailure ]
webkit.org/b/177936 fast/text/emoji-gender.html [ ImageOnlyFailure ]
webkit.org/b/177936 fast/text/all-small-caps-whitespace.html [ ImageOnlyFailure ]
webkit.org/b/177936 fast/text/regional-indicator-symobls.html [ Failure ]
webkit.org/b/177936 fast/text/selection-in-initial-advance-region.html [ Failure ]
webkit.org/b/177936 imported/blink/editing/selection/offset-from-point-complex-scripts.html [ Failure ]
Comment 4 Miguel Gomez 2019-01-10 06:09:58 PST
fast/text/emoji-gender-2.html passing since r238848
fast/text/emoji-gender.html passing since r239436

updating expectations