emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d4d9246: Tag a semantic test that seems to hang recently


From: Glenn Morris
Subject: master d4d9246: Tag a semantic test that seems to hang recently
Date: Sun, 7 Mar 2021 12:27:38 -0500 (EST)

branch: master
commit d4d92464119c38c8b87b2a10fa1999fe230c51f7
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    Tag a semantic test that seems to hang recently
    
    * test/lisp/cedet/semantic-utest-c.el
    (semantic-test-c-preprocessor-simulation): Mark as unstable.
---
 test/lisp/cedet/semantic-utest-c.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/cedet/semantic-utest-c.el 
b/test/lisp/cedet/semantic-utest-c.el
index a7cbe11..b881cdb 100644
--- a/test/lisp/cedet/semantic-utest-c.el
+++ b/test/lisp/cedet/semantic-utest-c.el
@@ -46,7 +46,7 @@
 ;;;###autoload
 (ert-deftest semantic-test-c-preprocessor-simulation ()
   "Run parsing test for C from the test directory."
-  :tags '(:expensive-test)
+  :tags '(:expensive-test :unstable)
   (semantic-mode 1)
   (dolist (fp semantic-utest-c-comparisons)
     (let* ((semantic-lex-c-nested-namespace-ignore-second nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]