0

Enable Float16Array

Due to the API owners approved on blink-dev[1],
Enable Float16Array feature.

This includes enable api, JIT support, update test expected files.

[1] https://groups.google.com/u/2/a/chromium.org/g/blink-dev/c/0zw4GWcf-Ig

Bug: 42203953
Change-Id: I9d3971bfa73ef5299027d59855e10e9675ad09b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6275531
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Seokho Song <seokho@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1423480}
This commit is contained in:
Seokho Song
2025-02-21 16:26:19 -08:00
committed by Chromium LUCI CQ
parent 43d2cfeb45
commit 9cd104236d
101 changed files with 58 additions and 715 deletions
android_webview/test/data/web_tests
gin
third_party/blink/web_tests
VirtualTestSuites
external
wpt
FileAPI
IndexedDB
WebCryptoAPI
compression
encoding
fetch
html
infrastructure
safe-passing-of-structured-data
websockets
workers
xhr
http
platform
mac-mac11-arm64
virtual
keepalive-in-browser-migration
mac-mac11
virtual
keepalive-in-browser-migration
mac-mac12
virtual
keepalive-in-browser-migration
mac-mac13-arm64
virtual
keepalive-in-browser-migration
mac-mac14-arm64
virtual
keepalive-in-browser-migration
mac
virtual
keepalive-in-browser-migration
win11-arm64
virtual
float16array-enabled
README.md
external
wpt
FileAPI
IndexedDB
WebCryptoAPI
compression
encoding
fetch
html
infrastructure
safe-passing-of-structured-data
websockets
workers
xhr
stable
webexposed

@ -2586,6 +2586,9 @@ interface FileSystemWritableFileStream : WritableStream
method seek
method truncate
method write
interface Float16Array : TypedArray
attribute BYTES_PER_ELEMENT
method constructor
interface FocusEvent : UIEvent
attribute @@toStringTag
getter relatedTarget

@ -2987,6 +2987,9 @@ interface FileSystemWritableFileStream : WritableStream
method seek
method truncate
method write
interface Float16Array : TypedArray
attribute BYTES_PER_ELEMENT
method constructor
interface FocusEvent : UIEvent
attribute @@toStringTag
getter relatedTarget

@ -523,6 +523,7 @@ void SetFeatureFlags() {
"--no-js-duplicate-named-groups");
SetV8FlagsIfOverridden(features::kJavaScriptPromiseTry, "--js-promise-try",
"--no-js-promise-try");
SetV8Flags("--js-float16array");
// WebAssembly features.

@ -4570,29 +4570,6 @@
"owners": ["vogelheim@google.com"],
"exclusive_tests": "ALL"
},
{
"prefix": "float16array-enabled",
"platforms": ["Linux"],
"bases": [
"external/wpt/FileAPI/blob/Blob-constructor.any.js",
"external/wpt/IndexedDB/idb-binary-key-roundtrip.any.js",
"external/wpt/IndexedDB/structured-clone.any.js",
"external/wpt/WebCryptoAPI/getRandomValues.any.js",
"external/wpt/compression/decompression-buffersource.tentative.any.js",
"external/wpt/encoding/encodeInto.any.js",
"external/wpt/fetch/api/basic/request-headers.any.js",
"external/wpt/fetch/api/basic/request-upload.any.js",
"external/wpt/fetch/api/response/response-clone.any.js",
"external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-simple-success.https.html",
"external/wpt/websockets/Send-binary-arraybufferview-float16.any.js",
"external/wpt/workers/semantics/interface-objects/001.worker.js",
"external/wpt/workers/semantics/interface-objects/003.any.js",
"external/wpt/xhr/send-data-sharedarraybuffer.any.js"
],
"args": ["--js-flags=--js-float16array"],
"owners": ["syg@chromium.org"],
"expires": "Mar 1, 2025"
},
{
"prefix": "single-import-map",
"platforms": ["Linux", "Mac", "Win"],

@ -1,6 +0,0 @@
This is a testharness.js-based test.
Found 1 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] Passing a Float16Array as element of the blobParts array should work.
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
Harness: the test ran to completion.

@ -1,6 +0,0 @@
This is a testharness.js-based test.
Found 1 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] Passing a Float16Array as element of the blobParts array should work.
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Binary keys can be supplied using the view type Float16Array
self[type] is not a constructor
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Binary keys can be supplied using the view type Float16Array
self[type] is not a constructor
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Binary keys can be supplied using the view type Float16Array
self[type] is not a constructor
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Binary keys can be supplied using the view type Float16Array
self[type] is not a constructor
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Float16 arrays
assert_throws_dom: Float16Array function "function() {\n self.crypto.getRandomValues(new Float16Array(6))\n }" threw object "ReferenceError: Float16Array is not defined" that is not a DOMException TypeMismatchError: property "code" is equal to undefined, expected 17
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Float16 arrays
assert_throws_dom: Float16Array function "function() {\n self.crypto.getRandomValues(new Float16Array(6))\n }" threw object "ReferenceError: Float16Array is not defined" that is not a DOMException TypeMismatchError: property "code" is equal to undefined, expected 17
Harness: the test ran to completion.

