Update irregexp to new version 00e0311b24f81702be8952994afd5ce8a9b415b8 from 2023-08-26 00:00:00
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
People
(Reporter: update-bot, Assigned: iain)
References
(Blocks 1 open bug)
Details
(Whiteboard: [3pl-filed][task_id: MzZ69rDeQpynlfv4YSrKpQ])
Attachments
(1 obsolete file)
This update covers 924 commits, including 76 new upstream commits I've never filed a bug on before. (They're the top 76.). Here are the overall diff statistics.
js/src/irregexp/imported/gen-regexp-special-case.cc | 48 ---------------------
js/src/irregexp/imported/regexp-ast.h | 6 --
js/src/irregexp/imported/regexp-compiler-tonode.cc | 25 +----------
js/src/irregexp/imported/regexp-interpreter.cc | 20 ++++----
js/src/irregexp/imported/regexp-macro-assembler.cc | 26 +++++-----
js/src/irregexp/imported/regexp-parser.cc | 2 +-
js/src/irregexp/imported/special-case.h | 10 ----
js/src/irregexp/moz.yaml | 4 +-
8 files changed, 27 insertions(+), 114 deletions(-)
| Reporter | ||
Comment 2•2 years ago
|
||
| MzZ69rDeQpynlfv4YSrKpQ | ||
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=e6b6c7d0cdb068bcca7b378044745e300b7b9766
| Reporter | ||
Comment 3•2 years ago
|
||
| Reporter | ||
Comment 4•2 years ago
|
||
| XO8-Hf5CRyaTZu74dnrz3A | ||
All jobs completed, we found the following issues.
Known Issues (From Taskcluster):
- hazard-linux64-shell-haz/debug (WUYdBAb-SeegqR_U1xm1iw) - new failure not classified
- spidermonkey-sm-plain-linux64/debug (exLd7JXLSQq4ptpBYx_7ig) - new failure not classified
- spidermonkey-sm-package-linux64/opt (agScWp5iRyCmIHt6eOWjAw) - new failure not classified
- spidermonkey-sm-gdb-linux64/debug (Dbw9HL6WQb-U6bSfCx_e2Q) - new failure not classified
- spidermonkey-sm-arm-sim-linux32/debug (LBIZr3leQv2nOmGl6CX9gw) - new failure not classified
- spidermonkey-sm-fuzzing-linux64/opt (XYkxptbnTOCUmsGBO-5img) - new failure not classified
- spidermonkey-sm-compacting-linux64/debug (eh_mkTniRhK_R8ylbVZNww) - new failure not classified
- spidermonkey-sm-plain-linux32/debug (RX5v1-AwTUWqgRuQeAyeyA) - new failure not classified
- spidermonkey-sm-tsan-linux64/opt (bkbFqJZwTPm_YLNdyyEhkg) - new failure not classified
- spidermonkey-sm-linux64-wasi-intl/opt (eo68fzu_SEqqMk5AkibmVw) - new failure not classified
- spidermonkey-sm-plain-linux64/opt (fOsjYnyVQG26LaQKIN9XwA) - new failure not classified
- spidermonkey-sm-arm64-sim-linux64/debug (TWEjPsZLQquwOoNrYpQ1hg) - new failure not classified
- spidermonkey-sm-nojit-linux64/opt (RsZANaA4SjWjxLnENOHw-Q) - new failure not classified
- spidermonkey-sm-asan-linux64/opt (TfpPzDK-RJ6WeXRU967xJA) - new failure not classified
- spidermonkey-sm-rt-linux64/debug (J3CQipRZSdu4bAp66smEtg) - new failure not classified
- spidermonkey-sm-rootanalysis-linux64/debug (ZCr6qf9IQnKsOr1nuUECHA) - new failure not classified
- spidermonkey-sm-wasm-no-experimental-linux64/debug (XhRHxl-dSy-sfMl9UyBPzg) - new failure not classified
- spidermonkey-sm-fuzzilli-linux64/debug (IYDtxKygSq2aleOAUgCaRw) - new failure not classified
- spidermonkey-sm-linux64-wasi/opt (Vw9sss79QDuUrejjo-qBnA) - new failure not classified
- spidermonkey-sm-temporal-linux64/debug (YKhcYTauSOaKhJ6Wh_cGsg) - new failure not classified
- spidermonkey-sm-nonunified-linux64/debug (IA28fKi1QNycBa6kYDvQfA) - 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
|
||
| JBSP2oi7QzKGXmqnmHY4DA | ||
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
•