]> code.delx.au - gnu-emacs/blobdiff - test/ChangeLog
Improve indexing in Emacs manual (Bug#20105)
[gnu-emacs] / test / ChangeLog
index 15677e764681b2ca6cc8afb3b2b315dcf41cb84b..f33cf84cf98c41ae708007a7faf0cacf97b98a33 100644 (file)
@@ -1,3 +1,396 @@
+2015-01-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el
+       (python-indent-dedent-line-backspace-2)
+       (python-indent-dedent-line-backspace-3): New tests.
+
+2015-01-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-indent-pep8-1)
+       (python-indent-pep8-2, python-indent-pep8-3)
+       (python-indent-after-comment-2): Fix tests.
+       (python-indent-after-comment-3): New test.
+
+2015-01-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-indent-pep8-1)
+       (python-indent-pep8-2, python-indent-pep8-3)
+       (python-indent-after-comment-1, python-indent-after-comment-2)
+       (python-indent-inside-paren-1, python-indent-inside-paren-2)
+       (python-indent-after-block-1, python-indent-after-block-2)
+       (python-indent-after-backslash-1, python-indent-after-backslash-2)
+       (python-indent-after-backslash-3, python-indent-block-enders-1)
+       (python-indent-block-enders-2, python-indent-block-enders-3)
+       (python-indent-block-enders-4, python-indent-block-enders-5)
+       (python-indent-dedenters-1, python-indent-dedenters-2)
+       (python-indent-dedenters-3, python-indent-dedenters-4)
+       (python-indent-dedenters-5, python-indent-dedenters-6)
+       (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
+       (python-indent-base-case, python-indent-after-block-3)
+       (python-indent-after-backslash-5, python-indent-inside-paren-3)
+       (python-indent-inside-paren-4, python-indent-inside-paren-5)
+       (python-indent-inside-paren-6, python-indent-inside-string-1)
+       (python-indent-inside-string-2, python-indent-inside-string-3)
+       (python-indent-dedent-line-backspace-1): New Tests.
+
+2015-01-24  Glenn Morris  <rgm@gnu.org>
+
+       * automated/regexp-tests.el: Require regexp-opt, which is
+       not preloaded --without-x.
+
+2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
+
+       Fix package tests when TMPDIR is in HOME.  (Bug#19657)
+       * automated/package-test.el (with-package-test):
+       Bind `abbreviated-home-dir' to nil.
+       (package-test-describe-package, package-test-signed):
+       Expect abbreviated directory names.
+
+2015-01-22  Wolfgang Jenkner  <wjenkner@inode.at>
+
+       * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
+       New functions.
+       (test-calc-remove-units, test-calc-extract-units)
+       (test-calc-convert-units): New tests.
+       [Backport]
+
+2014-12-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
+       New defun.
+       (tramp-test30-special-characters): Use it.  (Bug#19463)
+       (tramp--test-check-files): Filter nil file names out.
+
+2014-12-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.11.
+
+       * automated/tramp-tests.el (tramp-test30-special-characters):
+       Skip test on MS-Windows.
+
+2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-shell-buffer-substring-9): New test.
+
+2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-shell-buffer-substring-1)
+       (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
+       (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
+       (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
+       (python-shell-buffer-substring-8)
+       (python-info-encoding-from-cookie-1)
+       (python-info-encoding-from-cookie-2)
+       (python-info-encoding-from-cookie-3)
+       (python-info-encoding-from-cookie-4)
+       (python-info-encoding-from-cookie-5)
+       (python-info-encoding-from-cookie-6)
+       (python-info-encoding-from-cookie-7, python-info-encoding-1)
+       (python-info-encoding-2): New tests.
+
+2014-12-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
+       expect a given order of "." and "..".
+
+2014-12-22  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-indent-electric-colon-2)
+       (python-indent-electric-colon-3): New tests.
+
+2014-12-14  João Távora  <joaotavora@gmail.com>
+
+       * automated/electric-tests.el (autowrapping-7): Tests for
+       tex-mode.
+
+2014-12-13  Glenn Morris  <rgm@gnu.org>
+
+       * automated/flymake/warnpred/test.pl: Tweak format, since the
+       previous one seems to have stopped giving a warning with perl 5.20.1.
+
+2014-11-22  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el
+       (python-shell-calculate-process-environment-4)
+       (python-shell-calculate-process-environment-5): New tests.
+       (python-shell-make-comint-3): Use file-equal-p.
+       (python-shell-get-or-create-process-1)
+       (python-shell-get-or-create-process-2)
+       (python-shell-get-or-create-process-3): Fix interpreter for
+       Windows (Bug#18595).
+
+2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-indent-dedenters-8): New test
+       for Bug#18432.
+
+2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-indent-region-1)
+       (python-indent-region-2, python-indent-region-3)
+       (python-indent-region-4, python-indent-region-5): New tests.
+
+2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       Backport Tramp changes from trunk.
+
+       * automated/tramp-tests.el (tramp-remote-process-environment):
+       Declare.
+       (tramp--test-enabled): Ignore errors.
+       (tramp--instrument-test-case): Extend docstring.  Print debug
+       buffer in any case.
+       (tramp-test15-copy-directory): Skip for tramp-smb.el.
+       (tramp-test21-file-links): Use `file-truename' for directories.
+       (tramp-test26-process-file): Extend test according to Bug#17815.
+       (tramp-test27-start-file-process, tramp-test28-shell-command):
+       Retrieve process output more robustly.
+       (tramp-test29-vc-registered): Set $BZR_HOME.
+       (tramp--test-check-files): Extend test with `substitute-in-file-name'.
+       (tramp-test30-special-characters): Skip for tramp-adb.el,
+       tramp-gvfs.el and tramp-smb.el.  Add further file names.
+
+2014-10-20  Glenn Morris  <rgm@gnu.org>
+
+       * Version 24.4 released.
+
+2014-10-01  Glenn Morris  <rgm@gnu.org>
+
+       * automated/package-test.el (with-package-test, package-test-signed):
+       Also set HOME to a temp value, in case the real one is absent (e.g.
+       hydra) or read-only.  (Bug#18575)
+       (package-test-signed): Use skip-unless rather than expected-result.
+
+2014-09-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el:
+       (python-indent-electric-colon-1): New test.  (Bug#18228)
+
+2014-08-18  Glenn Morris  <rgm@gnu.org>
+
+       * automated/python-tests.el (python-shell-calculate-exec-path-2):
+       Update test for today's python.el changes.
+
+2014-08-11  Glenn Morris  <rgm@gnu.org>
+
+       * automated/data/files-bug18141.el.gz: New file.
+       * automated/files.el (files-test-bug-18141-file):
+       New variable and test.  (Bug#18141)
+
+2014-08-07  Glenn Morris  <rgm@gnu.org>
+
+       * automated/Makefile.in (check-tar): Remove, no longer needed.
+
+2014-08-03  Glenn Morris  <rgm@gnu.org>
+
+       * automated/Makefile.in (check-tar): Add as alias for check.
+
+2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el:
+       (python-util-clone-local-variables-1): Fix test.
+
+2014-07-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-shell-make-comint-1):
+       (python-shell-make-comint-2): Fix indentation.
+       (python-shell-make-comint-3)
+       (python-shell-make-comint-4): New tests.
+       (python-shell-get-or-create-process-1): Fix test.
+       (python-shell-get-or-create-process-2)
+       (python-shell-get-or-create-process-3): New tests.
+       (python-shell-internal-get-or-create-process-1): Fix test.
+       (python-shell-prompt-detect-1): New test.
+       (python-shell-prompt-detect-2): New test.  (Bug#17370)
+       (python-shell-prompt-detect-3)
+       (python-shell-prompt-detect-4)
+       (python-shell-prompt-detect-5)
+       (python-shell-prompt-detect-6)
+       (python-shell-prompt-validate-regexps-1)
+       (python-shell-prompt-validate-regexps-2)
+       (python-shell-prompt-validate-regexps-3)
+       (python-shell-prompt-validate-regexps-4)
+       (python-shell-prompt-validate-regexps-5)
+       (python-shell-prompt-validate-regexps-6)
+       (python-shell-prompt-validate-regexps-7)
+       (python-shell-prompt-set-calculated-regexps-1)
+       (python-shell-prompt-set-calculated-regexps-2)
+       (python-shell-prompt-set-calculated-regexps-3)
+       (python-shell-prompt-set-calculated-regexps-4)
+       (python-shell-prompt-set-calculated-regexps-5)
+       (python-shell-prompt-set-calculated-regexps-6)
+       (python-util-valid-regexp-p-1): New tests.
+
+2014-07-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el
+       (python-indent-block-enders-1)
+       (python-indent-block-enders-2): Fix tests.
+       (python-indent-block-enders-3)
+       (python-indent-block-enders-4)
+       (python-indent-block-enders-5)
+       (python-indent-dedenters-1)
+       (python-indent-dedenters-2): Remove tests.
+       (python-indent-dedenters-1)
+       (python-indent-dedenters-2)
+       (python-indent-dedenters-3)
+       (python-indent-dedenters-4)
+       (python-indent-dedenters-5)
+       (python-indent-dedenters-6)
+       (python-indent-dedenters-7)
+       (python-info-dedenter-opening-block-position-1)
+       (python-info-dedenter-opening-block-position-2)
+       (python-info-dedenter-opening-block-position-3)
+       (python-info-dedenter-opening-block-positions-1)
+       (python-info-dedenter-opening-block-positions-2)
+       (python-info-dedenter-opening-block-positions-3)
+       (python-info-dedenter-opening-block-positions-4)
+       (python-info-dedenter-opening-block-positions-5)
+       (python-info-dedenter-opening-block-message-1)
+       (python-info-dedenter-opening-block-message-2)
+       (python-info-dedenter-opening-block-message-3)
+       (python-info-dedenter-opening-block-message-4)
+       (python-info-dedenter-opening-block-message-5)
+       (python-info-dedenter-statement-p-1)
+       (python-info-dedenter-statement-p-2)
+       (python-info-dedenter-statement-p-3)
+       (python-info-dedenter-statement-p-4)
+       (python-info-dedenter-statement-p-5): New tests.
+
+2014-07-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el
+       (python-tests-self-insert): New function.
+       (python-triple-quote-pairing): Use it.
+       (python-parens-electric-indent-1): New test. (Bug#17658)
+
+2014-06-28  Leo Liu  <sdl.web@gmail.com>
+
+       * automated/calc-tests.el: New file and add tests for math-bignum.
+       (Bug#17556)
+
+2014-06-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * automated/dbus-tests.el (dbus--test-register-service)
+       (dbus-test02-register-service-session): Replace `dbus-ping' calls
+       by `dbus-list-known-names'.  (Bug#17858)
+
+2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * automated/package-test.el (package-test-update-listing)
+       (package-test-update-archives, package-test-describe-package):
+       Adjust tests according to new package-list-unsigned.
+
+2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * automated/python-tests.el (python-util-strip-string-1): New test.
+
+2014-05-08  Glenn Morris  <rgm@gnu.org>
+
+       * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
+       (vc-bzr-test-faulty-bzr-autoloads):
+       Give bzr a temporary home-directory, in case the real one is missing.
+
+2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * automated/ruby-mode-tests.el
+       (ruby-interpolation-after-dollar-sign): New test.
+
+2014-05-05  Glenn Morris  <rgm@gnu.org>
+
+       * automated/help-fns.el: New file.
+
+2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * automated/tramp-tests.el (top):
+       * automated/file-notify-tests.el (top): Do not disable interactive
+       passwords in batch mode.
+       (password-cache-expiry): Set to nil.
+
+2014-04-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * automated/file-notify-tests.el
+       (file-notify-test-remote-temporary-file-directory):
+       * automated/tramp-tests.el (tramp-test-temporary-file-directory):
+       Use a mock-up method as default.
+       (tramp-test00-availability): Print the used directory name.
+       (tramp-test33-recursive-load): Fix typo.
+
+2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
+
+       * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
+       (tramp-test30-special-characters): Remove test for backslash.
+
+2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
+
+       * automated/tramp-tests.el
+       (tramp-test19-directory-files-and-attributes)
+       (tramp-test22-file-times): Check for `file-attributes' equality
+       only if there is a usable timestamp.
+       (tramp--test-check-files): Do not use `copy-sequence'.
+
+2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
+
+       * automated/tramp-tests.el (tramp--test-check-files): Extend test.
+       (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
+
+2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
+       (tramp--test-make-temp-name): Optional argument LOCAL.
+       (tramp--instrument-test-case): Show messages.  Catch also `quit'.
+       (tramp-test10-write-region): No special test for out-of-band copy
+       needed anymore.
+       (tramp-test11-copy-file, tramp-test12-rename-file)
+       (tramp-test21-file-links): Extend tests.
+       (tramp-test20-file-modes): More robust check for user "root".
+       (tramp--test-check-files): New defun.
+       (tramp-test30-special-characters, tramp-test33-recursive-load)
+       (tramp-test34-unload): New tests.
+       (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
+
+2014-04-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * automated/electric-tests.el: Fix spelling error in test name.
+       (whitespace-skipping-for-quotes-not-outside):
+       Rename from whitespace-skipping-for-quotes-not-ouside.
+
+2014-04-09  Glenn Morris  <rgm@gnu.org>
+
+       * automated/python-tests.el (python-triple-quote-pairing):
+       Enable/disable electric-pair-mode as needed.
+
+       * automated/electric-tests.el (electric-pair-backspace-1):
+       Replace deleted function.
+
+2014-04-07  João Távora  <joaotavora@gmail.com>
+
+       * automated/electric-tests.el (define-electric-pair-test):
+       Don't overtest.
+       (inhibit-in-mismatched-string-inside-ruby-comments): New test.
+       (inhibit-in-mismatched-string-inside-c-comments): New test.
+
+       * automated/electric-tests.el (inhibit-if-strings-mismatched):
+       New test, change from `inhibit-only-of-next-is-mismatched'.
+
+2014-04-06  João Távora  <joaotavora@gmail.com>
+
+       * automated/python-tests.el (python-triple-quote-pairing): New test.
+       (python-syntax-after-python-backspace): New test.
+
+       * automated/electric-tests.el (electric-pair-define-test-form):
+       More readable test docstrings.
+       (whitespace-skipping-for-quotes-not-ouside)
+       (whitespace-skipping-for-quotes-only-inside)
+       (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
+
+2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
+
+       * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
+       (undo-test-region-t-marker): New tests of marker adjustments.
+       (undo-test-marker-adjustment-moved):
+       (undo-test-region-mark-adjustment): New tests to demonstrate
+       bug#16818, which fail without the fix.
+
 2014-03-23  Daniel Colascione  <dancol@dancol.org>
 
        * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2008-2014 Free Software Foundation, Inc.
+  Copyright (C) 2008-2015 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.