Update irregexp to new version 30725917f8f62c0d82b1b46b0e558e9639f6ec8d from 2023-11-27 00:00:00
Categories
(Core :: JavaScript Engine, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox122 | --- | affected |
People
(Reporter: update-bot, Assigned: iain)
References
Details
(Whiteboard: [3pl-filed][task_id: KBPuciZ6SauRpsecF9m07g])
Attachments
(1 obsolete file)
This update covers 2489 commits, including 146 new upstream commits I've never filed a bug on before. (They're the top 146.). Here are the overall diff statistics.
js/src/irregexp/imported/gen-regexp-special-case.cc | 48 -----
js/src/irregexp/imported/regexp-ast.cc | 15 +-
js/src/irregexp/imported/regexp-ast.h | 12 +-
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 | 39 +---
js/src/irregexp/imported/regexp-compiler.cc | 2 +-
js/src/irregexp/imported/regexp-interpreter.cc | 84 ++++----
js/src/irregexp/imported/regexp-interpreter.h | 13 +-
js/src/irregexp/imported/regexp-macro-assembler.cc | 68 ++++---
js/src/irregexp/imported/regexp-macro-assembler.h | 23 +-
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 +-
15 files changed, 229 insertions(+), 262 deletions(-)
Reporter | ||
Comment 2•11 months ago
|
||
KBPuciZ6SauRpsecF9m07g |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=9852e6840e086664cc19662fdb17ea1bb909a474
Reporter | ||
Comment 3•11 months ago
|
||
Reporter | ||
Comment 4•11 months ago
|
||
BcqS1wavScOrrp57AGLs_g |
All jobs completed, we found the following issues.
Known Issues (From Taskcluster):
- spidermonkey-sm-gdb-linux64/debug (DEMi_8xlT5qfz0g9X_k4FQ) - new failure not classified
- spidermonkey-sm-linux64-wasi-intl/opt (Cxm8lPm6Q6ChySCI8Ev5-Q) - new failure not classified
- spidermonkey-sm-arm64-sim-linux64/debug (WeP9LCcXTR-o_PGgbuaBWA) - new failure not classified
- spidermonkey-sm-tsan-linux64/opt (Zlba1j9kQiaDxYFl8Xseog) - new failure not classified
- spidermonkey-sm-fuzzing-linux64/opt (KjGkiIJcQK6gHsAaGtaIbA) - new failure not classified
- spidermonkey-sm-nojit-linux64/opt (EBSfvDmhSYyhS32GelfCHA) - new failure not classified
- spidermonkey-sm-arm-sim-linux32/debug (R6Y8KWdWQ9eIUfCh1EC0Dg) - new failure not classified
- spidermonkey-sm-temporal-linux64/debug (X6GljckaR3CY-tTytl8PiQ) - new failure not classified
- hazard-linux64-shell-haz/debug (JDw5LaYMRrSZ6EIeSlmoWQ) - new failure not classified
- spidermonkey-sm-rootanalysis-linux64/debug (CR1ZCtmJTrOjlmr4GLzavg) - new failure not classified
- spidermonkey-sm-asan-linux64/opt (VzzUM5bQRKynGqMGAScp7A) - new failure not classified
- spidermonkey-sm-package-linux64/opt (SoUpBVOCQMuUuSxb6GwuVA) - new failure not classified
- spidermonkey-sm-wasm-no-experimental-linux64/debug (HUv1IRxGSsOsfiqFyVBI3g) - new failure not classified
- spidermonkey-sm-linux64-wasi-pbl/opt (emW60rMTSnamAZlsYOVgdQ) - new failure not classified
- spidermonkey-sm-plain-linux64/opt (Gz4egGpVTRKftp2JAYhf0w) - new failure not classified
- spidermonkey-sm-plain-linux64/debug (LO4IMuIzTOeFErVOboFHvA) - new failure not classified
- spidermonkey-sm-fuzzilli-linux64/debug (SxPK6M0MRoqc0DE3Ua0D3g) - new failure not classified
- spidermonkey-sm-pbl-linux64/opt (ebUjnHXuRU6jkJHfSka29w) - new failure not classified
- spidermonkey-sm-linux64-wasi/opt (fwvnkHH5T6ivTDhNHX85lQ) - new failure not classified
- spidermonkey-sm-plain-linux32/debug (aM-zCp6zTQWCqUyEwOA0-w) - new failure not classified
- spidermonkey-sm-nonunified-linux64/debug (QcmsBkI2QQyx2Zva5DM_BQ) - new failure not classified
- spidermonkey-sm-rt-linux64/debug (T6eoNjwDSt2rNzV-Wtu1Xw) - new failure not classified
- spidermonkey-sm-compacting-linux64/debug (aYfZcC8DRfanyfMZSNBsGQ) - 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•11 months ago
|
Reporter | ||
Comment 5•10 months ago
|
||
WpKOYuylTKCh3BKFvne4lw |
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).
Reporter | ||
Comment 6•10 months ago
|
||
WpKOYuylTKCh3BKFvne4lw |
Updatebot encountered an error while trying to abandon the phabricator patch 194793.
Updatebot will be unable to do anything more for this library version.
Updated•9 months ago
|
Description
•