Skip to content

[text-spacing-trim] Implement line-end logic

Community-TC Integration / wpt-webkitgtk_minibrowser-beta-testharness-2 succeeded Jan 15, 2024 in 54m 37s

Community-TC (push)

A subset of WPT's "testharness" tests (chunk number 2 of 16), run in the beta release of webkitgtk_minibrowser.

Details

View task in Taskcluster
View logs in Taskcluster

WPT Command: python3 ./wpt run --channel=beta --log-wptreport=../artifacts/wpt_report.json --log-wptscreenshot=../artifacts/wpt_screenshot.txt --no-fail-on-unexpected --this-chunk=2 --total-chunks=16 --test-type=testharness --log-mach-level=info --log-mach=- -y --no-pause --no-restart-on-unexpected --install-fonts --no-headless --verify-log-full --install-browser --processes=4 webkitgtk_minibrowser


  FAIL aborting the writable with a code should send that code - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL aborting the writable with a code and reason should use them - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL aborting the writable with a reason but no code should be ignored - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL aborting the writable with an invalid code should be ignored - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL aborting the writable with an invalid reason should be ignored - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL aborting the writable with a DOMException should be ignored - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL canceling the readable should result in a clean close - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL canceling the readable with a code should send that code - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL canceling the readable with a code and reason should use them - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL canceling the readable with a reason but no code should be ignored - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL canceling the readable with an invalid code should be ignored - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL canceling the readable with an invalid reason should be ignored - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL canceling the readable with a DOMException should be ignored - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
/webvtt/parsing/file-parsing/tests/signature-bom.html
  TIMEOUT signature, bom - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/signature-bom.html
/webvtt/parsing/file-parsing/tests/stylesheets.html
  TIMEOUT stylesheets, rules - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/stylesheets.html
/webvtt/parsing/file-parsing/tests/timings-eof.html
  TIMEOUT timings, eof - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/timings-eof.html
/websockets/stream/tentative/constructor.any.serviceworker.html?wpt_flags=h2
  TIMEOUT /websockets/stream/tentative/constructor.any.serviceworker.html?wpt_flags=h2 - TestRunner hit external timeout (this may indicate a hang)
/webvtt/parsing/file-parsing/tests/timings-negative.html
  TIMEOUT timings, negative - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/timings-negative.html
/websockets/stream/tentative/constructor.any.worker.html?wpt_flags=h2
  TIMEOUT /websockets/stream/tentative/constructor.any.worker.html?wpt_flags=h2 - TestRunner hit external timeout (this may indicate a hang)
/websockets/stream/tentative/constructor.any.html?wss
  FAIL constructing with no URL should throw - assert_throws_js: constructor should throw function "() => new WebSocketStream()" threw object "ReferenceError: Can't find variable: WebSocketStream" ("ReferenceError") expected instance of function "function TypeError() {
    [native code]
}" ("TypeError")
@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:8:19
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:7:5
  FAIL constructing with an invalid URL should throw - assert_throws_dom: constructor should throw function "() => new WebSocketStream('invalid:')" threw object "ReferenceError: Can't find variable: WebSocketStream" that is not a DOMException SyntaxError: property "code" is equal to undefined, expected 12
@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:13:20
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:12:5
  FAIL constructing with invalid options should throw - assert_throws_js: constructor should throw function "() => new WebSocketStream(`${BASEURL}/`, true)" threw object "ReferenceError: Can't find variable: WebSocketStream" ("ReferenceError") expected instance of function "function TypeError() {
    [native code]
}" ("TypeError")
@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:18:19
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:17:5
  FAIL protocols should be required to be a list - assert_throws_js: constructor should throw function "() => new WebSocketStream(`${BASEURL}/`, {protocols: 'hi'})" threw object "ReferenceError: Can't find variable: WebSocketStream" ("ReferenceError") expected instance of function "function TypeError() {
    [native code]
}" ("TypeError")
@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:24:19
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:23:5
  FAIL constructing with a valid URL should work - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL setting a protocol in the constructor should work - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL connection failure should reject the promises - Can't find variable: WebSocketStream
@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:48:34
@http://web-platform.test:8000/resources/testharness.js:2604:30
@http://web-platform.test:8000/resources/testharness.js:738:40
Promise@[native code]
@http://web-platform.test:8000/resources/testharness.js:737:31
promiseReactionJob@[native code]
  FAIL wss.opened should resolve to the right types - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
