Closed Bug 1474500 Opened 6 years ago Closed 6 years ago

[wpt-sync] Sync PR 11875 - Update the wasm-js-api IDL file

Categories

(Testing :: web-platform-tests, enhancement, P4)

enhancement

Tracking

(firefox63 fixed)

RESOLVED FIXED
mozilla63
Tracking Status
firefox63 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 11875 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/11875
Details from upstream follow.

Luke Bjerring <lukebjerring@google.com> wrote:
>  Update the wasm-js-api IDL file
>  
>  Hello reviewer(s),
>  
>  This PR is intended to consolidate the spec’s IDL definition with the WPT test suite’s copy, and any idlharness tests.
>  
>  The up-to-date copy of the IDL file was automatically extracted from the reffy-reports repo (https://github.com/tidoust/reffy-reports/tree/master/whatwg/idl) which scrapes known specs automatically + regulary.
>  
>  This PR is part of a migration project which will eventually be automatically updating and creating PRs for changes in spec IDL.
>  
>  Please check that:
>  The spec (and its source) is correct and up-to-date
>  All tests which cover the IDL in the spec have been migrated to fetch + use the idl in the `interfaces/` directory (instead of inline copies in the test files).
>
Ran 2 tests and 163 subtests
OK     : 2
PASS   : 41
FAIL   : 122

New tests that have failures or other problems:
/wasm/idlharness.any.html
    CompileError interface object length: FAIL
    CompileError interface object name: FAIL
    CompileError interface: existence and properties of interface object: FAIL
    CompileError interface: existence and properties of interface prototype object: FAIL
    CompileError interface: existence and properties of interface prototype object's "constructor" property: FAIL
    CompileError interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Global interface object length: FAIL
    Global interface object name: FAIL
    Global interface: attribute value: FAIL
    Global interface: existence and properties of interface object: FAIL
    Global interface: existence and properties of interface prototype object: FAIL
    Global interface: existence and properties of interface prototype object's "constructor" property: FAIL
    Global interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Global interface: operation valueOf(): FAIL
    Instance interface object length: FAIL
    Instance interface object name: FAIL
    Instance interface: attribute exports: FAIL
    Instance interface: existence and properties of interface object: FAIL
    Instance interface: existence and properties of interface prototype object: FAIL
    Instance interface: existence and properties of interface prototype object's "constructor" property: FAIL
    Instance interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Instance interface: instance must inherit property "exports" with the proper type: FAIL
    Instance must be primary interface of instance: FAIL
    LinkError interface object length: FAIL
    LinkError interface object name: FAIL
    LinkError interface: existence and properties of interface object: FAIL
    LinkError interface: existence and properties of interface prototype object: FAIL
    LinkError interface: existence and properties of interface prototype object's "constructor" property: FAIL
    LinkError interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Memory interface object length: FAIL
    Memory interface object name: FAIL
    Memory interface: attribute buffer: FAIL
    Memory interface: calling grow(unsigned long) on memory with too few arguments must throw TypeError: FAIL
    Memory interface: existence and properties of interface object: FAIL
    Memory interface: existence and properties of interface prototype object: FAIL
    Memory interface: existence and properties of interface prototype object's "constructor" property: FAIL
    Memory interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Memory interface: memory must inherit property "buffer" with the proper type: FAIL
    Memory interface: memory must inherit property "grow(unsigned long)" with the proper type: FAIL
    Memory interface: operation grow(unsigned long): FAIL
    Memory must be primary interface of memory: FAIL
    Module interface object length: FAIL
    Module interface object name: FAIL
    Module interface: existence and properties of interface object: FAIL
    Module interface: existence and properties of interface prototype object: FAIL
    Module interface: existence and properties of interface prototype object's "constructor" property: FAIL
    Module interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Module interface: operation customSections(Module, USVString): FAIL
    Module interface: operation exports(Module): FAIL
    Module interface: operation imports(Module): FAIL
    Module must be primary interface of mod: FAIL
    RuntimeError interface object length: FAIL
    RuntimeError interface object name: FAIL
    RuntimeError interface: existence and properties of interface object: FAIL
    RuntimeError interface: existence and properties of interface prototype object: FAIL
    RuntimeError interface: existence and properties of interface prototype object's "constructor" property: FAIL
    RuntimeError interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Stringification of instance: FAIL
    Stringification of memory: FAIL
    Stringification of mod: FAIL
    Table interface object length: FAIL
    Table interface object name: FAIL
    Table interface: attribute length: FAIL
    Table interface: existence and properties of interface object: FAIL
    Table interface: existence and properties of interface prototype object: FAIL
    Table interface: existence and properties of interface prototype object's "constructor" property: FAIL
    Table interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Table interface: operation get(unsigned long): FAIL
    Table interface: operation grow(unsigned long): FAIL
    Table interface: operation set(unsigned long, Function): FAIL
/wasm/idlharness.any.worker.html
    Global interface object length: FAIL
    Global interface object name: FAIL
    Global interface: attribute value: FAIL
    Global interface: existence and properties of interface object: FAIL
    Global interface: existence and properties of interface prototype object: FAIL
    Global interface: existence and properties of interface prototype object's "constructor" property: FAIL
    Global interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Global interface: operation valueOf(): FAIL
    Instance interface object length: FAIL
    Instance interface object name: FAIL
    Instance interface: attribute exports: FAIL
    Instance interface: existence and properties of interface object: FAIL
    Instance interface: existence and properties of interface prototype object: FAIL
    Instance interface: existence and properties of interface prototype object's "constructor" property: FAIL
    Instance interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Instance interface: instance must inherit property "exports" with the proper type: FAIL
    Instance must be primary interface of instance: FAIL
    Memory interface object length: FAIL
    Memory interface object name: FAIL
    Memory interface: attribute buffer: FAIL
    Memory interface: calling grow(unsigned long) on memory with too few arguments must throw TypeError: FAIL
    Memory interface: existence and properties of interface object: FAIL
    Memory interface: existence and properties of interface prototype object: FAIL
    Memory interface: existence and properties of interface prototype object's "constructor" property: FAIL
    Memory interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Memory interface: memory must inherit property "buffer" with the proper type: FAIL
    Memory interface: memory must inherit property "grow(unsigned long)" with the proper type: FAIL
    Memory interface: operation grow(unsigned long): FAIL
    Memory must be primary interface of memory: FAIL
    Module interface object length: FAIL
    Module interface object name: FAIL
    Module interface: existence and properties of interface object: FAIL
    Module interface: existence and properties of interface prototype object: FAIL
    Module interface: existence and properties of interface prototype object's "constructor" property: FAIL
    Module interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Module interface: operation customSections(Module, USVString): FAIL
    Module interface: operation exports(Module): FAIL
    Module interface: operation imports(Module): FAIL
    Module must be primary interface of mod: FAIL
    Stringification of instance: FAIL
    Stringification of memory: FAIL
    Stringification of mod: FAIL
    Table interface object length: FAIL
    Table interface object name: FAIL
    Table interface: attribute length: FAIL
    Table interface: existence and properties of interface object: FAIL
    Table interface: existence and properties of interface prototype object: FAIL
    Table interface: existence and properties of interface prototype object's "constructor" property: FAIL
    Table interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    Table interface: operation get(unsigned long): FAIL
    Table interface: operation grow(unsigned long): FAIL
    Table interface: operation set(unsigned long, Function): FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d5fd66619c5c
[wpt PR 11875] - Update the wasm-js-api IDL file, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/bf0eabafa93d
[wpt PR 11875] - Update wpt metadata, a=testonly
https://hg.mozilla.org/mozilla-central/rev/d5fd66619c5c
https://hg.mozilla.org/mozilla-central/rev/bf0eabafa93d
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in before you can comment on or make changes to this bug.