]> git.eshelyaron.com Git - emacs.git/commitdiff
(regexp-tests-backtrack-optimization): Mark it as failing
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 Sep 2023 14:54:25 +0000 (10:54 -0400)
committerStefan 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

index c074100e17f272e09ad6a7554452c20570b42983..195b3c9f8c0f1aa66301211c26fa83b6ad5be312 100644 (file)
@@ -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)