commit 1333863e9bb7e713105a9f9106089f1715bf66df parent 0de4405c13a470fef1dfe36e01564bea689c15e1 Author: Daniel Minor <dminor@mozilla.com> Date: Wed, 15 Oct 2025 17:38:03 +0000 Bug 1903322 - Update jit-tests for removed options; r=mgaudet Differential Revision: https://phabricator.services.mozilla.com/D268593 Diffstat:
| M | js/src/jit-test/tests/regexp/bug1921421.js | | | 2 | +- |
| M | js/src/jit-test/tests/regexp/match-indices-dictionary-duplicate-groups.js | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/src/jit-test/tests/regexp/bug1921421.js b/js/src/jit-test/tests/regexp/bug1921421.js @@ -1,4 +1,4 @@ -// |jit-test| --enable-regexp-modifiers +// |jit-test| try { new RegExp("(?--"); diff --git a/js/src/jit-test/tests/regexp/match-indices-dictionary-duplicate-groups.js b/js/src/jit-test/tests/regexp/match-indices-dictionary-duplicate-groups.js @@ -1,4 +1,4 @@ -// |jit-test| --enable-regexp-duplicate-named-groups; skip-if: getBuildConfiguration("wasi")||getBuildConfiguration('release_or_beta') +// |jit-test| skip-if: getBuildConfiguration("wasi") var s = ""; var input = ""; for (var i = 0; i < 500; ++i) {