[Webkit-unassigned] [Bug 208368] New: [GTK] imported/w3c/web-platform-tests/wasm/jsapi/constructor/instantiate-bad-imports.any.worker.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 28 02:37:12 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=208368

            Bug ID: 208368
           Summary: [GTK]
                    imported/w3c/web-platform-tests/wasm/jsapi/constructor
                    /instantiate-bad-imports.any.worker.html is a flaky
                    failure
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

* imported/w3c/web-platform-tests/wasm/jsapi/constructor/instantiate-bad-imports.any.worker.html [ Failure Pass ]

The test has been flaky since:

r252470                       NOERROR
[r252471-r252674]             UNKNOWN
r252675                       NOERROR
[r252676-r252816]             UNKNOWN
r252817                       TEXT PASS (Expected: PASS)

Diff:

--- /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/imported/w3c/web-platform-tests/wasm/jsapi/constructor/instantiate-bad-imports.any.worker-expected.txt
+++ /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/imported/w3c/web-platform-tests/wasm/jsapi/constructor/instantiate-bad-imports.any.worker-actual.txt
@@ -1,3 +1,5 @@
+
+Harness Error (TIMEOUT), message = null

 PASS WebAssembly.instantiate(module): Non-object imports argument: null
 PASS WebAssembly.instantiate(module): Non-object imports argument: true
@@ -90,37 +92,37 @@
 PASS WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: 0.1
 PASS WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: NaN
 PASS WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: object "[object Object]"
-PASS WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: undefined 
-PASS WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: null 
-PASS WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: true 
-PASS WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: "" 
-PASS WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: symbol "Symbol()" 
-PASS WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: plain object 
-PASS WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: WebAssembly.Global 
-PASS WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: WebAssembly.Global.prototype 
-PASS WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype) 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: undefined 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: null 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: true 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: "" 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: symbol "Symbol()" 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: 1 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: 0.1 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: NaN 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: plain object 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype 
-PASS WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype) 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: undefined 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: null 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: true 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: "" 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: symbol "Symbol()" 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: 1 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: 0.1 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: NaN 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: plain object 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table.prototype 
-PASS WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype) 
+TIMEOUT WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: undefined Test timed out
+NOTRUN WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: null 
+NOTRUN WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: true 
+NOTRUN WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: "" 
+NOTRUN WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: symbol "Symbol()" 
+NOTRUN WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: plain object 
+NOTRUN WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: WebAssembly.Global
+NOTRUN WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: WebAssembly.Global.prototype 
+NOTRUN WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype) 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: undefined 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: null 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: true 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: "" 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: symbol "Symbol()" 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: 1 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: 0.1 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: NaN 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: plain object 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype 
+NOTRUN WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype) 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: undefined 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: null 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: true 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: "" 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: symbol "Symbol()" 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: 1 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: 0.1 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: NaN 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: plain object 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table.prototype 
+NOTRUN WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200228/55ecdd27/attachment-0001.htm>


More information about the webkit-unassigned mailing list