Update irregexp to new version 248b3bb7808e0f7f890cbac54c7c7371172ab11b from 2023-10-22 00:00:00
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox120 | --- | affected |
People
(Reporter: update-bot, Assigned: iain)
References
(Blocks 1 open bug)
Details
(Whiteboard: [3pl-filed][task_id: TIEiCe1eQ6iqmGo-hdxTLA])
Attachments
(1 obsolete file)
This update covers 1705 commits, including 127 new upstream commits I've never filed a bug on before. (They're the top 127.). Here are the overall diff statistics.
js/src/irregexp/imported/gen-regexp-special-case.cc | 48 ------
js/src/irregexp/imported/regexp-ast.h | 12 +-
js/src/irregexp/imported/regexp-compiler-tonode.cc | 39 +---
js/src/irregexp/imported/regexp-interpreter.cc | 53 +++---
js/src/irregexp/imported/regexp-interpreter.h | 13 +-
js/src/irregexp/imported/regexp-macro-assembler.cc | 65 ++++---
js/src/irregexp/imported/regexp-macro-assembler.h | 21 +-
js/src/irregexp/imported/regexp-parser.cc | 159 +++++++++++--------
js/src/irregexp/imported/regexp.h | 8 +-
js/src/irregexp/imported/special-case.h | 10 -
js/src/irregexp/moz.yaml | 4 +-
11 files changed, 196 insertions(+), 236 deletions(-)
Reporter | ||
Comment 2•1 year ago
|
||
TIEiCe1eQ6iqmGo-hdxTLA |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=2b72b958a781925f4ffc4d3807e1f2162b76e0b6
Reporter | ||
Comment 3•1 year ago
|
||
Reporter | ||
Comment 4•1 year ago
|
||
dggN13u6TqenLit_A6k6CQ |
All jobs completed, we found the following issues.
Known Issues (From Taskcluster):
- spidermonkey-sm-compacting-linux64/debug (PpDF2H4eSkmb84yfbrIcnw) - new failure not classified
- spidermonkey-sm-linux64-wasi-intl/opt (ag4dAEwRSNWoANSEWYbWJA) - new failure not classified
- spidermonkey-sm-nonunified-linux64/debug (ZFksXWCuQeOXAl_aQhpVtw) - new failure not classified
- spidermonkey-sm-package-linux64/opt (DADXzEqKTPykjjCkc7gs3Q) - new failure not classified
- spidermonkey-sm-fuzzing-linux64/opt (L0gRR9HTS0Gv1-3d2zh38g) - new failure not classified
- spidermonkey-sm-nojit-linux64/opt (VZW1KlrATha8LpUULhtesw) - new failure not classified
- spidermonkey-sm-linux64-wasi/opt (L7wyzdGhSYiIQke9KfJiaQ) - new failure not classified
- spidermonkey-sm-tsan-linux64/opt (WEQh4cGeRSiRB_1HwFJxaQ) - new failure not classified
- spidermonkey-sm-plain-linux64/opt (cl0Iy9tnQayG556orkTl_Q) - new failure not classified
- spidermonkey-sm-gdb-linux64/debug (JwD2lQgHTgWzmg8WOwWbmw) - new failure not classified
- spidermonkey-sm-rt-linux64/debug (AnRF_320RwqQGUKa-X7EHg) - new failure not classified
- spidermonkey-sm-arm64-sim-linux64/debug (E1YE-rs1QReLI7aGKFbsWQ) - new failure not classified
- spidermonkey-sm-plain-linux32/debug (RENjAowCSaWB35w2johtYQ) - new failure not classified
- hazard-linux64-shell-haz/debug (CjFJ6xhxRqqgCC6-E0gzCg) - new failure not classified
- spidermonkey-sm-asan-linux64/opt (XboCMzdzSkmwQdg0JoBCMw) - new failure not classified
- spidermonkey-sm-plain-linux64/debug (DMlY6eugTaKGoLxP3dnWrA) - new failure not classified
- spidermonkey-sm-wasm-no-experimental-linux64/debug (fLMaXwceSwKEWf3GPserUQ) - new failure not classified
- spidermonkey-sm-temporal-linux64/debug (X7KK9Qj2S8GTgOATJmvg2A) - new failure not classified
- spidermonkey-sm-fuzzilli-linux64/debug (ftf_CJmqTImDA39AJ31jNw) - new failure not classified
- spidermonkey-sm-rootanalysis-linux64/debug (ez7l7zj6SlOuYj-QS1GTMg) - new failure not classified
- spidermonkey-sm-arm-sim-linux32/debug (dQ83DpjcRf6-TR0h2dosZw) - new failure not classified
These failures may mean that the library update succeeded; you'll need to review
them yourself and decide. If there are lint failures, you will need to fix them in
a follow-up patch. (Or ignore the patch I made, and recreate it yourself with
./mach vendor js/src/irregexp/moz.yaml
.)
In either event, I have done all I can, so you will need to take it from here.
When reviewing, please note that this is external code, which needs a full and
careful inspection - not a rubberstamp.
Updated•1 year ago
|
Reporter | ||
Comment 5•1 year ago
|
||
RBr5pyvHT2yRSKoeIeIANg |
This bug is being closed because a newer revision of the library is available.
This bug will be marked as a duplicate of it (because although this bug is older, it is superseded by the newer one).
Updated•1 year ago
|
Description
•