Update irregexp to new version 0a6d1dbe1b55c737f712fc0cedf19fc26f288ef5 from 2024-01-03 00:00:00
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | affected |
People
(Reporter: update-bot, Assigned: iain)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [3pl-filed][task_id: cNqEk1WBSriqnCc3PQe-Hg])
Attachments
(1 obsolete file)
This update covers 2948 commits, including 17 new upstream commits I've never filed a bug on before. (They're the top 17.). Here are the overall diff statistics.
js/src/irregexp/imported/gen-regexp-special-case.cc | 48 ---
js/src/irregexp/imported/regexp-ast.cc | 17 +-
js/src/irregexp/imported/regexp-ast.h | 23 +-
js/src/irregexp/imported/regexp-bytecode-generator.cc | 2 +-
js/src/irregexp/imported/regexp-bytecode-peephole.cc | 4 +-
js/src/irregexp/imported/regexp-compiler-tonode.cc | 86 +++--
js/src/irregexp/imported/regexp-compiler.cc | 43 ++-
js/src/irregexp/imported/regexp-compiler.h | 8 +-
js/src/irregexp/imported/regexp-dotprinter.cc | 4 +
js/src/irregexp/imported/regexp-interpreter.cc | 84 ++--
js/src/irregexp/imported/regexp-interpreter.h | 13 +-
js/src/irregexp/imported/regexp-macro-assembler.cc | 70 ++--
js/src/irregexp/imported/regexp-macro-assembler.h | 23 +-
js/src/irregexp/imported/regexp-nodes.h | 18 +-
js/src/irregexp/imported/regexp-parser.cc | 287 +++++++++++------
js/src/irregexp/imported/regexp.h | 12 +-
js/src/irregexp/imported/special-case.h | 10 -
js/src/irregexp/moz.yaml | 4 +-
18 files changed, 417 insertions(+), 339 deletions(-)
Reporter | ||
Comment 2•2 years ago
|
||
cNqEk1WBSriqnCc3PQe-Hg |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=e4e64711a0f2f3aef15d3e618bdfe09dfaa41672
Reporter | ||
Comment 3•2 years ago
|
||
Reporter | ||
Comment 4•2 years ago
|
||
EqClnzXCQMK9vc8glbLoaw |
All jobs completed, we found the following issues.
Known Issues (From Taskcluster):
- spidermonkey-sm-fuzzing-linux64/opt (UUhjuRqCQAiM-eDOmVCoQQ) - new failure not classified
- spidermonkey-sm-wasm-no-experimental-linux64/debug (VtDFSDEtTgu-G1lXZgu1zw) - new failure not classified
- spidermonkey-sm-fuzzilli-linux64/debug (b3bHaO0GTCSGIjuKmuyjqA) - new failure not classified
- spidermonkey-sm-plain-linux64/debug (b4nftusHTwKl0-k7bmOAdQ) - new failure not classified
- spidermonkey-sm-pbl-linux64/opt (XngZLOLNQBCR455sOJeJIQ) - new failure not classified
- spidermonkey-sm-plain-linux64/opt (BlilBnSOQ3iufCwDs67Xyw) - new failure not classified
- spidermonkey-sm-gdb-linux64/debug (CfSFqn5LRhyuDfsJWC-50g) - new failure not classified
- spidermonkey-sm-asan-linux64/opt (ZMCHQryBQRSY9FPWoLQ-Hw) - new failure not classified
- spidermonkey-sm-nonunified-linux64/debug (FqlZJTzxTtC4c9XrRJqJ2A) - new failure not classified
- spidermonkey-sm-linux64-wasi-intl/opt (ck2uSaIBSYCA-ThYPVD4xw) - new failure not classified
- spidermonkey-sm-compacting-linux64/debug (CvP1MOf-QFeNRvepdJg8Pw) - new failure not classified
- spidermonkey-sm-rootanalysis-linux64/debug (F1VglgqKRaW-Jlhou9amuA) - new failure not classified
- spidermonkey-sm-linux64-wasi/opt (EPhWgkO_Qo2PAteMSwlpbA) - new failure not classified
- spidermonkey-sm-plain-linux32/debug (fUs-LhV-SQ-8e3Mt2E8d6w) - new failure not classified
- spidermonkey-sm-linux64-wasi-pbl/opt (HebgYOMyRUmsHjK2zPYI4Q) - new failure not classified
- spidermonkey-sm-arm64-sim-linux64/debug (HOTTFbmkSwmp46YGJJJvpw) - new failure not classified
- spidermonkey-sm-nojit-linux64/opt (MVk33wpiQRWbQj-7vpGviA) - new failure not classified
- spidermonkey-sm-package-linux64/opt (Oa9EBHnqSb2PA7J-WL94sg) - new failure not classified
- spidermonkey-sm-arm-sim-linux32/debug (O-TPsVEJRiukENGN0ymvXg) - new failure not classified
- hazard-linux64-shell-haz/debug (PhbPUK3ST--FHQmAOSHezw) - new failure not classified
- spidermonkey-sm-tsan-linux64/opt (QEncmA8RSHK6Z0h9zbINiA) - new failure not classified
- spidermonkey-sm-temporal-linux64/debug (SH1Jm7sCSr-UEdKh8YaX0w) - new failure not classified
- spidermonkey-sm-rt-linux64/debug (SSWNN-msTfmhHfXUOJ_5rw) - 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•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 5•2 years ago
|
||
OclelEyeQYW44brU3Oy-Pg |
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•2 years ago
|
Description
•