From: Stefan Monnier Date: Tue, 5 Sep 2023 14:54:25 +0000 (-0400) Subject: (regexp-tests-backtrack-optimization): Mark it as failing X-Git-Tag: emacs-29.1.90~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80bdcf8f351f35f1eb73a016f7e58188be0425d4;p=emacs.git (regexp-tests-backtrack-optimization): Mark it as failing * test/src/regex-emacs-tests.el (regexp-tests-backtrack-optimization): The fix for bug#65726 broke some of the optimization added for bug#61514. --- diff --git a/test/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el index c074100e17f..195b3c9f8c0 100644 --- 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)