New issue
Advanced search Search tips

Issue 791908 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Dec 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug

Blocking:
issue 514674



Sign in to add a comment

DevTools debugger-async and debugger-pause tests failing 100% of the time on linux_chromium_rel_ng

Project Member Reported by kbr@chromium.org, Dec 5 2017

Issue description

https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_chromium_rel_ng/?limit=200

Every build that runs webkit_layout_tests, for example this one:
https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_chromium_rel_ng/602034

is failing these three layout tests:
* http/tests/devtools/sources/debugger-async/async-await/async-pause-on-exception.js
* http/tests/devtools/sources/debugger-pause/debugger-pause-on-exception.js
* http/tests/devtools/sources/debugger-pause/debugger-pause-on-promise-rejection.js
 
Looking at the layout test results:
https://storage.googleapis.com/chromium-layout-test-archives/linux_chromium_rel_ng/602034/layout-test-results/results.html

they seem to be failing just because there's additional whitespace in the results:

--------------
--- /b/s/w/ioeOqrpK/layout-test-results/http/tests/devtools/sources/debugger-async/async-await/async-pause-on-exception-expected.txt
+++ /b/s/w/ioeOqrpK/layout-test-results/http/tests/devtools/sources/debugger-async/async-await/async-pause-on-exception-actual.txt
@@ -9,6 +9,7 @@
     <... skipped remaining frames ...>
 Paused on promise rejectionError: uncaught
 
+
 === Pausing on all exceptions ===
 Set timer for test function.
 Call stack:
@@ -17,6 +18,7 @@
     0) scheduleTestFunction <omitted>
     <... skipped remaining frames ...>
 Paused on promise rejectionError: caught
+
 Call stack:
     0) testFunction (async-pause-on-exception.js:41)
     [setTimeout]
@@ -24,3 +26,4 @@
     <... skipped remaining frames ...>
 Paused on promise rejectionError: uncaught
 
+
------------------

This is blocking patches from landing through the CQ. Please triage this immediately.

 
Screen Shot 2017-12-04 at 11.35.35 PM.png
834 KB View Download

Comment 1 by kbr@chromium.org, Dec 5 2017

Summary: DevTools debugger-async and debugger-pause tests failing 100% of the time on linux_chromium_rel_ng (was: DevTools debugger-async and debugger-pause failing 100% of the time on linux_chromium_rel_ng)
Cc: aboxhall@chromium.org
Status: Fixed (was: Untriaged)
https://crrev.com/c/807336 seems to have fixed this.

Comment 3 by kbr@chromium.org, Dec 6 2017

Blocking: 514674
Status: WontFix (was: Fixed)
Since no code change was related to this bug, calling it WontFix instead.

Sign in to add a comment