[wpt-sync] Sync PR 34800 - Add tests for script.callFunction for serialization of complex objects with simple value field.
Categories
(Testing :: geckodriver, task, P4)
Tracking
(firefox104 fixed)
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34800 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34800
Details from upstream follow.
Alexandra Borovova <aborovova@mozilla.com> wrote:
Add tests for script.callFunction for serialization of complex objects with simple value field.
Add tests for script.callFunction for serialization of complex objects with simple value field (objects which don't require strong reference)
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 32 subtests
Status Summary
Firefox
OK
: 1
PASS
: 17
FAIL
: 15
Chrome
TIMEOUT
: 1
Safari
OK
: 1
ERROR
: 32
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/script/call_function/result.py [wpt.fyi]
- test_primitive_values[Infinity-expected6]:
FAIL
(Safari:ERROR
) - test_remote_values[(Symbol('foo'))-expected0]:
FAIL
(Safari:ERROR
) - test_remote_values[({'foo': {'bar': 'baz'}, 'qux': 'quux'})-expected2]:
FAIL
(Safari:ERROR
) - test_remote_values[(()=>{})-expected3]:
FAIL
(Safari:ERROR
) - test_remote_values[(function(){})-expected4]:
FAIL
(Safari:ERROR
) - test_remote_values[(async ()=>{})-expected5]:
FAIL
(Safari:ERROR
) - test_remote_values[(async function(){})-expected6]:
FAIL
(Safari:ERROR
) - test_remote_values[new WeakMap()-expected11]:
FAIL
(Safari:ERROR
) - test_remote_values[new WeakSet()-expected12]:
FAIL
(Safari:ERROR
) - test_remote_values[new Error('SOME_ERROR_TEXT')-expected13]:
FAIL
(Safari:ERROR
) - test_remote_values[Promise.resolve()-expected14]:
FAIL
(Safari:ERROR
) - test_remote_values[new Int32Array()-expected15]:
FAIL
(Safari:ERROR
) - test_remote_values[new ArrayBuffer()-expected16]:
FAIL
(Safari:ERROR
) - test_remote_values[document.createElement('div')-expected17]:
FAIL
(Safari:ERROR
) - test_remote_values[window-expected18]:
FAIL
(Safari:ERROR
)
- test_primitive_values[Infinity-expected6]:
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bee14dcddb6a
https://hg.mozilla.org/mozilla-central/rev/4283152aa99f
Description
•