Bug 206704 - [Mac wk2 Release] fast/html/marquee-child-wrap.html flaky failing
Summary: [Mac wk2 Release] fast/html/marquee-child-wrap.html flaky failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Truitt Savell
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-23 15:01 PST by Jason Lawrence
Modified: 2020-02-14 14:49 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2020-01-27 10:53 PST, Truitt Savell
no flags Details | Formatted Diff | Diff
Patch (1.50 KB, patch)
2020-01-27 11:21 PST, Truitt Savell
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Radar WebKit Bug Importer 2020-01-23 15:02:14 PST
<rdar://problem/58850010>
Comment 2 Alexey Proskuryakov 2020-01-26 12:28:42 PST
Looks like a bad test, should be easily fixable by adding a large scrolldelay.
Comment 3 Truitt Savell 2020-01-27 10:53:04 PST
Created attachment 388873 [details]
Patch
Comment 4 Jonathan Bedard 2020-01-27 11:08:30 PST
Comment on attachment 388873 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=388873&action=review

> LayoutTests/fast/html/marquee-child-wrap.html:2
> +<marquee style="border:2px solid green"><span>Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text</span> scrolldelay="10">scrolldelay = 10</marquee>

I would expect this to be in the <marquee> tag like so:

<marquee style="border:2px solid green" scrolldelay="10">
Comment 5 Truitt Savell 2020-01-27 11:21:24 PST
Created attachment 388876 [details]
Patch
Comment 6 Truitt Savell 2020-01-27 11:22:02 PST
(In reply to Truitt Savell from comment #5)
> Created attachment 388876 [details]
> Patch

(In reply to Jonathan Bedard from comment #4)
> Comment on attachment 388873 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=388873&action=review
> 
> > LayoutTests/fast/html/marquee-child-wrap.html:2
> > +<marquee style="border:2px solid green"><span>Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text</span> scrolldelay="10">scrolldelay = 10</marquee>
> 
> I would expect this to be in the <marquee> tag like so:
> 
> <marquee style="border:2px solid green" scrolldelay="10">

Made this change and upped the delay. Test passed locally.
Comment 7 Alexey Proskuryakov 2020-01-27 13:03:36 PST
Comment on attachment 388876 [details]
Patch

Why not make it outrageously high, e.g. 10 minutes?
Comment 8 WebKit Commit Bot 2020-01-27 14:36:05 PST
The commit-queue encountered the following flaky tests while processing attachment 388876 [details]:

editing/spelling/spellcheck-async-remove-frame.html bug 158401 (authors: morrita@google.com, rniwa@webkit.org, and tony@chromium.org)
The commit-queue is continuing to process your patch.
Comment 9 WebKit Commit Bot 2020-01-27 14:36:27 PST
The commit-queue encountered the following flaky tests while processing attachment 388876 [details]:

editing/spelling/spellcheck-attribute.html bug 206178 (authors: g.czajkowski@samsung.com, mark.lam@apple.com, and rniwa@webkit.org)
The commit-queue is continuing to process your patch.
Comment 10 WebKit Commit Bot 2020-01-27 15:05:16 PST
The commit-queue encountered the following flaky tests while processing attachment 388876 [details]:

editing/spelling/spellcheck-async-remove-frame.html bug 158401 (authors: morrita@google.com, rniwa@webkit.org, and tony@chromium.org)
The commit-queue is continuing to process your patch.
Comment 11 WebKit Commit Bot 2020-01-27 15:05:47 PST
Comment on attachment 388876 [details]
Patch

Clearing flags on attachment: 388876

Committed r255181: <https://trac.webkit.org/changeset/255181>
Comment 12 WebKit Commit Bot 2020-01-27 15:05:48 PST
All reviewed patches have been landed.  Closing bug.