[webkit-changes] [WebKit/WebKit] f5b36f: Update wpt/wasm directory
Yusuke Suzuki
noreply at github.com
Wed Sep 25 00:50:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f5b36f9ef4eb1705fa5846d600d56f1f3adde468
https://github.com/WebKit/WebKit/commit/f5b36f9ef4eb1705fa5846d600d56f1f3adde468
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/casts.tentative.any.html
M LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/exported-object.tentative.any.html
M LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/i31.tentative.any.html
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/basic.tentative.any-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/basic.tentative.any.html
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/basic.tentative.any.js
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/basic.tentative.any.worker-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/basic.tentative.any.worker.html
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/constants.tentative.any-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/constants.tentative.any.html
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/constants.tentative.any.js
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/constants.tentative.any.worker-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/constants.tentative.any.worker.html
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/imports.tentative.any-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/imports.tentative.any.html
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/imports.tentative.any.js
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/imports.tentative.any.worker-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/imports.tentative.any.worker.html
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/polyfill.js
A LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/w3c-import.log
M LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/table/constructor.any-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/table/constructor.any.js
M LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/table/constructor.any.worker-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/wasm-module-builder.js
Log Message:
-----------
Update wpt/wasm directory
https://bugs.webkit.org/show_bug.cgi?id=280322
rdar://136649250
Reviewed by Mark Lam.
Update wpt/wasm directory.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/casts.tentative.any.html:
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/exported-object.tentative.any.html:
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/i31.tentative.any.html:
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/basic.tentative.any-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/basic.tentative.any.html: Copied from LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/casts.tentative.any.html.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/basic.tentative.any.js: Added.
(setup):
(assert_same_behavior):
(assert_throws_if):
(test):
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/basic.tentative.any.worker-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/basic.tentative.any.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/casts.tentative.any.html.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/constants.tentative.any-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/constants.tentative.any.html: Copied from LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/casts.tentative.any.html.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/constants.tentative.any.js: Added.
(instantiateImportedGlobal):
(mutable.of.badGlobalTypes.test):
(let.namespace.of.namespaces.let.constant.of.constants.mutable.of.goodGlobalTypes.test):
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/constants.tentative.any.worker-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/constants.tentative.any.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/casts.tentative.any.html.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/imports.tentative.any-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/imports.tentative.any.html: Copied from LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/casts.tentative.any.html.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/imports.tentative.any.js: Added.
(test):
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/imports.tentative.any.worker-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/imports.tentative.any.worker.html: Copied from LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/gc/casts.tentative.any.html.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/polyfill.js: Added.
(throwIfNotString):
(this.polyfillImports.test):
(this.polyfillImports.cast):
(this.polyfillImports.fromCharCodeArray):
(this.polyfillImports.intoCharCodeArray):
(this.polyfillImports.fromCharCode):
(this.polyfillImports.fromCodePoint):
(this.polyfillImports.charCodeAt):
(this.polyfillImports.codePointAt):
(this.polyfillImports.length):
(this.polyfillImports.concat):
(this.polyfillImports.substring):
(this.polyfillImports.equals):
(this.polyfillImports.compare):
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/js-string/w3c-import.log: Added.
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/table/constructor.any-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/table/constructor.any.js:
(test):
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/table/constructor.any.worker-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/wasm-module-builder.js:
(WasmModuleBuilder.prototype.toBuffer):
Canonical link: https://commits.webkit.org/284208@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list