Commit 15dd44cc authored by Emanuel Ziegler's avatar Emanuel Ziegler Committed by Commit Bot

[wasm][wpt] Delete obselete expected Web Platform Test results

The WPT directory contains some expected failures for tests that do not exist
anymore under that name. These files have been removed to avoid confusion.

R=ahaas@chromium.org
R=binji@chromium.org

Change-Id: Icbf3278fe2ec7e80326460e8741fb5b447f096ad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137396Reviewed-by: default avatarAndreas Haas <ahaas@chromium.org>
Reviewed-by: default avatarBen Smith <binji@chromium.org>
Commit-Queue: Emanuel Ziegler <ecmziegler@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757860}
parent b1e7af8a
This is a testharness.js-based test.
Found 66 tests; 10 PASS, 56 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS wasm-js-api interfaces.
FAIL WebAssembly namespace: operation validate(BufferSource) assert_true: property should be enumerable expected true got false
FAIL WebAssembly namespace: operation compile(BufferSource) assert_true: property should be enumerable expected true got false
FAIL WebAssembly namespace: operation instantiate(BufferSource, object) assert_true: property should be enumerable expected true got false
FAIL WebAssembly namespace: operation instantiate(Module, object) assert_true: property should be enumerable expected true got false
FAIL Module interface: existence and properties of interface object assert_own_property: self does not have own property "Module" expected property "Module" missing
FAIL Module interface object length assert_own_property: self does not have own property "Module" expected property "Module" missing
FAIL Module interface object name assert_own_property: self does not have own property "Module" expected property "Module" missing
FAIL Module interface: existence and properties of interface prototype object assert_own_property: self does not have own property "Module" expected property "Module" missing
FAIL Module interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "Module" expected property "Module" missing
FAIL Module interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "Module" expected property "Module" missing
FAIL Module interface: operation exports(Module) assert_own_property: self does not have own property "Module" expected property "Module" missing
FAIL Module interface: operation imports(Module) assert_own_property: self does not have own property "Module" expected property "Module" missing
FAIL Module interface: operation customSections(Module, USVString) assert_own_property: self does not have own property "Module" expected property "Module" missing
FAIL Module must be primary interface of mod assert_own_property: self does not have own property "Module" expected property "Module" missing
FAIL Stringification of mod assert_equals: class string of mod expected "[object Module]" but got "[object WebAssembly.Module]"
PASS Module interface: mod must inherit property "exports(Module)" with the proper type
PASS Module interface: calling exports(Module) on mod with too few arguments must throw TypeError
PASS Module interface: mod must inherit property "imports(Module)" with the proper type
PASS Module interface: calling imports(Module) on mod with too few arguments must throw TypeError
PASS Module interface: mod must inherit property "customSections(Module, USVString)" with the proper type
PASS Module interface: calling customSections(Module, USVString) on mod with too few arguments must throw TypeError
FAIL Instance interface: existence and properties of interface object assert_own_property: self does not have own property "Instance" expected property "Instance" missing
FAIL Instance interface object length assert_own_property: self does not have own property "Instance" expected property "Instance" missing
FAIL Instance interface object name assert_own_property: self does not have own property "Instance" expected property "Instance" missing
FAIL Instance interface: existence and properties of interface prototype object assert_own_property: self does not have own property "Instance" expected property "Instance" missing
FAIL Instance interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "Instance" expected property "Instance" missing
FAIL Instance interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "Instance" expected property "Instance" missing
FAIL Instance interface: attribute exports assert_own_property: self does not have own property "Instance" expected property "Instance" missing
FAIL Instance must be primary interface of instance assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: instance is not defined"
FAIL Stringification of instance assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: instance is not defined"
FAIL Instance interface: instance must inherit property "exports" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: instance is not defined"
FAIL Memory interface: existence and properties of interface object assert_own_property: self does not have own property "Memory" expected property "Memory" missing
FAIL Memory interface object length assert_own_property: self does not have own property "Memory" expected property "Memory" missing
FAIL Memory interface object name assert_own_property: self does not have own property "Memory" expected property "Memory" missing
FAIL Memory interface: existence and properties of interface prototype object assert_own_property: self does not have own property "Memory" expected property "Memory" missing
FAIL Memory interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "Memory" expected property "Memory" missing
FAIL Memory interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "Memory" expected property "Memory" missing
FAIL Memory interface: operation grow(unsigned long) assert_own_property: self does not have own property "Memory" expected property "Memory" missing
FAIL Memory interface: attribute buffer assert_own_property: self does not have own property "Memory" expected property "Memory" missing
FAIL Memory must be primary interface of memory assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: memory is not defined"
FAIL Stringification of memory assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: memory is not defined"
FAIL Memory interface: memory must inherit property "grow(unsigned long)" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: memory is not defined"
FAIL Memory interface: calling grow(unsigned long) on memory with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: memory is not defined"
FAIL Memory interface: memory must inherit property "buffer" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: memory is not defined"
FAIL Table interface: existence and properties of interface object assert_own_property: self does not have own property "Table" expected property "Table" missing
FAIL Table interface object length assert_own_property: self does not have own property "Table" expected property "Table" missing
FAIL Table interface object name assert_own_property: self does not have own property "Table" expected property "Table" missing
FAIL Table interface: existence and properties of interface prototype object assert_own_property: self does not have own property "Table" expected property "Table" missing
FAIL Table interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "Table" expected property "Table" missing
FAIL Table interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "Table" expected property "Table" missing
FAIL Table interface: operation grow(unsigned long) assert_own_property: self does not have own property "Table" expected property "Table" missing
FAIL Table interface: operation get(unsigned long) assert_own_property: self does not have own property "Table" expected property "Table" missing
FAIL Table interface: operation set(unsigned long, Function) assert_own_property: self does not have own property "Table" expected property "Table" missing
FAIL Table interface: attribute length assert_own_property: self does not have own property "Table" expected property "Table" missing
FAIL Global interface: existence and properties of interface object assert_own_property: self does not have own property "Global" expected property "Global" missing
FAIL Global interface object length assert_own_property: self does not have own property "Global" expected property "Global" missing
FAIL Global interface object name assert_own_property: self does not have own property "Global" expected property "Global" missing
FAIL Global interface: existence and properties of interface prototype object assert_own_property: self does not have own property "Global" expected property "Global" missing
FAIL Global interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "Global" expected property "Global" missing
FAIL Global interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "Global" expected property "Global" missing
FAIL Global interface: operation valueOf() assert_own_property: self does not have own property "Global" expected property "Global" missing
FAIL Global interface: attribute value assert_own_property: self does not have own property "Global" expected property "Global" missing
PASS CompileError interface: existence and properties of interface object
PASS LinkError interface: existence and properties of interface object
PASS RuntimeError interface: existence and properties of interface object
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS Branding
PASS Immutable i32 (missing)
PASS Immutable i32 (undefined)
PASS Immutable i32 (null)
PASS Immutable i32 (false)
PASS Immutable i32 (empty string)
PASS Immutable i32 (zero)
PASS Mutable i32 (true)
PASS Mutable i32 (one)
PASS Mutable i32 (string)
PASS Mutable i32 (true on prototype)
PASS Immutable f32 (missing)
PASS Immutable f32 (undefined)
PASS Immutable f32 (null)
PASS Immutable f32 (false)
PASS Immutable f32 (empty string)
PASS Immutable f32 (zero)
PASS Mutable f32 (true)
PASS Mutable f32 (one)
PASS Mutable f32 (string)
PASS Mutable f32 (true on prototype)
PASS Immutable f64 (missing)
PASS Immutable f64 (undefined)
PASS Immutable f64 (null)
PASS Immutable f64 (false)
PASS Immutable f64 (empty string)
PASS Immutable f64 (zero)
PASS Mutable f64 (true)
PASS Mutable f64 (one)
PASS Mutable f64 (string)
PASS Mutable f64 (true on prototype)
FAIL i64 with default WebAssembly.Global(): Descriptor property 'value' must be 'i32', 'f32', or 'f64'
FAIL Calling setter without argument assert_throws: function "() => setter.call(global)" did not throw
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS Branding
PASS Immutable i32 (missing)
PASS Immutable i32 (undefined)
PASS Immutable i32 (null)
PASS Immutable i32 (false)
PASS Immutable i32 (empty string)
PASS Immutable i32 (zero)
PASS Mutable i32 (true)
PASS Mutable i32 (one)
PASS Mutable i32 (string)
PASS Mutable i32 (true on prototype)
PASS Immutable f32 (missing)
PASS Immutable f32 (undefined)
PASS Immutable f32 (null)
PASS Immutable f32 (false)
PASS Immutable f32 (empty string)
PASS Immutable f32 (zero)
PASS Mutable f32 (true)
PASS Mutable f32 (one)
PASS Mutable f32 (string)
PASS Mutable f32 (true on prototype)
PASS Immutable f64 (missing)
PASS Immutable f64 (undefined)
PASS Immutable f64 (null)
PASS Immutable f64 (false)
PASS Immutable f64 (empty string)
PASS Immutable f64 (zero)
PASS Mutable f64 (true)
PASS Mutable f64 (one)
PASS Mutable f64 (string)
PASS Mutable f64 (true on prototype)
FAIL i64 with default WebAssembly.Global(): Descriptor property 'value' must be 'i32', 'f32', or 'f64'
FAIL Calling setter without argument assert_throws: function "() => setter.call(global)" did not throw
Harness: the test ran to completion.
This is a testharness.js-based test.
FAIL postMessaging to a dedicated sub-worker allows them to see each others' modifications Worker is not defined
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment