Title: [272231] trunk/LayoutTests/imported/w3c
Revision
272231
Author
[email protected]
Date
2021-02-02 13:36:26 -0800 (Tue, 02 Feb 2021)

Log Message

Unreviewed, update expect files for wasm tests
https://bugs.webkit.org/show_bug.cgi?id=221281

* web-platform-tests/wasm/wasm_stream_compile_test-expected.txt:
* web-platform-tests/wasm/wasm_stream_instantiate_test-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (272230 => 272231)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-02-02 21:23:24 UTC (rev 272230)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-02-02 21:36:26 UTC (rev 272231)
@@ -1,5 +1,13 @@
 2021-02-02  Yusuke Suzuki  <[email protected]>
 
+        Unreviewed, update expect files for wasm tests
+        https://bugs.webkit.org/show_bug.cgi?id=221281
+
+        * web-platform-tests/wasm/wasm_stream_compile_test-expected.txt:
+        * web-platform-tests/wasm/wasm_stream_instantiate_test-expected.txt:
+
+2021-02-02  Yusuke Suzuki  <[email protected]>
+
         WebAssembly: add support for stream APIs - _javascript_ API: Implement loading for the Blob type
         https://bugs.webkit.org/show_bug.cgi?id=184886
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/wasm/wasm_stream_compile_test-expected.txt (272230 => 272231)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/wasm/wasm_stream_compile_test-expected.txt	2021-02-02 21:23:24 UTC (rev 272230)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/wasm/wasm_stream_compile_test-expected.txt	2021-02-02 21:36:26 UTC (rev 272231)
@@ -10,7 +10,7 @@
 PASS compileStreaming receive promise with response created from ArrayBuffer
 PASS compileStreaming receive response that deliver data by chunks as bufferArray
 PASS compileStreaming using blob
-FAIL compileStreaming using FormData promise_rejects_js: function "function () { throw e }" threw object "TypeError: FormData is not supported" ("TypeError") expected instance of function "function CompileError() {
+FAIL compileStreaming using FormData promise_rejects_js: function "function () { throw e }" threw object "NotSupportedError: Not implemented" ("NotSupportedError") expected instance of function "function CompileError() {
     [native code]
 }" ("CompileError")
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/wasm/wasm_stream_instantiate_test-expected.txt (272230 => 272231)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/wasm/wasm_stream_instantiate_test-expected.txt	2021-02-02 21:23:24 UTC (rev 272230)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/wasm/wasm_stream_instantiate_test-expected.txt	2021-02-02 21:36:26 UTC (rev 272231)
@@ -10,7 +10,7 @@
 PASS instantiateStreaming receive promise with response created from ArrayBuffer
 PASS instantiateStreaming receive response that deliver data by chunks as bufferArray
 PASS instantiateStreaming using blob
-FAIL instantiateStreaming using FormData promise_rejects_js: function "function () { throw e }" threw object "TypeError: FormData is not supported" ("TypeError") expected instance of function "function CompileError() {
+FAIL instantiateStreaming using FormData promise_rejects_js: function "function () { throw e }" threw object "NotSupportedError: Not implemented" ("NotSupportedError") expected instance of function "function CompileError() {
     [native code]
 }" ("CompileError")
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to