imported/wpt/html/webappapis/idle-callbacks/callback-foo.html LayoutTests failing on Debug builders |
|
Issue descriptionImported in r430168 Failing on all Debug builders (i.e. all platforms) Since https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Precise%20%28dbg%29/builds/903 https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.11%20%28dbg%29/builds/5736 https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win7%20%28dbg%29/builds/8003 Failures: imported/wpt/html/webappapis/idle-callbacks/callback-timeout.html imported/wpt/html/webappapis/idle-callbacks/callback-invoked.html imported/wpt/html/browsers/the-window-object/window-open-noopener.html imported/wpt/html/webappapis/idle-callbacks/callback-multiple-calls.html imported/wpt/html/webappapis/idle-callbacks/callback-exception.html imported/wpt/html/webappapis/idle-callbacks/callback-iframe.html They appear to timeout reliably Output like CONSOLE ERROR: line 1: Uncaught TypeError: this.checkValues is not a function CONSOLE ERROR: line 1: Uncaught TypeError: this.checkValues is not a function CONSOLE ERROR: line 1: Uncaught TypeError: this.checkValues is not a function This is a testharness.js-based test. Harness Error. harness_status.status = 2 , harness_status.message = null PASS window.open() with 'noopener' should not reuse existing target FAIL noopener needs to be present as a token on its own assert_equals: expected object "[object Window]" but got null FAIL noopener needs to be present as a token on its own again assert_equals: expected object "[object Window]" but got null PASS noopener needs to be present as a token on its own yet again TIMEOUT Trailing noopener should work Test timed out PASS Leading noopener should work PASS Interior noopener should work NOTRUN noopener window.open targeting _self NOTRUN noopener window.open targeting _parent NOTRUN noopener window.open targeting _top Harness: the test ran to completion.
,
Nov 7 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/817f8b49ade74a199d0c83d11a7befb89e1a0ba5 commit 817f8b49ade74a199d0c83d11a7befb89e1a0ba5 Author: tapted <tapted@chromium.org> Date: Mon Nov 07 01:07:49 2016 Mark w3c imported webappapis tests as Timeout everywhere. BUG=626703, 662765 TBR=qyearsley@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2483753002 Cr-Commit-Position: refs/heads/master@{#430205} [modify] https://crrev.com/817f8b49ade74a199d0c83d11a7befb89e1a0ba5/third_party/WebKit/LayoutTests/TestExpectations
,
Nov 7 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/474ffeb14d5b30ff925c15dfde05c7b49ea2572f commit 474ffeb14d5b30ff925c15dfde05c7b49ea2572f Author: tapted <tapted@chromium.org> Date: Mon Nov 07 04:55:34 2016 TestExpectations: Update imported/wpt/html/webappapis/idle-callbacks/callback-* These fail as well as timeout on Debug bots. BUG=626703, 662765 TBR=qyearsley@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2480153002 Cr-Commit-Position: refs/heads/master@{#430219} [modify] https://crrev.com/474ffeb14d5b30ff925c15dfde05c7b49ea2572f/third_party/WebKit/LayoutTests/TestExpectations |
|
►
Sign in to add a comment |
|
Comment 1 by tapted@chromium.org
, Nov 7 2016Status: Duplicate (was: Assigned)