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.
|
Deleted:
Screen Shot 2017-12-04 at 11.35.35 PM.png
834 KB
|
|
Screen Shot 2017-12-04 at 11.35.35 PM.png
834 KB
View
Download
|
|
Comment 1 by kbr@chromium.org
, Dec 5 2017