emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117405: Disable byte-compilation in two test/automa


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117405: Disable byte-compilation in two test/automated files
Date: Thu, 26 Jun 2014 06:02:57 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117405
revision-id: address@hidden
parent: address@hidden
fixes bugs: http://debbugs.gnu.org/17851 http://debbugs.gnu.org/17852
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2014-06-25 23:02:52 -0700
message:
  Disable byte-compilation in two test/automated files
  
  * test/automated/eieio-tests.el (no-byte-compile): Set it. 
  
  * test/automated/ert-tests.el (no-byte-compile): Set it.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/eieio-tests.el  eieiotests.el-20130821193910-z2ci0jdy8tkatvig-1
  test/automated/ert-tests.el    erttests.el-20110112160650-056hnl9qhpjvjicy-4
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-06-26 05:47:10 +0000
+++ b/test/ChangeLog    2014-06-26 06:02:52 +0000
@@ -1,5 +1,9 @@
 2014-06-26  Glenn Morris  <address@hidden>
 
+       * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
+
+       * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
+
        * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
        (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
        (setwins, compile-targets, compile-main, compile-clean): Remove.

=== modified file 'test/automated/eieio-tests.el'
--- a/test/automated/eieio-tests.el     2014-01-01 07:43:34 +0000
+++ b/test/automated/eieio-tests.el     2014-06-26 06:02:52 +0000
@@ -1,7 +1,6 @@
 ;;; eieio-tests.el -- eieio tests routines
 
-;; Copyright (C) 1999-2003, 2005-2010, 2012-2014 Free Software
-;; Foundation, Inc.
+;; Copyright (C) 1999-2003, 2005-2010, 2012-2014 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <address@hidden>
 
@@ -888,3 +887,7 @@
 (provide 'eieio-tests)
 
 ;;; eieio-tests.el ends here
+
+;; Local Variables:
+;; no-byte-compile: t
+;; End:

=== modified file 'test/automated/ert-tests.el'
--- a/test/automated/ert-tests.el       2014-01-13 10:53:36 +0000
+++ b/test/automated/ert-tests.el       2014-06-26 06:02:52 +0000
@@ -831,3 +831,7 @@
 (provide 'ert-tests)
 
 ;;; ert-tests.el ends here
+
+;; Local Variables:
+;; no-byte-compile: t
+;; End:


reply via email to

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