@ -1,9 +0,0 @@
This is a testharness.js-based test.
[FAIL] chunk of type Float16Array should work for deflate
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
[FAIL] chunk of type Float16Array should work for gzip
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
[FAIL] chunk of type Float16Array should work for deflate-raw
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
Harness: the test ran to completion.

@ -1,9 +0,0 @@
This is a testharness.js-based test.
[FAIL] chunk of type Float16Array should work for deflate
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
[FAIL] chunk of type Float16Array should work for gzip
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
[FAIL] chunk of type Float16Array should work for deflate-raw
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
Harness: the test ran to completion.

@ -1,9 +0,0 @@
This is a testharness.js-based test.
[FAIL] chunk of type Float16Array should work for deflate
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
[FAIL] chunk of type Float16Array should work for gzip
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
[FAIL] chunk of type Float16Array should work for deflate-raw
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
Harness: the test ran to completion.

@ -1,9 +0,0 @@
This is a testharness.js-based test.
[FAIL] chunk of type Float16Array should work for deflate
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
[FAIL] chunk of type Float16Array should work for gzip
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
[FAIL] chunk of type Float16Array should work for deflate-raw
promise_test: Unhandled rejection with value: object "ReferenceError: Float16Array is not defined"
Harness: the test ran to completion.

@ -84,9 +84,5 @@ Found 44 FAIL, 0 TIMEOUT, 0 NOTRUN.
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer
self[type] is not a constructor
[FAIL] Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer
self[type] is not a constructor
Harness: the test ran to completion.

@ -84,9 +84,5 @@ Found 44 FAIL, 0 TIMEOUT, 0 NOTRUN.
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer
self[type] is not a constructor
[FAIL] Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer
self[type] is not a constructor
Harness: the test ran to completion.

@ -84,9 +84,5 @@ Found 44 FAIL, 0 TIMEOUT, 0 NOTRUN.
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer
self[type] is not a constructor
[FAIL] Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer
self[type] is not a constructor
Harness: the test ran to completion.

@ -84,9 +84,5 @@ Found 44 FAIL, 0 TIMEOUT, 0 NOTRUN.
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer
self[type] is not a constructor
[FAIL] Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer
self[type] is not a constructor
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Fetch with POST with Float16Array body
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Fetch with POST with Float16Array body
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Fetch with POST with Float16Array body
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Fetch with POST with Float16Array body
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Fetch with POST with Float16Array body
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Fetch with POST with Float16Array body
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Fetch with POST with Float16Array body
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Fetch with POST with Float16Array body
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)
assert_array_equals: Cloned buffer chunks have the same content value is undefined, expected array
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)
assert_array_equals: Cloned buffer chunks have the same content value is undefined, expected array
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)
assert_array_equals: Cloned buffer chunks have the same content value is undefined, expected array
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)
assert_array_equals: Cloned buffer chunks have the same content value is undefined, expected array
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] postMessaging to a dedicated worker allows them to see each others' modifications with Float16Array
promise_test: Unhandled rejection with value: object "TypeError: self[type] is not a constructor"
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed
Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed
Float16Array is not defined
Harness: the test ran to completion.

@ -1,6 +0,0 @@
This is a testharness.js-based test.
Found 1 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] The Float16Array interface object should be exposed.
assert_own_property: expected property "Float16Array" missing
Harness: the test ran to completion.

@ -2,7 +2,5 @@ This is a testharness.js-based test.
Found 2 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] The Worker interface object should be exposed
assert_true: expected true got false
[FAIL] The Float16Array interface object should be exposed
assert_true: expected true got false
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] sending a Float16Array backed by a SharedArrayBuffer
self[type] is not a constructor
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] sending a Float16Array backed by a SharedArrayBuffer
self[type] is not a constructor
Harness: the test ran to completion.

@ -737,6 +737,9 @@ interface FileSystemWritableFileStream : WritableStream
method seek
method truncate
method write
interface Float16Array : TypedArray
attribute BYTES_PER_ELEMENT
method constructor
interface FontFace
attribute @@toStringTag
getter ascentOverride

