* automated/tramp-tests.el (tramp--test-enabled)
[emacs.git] / test / ChangeLog
blob9082f2ace2a0c1243778c78052adafdd42a235e2
1 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/tramp-tests.el (tramp--test-enabled)
4         (tramp-test15-copy-directory): No special handling of tramp-adb.el
5         anymore.  It's fixed in that package.
7 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
9         * automated/tramp-tests.el (tramp--test-enabled): Move connection
10         cleanup into this function.  Remove respective code from all test
11         cases.
12         (tramp--instrument-test-case): Declare `indent' and `debug'.
13         Handle other errors as well.
14         (tramp-test14-delete-directory): Check for `file-error' error.
15         (tramp-test15-copy-directory): Ignore return value of
16         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
17         (tramp-test19-directory-files-and-attributes): Take care of
18         timestamp of "../".
19         (tramp-test20-file-modes, tramp-test27-start-file-process)
20         (tramp-test28-shell-command): Skip for tramp-adb.el.
21         (tramp-test21-file-links): `file-truename' shall preserve trailing
22         link of directories.
23         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
24         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
25         `kill-buffer-query-functions' to nil.
26         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
28 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
30         * automated/tramp-tests.el
31         (tramp-test19-directory-files-and-attributes): Do not include
32         directories in comparison; they might have changed their
33         timestamps already.
35 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
37         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
38         (tramp-test17-insert-directory): First line could contain more
39         text, when produced by `ls-lisp'.
40         (tramp-test19-directory-files-and-attributes): Instrument failed
41         test case.
43 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
45         * automated/tramp-tests.el (tramp-test17-insert-directory):
46         Make first line "total 123" optional.
47         (tramp-test20-file-modes, tramp-test22-file-times)
48         (tramp-test26-process-file, tramp-test27-start-file-process)
49         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
50         tramp-smb.el.
51         (tramp-test20-file-modes): Check for "root" only when there is an
52         explicit user name.
53         (tramp-test21-file-links): Handle "... not supported" error.
54         (tramp-test22-file-times): Skip for "don't know" return values.
55         (tramp-test26-process-file, tramp-test28-shell-command):
56         Remove color escape sequences.
57         (tramp-test28-shell-command): Use `accept-process-output' rather
58         than `sit-for'.
59         (tramp-test30-utf8): Set coding system `utf-8'.
61 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
63         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
64         an initial `sit-for' prior the while loop.
66 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
68         Sync with Tramp 2.2.9.
70         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
71         (tramp-test28-shell-command): Make a while loop when waiting for
72         process exit.
74 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
76         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
77         and `vc-hg'.  Declare `tramp-find-executable' and
78         `tramp-get-remote-path'.
79         (tramp-test29-vc-registered): New test.
80         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
82 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
84         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
85         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
86         (tramp-test28-shell-command): Improve `shell-command' test.  Add
87         `async-shell-command' tests.
89 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
91         * automated/file-notify-tests.el (file-notify--wait-for-events):
92         Use `read-event' instead of `sit-for'.
93         (file-notify-test02-events): Remove expected result, the bug is
94         fixed meanwhile.
95         (file-notify-test02-events, file-notify-test03-autorevert):
96         Use `sleep-for' instead of `sit-for'.
98 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
100         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
101         New test.
103 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
105         * automated/file-notify-tests.el (file-notify--deftest-remote):
106         Do not skip when the local test has failed.  They are unrelated.
107         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
108         `noninteractive' to nil, otherwise `sit-for' could be degraded to
109         `sleep-for'.
110         (file-notify-test02-events): Check for `file-remote-p' instead of
111         `file-notify--test-remote-enabled'.
113 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
115         * automated/file-notify-tests.el (file-notify-test02-events):
116         Let test case fail for Bug#16519.
118 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
120         * automated/file-notify-tests.el (file-notify-test02-events):
121         Hide Bug#16519, until it is solved.
123 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
125         * automated/file-notify-tests.el
126         (file-notify--test-local-enabled): Fix error in logic.
127         (file-notify--wait-for-events): New defmacro.
128         (file-notify-test02-events): Make short breaks between file operations.
129         Use `file-notify--wait-for-events'.  Check, that events have arrived.
130         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
132         * automated/comint-testsuite.el
133         (comint-testsuite-password-strings): Add localized examples.
135 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
137         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
138         case if inotify is not linked with Emacs.  Use `read-event' rather
139         than `sit-for' in order to process events.  (Bug#13662)
141 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
143         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
144         test case with adapted test string.  (Bug#13064)
146 2013-12-28  Glenn Morris  <rgm@gnu.org>
148         * automated/electric-tests.el: Require 'elec-pair.
150 2013-12-26  João Távora  <joaotavora@gmail.com>
152         * automated/electric-tests.el (electric-pair-test-for):
153         Fix autowrapping tests in batch-mode by running with
154         `transient-mark-mode' set to `lambda'.
156         * automated/electric-tests.el: New file.
158 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
160         * automated/python-tests.el
161         (python-nav-lisp-forward-sexp-safe-1): Remove test.
162         (python-nav-forward-sexp-safe-1): New test.
164 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
166         * automated/ruby-mode-tests.el: Add tests for
167         `ruby-align-to-stmt-keywords'.
169         * indent/ruby.rb: Update examples to reflect the lack of change in
170         default indentation of `begin' blocks.
172 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
174         * indent/ruby.rb: Update examples according to the change
175         in `smie-indent-close'.
177 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
179         * indent/ruby.rb: New examples.
181 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
183         * automated/python-tests.el (python-indent-dedenters-2): New test.
185 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
187         * automated/python-tests.el (python-indent-after-comment-1)
188         (python-indent-after-comment-2): New tests.
190 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
192         * automated/python-tests.el (python-indent-block-enders-1):
193         Rename from python-indent-block-enders.
194         (python-indent-block-enders-2): New test.
196 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
198         * indent/js.js: New file.
200 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
202         * automated/dbus-tests.el: New file.
204 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
206         * automated/regexp-tests.el: New file.
208 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
210         * automated/reftex-tests.el (reftex-parse-from-file-test):
211         Run temp-dir through file-truename, to make sure the temporary file
212         names are comparable as strings.
214         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
215         Force Unix EOLs by using 'utf-8-unix', since the default of
216         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
218 2013-11-28  Glenn Morris  <rgm@gnu.org>
220         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
222 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
224         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
225         (EMACSOPT): Use $(PATH_SEP).
227 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
229         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
230         Set to nil.
232 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
234         * automated/file-notify-tests.el
235         (file-notify-test-remote-temporary-file-directory):
236         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
237         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
238         (file-notify--deftest-remote): Cleanup connection initially.
239         (file-notify-test03-autorevert): Run also in batch mode.  Use a
240         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
241         does not work on MS Windows.  Call `accept-process-output' for
242         remote files.  Apply `string-match' instead of `string-equal', the
243         messages are different on MS Windows.
245         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
246         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
247         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
249 2013-11-23  Glenn Morris  <rgm@gnu.org>
251         * automated/python-tests.el (python-shell-make-comint-1)
252         (python-shell-make-comint-2, python-shell-get-process-1):
253         Suppress creation of some temp-files.
255         * automated/python-tests.el (python-shell-parse-command-1)
256         (python-shell-make-comint-1, python-shell-make-comint-2)
257         (python-shell-get-process-1)
258         (python-shell-internal-get-or-create-process-1):
259         Skip rather than fail if prereqs not found.
261         * automated/Makefile.in (emacs):
262         Empty EMACSLOADPATH rather than unsetting.
264 2013-11-22  Glenn Morris  <rgm@gnu.org>
266         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
267         Set expected-result.
269 2013-11-21  Glenn Morris  <rgm@gnu.org>
271         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
272         (compile-main): Pass XARGS_LIMIT to xargs.
274         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
275         (EMACSOPT): Use PATH_SEPARATOR.
277 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
279         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
280         Add a failing test for Bug#15874.
281         (ruby--insert-coding-comment-ruby-style)
282         (ruby--insert-coding-comment-emacs-style)
283         (ruby--insert-coding-comment-custom-style):
284         Add a few tests for `ruby--insert-coding-comment'.
286 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
288         Improve API of recently-added bool vector functions (Bug#15912).
289         * automated/data-tests.el: Adjust to API changes.
291 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
293         * automated/tramp-tests.el (tramp-test07-file-exists-p)
294         (tramp-test08-file-local-copy)
295         (tramp-test09-insert-file-contents, tramp-test10-write-region)
296         (tramp-test11-copy-file, tramp-test12-rename-file)
297         (tramp-test13-make-directory, tramp-test14-delete-directory)
298         (tramp-test15-copy-directory, tramp-test16-directory-files)
299         (tramp-test17-insert-directory, tramp-test18-file-attributes)
300         (tramp-test19-directory-files-and-attributes)
301         (tramp-test20-file-modes, tramp-test21-file-links)
302         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
303         (tramp-test24-file-name-completion, tramp-test25-load)
304         (tramp-test26-process-file, tramp-test27-start-file-process)
305         (tramp-test28-shell-command): Cleanup connection initially.
307 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
309         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
310         connection before running the test.
312 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
314         * automated/tramp-tests.el (tramp-test15-copy-directory)
315         (tramp-test16-directory-files, tramp-test17-insert-directory)
316         (tramp-test18-file-attributes)
317         (tramp-test19-directory-files-and-attributes)
318         (tramp-test20-file-modes, tramp-test21-file-links)
319         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
320         (tramp-test24-file-name-completion, tramp-test25-load)
321         (tramp-test26-process-file, tramp-test27-start-file-process):
322         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
323         (tramp-test29-utf8): New test.
325 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
327         * automated/file-notify-tests.el (file-notify-test02-events)
328         (file-notify-test03-autorevert): Suppress messages in `write-region'.
330         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
331         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
332         (tramp-test26-process-file, tramp-test28-shell-command):
333         Ensure, that the directory is not empty when calling "ls".
335 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
337         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
338         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
339         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
340         (tramp-test09-insert-file-contents, tramp-test10-write-region):
341         (tramp-test26-process-file): Add tests.
342         (tramp-test11-copy-file): Remove debug message.
343         (tramp-test20-file-modes): Special case, if user is "root".
345 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
347         * automated/file-notify-tests.el:
348         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
349         `tramp-remote-path' when running on hydra.
350         (tramp-test07-file-exists-p): Remove instrumentation code.
351         (tramp-test26-process-file): Don't use "/bin/true" and
352         "/bin/false", these paths do not exist on hydra.
354 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
356         * automated/process-tests.el: New file.
358 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
360         * indent/ruby.rb: New examples.
362 2013-11-06  Glenn Morris  <rgm@gnu.org>
364         * automated/Makefile.in (setwins): Avoid accidental matches.
366 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
368         * automated/tramp-tests.el (tramp-test07-file-exists-p):
369         Fix docstring.  Instrument, in order to hunt failure on hydra.
371 2013-11-06  Glenn Morris  <rgm@gnu.org>
373         * automated/flymake-tests.el (warning-predicate-rx-gcc)
374         (warning-predicate-function-gcc, warning-predicate-rx-perl)
375         (warning-predicate-function-perl):
376         * automated/info-xref.el (info-xref-test-makeinfo):
377         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
378         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
380 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
382         * automated/tramp-tests.el: New file.
384 2013-11-05  Glenn Morris  <rgm@gnu.org>
386         Get rid of --chdir usage.
387         * automated/Makefile.in (EMACSOPT): Move -L here.
388         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
389         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
390         (.el.elc): No more need to pass -L here.
391         (compile-main): Get rid of sub-shell and cd.
392         (compile-clean, check): Get rid of cd.
394         Make it possible to run tests with a different working directory.
395         * automated/flymake-tests.el (flymake-tests-data-directory): New.
396         (flymake-tests--current-face): Use flymake-tests-data-directory.
397         (warning-predicate-function-gcc, warning-predicate-rx-perl)
398         (warning-predicate-function-perl): Adapt for above change.
399         * automated/zlib-tests.el (zlib-tests-data-directory): New.
400         (zlib--decompress): Use zlib-tests-data-directory.
402         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
403         Remove test that makes no sense.
405         * automated/files.el (files-test-local-variable-data):
406         Fix result typo presumably caused by interference from dir-locals.
407         (file-test--do-local-variables-test): Prevent dir-locals interfering.
409 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
411         * indent/ruby.rb: Add a statement on the line after heredoc.
412         Move a now-successful example.
414         * automated/ruby-mode-tests.el: Remove outdated comment.
416 2013-11-04  Glenn Morris  <rgm@gnu.org>
418         * automated/Makefile.in (abs_srcdir): Remove.
419         (emacs): Unset EMACSLOADPATH.
420         (.el.elc, check): Use -L to append srcdir to load-path.
422 2013-11-02  Glenn Morris  <rgm@gnu.org>
424         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
425         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
426         (abs_srcdir): New, set by configure.
427         (EMACS): Use a relative file name.
428         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
429         (lisp-compile): Remove (assume it's up-to-date).
430         (compile-main): Do not run lisp-compile.
431         (compile-main, compile-clean, compile-always, bootstrap-clean)
432         (check): Use srcdir rather than $test.  Check cd return value.
433         Use --chdir.
434         (doit, compile, compile-always): Remove stuff copied from lisp/.
435         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
437 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
439         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
440         Add a skipping test.
442 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
446         * indent/css-mode.css (.x2): Test alignement inside braces.
448 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
450         * indent/ruby.rb: New failing example.
452         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
453         Fix the test, in respect to adding the space after the curly.
455 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
457         * automated/ert-tests.el (ert-test-skip-unless): New test case.
458         (ert-test-deftest): Adapt test for changed macro expansion.
459         (ert-test-run-tests-interactively):
460         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
461         Add a skipping test.
463         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
464         (file-notify--test-local-enabled): Make it a function.  Check also
465         for `file-remote-p' of `temporary-file-directory'.
466         (file-notify--test-remote-enabled-checked): New defvar.
467         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
468         internal functions.  Cache result.
469         (file-notify--deftest-remote, file-notify-test00-availability)
470         (file-notify-test01-add-watch, file-notify-test02-events)
471         (file-notify-test03-autorevert): Add checks with `skip_unless'.
472         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
474 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
476         * indent/ruby.rb: Fix syntax error in the latest example.
478 2013-10-23  Glenn Morris  <rgm@gnu.org>
480         * automated/Makefile.in (abs_top_srcdir, top_builddir):
481         New, set by configure.
482         (top_srcdir): Remove.
483         (abs_test, abs_lispsrc): New.
484         (lisp): No longer absolute.
485         (emacs, lisp-compile, compile, compile-always):
486         Quote entities that might contain whitespace.
488 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
490         * indent/ruby.rb: Move two examples to "working" section, add one
491         more.
493 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
495         * indent/ruby.rb: New examples for indentation of blocks.
496         Example of hash inside parens that inflooped before the present commit.
498 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
500         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
501         allows another timer to run.
503 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
505         * indent/ruby.rb: More examples for bug#15594, both failing and
506         now passing.
508 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
510         * indent/ruby.rb: Add two more cases.
512 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
514         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
515         first use.
516         (ruby-should-indent): Use indent-according-to-mode.
517         (ruby-deftest-move-to-block): Use `declare'.
519 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
521         * indent/ruby.rb: Fix a spurious change, add more failing examples.
523 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
525         * indent/ruby.rb: Add a few more tests; adjust some indentation.
527 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
529         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
530         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
532         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
534 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
536         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
537         Adjust indentation of continued line to the new SMIE behavior.
539 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
541         * automated/completion-tests.el:
542         * indent/css-mode.css: New files.
544 2013-10-03  Daiki Ueno  <ueno@gnu.org>
546         * automated/data/package/signed/archive-contents:
547         * automated/data/package/signed/archive-contents.sig:
548         * automated/data/package/signed/signed-good-1.0.el:
549         * automated/data/package/signed/signed-good-1.0.el.sig:
550         * automated/data/package/signed/signed-bad-1.0.el:
551         * automated/data/package/signed/signed-bad-1.0.el.sig:
552         * automated/data/package/key.pub:
553         * automated/data/package/key.sec: New files.
555         * automated/package-test.el (package-test-update-listing)
556         (package-test-update-archives, package-test-describe-package):
557         Adjust to package.el change.
558         (package-test-signed): New test.
560 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
562         * automated/package-test.el: Update all cases to use :url instead
563         of :homepage.
565         * automated/package-x-test.el
566         (package-x-test--single-archive-entry-1-3): Same.
568 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
570         * automated/package-test.el (simple-single-desc-1-4): Remove, it
571         was unused.
572         (simple-single-desc): Expect :homepage property.
573         (multi-file-desc): Same.
574         (with-package-test): Do not save previous `default-directory'
575         value, let-bind the var instead.
576         (package-test-install-single): Expect :homepage property in the
577         generated pkg file.
578         (package-test-describe-package): Expect Homepage button.
579         (package-test-describe-non-installed-package)
580         (package-test-describe-non-installed-multi-file-package): Same.
581         (package-test-describe-not-installed-package): Remove, it was a
582         duplicate.
584         * automated/package-x-test.el
585         (package-x-test--single-archive-entry-1-3): Expect :homepage
586         property.
587         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
589         * automated/data/package/simple-single-1.3.el: Add URL header.
591         * automated/data/package/archive-contents: Add :homepage
592         properties to `simple-single' and `multi-file'.
594 2013-09-22  Daniel Colascione  <dancol@dancol.org>
596         * automated/data-tests.el:
597         (bool-vector-count-matches-all-0-nil)
598         (bool-vector-count-matches-all-0-t)
599         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
600         (bool-vector-count-matches-at, bool-vector-intersection-op)
601         (bool-vector-union-op, bool-vector-xor-op)
602         (bool-vector-set-difference-op)
603         (bool-vector-change-detection, bool-vector-not): New tests.
604         (mock-bool-vector-count-matches-at)
605         (test-bool-vector-bv-from-hex-string)
606         (test-bool-vector-to-hex-string)
607         (test-bool-vector-count-matches-at-tc)
608         (test-bool-vector-apply-mock-op)
609         (test-bool-vector-binop): New helper functions.
610         (bool-vector-test-vectors): New testcase data.
612 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
614         * automated/advice-tests.el (advice-test-called-interactively-p-around)
615         (advice-test-called-interactively-p-filter-args)
616         (advice-test-called-interactively-p-around): New tests.
618 2013-09-16  Glenn Morris  <rgm@gnu.org>
620         * automated/eshell.el (eshell-match-result):
621         Return a more informative failure than simply "false".  Update callers.
623         * automated/eshell.el (eshell-test/for-name-shadow-loop):
624         Test value before and after loop as well as during.
626 2013-09-15  Glenn Morris  <rgm@gnu.org>
628         * automated/eshell.el (eshell-test/for-name-shadow-loop):
629         New test.  (Bug#15372)
630         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
632 2013-09-13  Glenn Morris  <rgm@gnu.org>
634         * automated/eshell.el (with-temp-eshell):
635         Use a temp directory for eshell-directory-name.
636         (eshell-test-command-result): New, again using a temp directory.
637         Replace eshell-command-result with this throughout.
638         (eshell-test/for-loop, eshell-test/for-name-loop):
639         Ensure environment variables don't confuse us.
641 2013-09-12  Glenn Morris  <rgm@gnu.org>
643         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
644         due to "has a running process; kill it?" prompts.
646 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
648         * automated/eshell.el: Rename from eshell.el.
649         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
651 2013-09-01  Glenn Morris  <rgm@gnu.org>
653         * automated/Makefile.in (setwins): Avoid leading space in $wins.
654         Otherwise the sed command used by eg compile-main ends up
655         containing "/*.el".  (Bug#15170)
657 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
659         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
660         for portability to hosts where /bin/sh has problems.
662 2013-08-21  David Engster  <deng@randomsample.de>
664         * automated/eieio-tests.el, automated/eieio-test-persist.el:
665         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
666         upstream.  Changed to use ERT.
668 2013-08-14  Daniel Hackney  <dan@haxney.org>
670         * automated/package-test.el: Remove tar-package-building functions.
671         Tar file used for testing is included in the repository.
672         (package-test-install-texinfo, package-test-cleanup-built-files):
673         Remove.
675 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
677         * automated/python-tests.el (python-imenu-create-index-4)
678         (python-imenu-create-flat-index-2): New tests.
680 2013-08-05  Glenn Morris  <rgm@gnu.org>
682         * automated/mule-util.el: New file, with tests extracted from
683         lisp/international/mule-util.el.
685 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
687         * automated/advice-tests.el (advice-tests-nadvice): Test removal
688         before definition.
689         (advice-tests-macroaliases): New test.
691 2013-08-04  Glenn Morris  <rgm@gnu.org>
693         * automated/ert-tests.el: Disable failing test that no-one seems
694         to know how to fix.  (Bug#13064)
696         * automated/icalendar-tests.el (icalendar-tests--test-export)
697         (icalendar-tests--test-import): Try more precise TZ specification.
698         Remove debug messages.
700 2013-08-03  Glenn Morris  <rgm@gnu.org>
702         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
704         * automated/icalendar-tests.el (icalendar-tests--test-export)
705         (icalendar-tests--test-import):
706         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
707         (icalendar-tests--test-import): Reset zone even if error occurred.
709 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
711         * automated/core-elisp-tests.el: New file.
713 2013-08-01  Glenn Morris  <rgm@gnu.org>
715         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
716         Try to check that the remote system has a notification program.
718 2013-07-31  Glenn Morris  <rgm@gnu.org>
720         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
722 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
724         * automated/file-notify-tests.el
725         (file-notify--test-local-enabled): New defconst.  Replaces all
726         `file-notify-support' occurrences.
727         (file-notify--test-remote-enabled): New defun.
728         (file-notify--deftest-remote): Use it.
729         (file-notify-test00-availability): Rewrite.
730         (file-notify-test00-availability-remote): New defun.
731         (file-notify-test01-add-watch): Rewrite first erroneous check.
733 2013-07-23  Glenn Morris  <rgm@gnu.org>
735         * automated/inotify-test.el (inotify-file-watch-simple):
736         Delete temp-file when done.
738         * automated/subword-tests.el: Require subword.
740 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
742         * automated/subword-tests.el: New file.
744 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
746         * automated/python-tests.el (python-imenu-create-index-2)
747         (python-imenu-create-index-3): New tests.
749 2013-07-11  Glenn Morris  <rgm@gnu.org>
751         * automated/ert-tests.el: Require cl-lib at runtime too.
752         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
753         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
754         (ert-test-set-functions, ert-test-gensym)
755         (ert-test-coerce-to-vector, ert-test-string-position)
756         (ert-test-mismatch): Remove tests.
757         * automated/cl-lib.el: New, split from ert-tests.el.
759         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
760         Goto point-min.
761         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
762         (ruby-move-to-block-skips-percent-literal)
763         (ruby-move-to-block-skips-heredoc)
764         (ruby-move-to-block-moves-from-else-to-if)
765         (ruby-beginning-of-defun-does-not-fold-case)
766         (ruby-end-of-defun-skips-to-next-line-after-the-method):
767         Replace goto-line with forward-line/goto-char.
768         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
770         * automated/package-test.el (makeinfo-buffer): Autoload.
771         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
772         (package-test-install-texinfo): Don't require makeinfo.
774         * automated/files.el: Stop "local variables" confusion.
776         * automated/flymake-tests.el (flymake-tests): Remove unused group.
778         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
779         Use with-current-buffer.
781         * automated/undo-tests.el (undo-test-buffer-modified)
782         (undo-test-file-modified): New tests.
784 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
786         * automated/file-notify-tests.el (file-notify-test00-availability):
787         Set :expected-result.
788         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
789         (file-notify-test02-events, file-notify-test02-events-remote)
790         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
791         Skip when `file-notify-support' is nil.  (Bug#14823)
793 2013-07-09  Glenn Morris  <rgm@gnu.org>
795         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
796         Declare.
797         (inotify-file-watch-simple): Silence compiler.
799         * automated/python-tests.el (python-indent-block-enders):
800         Make it actually test something.
802         * automated/package-x-test.el: Require package-test when compiling.
804         * automated/add-log-tests.el, automated/advice-tests.el:
805         * automated/imenu-test.el, automated/package-x-test.el:
806         * automated/python-tests.el, automated/ruby-mode-tests.el:
807         * automated/xml-parse-tests.el: Explicitly require ert.
809 2013-07-08  Kenichi Handa  <handa@gnu.org>
811         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
812         Use with-ccoding-priority to avoid side-effect (Bug#14781).
814 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
816         * automated/file-notify-tests.el
817         (file-notify-test-remote-temporary-file-directory):
818         Use `null-device' on w32.
819         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
820         (file-notify--test-results, file-notify--test-event)
821         (file-notify--deftest-remote, file-notify--event-test)
822         (file-notify--test-event-handler)
823         (file-notify--test-make-temp-name): Rename, in order to mark them
824         internal.
825         (tramp-message-show-message, tramp-read-passwd): Tweak them for
826         better fitting in noninteractive tests.
827         (file-notify-test00-availability): Rename from `file-notify-test0'.
828         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
829         Use `temporary-file-directory '.
830         (file-notify-test01-add-watch-remote): New test.
831         (file-notify-test02-events): Rename from `file-notify-test2'.
832         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
833         (file-notify-test03-autorevert): Rename from
834         `file-notify-test4'.  Use timeouts.
835         (file-notify-test03-autorevert-remote): Rename from
836         `file-notify-test5'.
838 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
840         * automated/file-notify-tests.el: New package.
842 2013-06-28  Kenichi Handa  <handa@gnu.org>
844         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
845         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
846         Callers changed.
847         (decoder-tests-filename): New function.
848         (decoder-tests-prefer-utf-8-read)
849         (decoder-tests-prefer-utf-8-write): New function.
850         (ert-test-decoder-prefer-utf-8): New test.
852 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
854         * automated/package-x-test.el: Change the commentary.
855         (package-x-test--single-archive-entry-1-3)
856         (package-x-test--single-archive-entry-1-4): Fix the tests, by
857         using the appropriate data structure.
859 2013-06-27  Daniel Hackney  <dan@haxney.org>
861         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
863         * automated/package-x-test.el: New file.
865         * automated/package-test.el: New file.
867         * automated/data/package: New directory, with test examples.
869 2013-06-27  Glenn Morris  <rgm@gnu.org>
871         * automated/python-tests.el (python-tests-with-temp-file):
872         Clean up after ourself.
874         * automated/undo-tests.el (undo-test3): Remove test that seems to
875         do nothing that the previous one doesn't, except leave a tempfile.
877 2013-06-26  Glenn Morris  <rgm@gnu.org>
879         * automated/info-xref.el: New file.
881 2013-06-25  Glenn Morris  <rgm@gnu.org>
883         * automated/occur-tests.el (occur-test-create): New function.
884         Use it to create separate tests for each element, so we run them
885         all rather than stopping at the first error.
887 2013-06-24  Glenn Morris  <rgm@gnu.org>
889         * automated/occur-tests.el (occur-tests):
890         Update for 2013-05-29 change to occur header line.
892 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
894         Test suite for flymake.
895         * automated/flymake-tests.el:
896         * automated/flymake/warnpred/Makefile
897         * automated/flymake/warnpred/test.c
898         * automated/flymake/warnpred/test.pl: New files.
900 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
902         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
904 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
906         * automated/reftex-tests.el: New test suite for reftex.
908 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
910         * automated/ruby-mode-tests.el: New tests, for percent literals
911         and expression expansion.
913 2013-05-29  Leo Liu  <sdl.web@gmail.com>
915         * indent/octave.m: Tweak.
917 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
919         * eshell.el: Rewrite tests using ERT.
921 2013-05-25  Leo Liu  <sdl.web@gmail.com>
923         * indent/octave.m: Add tests for %!, # and ### comments.
925 2013-05-23  Kenichi Handa  <handa@gnu.org>
927         * automated/decoder-tests.el: New file.
929 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
931         * indent/ruby.rb: Add multiline regexp example.
933         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
934         (ruby-regexp-skips-over-interpolation)
935         (ruby-regexp-continues-till-end-when-unclosed)
936         (ruby-regexp-can-be-multiline)
937         (ruby-interpolation-inside-percent-literal): New tests.
939 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
941         * indent/ruby.rb: Fix indentation after =; add more cases.
943 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
945         * indent/pascal.pas: Add test for mis-identified comments.
947 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
949         * automated/imenu-test.el: New file.  (Bug#14112)
951 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
953         * automated/python-tests.el (python-imenu-prev-index-position-1):
954         Remove test.
955         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
956         New tests.
958 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
960         * automated/python-tests.el (python-nav-backward-defun-2)
961         (python-nav-backward-defun-3, python-nav-forward-defun-2)
962         (python-nav-forward-defun-3): New tests.
964 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
966         * automated/python-tests.el (python-nav-backward-defun-1)
967         (python-nav-forward-defun-1): New tests.
969 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
971         * automated/add-log-tests.el: New file.  (Bug#14112)
973 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
975         * automated/python-tests.el (python-indent-block-enders): New test.
976         (python-info-current-defun-2): Fix test.
978 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
980         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
982 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
984         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
985         (python-tests-with-temp-file): New macro.
986         (python-tests-shell-interpreter): New var.
987         (python-shell-get-process-name-1)
988         (python-shell-internal-get-process-name-1)
989         (python-shell-parse-command-1)
990         (python-shell-calculate-process-environment-1)
991         (python-shell-calculate-process-environment-2)
992         (python-shell-calculate-process-environment-3)
993         (python-shell-calculate-exec-path-1)
994         (python-shell-calculate-exec-path-2)
995         (python-shell-make-comint-1)
996         (python-shell-make-comint-2)
997         (python-shell-get-process-1)
998         (python-shell-get-or-create-process-1)
999         (python-shell-internal-get-or-create-process-1): New tests.
1001 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1003         * automated/python-tests.el: New file.
1005 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1007         * automated/ruby-mode-tests.el
1008         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1009         bits inside the examples.
1010         (ruby-move-to-block-skips-heredoc): New test.
1011         (ruby-add-log-current-method-after-inner-class):
1012         Lower expectations: move point inside a method, initially.
1014 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1016         * automated/ruby-mode-tests.el
1017         (ruby-move-to-block-skips-percent-literal): New test.
1019 2013-02-04  Chong Yidong  <cyd@gnu.org>
1021         * automated/thingatpt.el: New file.
1023 2013-02-03  Chong Yidong  <cyd@gnu.org>
1025         * automated/files.el (file-test--do-local-variables-test):
1026         Avoid compilation warning message.
1028 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1030         * automated/ruby-mode-tests.el
1031         (ruby-indent-spread-args-in-parens): New test.
1032         * automated/ruby-mode-tests.el (ruby-block-test-example):
1033         Break indentation of the do block opener and add a line inside it.
1034         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1035         Adjust line numbers.
1037 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1041 2013-01-14  Glenn Morris  <rgm@gnu.org>
1043         * automated/compile-tests.el (compile-tests--test-regexps-data):
1044         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1046 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1048         * automated/man-tests.el: New file.
1050 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1052         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1054 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1056         * automated/undo-tests.el: New file.
1058 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1060         * automated/ruby-mode-tests.el
1061         (ruby-indent-after-block-in-continued-expression): New test.
1063 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1065         * automated/ruby-mode-tests.el:
1066         Rename one interpolation test; add three more.
1067         (ruby-with-temp-buffer): New macro, use it where appropriate.
1068         (ruby-add-log-current-method-examples): Use "_" for target point.
1069         Add four new tests for ruby-add-log-current-method.
1071 2012-12-11  Glenn Morris  <rgm@gnu.org>
1073         * automated/f90.el (f90-test-bug13138): New test.
1075 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1077         * automated/inotify-test.el: New test.
1079 2012-12-02  Chong Yidong  <cyd@gnu.org>
1081         * automated/ruby-mode-tests.el
1082         (ruby-add-log-current-method-examples): Don't use loop macro, to
1083         allow automated testing to work.
1085 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1087         * automated/advice-tests.el (advice-tests--data): Remove.
1088         (advice-tests): Move the tests directly here instead.
1089         Add called-interactively-p tests.
1091 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1093         * automated/ert-x-tests.el: Use cl-lib.
1094         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1096 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1098         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1099         (ruby-indent-inside-heredoc-after-operator)
1100         (ruby-indent-inside-heredoc-after-space): New tests.
1101         Change direct font-lock face references to var references.
1102         (ruby-interpolation-suppresses-syntax-inside): New test.
1103         (ruby-interpolation-inside-percent-literal-with-paren):
1104         New failing test.
1106 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1108         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1109         (ruby-singleton-class-no-heredoc-font-lock)
1110         (ruby-add-log-current-method-examples): New tests.
1111         (ruby-test-string): Extract from ruby-should-indent-buffer.
1112         (ruby-deftest-move-to-block): New macro.
1113         Add several move-to-block tests.
1115 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * automated/advice-tests.el: New tests.
1119 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1121         * automated/compile-tests.el (compile-tests--test-regexps-data):
1122         Add new data for msft's new format.
1124 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1126         * automated/ruby-mode-tests.el:
1127         (ruby-toggle-block-to-multiline): New test.
1128         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1129         (ruby-toggle-block-to-brace): Use buffer-string.
1131 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1133         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1135 2012-08-28  Chong Yidong  <cyd@gnu.org>
1137         * automated/files.el: Test every combination of values for
1138         enable-local-variables and enable-local-eval.
1140 2012-08-19  Chong Yidong  <cyd@gnu.org>
1142         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1144 2012-08-18  Chong Yidong  <cyd@gnu.org>
1146         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1148 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1150         * indent/ruby.rb: Rearrange examples, add new ones.
1152 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1154         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1155         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1157 2012-08-11  Glenn Morris  <rgm@gnu.org>
1159         * automated/files.el: New file.
1161         * automated/Makefile.in (all): Fix typo.
1163 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1165         * automated/ruby-mode-tests.el (ruby-should-indent):
1166         Add docstring, check (current-indentation) instead of (current-column).
1167         (ruby-should-indent-buffer): New function.
1168         Add tests for `ruby-deep-indent-paren' behavior.
1169         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1171 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1173         Original tests in test_ruby_mode.rb in upstream (author).
1175 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1177         * automated/ruby-mode-tests.el (ruby-should-indent)
1178         (ruby-assert-state): New functions.
1179         Add new tests.
1181 2012-07-29  David Engster  <deng@randomsample.de>
1183         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1184         New variable to hold test data for name expansion.
1185         (xml-parse-tests): Test the two different types of name expansion.
1187 2012-07-29  Juri Linkov  <juri@jurta.org>
1189         * automated/occur-tests.el (occur-test-case): Use predefined
1190         buffer name " *test-occur*" instead of a random buffer name.
1192 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1194         * automated/ruby-mode-tests.el: New file with one test.
1196 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * indent/shell.sh: Add test case for ${#VAR}.
1200         * indent/latex-mode.tex: New file.
1202 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1204         * eshell.el: Use cl-lib.
1206 2012-07-03  Chong Yidong  <cyd@gnu.org>
1208         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1210 2012-07-02  Chong Yidong  <cyd@gnu.org>
1212         * automated/xml-parse-tests.el (xml-parse-tests--data):
1213         More testcases.
1215 2012-07-01  Chong Yidong  <cyd@gnu.org>
1217         * automated/xml-parse-tests.el: New file.
1219 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1221         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1222         Use cl-flet.
1224 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1226         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1227         Test escaped commas in TZID (Bug#11473).
1228         (icalendar-import-with-timezone): New.
1229         (icalendar-real-world): Add new testcase as given in the bugreport
1230         of Bug#11473.
1232 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1234         * automated/icalendar-tests.el (icalendar-tests--test-import):
1235         Include UID in import tests (Bug#11525).
1236         (icalendar-import-non-recurring, icalendar-import-rrule)
1237         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1238         UID-import change.
1239         (icalendar-import-with-uid): New.
1240         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1241         Include UID in cycle tests.
1242         (icalendar-cycle, icalendar-real-world): UID-import change.
1244 2012-05-21  Glenn Morris  <rgm@gnu.org>
1246         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1248 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1250         * automated/url-util-tests.el: New file to test
1251         lisp/url/url-util.el.  Only `url-build-query-string' and
1252         `url-parse-query-string' are tested right now (Bug#8706).
1254 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1256         * indent/shell.sh:
1257         * indent/shell.rc: Ad some test cases.
1259 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1261         * indent/ruby.rb: New file, to test new syntax-propertize code.
1263 2012-04-11  Glenn Morris  <rgm@gnu.org>
1265         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1267 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1269         * automated/url-future-tests.el (url-future-tests): Move from
1270         lisp/url/url-future.el and rename.
1272 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1274         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1275         Fix broken test, caused by missing trailing blank.
1277 2011-12-03  Chong Yidong  <cyd@gnu.org>
1279         * automated/compile-tests.el (compile-tests--test-regexps-data):
1280         Increase column numbers by one to reflect change in how
1281         compilation-message is recorded (Bug#10172).
1283 2011-11-22  Glenn Morris  <rgm@gnu.org>
1285         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1287 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1289         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1291 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1293         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1294         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1295         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1297 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1299         * automated/newsticker-tests.el
1300         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1301         newsticker--treeview-tree-update.
1303 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1305         * automated/newsticker-tests.el
1306         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1308         * automated/newsticker-tests.el
1309         (newsticker--group-manage-orphan-feeds): Prevent updating
1310         newsticker treeview.  Fixed bug#9763.
1312 2011-10-20  Glenn Morris  <rgm@gnu.org>
1314         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1316         * automated/vc-bzr.el: New file.
1318 2011-10-15  Glenn Morris  <rgm@gnu.org>
1320         * automated/f90.el: New file.
1322 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1324         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1325         to automated/newsticker-tests.el.  Convert to ERT.
1327 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1329         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1330         Remove, simply use string=.
1331         (icalendar--diarytime-to-isotime)
1332         (icalendar--datetime-to-diary-date)
1333         (icalendar--datestring-to-isodate)
1334         (icalendar--format-ical-event)
1335         (icalendar--parse-summary-and-rest)
1336         (icalendar-tests--do-test-import)
1337         (icalendar-tests--do-test-cycle): Change argument order of
1338         string= to EXPECTED ACTUAL.
1339         (icalendar--import-format-sample)
1340         (icalendar--format-ical-event)
1341         (icalendar-import-non-recurring)
1342         (icalendar-import-rrule)
1343         (icalendar-import-duration)
1344         (icalendar-import-bug-6766)
1345         (icalendar-real-world): Adjust to string= instead of
1346         icalendar-tests--compare-strings.
1347         (icalendar-import-multiple-vcalendars): New.
1349 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1351         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1352         Require CL.
1354 2011-05-09  Juri Linkov  <juri@jurta.org>
1356         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1357         Convert to ERT.
1359 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1361         * automated/compile-tests.el: New file.
1363 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1365         * automated/font-parse-tests.el: Don't byte-compile.
1367         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1369 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1371         * automated/lexbind-tests.el: New file.
1373 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1375         * Version 23.3 released.
1377 2011-03-05  Glenn Morris  <rgm@gnu.org>
1379         * eshell.el: Move here from lisp/eshell/esh-test.el.
1381 2011-03-03  Christian Ohler  <ohler@gnu.org>
1383         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1384         New test.
1386 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1388         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1389         convert to ERT format.
1391 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1393         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1394         convert to ERT format.
1396 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1398         * indent/shell.sh:
1399         * indent/shell.rc: New files.
1401 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1403         * automated/font-parse-tests.el: Move from
1404         font-parse-testsuite.el.
1406 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1408         * font-parse-testsuite.el (test-font-parse-data): New file.
1410 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1412         * indent/prolog.prolog: Add tokenizing tests.
1414 2011-01-13  Christian Ohler  <ohler@gnu.org>
1416         * automated: New directory for automated tests.
1418         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1420         * automated/Makefile.in: New file.
1422 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1424         * indent/modula2.mod: New file.
1426 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1428         * indent/octave.m: Add a test to ensure indentation is local.
1430 2010-10-23  Glenn Morris  <rgm@gnu.org>
1432         * comint-testsuite.el
1433         (comint-testsuite--test-comint-password-prompt-regexp):
1434         Add "Please enter the password".  (Bug#7224)
1436 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1438         * indent/prolog.prolog: Use normal spacing around !.
1440 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1442         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1444 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1446         * indent/octave.m: Remove some `fixindent' not needed any more.
1448 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * indent/octave.m: New file.
1452 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1454         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1455         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1456         (icalendar-testsuite--run-internal-tests): New.
1457         (icalendar-testsuite--test-convert-ordinary-to-ical)
1458         (icalendar-testsuite--test-convert-block-to-ical)
1459         (icalendar-testsuite--test-convert-anniversary-to-ical)
1460         (icalendar-testsuite--test-parse-vtimezone)
1461         (icalendar-testsuite--do-test-export): Code formatting.
1462         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1463         (icalendar-testsuite--do-test-import)
1464         (icalendar-testsuite--do-test-cycle):
1465         Use icalendar-testsuite--compare-strings
1466         (icalendar-testsuite--run-import-tests): Comment added.
1467         (icalendar-testsuite--run-import-tests)
1468         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1470 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1472         * redisplay-testsuite.el (test-redisplay-3): New test.
1474 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1476         * comint-testsuite.el: New file.
1478 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1480         * indent: New dir.
1482 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1484         * Version 23.2 released.
1486 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1488         * cedet/semantic-ia-utest.el
1489         (semantic-symref-test-count-hits-in-tag): Add function, from
1490         semantic-test.el.
1492         * cedet/tests/test.cpp:
1493         * cedet/tests/test.py:
1494         * cedet/tests/teststruct.cpp:
1495         * cedet/tests/testtemplates.cpp:
1496         * cedet/tests/testusing.cpp:
1497         * cedet/tests/scopetest.cpp:
1498         * cedet/tests/scopetest.java: Files deleted.
1500         * cedet/tests/test.make:
1501         * cedet/tests/test.c:
1502         * cedet/tests/testjavacomp.java:
1503         * cedet/tests/testspp.c:
1504         * cedet/tests/testsppreplace.c:
1505         * cedet/tests/testsppreplaced.c:
1506         * cedet/tests/testsubclass.cpp:
1507         * cedet/tests/testsubclass.hh:
1508         * cedet/tests/testtypedefs.cpp:
1509         * cedet/tests/testvarnames.c:
1510         * cedet/tests/test.el:
1511         * cedet/tests/testdoublens.cpp:
1512         * cedet/tests/testdoublens.hpp: Add copyright header.
1514         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1515         Remove reference to deleted files.
1517 2010-03-30  Juri Linkov  <juri@jurta.org>
1519         * occur-testsuite.el (occur-tests): Add tests for context lines.
1521 2010-03-23  Juri Linkov  <juri@jurta.org>
1523         * occur-testsuite.el: New file.
1525 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1527         * Branch for 23.2.
1529 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1531         * icalendar-testsuite.el
1532         (icalendar-testsuite--run-function-tests): Add new tests.
1533         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1534         testcase.
1535         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1536         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1537         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1538         (icalendar-testsuite--test-convert-block-to-ical): New.
1539         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1540         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1542 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1544         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1545         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1546         Fix typos in docstrings and error messages.
1547         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1549 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1551         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1552         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1553         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1555 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1557         * icalendar-testsuite.el
1558         (icalendar-testsuite--run-function-tests):
1559         Add icalendar-testsuite--test-parse-vtimezone.
1560         (icalendar-testsuite--test-parse-vtimezone): New.
1561         (icalendar-testsuite--do-test-cycle): Doc changes.
1562         (icalendar-testsuite--run-real-world-tests): Remove trailing
1563         whitespace -- see change of icalendar--add-diary-entry in
1564         icalendar.el.
1565         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1567 2009-09-30  Glenn Morris  <rgm@gnu.org>
1569         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1571 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1573         * cedet/*: New unit tests, from CEDET repository.
1575 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1577         * redisplay-testsuite.el: New file.
1579 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1581         * Branch for 23.1.
1583 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1585         * icalendar-testsuite.el
1586         (icalendar-testsuite--run-function-tests):
1587         Add icalendar-testsuite--test-diarytime-to-isotime.
1588         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1589         recent icalendar fixes.
1590         (icalendar-testsuite--test-diarytime-to-isotime): New.
1591         (icalendar-testsuite--test-create-uid): Adjust to recent
1592         icalendar changes.
1594 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1596         * bytecomp-testsuite.el: New file.
1598 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1600         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1601         Add `icalendar-testsuite--test-create-uid'.
1602         (icalendar-testsuite--test-create-uid): New.
1604 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1606         * newsticker-testsuite.el: New file.
1608 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1610         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1611         Add icalendar-testsuite--test-datestring-to-isodate,
1612         icalendar-testsuite--test-datetime-to-diary-date, and
1613         icalendar-testsuite--test-calendar-style.
1614         (icalendar-testsuite--test-format-ical-event):
1615         (icalendar-testsuite--test-parse-summary-and-rest):
1616         Doc fix.  Remove european-calendar-style.
1617         (icalendar-testsuite--get-ical-event): Doc fix.
1618         (icalendar-testsuite--test-first-weekday-of-year):
1619         (icalendar-testsuite--run-cycle-tests): Add doc string.
1620         (icalendar-testsuite--test-datestring-to-isodate):
1621         (icalendar-testsuite--test-datetime-to-diary-date):
1622         (icalendar-testsuite--test-calendar-style): New functions.
1623         (icalendar-testsuite--test-export): Handle iso date style.
1624         New arg INPUT-ISO.  Use calendar-date-style.
1625         (icalendar-testsuite--test-import): Handle iso date style.
1626         New arg EXPECTED-ISO.  Use calendar-date-style.
1627         (icalendar-testsuite--test-cycle): Handle iso date style.
1628         (icalendar-testsuite--run-import-tests):
1629         (icalendar-testsuite--run-export-tests):
1630         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1632 2008-02-29  Glenn Morris  <rgm@gnu.org>
1634         * README: New file.
1636 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1638         * icalendar-testsuite.el: New file.
1640 ;; Local Variables:
1641 ;; coding: utf-8
1642 ;; End:
1644   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1646   This file is part of GNU Emacs.
1648   GNU Emacs is free software: you can redistribute it and/or modify
1649   it under the terms of the GNU General Public License as published by
1650   the Free Software Foundation, either version 3 of the License, or
1651   (at your option) any later version.
1653   GNU Emacs is distributed in the hope that it will be useful,
1654   but WITHOUT ANY WARRANTY; without even the implied warranty of
1655   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1656   GNU General Public License for more details.
1658   You should have received a copy of the GNU General Public License
1659   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.