From 80bdcf8f351f35f1eb73a016f7e58188be0425d4 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 5 Sep 2023 10:54:25 -0400 Subject: [PATCH] (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. --- test/src/regex-emacs-tests.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2