@ -132,6 +132,9 @@ CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: method dispatchEvent
CONSOLE MESSAGE: method removeEventListener
CONSOLE MESSAGE: method when
CONSOLE MESSAGE: interface Float16Array : TypedArray
CONSOLE MESSAGE: attribute BYTES_PER_ELEMENT
CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: interface Observable
CONSOLE MESSAGE: static method from
CONSOLE MESSAGE: attribute @@toStringTag

@ -70,6 +70,9 @@ CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: method dispatchEvent
CONSOLE MESSAGE: method removeEventListener
CONSOLE MESSAGE: method when
CONSOLE MESSAGE: interface Float16Array : TypedArray
CONSOLE MESSAGE: attribute BYTES_PER_ELEMENT
CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: interface MessageEvent : Event
CONSOLE MESSAGE: attribute @@toStringTag
CONSOLE MESSAGE: getter data

@ -239,6 +239,9 @@ CONSOLE MESSAGE: method defer
CONSOLE MESSAGE: method dispose
CONSOLE MESSAGE: method move
CONSOLE MESSAGE: method use
CONSOLE MESSAGE: interface Float16Array : TypedArray
CONSOLE MESSAGE: attribute BYTES_PER_ELEMENT
CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: interface IntrinsicSizes
CONSOLE MESSAGE: attribute @@toStringTag
CONSOLE MESSAGE: getter maxContentSize
@ -649,6 +652,9 @@ CONSOLE MESSAGE: method defer
CONSOLE MESSAGE: method dispose
CONSOLE MESSAGE: method move
CONSOLE MESSAGE: method use
CONSOLE MESSAGE: interface Float16Array : TypedArray
CONSOLE MESSAGE: attribute BYTES_PER_ELEMENT
CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: interface IntrinsicSizes
CONSOLE MESSAGE: attribute @@toStringTag
CONSOLE MESSAGE: getter maxContentSize

@ -242,6 +242,9 @@ CONSOLE MESSAGE: method defer
CONSOLE MESSAGE: method dispose
CONSOLE MESSAGE: method move
CONSOLE MESSAGE: method use
CONSOLE MESSAGE: interface Float16Array : TypedArray
CONSOLE MESSAGE: attribute BYTES_PER_ELEMENT
CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: interface Mesh2DIndexBuffer
CONSOLE MESSAGE: attribute @@toStringTag
CONSOLE MESSAGE: method constructor
@ -724,6 +727,9 @@ CONSOLE MESSAGE: method defer
CONSOLE MESSAGE: method dispose
CONSOLE MESSAGE: method move
CONSOLE MESSAGE: method use
CONSOLE MESSAGE: interface Float16Array : TypedArray
CONSOLE MESSAGE: attribute BYTES_PER_ELEMENT
CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: interface Mesh2DIndexBuffer
CONSOLE MESSAGE: attribute @@toStringTag
CONSOLE MESSAGE: method constructor

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)
assert_array_equals: Cloned buffer chunks have the same content value is undefined, expected array
Harness: the test ran to completion.

@ -1,4 +0,0 @@
This is a testharness.js-based test.
All subtests passed and are omitted for brevity.
See https://chromium.googlesource.com/chromium/src/+/HEAD/docs/testing/writing_web_tests.md#Text-Test-Baselines for details.
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)
assert_array_equals: Cloned buffer chunks have the same content value is undefined, expected array
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)
assert_array_equals: Cloned buffer chunks have the same content value is undefined, expected array
Harness: the test ran to completion.

@ -1,5 +0,0 @@
This is a testharness.js-based test.
[FAIL] Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)
assert_array_equals: Cloned buffer chunks have the same content value is undefined, expected array
Harness: the test ran to completion.

@ -1,4 +0,0 @@
This is a testharness.js-based test.
All subtests passed and are omitted for brevity.
See https://chromium.googlesource.com/chromium/src/+/HEAD/docs/testing/writing_web_tests.md#Text-Test-Baselines for details.
Harness: the test ran to completion.

@ -1,4 +0,0 @@
This is a testharness.js-based test.
Harness Error. harness_status.status = 1 , harness_status.message = Uncaught ReferenceError: Float16Array is not defined
Harness: the test ran to completion.

@ -1,4 +0,0 @@
This is a testharness.js-based test.
Harness Error. harness_status.status = 1 , harness_status.message = Error in remote http://web-platform.test:8001/fetch/api/basic/request-headers.any.js: Uncaught ReferenceError: Float16Array is not defined
Harness: the test ran to completion.

@ -1,5 +0,0 @@
Float16Array is a TC39 proposal. This test suite is used for any tests
requiring --js-float16array until the proposal is shipped. This test suite
should be removed once the proposal ships.
See https://tc39.es/proposal-float16array/

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,88 +0,0 @@
This is a testharness.js-based test.
Found 42 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
Harness: the test ran to completion.

