]> code.delx.au - gnu-emacs/commitdiff
Add :expected-result :failed for unfixed bug test
authorTino Calancha <tino.calancha@gmail.com>
Tue, 5 Jul 2016 16:10:22 +0000 (01:10 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Tue, 5 Jul 2016 16:10:22 +0000 (01:10 +0900)
* test/lisp/help-fns-tests.el (help-fns-test-bug23887):

test/lisp/help-fns-tests.el

index ba0d8ed8e385fb155a9e611fb935c491e1c49e32..4239a2afefc84fc23b2b7f6f93fb85a9303a6b25 100644 (file)
@@ -77,6 +77,7 @@ Return first line of the output of (describe-function-1 FUNC)."
 
 (ert-deftest help-fns-test-bug23887 ()
   "Test for http://debbugs.gnu.org/23887 ."
+  :expected-result :failed
   (let ((regexp "an alias for .re-search-forward. in .subr\.el")
         (result (help-fns-tests--describe-function 'search-forward-regexp)))
     (should (string-match regexp result))))