Bug 154297 - Layout Test fast/events/keydown-1.html is flaky on mac-wk1 debug
Summary: Layout Test fast/events/keydown-1.html is flaky on mac-wk1 debug
Status: RESOLVED DUPLICATE of bug 207785
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-16 11:11 PST by Ryan Haddad
Modified: 2020-02-14 23:01 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-02-16 11:11:34 PST
Layout Test fast/events/keydown-1.html is flaky on mac-wk1

Most recent failing run:
<https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r196640%20(2919)/results.html>

Flakiness dashboard:
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fevents%2Fkeydown-1.html>

--- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/fast/events/keydown-1-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/fast/events/keydown-1-actual.txt
@@ -3,4 +3,5 @@
 
 keydown in subframe: [object KeyboardEvent]
 keydown in subframe: [object KeyboardEvent]
-This sentence should not end with a period
+keydown in mainframe: [object KeyboardEvent]
+
Comment 1 Alexey Proskuryakov 2016-02-17 09:48:57 PST
I could reproduce under heavy CPU load, running 40 parallel processes on a MacBook Pro:

run-webkit-tests fast/events/keydown-1.html --repeat 1000 -v --no-build -1 -f --child-processes=40 --no-show
Comment 2 Alexey Proskuryakov 2020-02-14 23:01:56 PST
Speculative fix in bug 207785.

*** This bug has been marked as a duplicate of bug 207785 ***