projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a9e653
)
(regexp-tests-backtrack-optimization): Mark it as failing
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 5 Sep 2023 14:54:25 +0000
(10:54 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 5 Sep 2023 14:54:25 +0000
(10:54 -0400)
* test/src/regex-emacs-tests.el (regexp-tests-backtrack-optimization):
The fix for bug#65726 broke some of the optimization added for bug#61514.
test/src/regex-emacs-tests.el
patch
|
blob
|
history
diff --git
a/test/src/regex-emacs-tests.el
b/test/src/regex-emacs-tests.el
index c074100e17f272e09ad6a7554452c20570b42983..195b3c9f8c0f1aa66301211c26fa83b6ad5be312 100644
(file)
--- a/
test/src/regex-emacs-tests.el
+++ b/
test/src/regex-emacs-tests.el
@@
-873,6
+873,7
@@
This evaluates the TESTS test cases from glibc."
(should (equal (string-match "\\`a\\{2\\}*\\'" "a") nil)))
(ert-deftest regexp-tests-backtrack-optimization () ;bug#61514
+ :expected-result :failed
;; Make sure we don't use up the regexp stack needlessly.
(with-current-buffer (get-buffer-create "*bug*")
(erase-buffer)