Improve on previous quote autopairing change
[emacs/old-mirror.git] / test / ChangeLog
blob5aca4a1d06391ea25e9734b8477b2edc984ea334
1 2014-04-07  João Távora  <joaotavora@gmail.com>
3         * automated/electric-tests.el (define-electric-pair-test): Don't
4         overtest..
5         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
6         (inhibit-in-mismatched-string-inside-c-comments): New test.
8 2014-04-07  João Távora  <joaotavora@gmail.com>
10         * automated/electric-tests.el (inhibit-if-strings-mismatched):
11         New test, change from `inhibit-only-of-next-is-mismatched'.
13 2014-04-06  João Távora  <joaotavora@gmail.com>
15         * automated/python-tests.el (python-triple-quote-pairing): New test.
16         (python-syntax-after-python-backspace): New test.
18 2014-04-06  João Távora  <joaotavora@gmail.com>
20         * automated/electric-tests.el (electric-pair-define-test-form):
21         More readable test docstrings.
22         (whitespace-skipping-for-quotes-not-ouside)
23         (whitespace-skipping-for-quotes-only-inside)
24         (whitespace-skipping-for-quotes-in-text-mode): New tests.
26 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
28         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
29         (undo-test-region-t-marker): New tests of marker adjustments.
30         (undo-test-marker-adjustment-moved):
31         (undo-test-region-mark-adjustment): New tests to demonstrate
32         bug#16818, which fail without the fix.
34 2014-03-23  Daniel Colascione  <dancol@dancol.org>
36         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
37         test: correct parsing of keyword arguments.
39 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
41         * automated/package-test.el (package-test-describe-package):
42         Fix test failure in non-graphical mode.
44 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
46         * automated/package-test.el (package-test-describe-package):
47         Check for the "Keywords: " line.
49         * automated/data/package/archive-contents: Include the :keywords
50         field in `simple-single' data form.
52 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
54         * automated/package-test.el
55         (package-test-install-two-dependencies): New test (bug#16826).
57         * automated/data/package/simple-two-depend-1.1.el: New file.
59         * automated/data/package/archive-contents:
60         Add info about the new package.
62 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
64         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
65         (tramp-test10-write-region): Extend for out-of-band copy.
66         (tramp-test31-asynchronous-requests): New test.
68 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
70         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
71         Add new test of undo in region.
72         (undo-test-in-region-eob): Add test case described at
73         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
75 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
77         * automated/tramp-tests.el (tramp--test-enabled)
78         (tramp-test15-copy-directory): No special handling of tramp-adb.el
79         anymore.  It's fixed in that package.
81 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
83         * automated/tramp-tests.el (tramp--test-enabled): Move connection
84         cleanup into this function.  Remove respective code from all test
85         cases.
86         (tramp--instrument-test-case): Declare `indent' and `debug'.
87         Handle other errors as well.
88         (tramp-test14-delete-directory): Check for `file-error' error.
89         (tramp-test15-copy-directory): Ignore return value of
90         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
91         (tramp-test19-directory-files-and-attributes): Take care of
92         timestamp of "../".
93         (tramp-test20-file-modes, tramp-test27-start-file-process)
94         (tramp-test28-shell-command): Skip for tramp-adb.el.
95         (tramp-test21-file-links): `file-truename' shall preserve trailing
96         link of directories.
97         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
98         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
99         `kill-buffer-query-functions' to nil.
100         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
102 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
104         * automated/tramp-tests.el
105         (tramp-test19-directory-files-and-attributes): Do not include
106         directories in comparison; they might have changed their
107         timestamps already.
109 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
111         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
112         (tramp-test17-insert-directory): First line could contain more
113         text, when produced by `ls-lisp'.
114         (tramp-test19-directory-files-and-attributes): Instrument failed
115         test case.
117 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
119         * automated/tramp-tests.el (tramp-test17-insert-directory):
120         Make first line "total 123" optional.
121         (tramp-test20-file-modes, tramp-test22-file-times)
122         (tramp-test26-process-file, tramp-test27-start-file-process)
123         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
124         tramp-smb.el.
125         (tramp-test20-file-modes): Check for "root" only when there is an
126         explicit user name.
127         (tramp-test21-file-links): Handle "... not supported" error.
128         (tramp-test22-file-times): Skip for "don't know" return values.
129         (tramp-test26-process-file, tramp-test28-shell-command):
130         Remove color escape sequences.
131         (tramp-test28-shell-command): Use `accept-process-output' rather
132         than `sit-for'.
133         (tramp-test30-utf8): Set coding system `utf-8'.
135 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
137         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
138         an initial `sit-for' prior the while loop.
140 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
142         Sync with Tramp 2.2.9.
144         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
145         (tramp-test28-shell-command): Make a while loop when waiting for
146         process exit.
148 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
150         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
151         and `vc-hg'.  Declare `tramp-find-executable' and
152         `tramp-get-remote-path'.
153         (tramp-test29-vc-registered): New test.
154         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
156 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
158         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
159         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
160         (tramp-test28-shell-command): Improve `shell-command' test.  Add
161         `async-shell-command' tests.
163 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
165         * automated/file-notify-tests.el (file-notify--wait-for-events):
166         Use `read-event' instead of `sit-for'.
167         (file-notify-test02-events): Remove expected result, the bug is
168         fixed meanwhile.
169         (file-notify-test02-events, file-notify-test03-autorevert):
170         Use `sleep-for' instead of `sit-for'.
172 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
174         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
175         New test.
177 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
179         * automated/file-notify-tests.el (file-notify--deftest-remote):
180         Do not skip when the local test has failed.  They are unrelated.
181         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
182         `noninteractive' to nil, otherwise `sit-for' could be degraded to
183         `sleep-for'.
184         (file-notify-test02-events): Check for `file-remote-p' instead of
185         `file-notify--test-remote-enabled'.
187 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
189         * automated/file-notify-tests.el (file-notify-test02-events):
190         Let test case fail for Bug#16519.
192 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
194         * automated/file-notify-tests.el (file-notify-test02-events):
195         Hide Bug#16519, until it is solved.
197 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
199         * automated/file-notify-tests.el
200         (file-notify--test-local-enabled): Fix error in logic.
201         (file-notify--wait-for-events): New defmacro.
202         (file-notify-test02-events): Make short breaks between file operations.
203         Use `file-notify--wait-for-events'.  Check, that events have arrived.
204         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
206         * automated/comint-testsuite.el
207         (comint-testsuite-password-strings): Add localized examples.
209 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
211         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
212         case if inotify is not linked with Emacs.  Use `read-event' rather
213         than `sit-for' in order to process events.  (Bug#13662)
215 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
217         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
218         test case with adapted test string.  (Bug#13064)
220 2013-12-28  Glenn Morris  <rgm@gnu.org>
222         * automated/electric-tests.el: Require 'elec-pair.
224 2013-12-26  João Távora  <joaotavora@gmail.com>
226         * automated/electric-tests.el (electric-pair-test-for):
227         Fix autowrapping tests in batch-mode by running with
228         `transient-mark-mode' set to `lambda'.
230         * automated/electric-tests.el: New file.
232 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
234         * automated/python-tests.el
235         (python-nav-lisp-forward-sexp-safe-1): Remove test.
236         (python-nav-forward-sexp-safe-1): New test.
238 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
240         * automated/ruby-mode-tests.el: Add tests for
241         `ruby-align-to-stmt-keywords'.
243         * indent/ruby.rb: Update examples to reflect the lack of change in
244         default indentation of `begin' blocks.
246 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
248         * indent/ruby.rb: Update examples according to the change
249         in `smie-indent-close'.
251 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
253         * indent/ruby.rb: New examples.
255 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
257         * automated/python-tests.el (python-indent-dedenters-2): New test.
259 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
261         * automated/python-tests.el (python-indent-after-comment-1)
262         (python-indent-after-comment-2): New tests.
264 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
266         * automated/python-tests.el (python-indent-block-enders-1):
267         Rename from python-indent-block-enders.
268         (python-indent-block-enders-2): New test.
270 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
272         * indent/js.js: New file.
274 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
276         * automated/dbus-tests.el: New file.
278 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
280         * automated/regexp-tests.el: New file.
282 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
284         * automated/reftex-tests.el (reftex-parse-from-file-test):
285         Run temp-dir through file-truename, to make sure the temporary file
286         names are comparable as strings.
288         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
289         Force Unix EOLs by using 'utf-8-unix', since the default of
290         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
292 2013-11-28  Glenn Morris  <rgm@gnu.org>
294         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
296 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
298         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
299         (EMACSOPT): Use $(PATH_SEP).
301 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
303         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
304         Set to nil.
306 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
308         * automated/file-notify-tests.el
309         (file-notify-test-remote-temporary-file-directory):
310         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
311         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
312         (file-notify--deftest-remote): Cleanup connection initially.
313         (file-notify-test03-autorevert): Run also in batch mode.  Use a
314         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
315         does not work on MS Windows.  Call `accept-process-output' for
316         remote files.  Apply `string-match' instead of `string-equal', the
317         messages are different on MS Windows.
319         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
320         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
321         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
323 2013-11-23  Glenn Morris  <rgm@gnu.org>
325         * automated/python-tests.el (python-shell-make-comint-1)
326         (python-shell-make-comint-2, python-shell-get-process-1):
327         Suppress creation of some temp-files.
329         * automated/python-tests.el (python-shell-parse-command-1)
330         (python-shell-make-comint-1, python-shell-make-comint-2)
331         (python-shell-get-process-1)
332         (python-shell-internal-get-or-create-process-1):
333         Skip rather than fail if prereqs not found.
335         * automated/Makefile.in (emacs):
336         Empty EMACSLOADPATH rather than unsetting.
338 2013-11-22  Glenn Morris  <rgm@gnu.org>
340         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
341         Set expected-result.
343 2013-11-21  Glenn Morris  <rgm@gnu.org>
345         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
346         (compile-main): Pass XARGS_LIMIT to xargs.
348         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
349         (EMACSOPT): Use PATH_SEPARATOR.
351 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
353         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
354         Add a failing test for Bug#15874.
355         (ruby--insert-coding-comment-ruby-style)
356         (ruby--insert-coding-comment-emacs-style)
357         (ruby--insert-coding-comment-custom-style):
358         Add a few tests for `ruby--insert-coding-comment'.
360 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
362         Improve API of recently-added bool vector functions (Bug#15912).
363         * automated/data-tests.el: Adjust to API changes.
365 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
367         * automated/tramp-tests.el (tramp-test07-file-exists-p)
368         (tramp-test08-file-local-copy)
369         (tramp-test09-insert-file-contents, tramp-test10-write-region)
370         (tramp-test11-copy-file, tramp-test12-rename-file)
371         (tramp-test13-make-directory, tramp-test14-delete-directory)
372         (tramp-test15-copy-directory, tramp-test16-directory-files)
373         (tramp-test17-insert-directory, tramp-test18-file-attributes)
374         (tramp-test19-directory-files-and-attributes)
375         (tramp-test20-file-modes, tramp-test21-file-links)
376         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
377         (tramp-test24-file-name-completion, tramp-test25-load)
378         (tramp-test26-process-file, tramp-test27-start-file-process)
379         (tramp-test28-shell-command): Cleanup connection initially.
381 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
383         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
384         connection before running the test.
386 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
388         * automated/tramp-tests.el (tramp-test15-copy-directory)
389         (tramp-test16-directory-files, tramp-test17-insert-directory)
390         (tramp-test18-file-attributes)
391         (tramp-test19-directory-files-and-attributes)
392         (tramp-test20-file-modes, tramp-test21-file-links)
393         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
394         (tramp-test24-file-name-completion, tramp-test25-load)
395         (tramp-test26-process-file, tramp-test27-start-file-process)
396         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
397         (tramp-test29-utf8): New test.
399 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
401         * automated/file-notify-tests.el (file-notify-test02-events)
402         (file-notify-test03-autorevert): Suppress messages in `write-region'.
404         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
405         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
406         (tramp-test26-process-file, tramp-test28-shell-command):
407         Ensure, that the directory is not empty when calling "ls".
409 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
411         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
412         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
413         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
414         (tramp-test09-insert-file-contents, tramp-test10-write-region)
415         (tramp-test26-process-file): Add tests.
416         (tramp-test11-copy-file): Remove debug message.
417         (tramp-test20-file-modes): Special case, if user is "root".
419 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
421         * automated/file-notify-tests.el:
422         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
423         `tramp-remote-path' when running on hydra.
424         (tramp-test07-file-exists-p): Remove instrumentation code.
425         (tramp-test26-process-file): Don't use "/bin/true" and
426         "/bin/false", these paths do not exist on hydra.
428 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
430         * automated/process-tests.el: New file.
432 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
434         * indent/ruby.rb: New examples.
436 2013-11-06  Glenn Morris  <rgm@gnu.org>
438         * automated/Makefile.in (setwins): Avoid accidental matches.
440 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
442         * automated/tramp-tests.el (tramp-test07-file-exists-p):
443         Fix docstring.  Instrument, in order to hunt failure on hydra.
445 2013-11-06  Glenn Morris  <rgm@gnu.org>
447         * automated/flymake-tests.el (warning-predicate-rx-gcc)
448         (warning-predicate-function-gcc, warning-predicate-rx-perl)
449         (warning-predicate-function-perl):
450         * automated/info-xref.el (info-xref-test-makeinfo):
451         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
452         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
454 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
456         * automated/tramp-tests.el: New file.
458 2013-11-05  Glenn Morris  <rgm@gnu.org>
460         Get rid of --chdir usage.
461         * automated/Makefile.in (EMACSOPT): Move -L here.
462         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
463         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
464         (.el.elc): No more need to pass -L here.
465         (compile-main): Get rid of sub-shell and cd.
466         (compile-clean, check): Get rid of cd.
468         Make it possible to run tests with a different working directory.
469         * automated/flymake-tests.el (flymake-tests-data-directory): New.
470         (flymake-tests--current-face): Use flymake-tests-data-directory.
471         (warning-predicate-function-gcc, warning-predicate-rx-perl)
472         (warning-predicate-function-perl): Adapt for above change.
473         * automated/zlib-tests.el (zlib-tests-data-directory): New.
474         (zlib--decompress): Use zlib-tests-data-directory.
476         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
477         Remove test that makes no sense.
479         * automated/files.el (files-test-local-variable-data):
480         Fix result typo presumably caused by interference from dir-locals.
481         (file-test--do-local-variables-test): Prevent dir-locals interfering.
483 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
485         * indent/ruby.rb: Add a statement on the line after heredoc.
486         Move a now-successful example.
488         * automated/ruby-mode-tests.el: Remove outdated comment.
490 2013-11-04  Glenn Morris  <rgm@gnu.org>
492         * automated/Makefile.in (abs_srcdir): Remove.
493         (emacs): Unset EMACSLOADPATH.
494         (.el.elc, check): Use -L to append srcdir to load-path.
496 2013-11-02  Glenn Morris  <rgm@gnu.org>
498         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
499         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
500         (abs_srcdir): New, set by configure.
501         (EMACS): Use a relative file name.
502         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
503         (lisp-compile): Remove (assume it's up-to-date).
504         (compile-main): Do not run lisp-compile.
505         (compile-main, compile-clean, compile-always, bootstrap-clean)
506         (check): Use srcdir rather than $test.  Check cd return value.
507         Use --chdir.
508         (doit, compile, compile-always): Remove stuff copied from lisp/.
509         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
511 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
513         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
514         Add a skipping test.
516 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
520         * indent/css-mode.css (.x2): Test alignement inside braces.
522 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
524         * indent/ruby.rb: New failing example.
526         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
527         Fix the test, in respect to adding the space after the curly.
529 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
531         * automated/ert-tests.el (ert-test-skip-unless): New test case.
532         (ert-test-deftest): Adapt test for changed macro expansion.
533         (ert-test-run-tests-interactively):
534         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
535         Add a skipping test.
537         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
538         (file-notify--test-local-enabled): Make it a function.  Check also
539         for `file-remote-p' of `temporary-file-directory'.
540         (file-notify--test-remote-enabled-checked): New defvar.
541         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
542         internal functions.  Cache result.
543         (file-notify--deftest-remote, file-notify-test00-availability)
544         (file-notify-test01-add-watch, file-notify-test02-events)
545         (file-notify-test03-autorevert): Add checks with `skip_unless'.
546         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
548 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
550         * indent/ruby.rb: Fix syntax error in the latest example.
552 2013-10-23  Glenn Morris  <rgm@gnu.org>
554         * automated/Makefile.in (abs_top_srcdir, top_builddir):
555         New, set by configure.
556         (top_srcdir): Remove.
557         (abs_test, abs_lispsrc): New.
558         (lisp): No longer absolute.
559         (emacs, lisp-compile, compile, compile-always):
560         Quote entities that might contain whitespace.
562 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
564         * indent/ruby.rb: Move two examples to "working" section, add one
565         more.
567 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
569         * indent/ruby.rb: New examples for indentation of blocks.
570         Example of hash inside parens that inflooped before the present commit.
572 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
574         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
575         allows another timer to run.
577 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
579         * indent/ruby.rb: More examples for bug#15594, both failing and
580         now passing.
582 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
584         * indent/ruby.rb: Add two more cases.
586 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
588         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
589         first use.
590         (ruby-should-indent): Use indent-according-to-mode.
591         (ruby-deftest-move-to-block): Use `declare'.
593 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
595         * indent/ruby.rb: Fix a spurious change, add more failing examples.
597 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
599         * indent/ruby.rb: Add a few more tests; adjust some indentation.
601 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
603         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
604         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
606         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
608 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
611         Adjust indentation of continued line to the new SMIE behavior.
613 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
615         * automated/completion-tests.el:
616         * indent/css-mode.css: New files.
618 2013-10-03  Daiki Ueno  <ueno@gnu.org>
620         * automated/data/package/signed/archive-contents:
621         * automated/data/package/signed/archive-contents.sig:
622         * automated/data/package/signed/signed-good-1.0.el:
623         * automated/data/package/signed/signed-good-1.0.el.sig:
624         * automated/data/package/signed/signed-bad-1.0.el:
625         * automated/data/package/signed/signed-bad-1.0.el.sig:
626         * automated/data/package/key.pub:
627         * automated/data/package/key.sec: New files.
629         * automated/package-test.el (package-test-update-listing)
630         (package-test-update-archives, package-test-describe-package):
631         Adjust to package.el change.
632         (package-test-signed): New test.
634 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
636         * automated/package-test.el: Update all cases to use :url instead
637         of :homepage.
639         * automated/package-x-test.el
640         (package-x-test--single-archive-entry-1-3): Same.
642 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
644         * automated/package-test.el (simple-single-desc-1-4): Remove, it
645         was unused.
646         (simple-single-desc): Expect :homepage property.
647         (multi-file-desc): Same.
648         (with-package-test): Do not save previous `default-directory'
649         value, let-bind the var instead.
650         (package-test-install-single): Expect :homepage property in the
651         generated pkg file.
652         (package-test-describe-package): Expect Homepage button.
653         (package-test-describe-non-installed-package)
654         (package-test-describe-non-installed-multi-file-package): Same.
655         (package-test-describe-not-installed-package): Remove, it was a
656         duplicate.
658         * automated/package-x-test.el
659         (package-x-test--single-archive-entry-1-3): Expect :homepage
660         property.
661         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
663         * automated/data/package/simple-single-1.3.el: Add URL header.
665         * automated/data/package/archive-contents: Add :homepage
666         properties to `simple-single' and `multi-file'.
668 2013-09-22  Daniel Colascione  <dancol@dancol.org>
670         * automated/data-tests.el:
671         (bool-vector-count-matches-all-0-nil)
672         (bool-vector-count-matches-all-0-t)
673         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
674         (bool-vector-count-matches-at, bool-vector-intersection-op)
675         (bool-vector-union-op, bool-vector-xor-op)
676         (bool-vector-set-difference-op)
677         (bool-vector-change-detection, bool-vector-not): New tests.
678         (mock-bool-vector-count-matches-at)
679         (test-bool-vector-bv-from-hex-string)
680         (test-bool-vector-to-hex-string)
681         (test-bool-vector-count-matches-at-tc)
682         (test-bool-vector-apply-mock-op)
683         (test-bool-vector-binop): New helper functions.
684         (bool-vector-test-vectors): New testcase data.
686 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
688         * automated/advice-tests.el (advice-test-called-interactively-p-around)
689         (advice-test-called-interactively-p-filter-args)
690         (advice-test-called-interactively-p-around): New tests.
692 2013-09-16  Glenn Morris  <rgm@gnu.org>
694         * automated/eshell.el (eshell-match-result):
695         Return a more informative failure than simply "false".  Update callers.
697         * automated/eshell.el (eshell-test/for-name-shadow-loop):
698         Test value before and after loop as well as during.
700 2013-09-15  Glenn Morris  <rgm@gnu.org>
702         * automated/eshell.el (eshell-test/for-name-shadow-loop):
703         New test.  (Bug#15372)
704         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
706 2013-09-13  Glenn Morris  <rgm@gnu.org>
708         * automated/eshell.el (with-temp-eshell):
709         Use a temp directory for eshell-directory-name.
710         (eshell-test-command-result): New, again using a temp directory.
711         Replace eshell-command-result with this throughout.
712         (eshell-test/for-loop, eshell-test/for-name-loop):
713         Ensure environment variables don't confuse us.
715 2013-09-12  Glenn Morris  <rgm@gnu.org>
717         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
718         due to "has a running process; kill it?" prompts.
720 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
722         * automated/eshell.el: Rename from eshell.el.
723         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
725 2013-09-01  Glenn Morris  <rgm@gnu.org>
727         * automated/Makefile.in (setwins): Avoid leading space in $wins.
728         Otherwise the sed command used by eg compile-main ends up
729         containing "/*.el".  (Bug#15170)
731 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
733         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
734         for portability to hosts where /bin/sh has problems.
736 2013-08-21  David Engster  <deng@randomsample.de>
738         * automated/eieio-tests.el, automated/eieio-test-persist.el:
739         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
740         upstream.  Changed to use ERT.
742 2013-08-14  Daniel Hackney  <dan@haxney.org>
744         * automated/package-test.el: Remove tar-package-building functions.
745         Tar file used for testing is included in the repository.
746         (package-test-install-texinfo, package-test-cleanup-built-files):
747         Remove.
749 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
751         * automated/python-tests.el (python-imenu-create-index-4)
752         (python-imenu-create-flat-index-2): New tests.
754 2013-08-05  Glenn Morris  <rgm@gnu.org>
756         * automated/mule-util.el: New file, with tests extracted from
757         lisp/international/mule-util.el.
759 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
761         * automated/advice-tests.el (advice-tests-nadvice): Test removal
762         before definition.
763         (advice-tests-macroaliases): New test.
765 2013-08-04  Glenn Morris  <rgm@gnu.org>
767         * automated/ert-tests.el: Disable failing test that no-one seems
768         to know how to fix.  (Bug#13064)
770         * automated/icalendar-tests.el (icalendar-tests--test-export)
771         (icalendar-tests--test-import): Try more precise TZ specification.
772         Remove debug messages.
774 2013-08-03  Glenn Morris  <rgm@gnu.org>
776         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
778         * automated/icalendar-tests.el (icalendar-tests--test-export)
779         (icalendar-tests--test-import):
780         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
781         (icalendar-tests--test-import): Reset zone even if error occurred.
783 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * automated/core-elisp-tests.el: New file.
787 2013-08-01  Glenn Morris  <rgm@gnu.org>
789         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
790         Try to check that the remote system has a notification program.
792 2013-07-31  Glenn Morris  <rgm@gnu.org>
794         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
796 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
798         * automated/file-notify-tests.el
799         (file-notify--test-local-enabled): New defconst.  Replaces all
800         `file-notify-support' occurrences.
801         (file-notify--test-remote-enabled): New defun.
802         (file-notify--deftest-remote): Use it.
803         (file-notify-test00-availability): Rewrite.
804         (file-notify-test00-availability-remote): New defun.
805         (file-notify-test01-add-watch): Rewrite first erroneous check.
807 2013-07-23  Glenn Morris  <rgm@gnu.org>
809         * automated/inotify-test.el (inotify-file-watch-simple):
810         Delete temp-file when done.
812         * automated/subword-tests.el: Require subword.
814 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
816         * automated/subword-tests.el: New file.
818 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
820         * automated/python-tests.el (python-imenu-create-index-2)
821         (python-imenu-create-index-3): New tests.
823 2013-07-11  Glenn Morris  <rgm@gnu.org>
825         * automated/ert-tests.el: Require cl-lib at runtime too.
826         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
827         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
828         (ert-test-set-functions, ert-test-gensym)
829         (ert-test-coerce-to-vector, ert-test-string-position)
830         (ert-test-mismatch): Remove tests.
831         * automated/cl-lib.el: New, split from ert-tests.el.
833         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
834         Goto point-min.
835         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
836         (ruby-move-to-block-skips-percent-literal)
837         (ruby-move-to-block-skips-heredoc)
838         (ruby-move-to-block-moves-from-else-to-if)
839         (ruby-beginning-of-defun-does-not-fold-case)
840         (ruby-end-of-defun-skips-to-next-line-after-the-method):
841         Replace goto-line with forward-line/goto-char.
842         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
844         * automated/package-test.el (makeinfo-buffer): Autoload.
845         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
846         (package-test-install-texinfo): Don't require makeinfo.
848         * automated/files.el: Stop "local variables" confusion.
850         * automated/flymake-tests.el (flymake-tests): Remove unused group.
852         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
853         Use with-current-buffer.
855         * automated/undo-tests.el (undo-test-buffer-modified)
856         (undo-test-file-modified): New tests.
858 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
860         * automated/file-notify-tests.el (file-notify-test00-availability):
861         Set :expected-result.
862         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
863         (file-notify-test02-events, file-notify-test02-events-remote)
864         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
865         Skip when `file-notify-support' is nil.  (Bug#14823)
867 2013-07-09  Glenn Morris  <rgm@gnu.org>
869         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
870         Declare.
871         (inotify-file-watch-simple): Silence compiler.
873         * automated/python-tests.el (python-indent-block-enders):
874         Make it actually test something.
876         * automated/package-x-test.el: Require package-test when compiling.
878         * automated/add-log-tests.el, automated/advice-tests.el:
879         * automated/imenu-test.el, automated/package-x-test.el:
880         * automated/python-tests.el, automated/ruby-mode-tests.el:
881         * automated/xml-parse-tests.el: Explicitly require ert.
883 2013-07-08  Kenichi Handa  <handa@gnu.org>
885         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
886         Use with-ccoding-priority to avoid side-effect (Bug#14781).
888 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
890         * automated/file-notify-tests.el
891         (file-notify-test-remote-temporary-file-directory):
892         Use `null-device' on w32.
893         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
894         (file-notify--test-results, file-notify--test-event)
895         (file-notify--deftest-remote, file-notify--event-test)
896         (file-notify--test-event-handler)
897         (file-notify--test-make-temp-name): Rename, in order to mark them
898         internal.
899         (tramp-message-show-message, tramp-read-passwd): Tweak them for
900         better fitting in noninteractive tests.
901         (file-notify-test00-availability): Rename from `file-notify-test0'.
902         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
903         Use `temporary-file-directory '.
904         (file-notify-test01-add-watch-remote): New test.
905         (file-notify-test02-events): Rename from `file-notify-test2'.
906         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
907         (file-notify-test03-autorevert): Rename from
908         `file-notify-test4'.  Use timeouts.
909         (file-notify-test03-autorevert-remote): Rename from
910         `file-notify-test5'.
912 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
914         * automated/file-notify-tests.el: New package.
916 2013-06-28  Kenichi Handa  <handa@gnu.org>
918         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
919         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
920         Callers changed.
921         (decoder-tests-filename): New function.
922         (decoder-tests-prefer-utf-8-read)
923         (decoder-tests-prefer-utf-8-write): New function.
924         (ert-test-decoder-prefer-utf-8): New test.
926 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
928         * automated/package-x-test.el: Change the commentary.
929         (package-x-test--single-archive-entry-1-3)
930         (package-x-test--single-archive-entry-1-4): Fix the tests, by
931         using the appropriate data structure.
933 2013-06-27  Daniel Hackney  <dan@haxney.org>
935         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
937         * automated/package-x-test.el: New file.
939         * automated/package-test.el: New file.
941         * automated/data/package: New directory, with test examples.
943 2013-06-27  Glenn Morris  <rgm@gnu.org>
945         * automated/python-tests.el (python-tests-with-temp-file):
946         Clean up after ourself.
948         * automated/undo-tests.el (undo-test3): Remove test that seems to
949         do nothing that the previous one doesn't, except leave a tempfile.
951 2013-06-26  Glenn Morris  <rgm@gnu.org>
953         * automated/info-xref.el: New file.
955 2013-06-25  Glenn Morris  <rgm@gnu.org>
957         * automated/occur-tests.el (occur-test-create): New function.
958         Use it to create separate tests for each element, so we run them
959         all rather than stopping at the first error.
961 2013-06-24  Glenn Morris  <rgm@gnu.org>
963         * automated/occur-tests.el (occur-tests):
964         Update for 2013-05-29 change to occur header line.
966 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
968         Test suite for flymake.
969         * automated/flymake-tests.el:
970         * automated/flymake/warnpred/Makefile
971         * automated/flymake/warnpred/test.c
972         * automated/flymake/warnpred/test.pl: New files.
974 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
976         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
978 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
980         * automated/reftex-tests.el: New test suite for reftex.
982 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
984         * automated/ruby-mode-tests.el: New tests, for percent literals
985         and expression expansion.
987 2013-05-29  Leo Liu  <sdl.web@gmail.com>
989         * indent/octave.m: Tweak.
991 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
993         * eshell.el: Rewrite tests using ERT.
995 2013-05-25  Leo Liu  <sdl.web@gmail.com>
997         * indent/octave.m: Add tests for %!, # and ### comments.
999 2013-05-23  Kenichi Handa  <handa@gnu.org>
1001         * automated/decoder-tests.el: New file.
1003 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1005         * indent/ruby.rb: Add multiline regexp example.
1007         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1008         (ruby-regexp-skips-over-interpolation)
1009         (ruby-regexp-continues-till-end-when-unclosed)
1010         (ruby-regexp-can-be-multiline)
1011         (ruby-interpolation-inside-percent-literal): New tests.
1013 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         * indent/ruby.rb: Fix indentation after =; add more cases.
1017 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * indent/pascal.pas: Add test for mis-identified comments.
1021 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1023         * automated/imenu-test.el: New file.  (Bug#14112)
1025 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1027         * automated/python-tests.el (python-imenu-prev-index-position-1):
1028         Remove test.
1029         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1030         New tests.
1032 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1034         * automated/python-tests.el (python-nav-backward-defun-2)
1035         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1036         (python-nav-forward-defun-3): New tests.
1038 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1040         * automated/python-tests.el (python-nav-backward-defun-1)
1041         (python-nav-forward-defun-1): New tests.
1043 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1045         * automated/add-log-tests.el: New file.  (Bug#14112)
1047 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1049         * automated/python-tests.el (python-indent-block-enders): New test.
1050         (python-info-current-defun-2): Fix test.
1052 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1054         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1056 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1058         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1059         (python-tests-with-temp-file): New macro.
1060         (python-tests-shell-interpreter): New var.
1061         (python-shell-get-process-name-1)
1062         (python-shell-internal-get-process-name-1)
1063         (python-shell-parse-command-1)
1064         (python-shell-calculate-process-environment-1)
1065         (python-shell-calculate-process-environment-2)
1066         (python-shell-calculate-process-environment-3)
1067         (python-shell-calculate-exec-path-1)
1068         (python-shell-calculate-exec-path-2)
1069         (python-shell-make-comint-1)
1070         (python-shell-make-comint-2)
1071         (python-shell-get-process-1)
1072         (python-shell-get-or-create-process-1)
1073         (python-shell-internal-get-or-create-process-1): New tests.
1075 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1077         * automated/python-tests.el: New file.
1079 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1081         * automated/ruby-mode-tests.el
1082         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1083         bits inside the examples.
1084         (ruby-move-to-block-skips-heredoc): New test.
1085         (ruby-add-log-current-method-after-inner-class):
1086         Lower expectations: move point inside a method, initially.
1088 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1090         * automated/ruby-mode-tests.el
1091         (ruby-move-to-block-skips-percent-literal): New test.
1093 2013-02-04  Chong Yidong  <cyd@gnu.org>
1095         * automated/thingatpt.el: New file.
1097 2013-02-03  Chong Yidong  <cyd@gnu.org>
1099         * automated/files.el (file-test--do-local-variables-test):
1100         Avoid compilation warning message.
1102 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1104         * automated/ruby-mode-tests.el
1105         (ruby-indent-spread-args-in-parens): New test.
1106         * automated/ruby-mode-tests.el (ruby-block-test-example):
1107         Break indentation of the do block opener and add a line inside it.
1108         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1109         Adjust line numbers.
1111 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1113         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1115 2013-01-14  Glenn Morris  <rgm@gnu.org>
1117         * automated/compile-tests.el (compile-tests--test-regexps-data):
1118         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1120 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1122         * automated/man-tests.el: New file.
1124 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1126         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1128 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1130         * automated/undo-tests.el: New file.
1132 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1134         * automated/ruby-mode-tests.el
1135         (ruby-indent-after-block-in-continued-expression): New test.
1137 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1139         * automated/ruby-mode-tests.el:
1140         Rename one interpolation test; add three more.
1141         (ruby-with-temp-buffer): New macro, use it where appropriate.
1142         (ruby-add-log-current-method-examples): Use "_" for target point.
1143         Add four new tests for ruby-add-log-current-method.
1145 2012-12-11  Glenn Morris  <rgm@gnu.org>
1147         * automated/f90.el (f90-test-bug13138): New test.
1149 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1151         * automated/inotify-test.el: New test.
1153 2012-12-02  Chong Yidong  <cyd@gnu.org>
1155         * automated/ruby-mode-tests.el
1156         (ruby-add-log-current-method-examples): Don't use loop macro, to
1157         allow automated testing to work.
1159 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1161         * automated/advice-tests.el (advice-tests--data): Remove.
1162         (advice-tests): Move the tests directly here instead.
1163         Add called-interactively-p tests.
1165 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1167         * automated/ert-x-tests.el: Use cl-lib.
1168         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1170 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1172         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1173         (ruby-indent-inside-heredoc-after-operator)
1174         (ruby-indent-inside-heredoc-after-space): New tests.
1175         Change direct font-lock face references to var references.
1176         (ruby-interpolation-suppresses-syntax-inside): New test.
1177         (ruby-interpolation-inside-percent-literal-with-paren):
1178         New failing test.
1180 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1182         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1183         (ruby-singleton-class-no-heredoc-font-lock)
1184         (ruby-add-log-current-method-examples): New tests.
1185         (ruby-test-string): Extract from ruby-should-indent-buffer.
1186         (ruby-deftest-move-to-block): New macro.
1187         Add several move-to-block tests.
1189 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1191         * automated/advice-tests.el: New tests.
1193 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1195         * automated/compile-tests.el (compile-tests--test-regexps-data):
1196         Add new data for msft's new format.
1198 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1200         * automated/ruby-mode-tests.el:
1201         (ruby-toggle-block-to-multiline): New test.
1202         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1203         (ruby-toggle-block-to-brace): Use buffer-string.
1205 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1207         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1209 2012-08-28  Chong Yidong  <cyd@gnu.org>
1211         * automated/files.el: Test every combination of values for
1212         enable-local-variables and enable-local-eval.
1214 2012-08-19  Chong Yidong  <cyd@gnu.org>
1216         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1218 2012-08-18  Chong Yidong  <cyd@gnu.org>
1220         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1222 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1224         * indent/ruby.rb: Rearrange examples, add new ones.
1226 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1228         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1229         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1231 2012-08-11  Glenn Morris  <rgm@gnu.org>
1233         * automated/files.el: New file.
1235         * automated/Makefile.in (all): Fix typo.
1237 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1239         * automated/ruby-mode-tests.el (ruby-should-indent):
1240         Add docstring, check (current-indentation) instead of (current-column).
1241         (ruby-should-indent-buffer): New function.
1242         Add tests for `ruby-deep-indent-paren' behavior.
1243         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1245 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1247         Original tests in test_ruby_mode.rb in upstream (author).
1249 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1251         * automated/ruby-mode-tests.el (ruby-should-indent)
1252         (ruby-assert-state): New functions.
1253         Add new tests.
1255 2012-07-29  David Engster  <deng@randomsample.de>
1257         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1258         New variable to hold test data for name expansion.
1259         (xml-parse-tests): Test the two different types of name expansion.
1261 2012-07-29  Juri Linkov  <juri@jurta.org>
1263         * automated/occur-tests.el (occur-test-case): Use predefined
1264         buffer name " *test-occur*" instead of a random buffer name.
1266 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1268         * automated/ruby-mode-tests.el: New file with one test.
1270 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1272         * indent/shell.sh: Add test case for ${#VAR}.
1274         * indent/latex-mode.tex: New file.
1276 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         * eshell.el: Use cl-lib.
1280 2012-07-03  Chong Yidong  <cyd@gnu.org>
1282         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1284 2012-07-02  Chong Yidong  <cyd@gnu.org>
1286         * automated/xml-parse-tests.el (xml-parse-tests--data):
1287         More testcases.
1289 2012-07-01  Chong Yidong  <cyd@gnu.org>
1291         * automated/xml-parse-tests.el: New file.
1293 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1296         Use cl-flet.
1298 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1300         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1301         Test escaped commas in TZID (Bug#11473).
1302         (icalendar-import-with-timezone): New.
1303         (icalendar-real-world): Add new testcase as given in the bugreport
1304         of Bug#11473.
1306 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1308         * automated/icalendar-tests.el (icalendar-tests--test-import):
1309         Include UID in import tests (Bug#11525).
1310         (icalendar-import-non-recurring, icalendar-import-rrule)
1311         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1312         UID-import change.
1313         (icalendar-import-with-uid): New.
1314         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1315         Include UID in cycle tests.
1316         (icalendar-cycle, icalendar-real-world): UID-import change.
1318 2012-05-21  Glenn Morris  <rgm@gnu.org>
1320         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1322 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1324         * automated/url-util-tests.el: New file to test
1325         lisp/url/url-util.el.  Only `url-build-query-string' and
1326         `url-parse-query-string' are tested right now (Bug#8706).
1328 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1330         * indent/shell.sh:
1331         * indent/shell.rc: Ad some test cases.
1333 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1335         * indent/ruby.rb: New file, to test new syntax-propertize code.
1337 2012-04-11  Glenn Morris  <rgm@gnu.org>
1339         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1341 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1343         * automated/url-future-tests.el (url-future-tests): Move from
1344         lisp/url/url-future.el and rename.
1346 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1348         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1349         Fix broken test, caused by missing trailing blank.
1351 2011-12-03  Chong Yidong  <cyd@gnu.org>
1353         * automated/compile-tests.el (compile-tests--test-regexps-data):
1354         Increase column numbers by one to reflect change in how
1355         compilation-message is recorded (Bug#10172).
1357 2011-11-22  Glenn Morris  <rgm@gnu.org>
1359         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1361 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1363         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1365 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1367         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1368         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1369         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1371 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1373         * automated/newsticker-tests.el
1374         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1375         newsticker--treeview-tree-update.
1377 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1379         * automated/newsticker-tests.el
1380         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1382         * automated/newsticker-tests.el
1383         (newsticker--group-manage-orphan-feeds): Prevent updating
1384         newsticker treeview.  Fixed bug#9763.
1386 2011-10-20  Glenn Morris  <rgm@gnu.org>
1388         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1390         * automated/vc-bzr.el: New file.
1392 2011-10-15  Glenn Morris  <rgm@gnu.org>
1394         * automated/f90.el: New file.
1396 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1398         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1399         to automated/newsticker-tests.el.  Convert to ERT.
1401 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1403         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1404         Remove, simply use string=.
1405         (icalendar--diarytime-to-isotime)
1406         (icalendar--datetime-to-diary-date)
1407         (icalendar--datestring-to-isodate)
1408         (icalendar--format-ical-event)
1409         (icalendar--parse-summary-and-rest)
1410         (icalendar-tests--do-test-import)
1411         (icalendar-tests--do-test-cycle): Change argument order of
1412         string= to EXPECTED ACTUAL.
1413         (icalendar--import-format-sample)
1414         (icalendar--format-ical-event)
1415         (icalendar-import-non-recurring)
1416         (icalendar-import-rrule)
1417         (icalendar-import-duration)
1418         (icalendar-import-bug-6766)
1419         (icalendar-real-world): Adjust to string= instead of
1420         icalendar-tests--compare-strings.
1421         (icalendar-import-multiple-vcalendars): New.
1423 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1425         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1426         Require CL.
1428 2011-05-09  Juri Linkov  <juri@jurta.org>
1430         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1431         Convert to ERT.
1433 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1435         * automated/compile-tests.el: New file.
1437 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1439         * automated/font-parse-tests.el: Don't byte-compile.
1441         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1443 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1445         * automated/lexbind-tests.el: New file.
1447 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1449         * Version 23.3 released.
1451 2011-03-05  Glenn Morris  <rgm@gnu.org>
1453         * eshell.el: Move here from lisp/eshell/esh-test.el.
1455 2011-03-03  Christian Ohler  <ohler@gnu.org>
1457         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1458         New test.
1460 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1462         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1463         convert to ERT format.
1465 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1467         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1468         convert to ERT format.
1470 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1472         * indent/shell.sh:
1473         * indent/shell.rc: New files.
1475 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1477         * automated/font-parse-tests.el: Move from
1478         font-parse-testsuite.el.
1480 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1482         * font-parse-testsuite.el (test-font-parse-data): New file.
1484 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         * indent/prolog.prolog: Add tokenizing tests.
1488 2011-01-13  Christian Ohler  <ohler@gnu.org>
1490         * automated: New directory for automated tests.
1492         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1494         * automated/Makefile.in: New file.
1496 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1498         * indent/modula2.mod: New file.
1500 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1502         * indent/octave.m: Add a test to ensure indentation is local.
1504 2010-10-23  Glenn Morris  <rgm@gnu.org>
1506         * comint-testsuite.el
1507         (comint-testsuite--test-comint-password-prompt-regexp):
1508         Add "Please enter the password".  (Bug#7224)
1510 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * indent/prolog.prolog: Use normal spacing around !.
1514 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1516         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1518 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         * indent/octave.m: Remove some `fixindent' not needed any more.
1522 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1524         * indent/octave.m: New file.
1526 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1528         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1529         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1530         (icalendar-testsuite--run-internal-tests): New.
1531         (icalendar-testsuite--test-convert-ordinary-to-ical)
1532         (icalendar-testsuite--test-convert-block-to-ical)
1533         (icalendar-testsuite--test-convert-anniversary-to-ical)
1534         (icalendar-testsuite--test-parse-vtimezone)
1535         (icalendar-testsuite--do-test-export): Code formatting.
1536         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1537         (icalendar-testsuite--do-test-import)
1538         (icalendar-testsuite--do-test-cycle):
1539         Use icalendar-testsuite--compare-strings
1540         (icalendar-testsuite--run-import-tests): Comment added.
1541         (icalendar-testsuite--run-import-tests)
1542         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1544 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1546         * redisplay-testsuite.el (test-redisplay-3): New test.
1548 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1550         * comint-testsuite.el: New file.
1552 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1554         * indent: New dir.
1556 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1558         * Version 23.2 released.
1560 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1562         * cedet/semantic-ia-utest.el
1563         (semantic-symref-test-count-hits-in-tag): Add function, from
1564         semantic-test.el.
1566         * cedet/tests/test.cpp:
1567         * cedet/tests/test.py:
1568         * cedet/tests/teststruct.cpp:
1569         * cedet/tests/testtemplates.cpp:
1570         * cedet/tests/testusing.cpp:
1571         * cedet/tests/scopetest.cpp:
1572         * cedet/tests/scopetest.java: Files deleted.
1574         * cedet/tests/test.make:
1575         * cedet/tests/test.c:
1576         * cedet/tests/testjavacomp.java:
1577         * cedet/tests/testspp.c:
1578         * cedet/tests/testsppreplace.c:
1579         * cedet/tests/testsppreplaced.c:
1580         * cedet/tests/testsubclass.cpp:
1581         * cedet/tests/testsubclass.hh:
1582         * cedet/tests/testtypedefs.cpp:
1583         * cedet/tests/testvarnames.c:
1584         * cedet/tests/test.el:
1585         * cedet/tests/testdoublens.cpp:
1586         * cedet/tests/testdoublens.hpp: Add copyright header.
1588         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1589         Remove reference to deleted files.
1591 2010-03-30  Juri Linkov  <juri@jurta.org>
1593         * occur-testsuite.el (occur-tests): Add tests for context lines.
1595 2010-03-23  Juri Linkov  <juri@jurta.org>
1597         * occur-testsuite.el: New file.
1599 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1601         * Branch for 23.2.
1603 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1605         * icalendar-testsuite.el
1606         (icalendar-testsuite--run-function-tests): Add new tests.
1607         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1608         testcase.
1609         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1610         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1611         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1612         (icalendar-testsuite--test-convert-block-to-ical): New.
1613         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1614         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1616 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1618         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1619         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1620         Fix typos in docstrings and error messages.
1621         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1623 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1625         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1626         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1627         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1629 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1631         * icalendar-testsuite.el
1632         (icalendar-testsuite--run-function-tests):
1633         Add icalendar-testsuite--test-parse-vtimezone.
1634         (icalendar-testsuite--test-parse-vtimezone): New.
1635         (icalendar-testsuite--do-test-cycle): Doc changes.
1636         (icalendar-testsuite--run-real-world-tests): Remove trailing
1637         whitespace -- see change of icalendar--add-diary-entry in
1638         icalendar.el.
1639         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1641 2009-09-30  Glenn Morris  <rgm@gnu.org>
1643         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1645 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1647         * cedet/*: New unit tests, from CEDET repository.
1649 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1651         * redisplay-testsuite.el: New file.
1653 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1655         * Branch for 23.1.
1657 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1659         * icalendar-testsuite.el
1660         (icalendar-testsuite--run-function-tests):
1661         Add icalendar-testsuite--test-diarytime-to-isotime.
1662         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1663         recent icalendar fixes.
1664         (icalendar-testsuite--test-diarytime-to-isotime): New.
1665         (icalendar-testsuite--test-create-uid): Adjust to recent
1666         icalendar changes.
1668 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1670         * bytecomp-testsuite.el: New file.
1672 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1674         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1675         Add `icalendar-testsuite--test-create-uid'.
1676         (icalendar-testsuite--test-create-uid): New.
1678 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1680         * newsticker-testsuite.el: New file.
1682 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1684         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1685         Add icalendar-testsuite--test-datestring-to-isodate,
1686         icalendar-testsuite--test-datetime-to-diary-date, and
1687         icalendar-testsuite--test-calendar-style.
1688         (icalendar-testsuite--test-format-ical-event)
1689         (icalendar-testsuite--test-parse-summary-and-rest):
1690         Doc fix.  Remove european-calendar-style.
1691         (icalendar-testsuite--get-ical-event): Doc fix.
1692         (icalendar-testsuite--test-first-weekday-of-year)
1693         (icalendar-testsuite--run-cycle-tests): Add doc string.
1694         (icalendar-testsuite--test-datestring-to-isodate)
1695         (icalendar-testsuite--test-datetime-to-diary-date)
1696         (icalendar-testsuite--test-calendar-style): New functions.
1697         (icalendar-testsuite--test-export): Handle iso date style.
1698         New arg INPUT-ISO.  Use calendar-date-style.
1699         (icalendar-testsuite--test-import): Handle iso date style.
1700         New arg EXPECTED-ISO.  Use calendar-date-style.
1701         (icalendar-testsuite--test-cycle): Handle iso date style.
1702         (icalendar-testsuite--run-import-tests)
1703         (icalendar-testsuite--run-export-tests)
1704         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1706 2008-02-29  Glenn Morris  <rgm@gnu.org>
1708         * README: New file.
1710 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1712         * icalendar-testsuite.el: New file.
1714 ;; Local Variables:
1715 ;; coding: utf-8
1716 ;; End:
1718   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1720   This file is part of GNU Emacs.
1722   GNU Emacs is free software: you can redistribute it and/or modify
1723   it under the terms of the GNU General Public License as published by
1724   the Free Software Foundation, either version 3 of the License, or
1725   (at your option) any later version.
1727   GNU Emacs is distributed in the hope that it will be useful,
1728   but WITHOUT ANY WARRANTY; without even the implied warranty of
1729   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1730   GNU General Public License for more details.
1732   You should have received a copy of the GNU General Public License
1733   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.