Bug 221159 - REGRESSION: [Catalina WK1] imported/w3c/web-platform-tests/wasm/jsapi/global/type.tentative.any.html and type.tentative.any.worker.html failing
Summary: REGRESSION: [Catalina WK1] imported/w3c/web-platform-tests/wasm/jsapi/global/...
Status: RESOLVED DUPLICATE of bug 221157
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-29 15:14 PST by Ryan Haddad
Modified: 2021-01-29 15:28 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2021-01-29 15:14:33 PST
imported/w3c/web-platform-tests/wasm/jsapi/global/type.tentative.any.html and imported/w3c/web-platform-tests/wasm/jsapi/global/type.tentative.any.worker.html are failing on Catalina WK1

--- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/wasm/jsapi/global/type.tentative.any-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/wasm/jsapi/global/type.tentative.any-actual.txt
@@ -7,8 +7,8 @@
 FAIL f32, immutable undefined is not an object (evaluating 'myglobal.type.value')
 FAIL f64, mutable undefined is not an object (evaluating 'myglobal.type.value')
 FAIL f64, immutable undefined is not an object (evaluating 'myglobal.type.value')
-FAIL anyref, mutable WebAssembly.Global expects its 'value' field to be the string 'i32', 'i64', 'f32', or 'f64'
-FAIL anyref, immutable WebAssembly.Global expects its 'value' field to be the string 'i32', 'i64', 'f32', or 'f64'
+FAIL anyref, mutable undefined is not an object (evaluating 'myglobal.type.value')
+FAIL anyref, immutable undefined is not an object (evaluating 'myglobal.type.value')
 FAIL funcref, mutable WebAssembly.Global expects its 'value' field to be the string 'i32', 'i64', 'f32', or 'f64'
 FAIL funcref, immutable WebAssembly.Global expects its 'value' field to be the string 'i32', 'i64', 'f32', or 'f64'
 FAIL key ordering undefined is not an object (evaluating 'Object.getOwnPropertyNames(myglobal.type)')

--- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/wasm/jsapi/global/type.tentative.any.worker-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/wasm/jsapi/global/type.tentative.any.worker-actual.txt
@@ -7,8 +7,8 @@
 FAIL f32, immutable undefined is not an object (evaluating 'myglobal.type.value')
 FAIL f64, mutable undefined is not an object (evaluating 'myglobal.type.value')
 FAIL f64, immutable undefined is not an object (evaluating 'myglobal.type.value')
-FAIL anyref, mutable WebAssembly.Global expects its 'value' field to be the string 'i32', 'i64', 'f32', or 'f64'
-FAIL anyref, immutable WebAssembly.Global expects its 'value' field to be the string 'i32', 'i64', 'f32', or 'f64'
+FAIL anyref, mutable undefined is not an object (evaluating 'myglobal.type.value')
+FAIL anyref, immutable undefined is not an object (evaluating 'myglobal.type.value')
 FAIL funcref, mutable WebAssembly.Global expects its 'value' field to be the string 'i32', 'i64', 'f32', or 'f64'
 FAIL funcref, immutable WebAssembly.Global expects its 'value' field to be the string 'i32', 'i64', 'f32', or 'f64'
 FAIL key ordering undefined is not an object (evaluating 'Object.getOwnPropertyNames(myglobal.type)')

https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fwasm%2Fjsapi%2Fglobal%2Ftype.tentative.any.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fwasm%2Fjsapi%2Fglobal%2Ftype.tentative.any.worker.html
Comment 1 Ryan Haddad 2021-01-29 15:16:07 PST
Started with https://trac.webkit.org/changeset/272074/webkit
Comment 2 Yusuke Suzuki 2021-01-29 15:28:28 PST
Dupe of 221157

*** This bug has been marked as a duplicate of bug 221157 ***