/websockets/stream/tentative/backpressure-send.any.worker.html?wpt_flags=h2
  TIMEOUT /websockets/stream/tentative/backpressure-send.any.worker.html?wpt_flags=h2 - TestRunner hit external timeout (this may indicate a hang)
/websockets/stream/tentative/constructor.any.html?wpt_flags=h2
  TIMEOUT /websockets/stream/tentative/constructor.any.html?wpt_flags=h2 - TestRunner hit external timeout (this may indicate a hang)
/webvtt/parsing/file-parsing/tests/header-garbage.html
  TIMEOUT header, garbage - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/header-garbage.html
/websockets/stream/tentative/close.any.sharedworker.html?wpt_flags=h2
  TIMEOUT /websockets/stream/tentative/close.any.sharedworker.html?wpt_flags=h2 - TestRunner hit external timeout (this may indicate a hang)
/websockets/stream/tentative/constructor.any.worker.html?wss
  FAIL constructing with no URL should throw - assert_throws_js: constructor should throw function "() => new WebSocketStream()" threw object "ReferenceError: Can't find variable: WebSocketStream" ("ReferenceError") expected instance of function "function TypeError() {
    [native code]
}" ("TypeError")
@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:8:19
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:7:5
importScripts@[native code]
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.worker.js?wss:10:14
  FAIL constructing with an invalid URL should throw - assert_throws_dom: constructor should throw function "() => new WebSocketStream('invalid:')" threw object "ReferenceError: Can't find variable: WebSocketStream" that is not a DOMException SyntaxError: property "code" is equal to undefined, expected 12
@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:13:20
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:12:5
importScripts@[native code]
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.worker.js?wss:10:14
  FAIL constructing with invalid options should throw - assert_throws_js: constructor should throw function "() => new WebSocketStream(`${BASEURL}/`, true)" threw object "ReferenceError: Can't find variable: WebSocketStream" ("ReferenceError") expected instance of function "function TypeError() {
    [native code]
}" ("TypeError")
@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:18:19
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:17:5
importScripts@[native code]
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.worker.js?wss:10:14
  FAIL protocols should be required to be a list - assert_throws_js: constructor should throw function "() => new WebSocketStream(`${BASEURL}/`, {protocols: 'hi'})" threw object "ReferenceError: Can't find variable: WebSocketStream" ("ReferenceError") expected instance of function "function TypeError() {
    [native code]
}" ("TypeError")
@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:24:19
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:23:5
importScripts@[native code]
global code@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.worker.js?wss:10:14
  FAIL constructing with a valid URL should work - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL setting a protocol in the constructor should work - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
  FAIL connection failure should reject the promises - Can't find variable: WebSocketStream
@http://web-platform.test:8000/websockets/stream/tentative/constructor.any.js:48:34
@http://web-platform.test:8000/resources/testharness.js:2604:30
@http://web-platform.test:8000/resources/testharness.js:738:40
Promise@[native code]
@http://web-platform.test:8000/resources/testharness.js:737:31
promiseReactionJob@[native code]
  FAIL wss.opened should resolve to the right types - promise_test: Unhandled rejection with value: object "ReferenceError: Can't find variable: WebSocketStream"
promiseReactionJob@[native code]
/webvtt/api/historical.html
  FAIL TextTrack regions member must be nuked - assert_false: expected false got true
@http://web-platform.test:8000/webvtt/api/historical.html:22:17
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
@http://web-platform.test:8000/webvtt/api/historical.html:20:7
forEach@[native code]
global code@http://web-platform.test:8000/webvtt/api/historical.html:17:10
  FAIL TextTrack addRegion member must be nuked - assert_false: expected false got true
@http://web-platform.test:8000/webvtt/api/historical.html:22:17
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
@http://web-platform.test:8000/webvtt/api/historical.html:20:7
forEach@[native code]
global code@http://web-platform.test:8000/webvtt/api/historical.html:17:10
  FAIL TextTrack removeRegion member must be nuked - assert_false: expected false got true
@http://web-platform.test:8000/webvtt/api/historical.html:22:17
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
@http://web-platform.test:8000/webvtt/api/historical.html:20:7
forEach@[native code]
global code@http://web-platform.test:8000/webvtt/api/historical.html:17:10
  FAIL VTTRegion track member must be nuked - assert_false: expected false got true
