Update irregexp to new version 08dbda3617ad0e78cb777267fa40b2f11368d72b from 2023-10-29 00:00:00
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
People
(Reporter: update-bot, Assigned: iain)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [3pl-filed][task_id: RBr5pyvHT2yRSKoeIeIANg])
Attachments
(1 obsolete file)
This update covers 1814 commits, including 109 new upstream commits I've never filed a bug on before. (They're the top 109.). 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•2 years ago
|
||
RBr5pyvHT2yRSKoeIeIANg |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=96e07f6c87af6ddaf284869479fb45bc2e580e51
Reporter | ||
Comment 3•2 years ago
|
||
Reporter | ||
Comment 4•2 years ago
|
||
cCj7-m0pRhqYWcMVSCLDrA |
All jobs completed, we found the following issues.
Known Issues (From Taskcluster):
- spidermonkey-sm-temporal-linux64/debug (FeOBZQBPSzyiK_xs6KIj7g) - new failure not classified
- spidermonkey-sm-package-linux64/opt (chHVvJnwQ0-qMN_UPah33w) - new failure not classified
- spidermonkey-sm-rt-linux64/debug (V05vdVyhTWyIoTWXvyUEkQ) - new failure not classified
- spidermonkey-sm-plain-linux64/opt (e75AjXewRZS9WgqxMW39mQ) - new failure not classified
- spidermonkey-sm-nonunified-linux64/debug (KXjafQ1ERlShBPmeY0Gwxw) - new failure not classified
- spidermonkey-sm-wasm-no-experimental-linux64/debug (EwI66H9-RBG0Le_9MGoYhg) - new failure not classified
- spidermonkey-sm-fuzzilli-linux64/debug (K0P9mtG8SIecRY4IeTELuQ) - new failure not classified
- spidermonkey-sm-plain-linux32/debug (QNBB7C2MRA-pX9BBfPu-8w) - new failure not classified
- hazard-linux64-shell-haz/debug (fyN7RtRXS02w_4kEt-vapQ) - new failure not classified
- spidermonkey-sm-gdb-linux64/debug (QsFkAwVrTl6sJtkJLDS6ZA) - new failure not classified
- spidermonkey-sm-fuzzing-linux64/opt (Qq-YbkoXSEO2IhAj_z9RGQ) - new failure not classified
- spidermonkey-sm-linux64-wasi-intl/opt (EUmuiO4iRCqQtg3uFOOPTA) - new failure not classified
- spidermonkey-sm-tsan-linux64/opt (U80oWvbhSqajZZ5b4Zqg9w) - new failure not classified
- spidermonkey-sm-rootanalysis-linux64/debug (CuOh5nIwRhu_6rJoOdh23w) - new failure not classified
- spidermonkey-sm-arm-sim-linux32/debug (QDTH2lOZTiOg7HmSkhT6Qg) - new failure not classified
- spidermonkey-sm-asan-linux64/opt (FwK6RkOgTemI80acvgzqrA) - new failure not classified
- spidermonkey-sm-arm64-sim-linux64/debug (E30YQq7VQRa6ATxZQbxUJQ) - new failure not classified
- spidermonkey-sm-compacting-linux64/debug (Ao2dwBahQRWRVbdBXFe2LQ) - new failure not classified
- spidermonkey-sm-linux64-wasi/opt (MJhkJwrgR9eYcEoEyx2FXA) - new failure not classified
- spidermonkey-sm-nojit-linux64/opt (ZUIu0uWuRfOEbBDq3O3f2w) - new failure not classified
- spidermonkey-sm-plain-linux64/debug (Gl6mt0eCRTSkbxUBcTDLyg) - 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.
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 5•2 years ago
|
||
aFWpiusjSMmm1iwtVTiV1A |
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
•