Bug 207785 - [ Mac wk2 ] fast/events/keydown-1.html is flaky failing.
Summary: [ Mac wk2 ] fast/events/keydown-1.html is flaky failing.
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac macOS 10.15
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
: 154297 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-02-14 13:15 PST by Jason Lawrence
Modified: 2020-02-16 17:55 PST (History)
7 users (show)

See Also:


Attachments
proposed patch (3.49 KB, patch)
2020-02-14 23:00 PST, Alexey Proskuryakov
wenson_hsieh: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Lawrence 2020-02-14 13:15:26 PST
fast/events/keydown-1.htm

Description:
This test is flaky failing occasionally in Mac wk2. The oldest diff that I can load, r254940, is the same. There are other flaky failures before that that are likely the same. 


History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fevents%2Fkeydown-1.html&platform=mac&limit=50000&style=release&flavor=wk2

Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/fast/events/keydown-1-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/fast/events/keydown-1-actual.txt
@@ -3,4 +3,4 @@
 
 keydown in subframe: [object KeyboardEvent]
 keydown in subframe: [object KeyboardEvent]
-This sentence should not end with a period
+
Comment 1 Radar WebKit Bug Importer 2020-02-14 13:15:44 PST
<rdar://problem/59469424>
Comment 2 Jason Lawrence 2020-02-14 13:30:52 PST
I have marked this test as failing while this issue is investigated.
https://trac.webkit.org/changeset/256639/webkit
Comment 3 Alexey Proskuryakov 2020-02-14 23:00:32 PST
Created attachment 390857 [details]
proposed patch
Comment 4 Alexey Proskuryakov 2020-02-14 23:01:18 PST
We had an older bug for this (bug 154297), but this one has a radar associated with it, so posting the speculative fix here.
Comment 5 Alexey Proskuryakov 2020-02-14 23:01:56 PST
*** Bug 154297 has been marked as a duplicate of this bug. ***
Comment 6 zalan 2020-02-15 17:34:32 PST
Comment on attachment 390857 [details]
proposed patch

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

> LayoutTests/platform/mac-wk2/TestExpectations:-1043
> -<<<<<<< Updated upstream

Looks like some unresolved conflict.
Comment 7 Wenson Hsieh 2020-02-15 17:35:28 PST
Comment on attachment 390857 [details]
proposed patch

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

>> LayoutTests/platform/mac-wk2/TestExpectations:-1043
>> -<<<<<<< Updated upstream
> 
> Looks like some unresolved conflict.

It seems this was landed by accident in r256656; this patch is fixing it.
Comment 8 zalan 2020-02-15 17:37:34 PST
(In reply to Wenson Hsieh from comment #7)
> Comment on attachment 390857 [details]
> proposed patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=390857&action=review
> 
> >> LayoutTests/platform/mac-wk2/TestExpectations:-1043
> >> -<<<<<<< Updated upstream
> > 
> > Looks like some unresolved conflict.
> 
> It seems this was landed by accident in r256656; this patch is fixing it.

thanks greyscale mode. :(
Comment 9 WebKit Commit Bot 2020-02-16 16:58:33 PST
Comment on attachment 390857 [details]
proposed patch

Rejecting attachment 390857 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'apply-attachment', '--no-update', '--non-interactive', 390857, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Logging in as commit-queue@webkit.org...
Fetching: https://bugs.webkit.org/attachment.cgi?id=390857&action=edit
Fetching: https://bugs.webkit.org/show_bug.cgi?id=207785&ctype=xml&excludefield=attachmentdata
Processing 1 patch from 1 bug.
Processing patch 390857 from bug 207785.
Fetching: https://bugs.webkit.org/attachment.cgi?id=390857
Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Wenson Hsieh']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Parsed 4 diffs from patch file(s).
patching file LayoutTests/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file LayoutTests/fast/events/keydown-1.html
patching file LayoutTests/platform/mac-wk1/TestExpectations
patching file LayoutTests/platform/mac-wk2/TestExpectations
Hunk #1 FAILED at 1038.
1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/platform/mac-wk2/TestExpectations.rej

Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Wenson Hsieh']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Full output: https://webkit-queues.webkit.org/results/13323639
Comment 10 Alexey Proskuryakov 2020-02-16 17:55:16 PST
Committed r256717.

Dean already removed the markers, but he resolved the conflict in the wrong direction, so follow-up was still needed.