@ -1,88 +0,0 @@
This is a testharness.js-based test.
Found 42 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
Harness: the test ran to completion.

@ -1,88 +0,0 @@
This is a testharness.js-based test.
Found 42 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
Harness: the test ran to completion.

@ -1,88 +0,0 @@
This is a testharness.js-based test.
Found 42 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with Hi and destination length 0, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with A and destination length 10, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆 and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with 𝌆A and destination length 3, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with U+d834AU+df06A¥Hi and destination length 10, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with AU+df06 and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler 0
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler 128
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 0, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
[FAIL] encodeInto() into SharedArrayBuffer with ¥¥ and destination length 4, offset 4, filler random
Failed to execute 'encodeInto' on 'TextEncoder': The provided Uint8Array value must not be shared.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,6 +0,0 @@
This is a testharness.js-based test.
Found 1 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] The Worker interface object should be exposed
assert_true: expected true got false
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -1,3 +0,0 @@
This is a testharness.js-based test.
Harness: the test ran to completion.

@ -567,6 +567,9 @@ interface FileSystemWritableFileStream : WritableStream
method seek
method truncate
method write
interface Float16Array : TypedArray
attribute BYTES_PER_ELEMENT
method constructor
interface FontFace
attribute @@toStringTag
getter ascentOverride

@ -69,6 +69,9 @@ CONSOLE MESSAGE: method addEventListener
CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: method dispatchEvent
CONSOLE MESSAGE: method removeEventListener
CONSOLE MESSAGE: interface Float16Array : TypedArray
CONSOLE MESSAGE: attribute BYTES_PER_ELEMENT
CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: interface MessageEvent : Event
CONSOLE MESSAGE: attribute @@toStringTag
CONSOLE MESSAGE: getter data

@ -200,6 +200,9 @@ CONSOLE MESSAGE: method defer
CONSOLE MESSAGE: method dispose
CONSOLE MESSAGE: method move
CONSOLE MESSAGE: method use
CONSOLE MESSAGE: interface Float16Array : TypedArray
CONSOLE MESSAGE: attribute BYTES_PER_ELEMENT
CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: interface PaintRenderingContext2D
CONSOLE MESSAGE: attribute @@toStringTag
CONSOLE MESSAGE: getter fillStyle
@ -625,6 +628,9 @@ CONSOLE MESSAGE: method defer
CONSOLE MESSAGE: method dispose
CONSOLE MESSAGE: method move
CONSOLE MESSAGE: method use
CONSOLE MESSAGE: interface Float16Array : TypedArray
CONSOLE MESSAGE: attribute BYTES_PER_ELEMENT
CONSOLE MESSAGE: method constructor
CONSOLE MESSAGE: interface PaintRenderingContext2D
CONSOLE MESSAGE: attribute @@toStringTag
CONSOLE MESSAGE: getter fillStyle

@ -584,6 +584,9 @@ Starting worker: resources/global-interface-listing-worker.js
[Worker] method seek
[Worker] method truncate
[Worker] method write
[Worker] interface Float16Array : TypedArray
[Worker] attribute BYTES_PER_ELEMENT
[Worker] method constructor
[Worker] interface FontFace
[Worker] attribute @@toStringTag
[Worker] getter ascentOverride

@ -2667,6 +2667,9 @@ interface FileSystemWritableFileStream : WritableStream
method seek
method truncate
method write
interface Float16Array : TypedArray
attribute BYTES_PER_ELEMENT
method constructor
interface FocusEvent : UIEvent
attribute @@toStringTag
getter relatedTarget

@ -513,6 +513,9 @@ Starting worker: resources/global-interface-listing-worker.js
[Worker] method seek
[Worker] method truncate
[Worker] method write
[Worker] interface Float16Array : TypedArray
[Worker] attribute BYTES_PER_ELEMENT
[Worker] method constructor
[Worker] interface FontFace
[Worker] attribute @@toStringTag
[Worker] getter ascentOverride

@ -750,6 +750,9 @@ Starting worker: resources/global-interface-listing-worker.js
[Worker] method seek
[Worker] method truncate
[Worker] method write
[Worker] interface Float16Array : TypedArray
[Worker] attribute BYTES_PER_ELEMENT
[Worker] method constructor
[Worker] interface FontFace
[Worker] attribute @@toStringTag
[Worker] getter ascentOverride

@ -3095,6 +3095,9 @@ interface FileSystemWritableFileStream : WritableStream
method seek
method truncate
method write
interface Float16Array : TypedArray
attribute BYTES_PER_ELEMENT
method constructor
interface FocusEvent : UIEvent
attribute @@toStringTag
getter relatedTarget

Some files were not shown because too many files have changed in this diff Show More