@http://web-platform.test:8000/webvtt/api/historical.html:22:17
@http://web-platform.test:8000/resources/testharness.js:2604:30
test@http://web-platform.test:8000/resources/testharness.js:633:34
@http://web-platform.test:8000/webvtt/api/historical.html:20:7
forEach@[native code]
global code@http://web-platform.test:8000/webvtt/api/historical.html:17:10
/webvtt/parsing/file-parsing/tests/regions-old.html
  TIMEOUT regions, old - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/regions-old.html
/webvtt/parsing/file-parsing/tests/header-regions.html
  TIMEOUT Tests proper parsing of various regions present in WebVTT header area. - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/header-regions.html
/webvtt/parsing/file-parsing/tests/settings-align.html
  TIMEOUT settings, align - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/settings-align.html
/webvtt/parsing/file-parsing/tests/header-tab.html
  TIMEOUT header, tab - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/header-tab.html
/webvtt/parsing/file-parsing/tests/settings-multiple.html
  TIMEOUT settings, multiple - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/settings-multiple.html
/webvtt/parsing/file-parsing/tests/newlines.html
  TIMEOUT newlines - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/newlines.html
/webvtt/parsing/file-parsing/tests/signature-tab-no-newline.html
  TIMEOUT signature, tab, no newline - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/signature-tab-no-newline.html
/webvtt/parsing/file-parsing/tests/regions-lines.html
  TIMEOUT regions, lines - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/regions-lines.html
/webvtt/parsing/file-parsing/tests/signature-tab.html
  TIMEOUT signature, tab - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/signature-tab.html
/webvtt/parsing/file-parsing/tests/regions-scroll.html
  TIMEOUT regions, scroll - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/regions-scroll.html
/webvtt/parsing/file-parsing/tests/timings-60.html
  TIMEOUT timings, 60 - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/timings-60.html
/webvtt/parsing/file-parsing/tests/regions-viewportanchor.html
  TIMEOUT regions, viewportanchor - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/regions-viewportanchor.html
/webvtt/parsing/file-parsing/tests/timings-omitted-hours.html
  TIMEOUT timings, omitted hours - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/timings-omitted-hours.html
/webvtt/parsing/file-parsing/tests/settings-region.html
  TIMEOUT settings, region - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/settings-region.html
/webvtt/parsing/file-parsing/tests/timings-too-long.html
  TIMEOUT timings, too long - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/timings-too-long.html
/webvtt/parsing/file-parsing/tests/signature-space-no-newline.html
  TIMEOUT signature, space, no newline - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/signature-space-no-newline.html
/webvtt/parsing/file-parsing/tests/timings-too-short.html
  TIMEOUT timings, too short - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/timings-too-short.html
/webvtt/parsing/file-parsing/tests/signature-space.html
  TIMEOUT signature, space - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/signature-space.html
/webvtt/parsing/file-parsing/tests/whitespace-chars.html
  TIMEOUT whitespace chars - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/whitespace-chars.html
/webvtt/parsing/file-parsing/tests/signature-timings.html
  TIMEOUT signature, timings - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/signature-timings.html
/webvtt/parsing/file-parsing/tests/timings-garbage.html
  TIMEOUT timings, garbage - Test timed out
  TIMEOUT /webvtt/parsing/file-parsing/tests/timings-garbage.html
24:21.95 INFO Got 790 unexpected results, with 0 unexpected passes
24:21.95 wptserve INFO Stopped http server on web-platform.test:8002
24:21.96 wptserve INFO Stopped http server on web-platform.test:8444
24:21.96 wptserve INFO Stopped http server on web-platform.test:8003
24:21.96 wptserve INFO Stopped http server on web-platform.test:8000
24:21.99 wptserve INFO Stopped http server on web-platform.test:8446
24:22.02 wptserve INFO Stopped http server on web-platform.test:8445
24:22.04 wptserve INFO Stopped http server on web-platform.test:9000
24:22.35 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8889))
24:22.39 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8888))
24:22.42 wptserve INFO Stopped http server on web-platform.test:8443
24:22.45 wptserve INFO Stopped http server on web-platform.test:8001
24:22.49 INFO Removed font: Ahem.ttf
24:22.52 INFO Closing logging queue
24:22.52 INFO queue closed
24:22.52 INFO Tolerating 790 unexpected results
[taskcluster 2024-01-15 02:33:06.398Z] === Task Finished ===
[taskcluster 2024-01-15 02:33:07.440Z] Successful task run with exit code: 0 completed in 1593.449 seconds