Closed
Bug 1810104
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 37928 - Port Test262’s RegExp lookbehind tests
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox111 fixed)
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37928 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37928
Details from upstream follow.
Mathias Bynens <mathias@qiwi.be> wrote:
Port Test262’s RegExp lookbehind tests
This patch ports the tests from 1 into WPT.
Any uses of the following Test262 harness APIs have been replaced with the corresponding WPT testharness.js API:
assert.compareArray
→assert_array_equals
assert.sameValue
→assert_equals
The tests pass in Chrome and Firefox.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=48d76a015c02a8da39c7c661eb860e6a7857727b
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Safari on GitHub CI
Total 1 tests and 17 subtests
Status Summary
Firefox
OK
: 1
PASS
: 17
Safari
OK
: 1
PASS
: 17
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bef823d5c8d5
[wpt PR 37928] - Port Test262’s RegExp lookbehind tests, a=testonly
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•