Bug 155140 - js/promises-tests/promises-tests-2-3-3.html is flaky on Mac
Summary: js/promises-tests/promises-tests-2-3-3.html is flaky on Mac
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-07 15:09 PST by Ryan Haddad
Modified: 2016-03-07 16:02 PST (History)
5 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-03-07 15:09:09 PST
js/promises-tests/promises-tests-2-3-3.html is flaky on Mac

Most recent failing run:
<https://build.webkit.org/results/Apple%20Yosemite%20Debug%20WK1%20(Tests)/r197704%20(11347)/js/promises-tests/promises-tests-2-3-3-diff.txt>

Flakiness dashboard:
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=js%2Fpromises-tests%2Fpromises-tests-2-3-3.html>

--- /Volumes/Data/slave/yosemite-debug-tests-wk1/build/layout-test-results/js/promises-tests/promises-tests-2-3-3-expected.txt
+++ /Volumes/Data/slave/yosemite-debug-tests-wk1/build/layout-test-results/js/promises-tests/promises-tests-2-3-3-actual.txt
@@ -2,7 +2,7 @@
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
-PASS 2.3.3: Otherwise, if `x` is an object or function, 2.3.3.1: Let `then` be `x.then` `x` is an object with null prototype via return from a fulfilled promise
+FAIL 2.3.3: Otherwise, if `x` is an object or function, 2.3.3.1: Let `then` be `x.then` `x` is an object with null prototype via return from a fulfilled promise timeout of 2000ms exceeded
 PASS 2.3.3: Otherwise, if `x` is an object or function, 2.3.3.1: Let `then` be `x.then` `x` is an object with null prototype via return from a rejected promise
 PASS 2.3.3: Otherwise, if `x` is an object or function, 2.3.3.1: Let `then` be `x.then` `x` is an object with normal Object.prototype via return from a fulfilled promise
 PASS 2.3.3: Otherwise, if `x` is an object or function, 2.3.3.1: Let `then` be `x.then` `x` is an object with normal Object.prototype via return from a rejected promise
Comment 1 Ryan Haddad 2016-03-07 15:17:35 PST
Marked as flaky in <http://trac.webkit.org/projects/webkit/changeset/197709>