Bug 155140

Summary: js/promises-tests/promises-tests-2-3-3.html is flaky on Mac
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, fpizlo, ggaren, msaboff, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Ryan Haddad
Reported 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
Attachments
Ryan Haddad
Comment 1 2016-03-07 15:17:35 PST
Note You need to log in before you can comment on or make changes to this bug.