emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp ddf1b19: * test/src/comp-tests.el (comp-tests-bootst


From: Andrea Corallo
Subject: feature/native-comp ddf1b19: * test/src/comp-tests.el (comp-tests-bootstrap): Tag it as expensive.
Date: Thu, 1 Oct 2020 12:05:42 -0400 (EDT)

branch: feature/native-comp
commit ddf1b1931c7072d83d7b114a191fad92bb1000b4
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * test/src/comp-tests.el (comp-tests-bootstrap): Tag it as expensive.
---
 test/src/comp-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index 356bd87..f76afdb 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -46,6 +46,7 @@
 (ert-deftest comp-tests-bootstrap ()
   "Compile the compiler and load it to compile it-self.
 Check that the resulting binaries do not differ."
+  :tags '(:expensive-test)
   (let* ((comp-src (concat comp-test-directory
                            "../../lisp/emacs-lisp/comp.el"))
          (comp1-src (make-temp-file "stage1-" nil ".el"))



reply via email to

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