* automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
[emacs.git] / test / ChangeLog
blob370545d436867a7df3eeeb03ebe98fef1ad5fdd7
1 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
4         and `vc-hg'.  Declare `tramp-find-executable' and
5         `tramp-get-remote-path'.
6         (tramp-test29-vc-registered): New test.
7         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
9 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
11         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
12         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
13         (tramp-test28-shell-command): Improve `shell-command' test.  Add
14         `async-shell-command' tests.
16 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
18         * automated/file-notify-tests.el (file-notify--wait-for-events):
19         Use `read-event' instead of `sit-for'.
20         (file-notify-test02-events): Remove expected result, the bug is
21         fixed meanwhile.
22         (file-notify-test02-events, file-notify-test03-autorevert):
23         Use `sleep-for' instead of `sit-for'.
25 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
27         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
28         New test.
30 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
32         * automated/file-notify-tests.el (file-notify--deftest-remote):
33         Do not skip when the local test has failed.  They are unrelated.
34         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
35         `noninteractive' to nil, otherwise `sit-for' could be degraded to
36         `sleep-for'.
37         (file-notify-test02-events): Check for `file-remote-p' instead of
38         `file-notify--test-remote-enabled'.
40 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
42         * automated/file-notify-tests.el (file-notify-test02-events):
43         Let test case fail for Bug#16519.
45 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
47         * automated/file-notify-tests.el (file-notify-test02-events):
48         Hide Bug#16519, until it is solved.
50 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
52         * automated/file-notify-tests.el
53         (file-notify--test-local-enabled): Fix error in logic.
54         (file-notify--wait-for-events): New defmacro.
55         (file-notify-test02-events): Make short breaks between file operations.
56         Use `file-notify--wait-for-events'.  Check, that events have arrived.
57         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
59         * automated/comint-testsuite.el
60         (comint-testsuite-password-strings): Add localized examples.
62 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
64         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
65         case if inotify is not linked with Emacs.  Use `read-event' rather
66         than `sit-for' in order to process events.  (Bug#13662)
68 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
70         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
71         test case with adapted test string.  (Bug#13064)
73 2013-12-28  Glenn Morris  <rgm@gnu.org>
75         * automated/electric-tests.el: Require 'elec-pair.
77 2013-12-26  João Távora  <joaotavora@gmail.com>
79         * automated/electric-tests.el (electric-pair-test-for):
80         Fix autowrapping tests in batch-mode by running with
81         `transient-mark-mode' set to `lambda'.
83         * automated/electric-tests.el: New file.
85 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
87         * automated/python-tests.el
88         (python-nav-lisp-forward-sexp-safe-1): Remove test.
89         (python-nav-forward-sexp-safe-1): New test.
91 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
93         * automated/ruby-mode-tests.el: Add tests for
94         `ruby-align-to-stmt-keywords'.
96         * indent/ruby.rb: Update examples to reflect the lack of change in
97         default indentation of `begin' blocks.
99 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
101         * indent/ruby.rb: Update examples according to the change
102         in `smie-indent-close'.
104 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
106         * indent/ruby.rb: New examples.
108 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
110         * automated/python-tests.el (python-indent-dedenters-2): New test.
112 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
114         * automated/python-tests.el (python-indent-after-comment-1)
115         (python-indent-after-comment-2): New tests.
117 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
119         * automated/python-tests.el (python-indent-block-enders-1):
120         Rename from python-indent-block-enders.
121         (python-indent-block-enders-2): New test.
123 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
125         * indent/js.js: New file.
127 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
129         * automated/dbus-tests.el: New file.
131 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * automated/regexp-tests.el: New file.
135 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
137         * automated/reftex-tests.el (reftex-parse-from-file-test):
138         Run temp-dir through file-truename, to make sure the temporary file
139         names are comparable as strings.
141         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
142         Force Unix EOLs by using 'utf-8-unix', since the default of
143         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
145 2013-11-28  Glenn Morris  <rgm@gnu.org>
147         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
149 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
151         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
152         (EMACSOPT): Use $(PATH_SEP).
154 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
156         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
157         Set to nil.
159 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
161         * automated/file-notify-tests.el
162         (file-notify-test-remote-temporary-file-directory):
163         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
164         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
165         (file-notify--deftest-remote): Cleanup connection initially.
166         (file-notify-test03-autorevert): Run also in batch mode.  Use a
167         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
168         does not work on MS Windows.  Call `accept-process-output' for
169         remote files.  Apply `string-match' instead of `string-equal', the
170         messages are different on MS Windows.
172         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
173         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
174         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
176 2013-11-23  Glenn Morris  <rgm@gnu.org>
178         * automated/python-tests.el (python-shell-make-comint-1)
179         (python-shell-make-comint-2, python-shell-get-process-1):
180         Suppress creation of some temp-files.
182         * automated/python-tests.el (python-shell-parse-command-1)
183         (python-shell-make-comint-1, python-shell-make-comint-2)
184         (python-shell-get-process-1)
185         (python-shell-internal-get-or-create-process-1):
186         Skip rather than fail if prereqs not found.
188         * automated/Makefile.in (emacs):
189         Empty EMACSLOADPATH rather than unsetting.
191 2013-11-22  Glenn Morris  <rgm@gnu.org>
193         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
194         Set expected-result.
196 2013-11-21  Glenn Morris  <rgm@gnu.org>
198         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
199         (compile-main): Pass XARGS_LIMIT to xargs.
201         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
202         (EMACSOPT): Use PATH_SEPARATOR.
204 2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
206         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
207         Add a failing test for Bug#15874.
208         (ruby--insert-coding-comment-ruby-style)
209         (ruby--insert-coding-comment-emacs-style)
210         (ruby--insert-coding-comment-custom-style):
211         Add a few tests for `ruby--insert-coding-comment'.
213 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
215         Improve API of recently-added bool vector functions (Bug#15912).
216         * automated/data-tests.el: Adjust to API changes.
218 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
220         * automated/tramp-tests.el (tramp-test07-file-exists-p)
221         (tramp-test08-file-local-copy)
222         (tramp-test09-insert-file-contents, tramp-test10-write-region)
223         (tramp-test11-copy-file, tramp-test12-rename-file)
224         (tramp-test13-make-directory, tramp-test14-delete-directory)
225         (tramp-test15-copy-directory, tramp-test16-directory-files)
226         (tramp-test17-insert-directory, tramp-test18-file-attributes)
227         (tramp-test19-directory-files-and-attributes)
228         (tramp-test20-file-modes, tramp-test21-file-links)
229         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
230         (tramp-test24-file-name-completion, tramp-test25-load)
231         (tramp-test26-process-file, tramp-test27-start-file-process)
232         (tramp-test28-shell-command): Cleanup connection initially.
234 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
236         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
237         connection before running the test.
239 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
241         * automated/tramp-tests.el (tramp-test15-copy-directory)
242         (tramp-test16-directory-files, tramp-test17-insert-directory)
243         (tramp-test18-file-attributes)
244         (tramp-test19-directory-files-and-attributes)
245         (tramp-test20-file-modes, tramp-test21-file-links)
246         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
247         (tramp-test24-file-name-completion, tramp-test25-load)
248         (tramp-test26-process-file, tramp-test27-start-file-process):
249         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
250         (tramp-test29-utf8): New test.
252 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
254         * automated/file-notify-tests.el (file-notify-test02-events)
255         (file-notify-test03-autorevert): Suppress messages in `write-region'.
257         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
258         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
259         (tramp-test26-process-file, tramp-test28-shell-command):
260         Ensure, that the directory is not empty when calling "ls".
262 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
264         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
265         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
266         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
267         (tramp-test09-insert-file-contents, tramp-test10-write-region):
268         (tramp-test26-process-file): Add tests.
269         (tramp-test11-copy-file): Remove debug message.
270         (tramp-test20-file-modes): Special case, if user is "root".
272 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
274         * automated/file-notify-tests.el:
275         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
276         `tramp-remote-path' when running on hydra.
277         (tramp-test07-file-exists-p): Remove instrumentation code.
278         (tramp-test26-process-file): Don't use "/bin/true" and
279         "/bin/false", these paths do not exist on hydra.
281 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
283         * automated/process-tests.el: New file.
285 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
287         * indent/ruby.rb: New examples.
289 2013-11-06  Glenn Morris  <rgm@gnu.org>
291         * automated/Makefile.in (setwins): Avoid accidental matches.
293 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
295         * automated/tramp-tests.el (tramp-test07-file-exists-p):
296         Fix docstring.  Instrument, in order to hunt failure on hydra.
298 2013-11-06  Glenn Morris  <rgm@gnu.org>
300         * automated/flymake-tests.el (warning-predicate-rx-gcc)
301         (warning-predicate-function-gcc, warning-predicate-rx-perl)
302         (warning-predicate-function-perl):
303         * automated/info-xref.el (info-xref-test-makeinfo):
304         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
305         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
307 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
309         * automated/tramp-tests.el: New file.
311 2013-11-05  Glenn Morris  <rgm@gnu.org>
313         Get rid of --chdir usage.
314         * automated/Makefile.in (EMACSOPT): Move -L here.
315         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
316         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
317         (.el.elc): No more need to pass -L here.
318         (compile-main): Get rid of sub-shell and cd.
319         (compile-clean, check): Get rid of cd.
321         Make it possible to run tests with a different working directory.
322         * automated/flymake-tests.el (flymake-tests-data-directory): New.
323         (flymake-tests--current-face): Use flymake-tests-data-directory.
324         (warning-predicate-function-gcc, warning-predicate-rx-perl)
325         (warning-predicate-function-perl): Adapt for above change.
326         * automated/zlib-tests.el (zlib-tests-data-directory): New.
327         (zlib--decompress): Use zlib-tests-data-directory.
329         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
330         Remove test that makes no sense.
332         * automated/files.el (files-test-local-variable-data):
333         Fix result typo presumably caused by interference from dir-locals.
334         (file-test--do-local-variables-test): Prevent dir-locals interfering.
336 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
338         * indent/ruby.rb: Add a statement on the line after heredoc.
339         Move a now-successful example.
341         * automated/ruby-mode-tests.el: Remove outdated comment.
343 2013-11-04  Glenn Morris  <rgm@gnu.org>
345         * automated/Makefile.in (abs_srcdir): Remove.
346         (emacs): Unset EMACSLOADPATH.
347         (.el.elc, check): Use -L to append srcdir to load-path.
349 2013-11-02  Glenn Morris  <rgm@gnu.org>
351         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
352         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
353         (abs_srcdir): New, set by configure.
354         (EMACS): Use a relative file name.
355         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
356         (lisp-compile): Remove (assume it's up-to-date).
357         (compile-main): Do not run lisp-compile.
358         (compile-main, compile-clean, compile-always, bootstrap-clean)
359         (check): Use srcdir rather than $test.  Check cd return value.
360         Use --chdir.
361         (doit, compile, compile-always): Remove stuff copied from lisp/.
362         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
364 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
366         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
367         Add a skipping test.
369 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
373         * indent/css-mode.css (.x2): Test alignement inside braces.
375 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
377         * indent/ruby.rb: New failing example.
379         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
380         Fix the test, in respect to adding the space after the curly.
382 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
384         * automated/ert-tests.el (ert-test-skip-unless): New test case.
385         (ert-test-deftest): Adapt test for changed macro expansion.
386         (ert-test-run-tests-interactively):
387         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
388         Add a skipping test.
390         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
391         (file-notify--test-local-enabled): Make it a function.  Check also
392         for `file-remote-p' of `temporary-file-directory'.
393         (file-notify--test-remote-enabled-checked): New defvar.
394         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
395         internal functions.  Cache result.
396         (file-notify--deftest-remote, file-notify-test00-availability)
397         (file-notify-test01-add-watch, file-notify-test02-events)
398         (file-notify-test03-autorevert): Add checks with `skip_unless'.
399         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
401 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
403         * indent/ruby.rb: Fix syntax error in the latest example.
405 2013-10-23  Glenn Morris  <rgm@gnu.org>
407         * automated/Makefile.in (abs_top_srcdir, top_builddir):
408         New, set by configure.
409         (top_srcdir): Remove.
410         (abs_test, abs_lispsrc): New.
411         (lisp): No longer absolute.
412         (emacs, lisp-compile, compile, compile-always):
413         Quote entities that might contain whitespace.
415 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
417         * indent/ruby.rb: Move two examples to "working" section, add one
418         more.
420 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
422         * indent/ruby.rb: New examples for indentation of blocks.
423         Example of hash inside parens that inflooped before the present commit.
425 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
427         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
428         allows another timer to run.
430 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
432         * indent/ruby.rb: More examples for bug#15594, both failing and
433         now passing.
435 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
437         * indent/ruby.rb: Add two more cases.
439 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
441         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
442         first use.
443         (ruby-should-indent): Use indent-according-to-mode.
444         (ruby-deftest-move-to-block): Use `declare'.
446 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
448         * indent/ruby.rb: Fix a spurious change, add more failing examples.
450 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
452         * indent/ruby.rb: Add a few more tests; adjust some indentation.
454 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
456         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
457         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
459         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
461 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
463         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
464         Adjust indentation of continued line to the new SMIE behavior.
466 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
468         * automated/completion-tests.el:
469         * indent/css-mode.css: New files.
471 2013-10-03  Daiki Ueno  <ueno@gnu.org>
473         * automated/data/package/signed/archive-contents:
474         * automated/data/package/signed/archive-contents.sig:
475         * automated/data/package/signed/signed-good-1.0.el:
476         * automated/data/package/signed/signed-good-1.0.el.sig:
477         * automated/data/package/signed/signed-bad-1.0.el:
478         * automated/data/package/signed/signed-bad-1.0.el.sig:
479         * automated/data/package/key.pub:
480         * automated/data/package/key.sec: New files.
482         * automated/package-test.el (package-test-update-listing)
483         (package-test-update-archives, package-test-describe-package):
484         Adjust to package.el change.
485         (package-test-signed): New test.
487 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
489         * automated/package-test.el: Update all cases to use :url instead
490         of :homepage.
492         * automated/package-x-test.el
493         (package-x-test--single-archive-entry-1-3): Same.
495 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
497         * automated/package-test.el (simple-single-desc-1-4): Remove, it
498         was unused.
499         (simple-single-desc): Expect :homepage property.
500         (multi-file-desc): Same.
501         (with-package-test): Do not save previous `default-directory'
502         value, let-bind the var instead.
503         (package-test-install-single): Expect :homepage property in the
504         generated pkg file.
505         (package-test-describe-package): Expect Homepage button.
506         (package-test-describe-non-installed-package)
507         (package-test-describe-non-installed-multi-file-package): Same.
508         (package-test-describe-not-installed-package): Remove, it was a
509         duplicate.
511         * automated/package-x-test.el
512         (package-x-test--single-archive-entry-1-3): Expect :homepage
513         property.
514         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
516         * automated/data/package/simple-single-1.3.el: Add URL header.
518         * automated/data/package/archive-contents: Add :homepage
519         properties to `simple-single' and `multi-file'.
521 2013-09-22  Daniel Colascione  <dancol@dancol.org>
523         * automated/data-tests.el:
524         (bool-vector-count-matches-all-0-nil)
525         (bool-vector-count-matches-all-0-t)
526         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
527         (bool-vector-count-matches-at, bool-vector-intersection-op)
528         (bool-vector-union-op, bool-vector-xor-op)
529         (bool-vector-set-difference-op)
530         (bool-vector-change-detection, bool-vector-not): New tests.
531         (mock-bool-vector-count-matches-at)
532         (test-bool-vector-bv-from-hex-string)
533         (test-bool-vector-to-hex-string)
534         (test-bool-vector-count-matches-at-tc)
535         (test-bool-vector-apply-mock-op)
536         (test-bool-vector-binop): New helper functions.
537         (bool-vector-test-vectors): New testcase data.
539 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
541         * automated/advice-tests.el (advice-test-called-interactively-p-around)
542         (advice-test-called-interactively-p-filter-args)
543         (advice-test-called-interactively-p-around): New tests.
545 2013-09-16  Glenn Morris  <rgm@gnu.org>
547         * automated/eshell.el (eshell-match-result):
548         Return a more informative failure than simply "false".  Update callers.
550         * automated/eshell.el (eshell-test/for-name-shadow-loop):
551         Test value before and after loop as well as during.
553 2013-09-15  Glenn Morris  <rgm@gnu.org>
555         * automated/eshell.el (eshell-test/for-name-shadow-loop):
556         New test.  (Bug#15372)
557         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
559 2013-09-13  Glenn Morris  <rgm@gnu.org>
561         * automated/eshell.el (with-temp-eshell):
562         Use a temp directory for eshell-directory-name.
563         (eshell-test-command-result): New, again using a temp directory.
564         Replace eshell-command-result with this throughout.
565         (eshell-test/for-loop, eshell-test/for-name-loop):
566         Ensure environment variables don't confuse us.
568 2013-09-12  Glenn Morris  <rgm@gnu.org>
570         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
571         due to "has a running process; kill it?" prompts.
573 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
575         * automated/eshell.el: Rename from eshell.el.
576         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
578 2013-09-01  Glenn Morris  <rgm@gnu.org>
580         * automated/Makefile.in (setwins): Avoid leading space in $wins.
581         Otherwise the sed command used by eg compile-main ends up
582         containing "/*.el".  (Bug#15170)
584 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
586         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
587         for portability to hosts where /bin/sh has problems.
589 2013-08-21  David Engster  <deng@randomsample.de>
591         * automated/eieio-tests.el, automated/eieio-test-persist.el:
592         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
593         upstream.  Changed to use ERT.
595 2013-08-14  Daniel Hackney  <dan@haxney.org>
597         * automated/package-test.el: Remove tar-package-building functions.
598         Tar file used for testing is included in the repository.
599         (package-test-install-texinfo, package-test-cleanup-built-files):
600         Remove.
602 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
604         * automated/python-tests.el (python-imenu-create-index-4)
605         (python-imenu-create-flat-index-2): New tests.
607 2013-08-05  Glenn Morris  <rgm@gnu.org>
609         * automated/mule-util.el: New file, with tests extracted from
610         lisp/international/mule-util.el.
612 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
614         * automated/advice-tests.el (advice-tests-nadvice): Test removal
615         before definition.
616         (advice-tests-macroaliases): New test.
618 2013-08-04  Glenn Morris  <rgm@gnu.org>
620         * automated/ert-tests.el: Disable failing test that no-one seems
621         to know how to fix.  (Bug#13064)
623         * automated/icalendar-tests.el (icalendar-tests--test-export)
624         (icalendar-tests--test-import): Try more precise TZ specification.
625         Remove debug messages.
627 2013-08-03  Glenn Morris  <rgm@gnu.org>
629         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
631         * automated/icalendar-tests.el (icalendar-tests--test-export)
632         (icalendar-tests--test-import):
633         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
634         (icalendar-tests--test-import): Reset zone even if error occurred.
636 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
638         * automated/core-elisp-tests.el: New file.
640 2013-08-01  Glenn Morris  <rgm@gnu.org>
642         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
643         Try to check that the remote system has a notification program.
645 2013-07-31  Glenn Morris  <rgm@gnu.org>
647         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
649 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
651         * automated/file-notify-tests.el
652         (file-notify--test-local-enabled): New defconst.  Replaces all
653         `file-notify-support' occurrences.
654         (file-notify--test-remote-enabled): New defun.
655         (file-notify--deftest-remote): Use it.
656         (file-notify-test00-availability): Rewrite.
657         (file-notify-test00-availability-remote): New defun.
658         (file-notify-test01-add-watch): Rewrite first erroneous check.
660 2013-07-23  Glenn Morris  <rgm@gnu.org>
662         * automated/inotify-test.el (inotify-file-watch-simple):
663         Delete temp-file when done.
665         * automated/subword-tests.el: Require subword.
667 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
669         * automated/subword-tests.el: New file.
671 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
673         * automated/python-tests.el (python-imenu-create-index-2)
674         (python-imenu-create-index-3): New tests.
676 2013-07-11  Glenn Morris  <rgm@gnu.org>
678         * automated/ert-tests.el: Require cl-lib at runtime too.
679         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
680         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
681         (ert-test-set-functions, ert-test-gensym)
682         (ert-test-coerce-to-vector, ert-test-string-position)
683         (ert-test-mismatch): Remove tests.
684         * automated/cl-lib.el: New, split from ert-tests.el.
686         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
687         Goto point-min.
688         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
689         (ruby-move-to-block-skips-percent-literal)
690         (ruby-move-to-block-skips-heredoc)
691         (ruby-move-to-block-moves-from-else-to-if)
692         (ruby-beginning-of-defun-does-not-fold-case)
693         (ruby-end-of-defun-skips-to-next-line-after-the-method):
694         Replace goto-line with forward-line/goto-char.
695         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
697         * automated/package-test.el (makeinfo-buffer): Autoload.
698         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
699         (package-test-install-texinfo): Don't require makeinfo.
701         * automated/files.el: Stop "local variables" confusion.
703         * automated/flymake-tests.el (flymake-tests): Remove unused group.
705         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
706         Use with-current-buffer.
708         * automated/undo-tests.el (undo-test-buffer-modified)
709         (undo-test-file-modified): New tests.
711 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
713         * automated/file-notify-tests.el (file-notify-test00-availability):
714         Set :expected-result.
715         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
716         (file-notify-test02-events, file-notify-test02-events-remote)
717         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
718         Skip when `file-notify-support' is nil.  (Bug#14823)
720 2013-07-09  Glenn Morris  <rgm@gnu.org>
722         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
723         Declare.
724         (inotify-file-watch-simple): Silence compiler.
726         * automated/python-tests.el (python-indent-block-enders):
727         Make it actually test something.
729         * automated/package-x-test.el: Require package-test when compiling.
731         * automated/add-log-tests.el, automated/advice-tests.el:
732         * automated/imenu-test.el, automated/package-x-test.el:
733         * automated/python-tests.el, automated/ruby-mode-tests.el:
734         * automated/xml-parse-tests.el: Explicitly require ert.
736 2013-07-08  Kenichi Handa  <handa@gnu.org>
738         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
739         Use with-ccoding-priority to avoid side-effect (Bug#14781).
741 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
743         * automated/file-notify-tests.el
744         (file-notify-test-remote-temporary-file-directory):
745         Use `null-device' on w32.
746         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
747         (file-notify--test-results, file-notify--test-event)
748         (file-notify--deftest-remote, file-notify--event-test)
749         (file-notify--test-event-handler)
750         (file-notify--test-make-temp-name): Rename, in order to mark them
751         internal.
752         (tramp-message-show-message, tramp-read-passwd): Tweak them for
753         better fitting in noninteractive tests.
754         (file-notify-test00-availability): Rename from `file-notify-test0'.
755         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
756         Use `temporary-file-directory '.
757         (file-notify-test01-add-watch-remote): New test.
758         (file-notify-test02-events): Rename from `file-notify-test2'.
759         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
760         (file-notify-test03-autorevert): Rename from
761         `file-notify-test4'.  Use timeouts.
762         (file-notify-test03-autorevert-remote): Rename from
763         `file-notify-test5'.
765 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
767         * automated/file-notify-tests.el: New package.
769 2013-06-28  Kenichi Handa  <handa@gnu.org>
771         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
772         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
773         Callers changed.
774         (decoder-tests-filename): New function.
775         (decoder-tests-prefer-utf-8-read)
776         (decoder-tests-prefer-utf-8-write): New function.
777         (ert-test-decoder-prefer-utf-8): New test.
779 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
781         * automated/package-x-test.el: Change the commentary.
782         (package-x-test--single-archive-entry-1-3)
783         (package-x-test--single-archive-entry-1-4): Fix the tests, by
784         using the appropriate data structure.
786 2013-06-27  Daniel Hackney  <dan@haxney.org>
788         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
790         * automated/package-x-test.el: New file.
792         * automated/package-test.el: New file.
794         * automated/data/package: New directory, with test examples.
796 2013-06-27  Glenn Morris  <rgm@gnu.org>
798         * automated/python-tests.el (python-tests-with-temp-file):
799         Clean up after ourself.
801         * automated/undo-tests.el (undo-test3): Remove test that seems to
802         do nothing that the previous one doesn't, except leave a tempfile.
804 2013-06-26  Glenn Morris  <rgm@gnu.org>
806         * automated/info-xref.el: New file.
808 2013-06-25  Glenn Morris  <rgm@gnu.org>
810         * automated/occur-tests.el (occur-test-create): New function.
811         Use it to create separate tests for each element, so we run them
812         all rather than stopping at the first error.
814 2013-06-24  Glenn Morris  <rgm@gnu.org>
816         * automated/occur-tests.el (occur-tests):
817         Update for 2013-05-29 change to occur header line.
819 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
821         Test suite for flymake.
822         * automated/flymake-tests.el:
823         * automated/flymake/warnpred/Makefile
824         * automated/flymake/warnpred/test.c
825         * automated/flymake/warnpred/test.pl: New files.
827 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
829         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
831 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
833         * automated/reftex-tests.el: New test suite for reftex.
835 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
837         * automated/ruby-mode-tests.el: New tests, for percent literals
838         and expression expansion.
840 2013-05-29  Leo Liu  <sdl.web@gmail.com>
842         * indent/octave.m: Tweak.
844 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
846         * eshell.el: Rewrite tests using ERT.
848 2013-05-25  Leo Liu  <sdl.web@gmail.com>
850         * indent/octave.m: Add tests for %!, # and ### comments.
852 2013-05-23  Kenichi Handa  <handa@gnu.org>
854         * automated/decoder-tests.el: New file.
856 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
858         * indent/ruby.rb: Add multiline regexp example.
860         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
861         (ruby-regexp-skips-over-interpolation)
862         (ruby-regexp-continues-till-end-when-unclosed)
863         (ruby-regexp-can-be-multiline)
864         (ruby-interpolation-inside-percent-literal): New tests.
866 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
868         * indent/ruby.rb: Fix indentation after =; add more cases.
870 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
872         * indent/pascal.pas: Add test for mis-identified comments.
874 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
876         * automated/imenu-test.el: New file.  (Bug#14112)
878 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
880         * automated/python-tests.el (python-imenu-prev-index-position-1):
881         Remove test.
882         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
883         New tests.
885 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
887         * automated/python-tests.el (python-nav-backward-defun-2)
888         (python-nav-backward-defun-3, python-nav-forward-defun-2)
889         (python-nav-forward-defun-3): New tests.
891 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
893         * automated/python-tests.el (python-nav-backward-defun-1)
894         (python-nav-forward-defun-1): New tests.
896 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
898         * automated/add-log-tests.el: New file. (Bug#14112)
900 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
902         * automated/python-tests.el (python-indent-block-enders): New test.
903         (python-info-current-defun-2): Fix test.
905 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
907         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
909 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
911         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
912         (python-tests-with-temp-file): New macro.
913         (python-tests-shell-interpreter): New var.
914         (python-shell-get-process-name-1)
915         (python-shell-internal-get-process-name-1)
916         (python-shell-parse-command-1)
917         (python-shell-calculate-process-environment-1)
918         (python-shell-calculate-process-environment-2)
919         (python-shell-calculate-process-environment-3)
920         (python-shell-calculate-exec-path-1)
921         (python-shell-calculate-exec-path-2)
922         (python-shell-make-comint-1)
923         (python-shell-make-comint-2)
924         (python-shell-get-process-1)
925         (python-shell-get-or-create-process-1)
926         (python-shell-internal-get-or-create-process-1): New tests.
928 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
930         * automated/python-tests.el: New file.
932 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
934         * automated/ruby-mode-tests.el
935         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
936         bits inside the examples.
937         (ruby-move-to-block-skips-heredoc): New test.
938         (ruby-add-log-current-method-after-inner-class):
939         Lower expectations: move point inside a method, initially.
941 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
943         * automated/ruby-mode-tests.el
944         (ruby-move-to-block-skips-percent-literal): New test.
946 2013-02-04  Chong Yidong  <cyd@gnu.org>
948         * automated/thingatpt.el: New file.
950 2013-02-03  Chong Yidong  <cyd@gnu.org>
952         * automated/files.el (file-test--do-local-variables-test):
953         Avoid compilation warning message.
955 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
957         * automated/ruby-mode-tests.el
958         (ruby-indent-spread-args-in-parens): New test.
959         * automated/ruby-mode-tests.el (ruby-block-test-example):
960         Break indentation of the do block opener and add a line inside it.
961         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
962         Adjust line numbers.
964 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
966         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
968 2013-01-14  Glenn Morris  <rgm@gnu.org>
970         * automated/compile-tests.el (compile-tests--test-regexps-data):
971         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
973 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
975         * automated/man-tests.el: New file.
977 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
979         * automated/undo-tests.el (undo-test0): Adjust error to code change.
981 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
983         * automated/undo-tests.el: New file.
985 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
987         * automated/ruby-mode-tests.el
988         (ruby-indent-after-block-in-continued-expression): New test.
990 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
992         * automated/ruby-mode-tests.el:
993         Rename one interpolation test; add three more.
994         (ruby-with-temp-buffer): New macro, use it where appropriate.
995         (ruby-add-log-current-method-examples): Use "_" for target point.
996         Add four new tests for ruby-add-log-current-method.
998 2012-12-11  Glenn Morris  <rgm@gnu.org>
1000         * automated/f90.el (f90-test-bug13138): New test.
1002 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1004         * automated/inotify-test.el: New test.
1006 2012-12-02  Chong Yidong  <cyd@gnu.org>
1008         * automated/ruby-mode-tests.el
1009         (ruby-add-log-current-method-examples): Don't use loop macro, to
1010         allow automated testing to work.
1012 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * automated/advice-tests.el (advice-tests--data): Remove.
1015         (advice-tests): Move the tests directly here instead.
1016         Add called-interactively-p tests.
1018 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1020         * automated/ert-x-tests.el: Use cl-lib.
1021         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1023 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1025         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1026         (ruby-indent-inside-heredoc-after-operator)
1027         (ruby-indent-inside-heredoc-after-space): New tests.
1028         Change direct font-lock face references to var references.
1029         (ruby-interpolation-suppresses-syntax-inside): New test.
1030         (ruby-interpolation-inside-percent-literal-with-paren):
1031         New failing test.
1033 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1035         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1036         (ruby-singleton-class-no-heredoc-font-lock)
1037         (ruby-add-log-current-method-examples): New tests.
1038         (ruby-test-string): Extract from ruby-should-indent-buffer.
1039         (ruby-deftest-move-to-block): New macro.
1040         Add several move-to-block tests.
1042 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * automated/advice-tests.el: New tests.
1046 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1048         * automated/compile-tests.el (compile-tests--test-regexps-data):
1049         Add new data for msft's new format.
1051 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1053         * automated/ruby-mode-tests.el:
1054         (ruby-toggle-block-to-multiline): New test.
1055         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1056         (ruby-toggle-block-to-brace): Use buffer-string.
1058 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1060         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1062 2012-08-28  Chong Yidong  <cyd@gnu.org>
1064         * automated/files.el: Test every combination of values for
1065         enable-local-variables and enable-local-eval.
1067 2012-08-19  Chong Yidong  <cyd@gnu.org>
1069         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1071 2012-08-18  Chong Yidong  <cyd@gnu.org>
1073         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1075 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1077         * indent/ruby.rb: Rearrange examples, add new ones.
1079 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1081         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1082         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1084 2012-08-11  Glenn Morris  <rgm@gnu.org>
1086         * automated/files.el: New file.
1088         * automated/Makefile.in (all): Fix typo.
1090 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1092         * automated/ruby-mode-tests.el (ruby-should-indent):
1093         Add docstring, check (current-indentation) instead of (current-column).
1094         (ruby-should-indent-buffer): New function.
1095         Add tests for `ruby-deep-indent-paren' behavior.
1096         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1098 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1100         Original tests in test_ruby_mode.rb in upstream (author).
1102 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1104         * automated/ruby-mode-tests.el (ruby-should-indent)
1105         (ruby-assert-state): New functions.
1106         Add new tests.
1108 2012-07-29  David Engster  <deng@randomsample.de>
1110         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1111         New variable to hold test data for name expansion.
1112         (xml-parse-tests): Test the two different types of name expansion.
1114 2012-07-29  Juri Linkov  <juri@jurta.org>
1116         * automated/occur-tests.el (occur-test-case): Use predefined
1117         buffer name " *test-occur*" instead of a random buffer name.
1119 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1121         * automated/ruby-mode-tests.el: New file with one test.
1123 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * indent/shell.sh: Add test case for ${#VAR}.
1127         * indent/latex-mode.tex: New file.
1129 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1131         * eshell.el: Use cl-lib.
1133 2012-07-03  Chong Yidong  <cyd@gnu.org>
1135         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1137 2012-07-02  Chong Yidong  <cyd@gnu.org>
1139         * automated/xml-parse-tests.el (xml-parse-tests--data):
1140         More testcases.
1142 2012-07-01  Chong Yidong  <cyd@gnu.org>
1144         * automated/xml-parse-tests.el: New file.
1146 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1148         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1149         Use cl-flet.
1151 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1153         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1154         Test escaped commas in TZID (Bug#11473).
1155         (icalendar-import-with-timezone): New.
1156         (icalendar-real-world): Add new testcase as given in the bugreport
1157         of Bug#11473.
1159 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1161         * automated/icalendar-tests.el (icalendar-tests--test-import):
1162         Include UID in import tests (Bug#11525).
1163         (icalendar-import-non-recurring, icalendar-import-rrule)
1164         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1165         UID-import change.
1166         (icalendar-import-with-uid): New.
1167         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1168         Include UID in cycle tests.
1169         (icalendar-cycle, icalendar-real-world): UID-import change.
1171 2012-05-21  Glenn Morris  <rgm@gnu.org>
1173         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1175 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1177         * automated/url-util-tests.el: New file to test
1178         lisp/url/url-util.el.  Only `url-build-query-string' and
1179         `url-parse-query-string' are tested right now (Bug#8706).
1181 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * indent/shell.sh:
1184         * indent/shell.rc: Ad some test cases.
1186 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * indent/ruby.rb: New file, to test new syntax-propertize code.
1190 2012-04-11  Glenn Morris  <rgm@gnu.org>
1192         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1194 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1196         * automated/url-future-tests.el (url-future-tests): Move from
1197         lisp/url/url-future.el and rename.
1199 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1201         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1202         Fix broken test, caused by missing trailing blank.
1204 2011-12-03  Chong Yidong  <cyd@gnu.org>
1206         * automated/compile-tests.el (compile-tests--test-regexps-data):
1207         Increase column numbers by one to reflect change in how
1208         compilation-message is recorded (Bug#10172).
1210 2011-11-22  Glenn Morris  <rgm@gnu.org>
1212         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1214 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1216         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1218 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1220         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1221         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1222         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1224 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1226         * automated/newsticker-tests.el
1227         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1228         newsticker--treeview-tree-update.
1230 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1232         * automated/newsticker-tests.el
1233         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1235         * automated/newsticker-tests.el
1236         (newsticker--group-manage-orphan-feeds): Prevent updating
1237         newsticker treeview. Fixed bug#9763.
1239 2011-10-20  Glenn Morris  <rgm@gnu.org>
1241         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1243         * automated/vc-bzr.el: New file.
1245 2011-10-15  Glenn Morris  <rgm@gnu.org>
1247         * automated/f90.el: New file.
1249 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1251         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1252         to automated/newsticker-tests.el. Convert to ERT.
1254 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1256         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1257         Remove, simply use string=.
1258         (icalendar--diarytime-to-isotime)
1259         (icalendar--datetime-to-diary-date)
1260         (icalendar--datestring-to-isodate)
1261         (icalendar--format-ical-event)
1262         (icalendar--parse-summary-and-rest)
1263         (icalendar-tests--do-test-import)
1264         (icalendar-tests--do-test-cycle): Change argument order of
1265         string= to EXPECTED ACTUAL.
1266         (icalendar--import-format-sample)
1267         (icalendar--format-ical-event)
1268         (icalendar-import-non-recurring)
1269         (icalendar-import-rrule)
1270         (icalendar-import-duration)
1271         (icalendar-import-bug-6766)
1272         (icalendar-real-world): Adjust to string= instead of
1273         icalendar-tests--compare-strings.
1274         (icalendar-import-multiple-vcalendars): New.
1276 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1278         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1279         Require CL.
1281 2011-05-09  Juri Linkov  <juri@jurta.org>
1283         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1284         Convert to ERT.
1286 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1288         * automated/compile-tests.el: New file.
1290 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1292         * automated/font-parse-tests.el: Don't byte-compile.
1294         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1296 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1298         * automated/lexbind-tests.el: New file.
1300 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1302         * Version 23.3 released.
1304 2011-03-05  Glenn Morris  <rgm@gnu.org>
1306         * eshell.el: Move here from lisp/eshell/esh-test.el.
1308 2011-03-03  Christian Ohler  <ohler@gnu.org>
1310         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1311         New test.
1313 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1315         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1316         convert to ERT format.
1318 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1320         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1321         convert to ERT format.
1323 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * indent/shell.sh:
1326         * indent/shell.rc: New files.
1328 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1330         * automated/font-parse-tests.el: Move from
1331         font-parse-testsuite.el.
1333 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1335         * font-parse-testsuite.el (test-font-parse-data): New file.
1337 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1339         * indent/prolog.prolog: Add tokenizing tests.
1341 2011-01-13  Christian Ohler  <ohler@gnu.org>
1343         * automated: New directory for automated tests.
1345         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1347         * automated/Makefile.in: New file.
1349 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1351         * indent/modula2.mod: New file.
1353 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1355         * indent/octave.m: Add a test to ensure indentation is local.
1357 2010-10-23  Glenn Morris  <rgm@gnu.org>
1359         * comint-testsuite.el
1360         (comint-testsuite--test-comint-password-prompt-regexp):
1361         Add "Please enter the password".  (Bug#7224)
1363 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1365         * indent/prolog.prolog: Use normal spacing around !.
1367 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1369         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1371 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1373         * indent/octave.m: Remove some `fixindent' not needed any more.
1375 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1377         * indent/octave.m: New file.
1379 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1381         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1382         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1383         (icalendar-testsuite--run-internal-tests): New.
1384         (icalendar-testsuite--test-convert-ordinary-to-ical)
1385         (icalendar-testsuite--test-convert-block-to-ical)
1386         (icalendar-testsuite--test-convert-anniversary-to-ical)
1387         (icalendar-testsuite--test-parse-vtimezone)
1388         (icalendar-testsuite--do-test-export): Code formatting.
1389         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1390         (icalendar-testsuite--do-test-import)
1391         (icalendar-testsuite--do-test-cycle):
1392         Use icalendar-testsuite--compare-strings
1393         (icalendar-testsuite--run-import-tests): Comment added.
1394         (icalendar-testsuite--run-import-tests)
1395         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1397 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1399         * redisplay-testsuite.el (test-redisplay-3): New test.
1401 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1403         * comint-testsuite.el: New file.
1405 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * indent: New dir.
1409 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1411         * Version 23.2 released.
1413 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1415         * cedet/semantic-ia-utest.el
1416         (semantic-symref-test-count-hits-in-tag): Add function, from
1417         semantic-test.el.
1419         * cedet/tests/test.cpp:
1420         * cedet/tests/test.py:
1421         * cedet/tests/teststruct.cpp:
1422         * cedet/tests/testtemplates.cpp:
1423         * cedet/tests/testusing.cpp:
1424         * cedet/tests/scopetest.cpp:
1425         * cedet/tests/scopetest.java: Files deleted.
1427         * cedet/tests/test.make:
1428         * cedet/tests/test.c:
1429         * cedet/tests/testjavacomp.java:
1430         * cedet/tests/testspp.c:
1431         * cedet/tests/testsppreplace.c:
1432         * cedet/tests/testsppreplaced.c:
1433         * cedet/tests/testsubclass.cpp:
1434         * cedet/tests/testsubclass.hh:
1435         * cedet/tests/testtypedefs.cpp:
1436         * cedet/tests/testvarnames.c:
1437         * cedet/tests/test.el:
1438         * cedet/tests/testdoublens.cpp:
1439         * cedet/tests/testdoublens.hpp: Add copyright header.
1441         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1442         Remove reference to deleted files.
1444 2010-03-30  Juri Linkov  <juri@jurta.org>
1446         * occur-testsuite.el (occur-tests): Add tests for context lines.
1448 2010-03-23  Juri Linkov  <juri@jurta.org>
1450         * occur-testsuite.el: New file.
1452 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1454         * Branch for 23.2.
1456 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1458         * icalendar-testsuite.el
1459         (icalendar-testsuite--run-function-tests): Add new tests.
1460         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1461         testcase.
1462         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1463         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1464         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1465         (icalendar-testsuite--test-convert-block-to-ical): New.
1466         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1467         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1469 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1471         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1472         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1473         Fix typos in docstrings and error messages.
1474         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1476 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1478         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1479         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1480         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1482 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1484         * icalendar-testsuite.el
1485         (icalendar-testsuite--run-function-tests):
1486         Add icalendar-testsuite--test-parse-vtimezone.
1487         (icalendar-testsuite--test-parse-vtimezone): New.
1488         (icalendar-testsuite--do-test-cycle): Doc changes.
1489         (icalendar-testsuite--run-real-world-tests): Remove trailing
1490         whitespace -- see change of icalendar--add-diary-entry in
1491         icalendar.el.
1492         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1494 2009-09-30  Glenn Morris  <rgm@gnu.org>
1496         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1498 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1500         * cedet/*: New unit tests, from CEDET repository.
1502 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1504         * redisplay-testsuite.el: New file.
1506 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1508         * Branch for 23.1.
1510 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1512         * icalendar-testsuite.el
1513         (icalendar-testsuite--run-function-tests):
1514         Add icalendar-testsuite--test-diarytime-to-isotime.
1515         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1516         recent icalendar fixes.
1517         (icalendar-testsuite--test-diarytime-to-isotime): New.
1518         (icalendar-testsuite--test-create-uid): Adjust to recent
1519         icalendar changes.
1521 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1523         * bytecomp-testsuite.el: New file.
1525 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1527         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1528         Add `icalendar-testsuite--test-create-uid'.
1529         (icalendar-testsuite--test-create-uid): New.
1531 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1533         * newsticker-testsuite.el: New file.
1535 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1537         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1538         Add icalendar-testsuite--test-datestring-to-isodate,
1539         icalendar-testsuite--test-datetime-to-diary-date, and
1540         icalendar-testsuite--test-calendar-style.
1541         (icalendar-testsuite--test-format-ical-event):
1542         (icalendar-testsuite--test-parse-summary-and-rest):
1543         Doc fix.  Remove european-calendar-style.
1544         (icalendar-testsuite--get-ical-event): Doc fix.
1545         (icalendar-testsuite--test-first-weekday-of-year):
1546         (icalendar-testsuite--run-cycle-tests): Add doc string.
1547         (icalendar-testsuite--test-datestring-to-isodate):
1548         (icalendar-testsuite--test-datetime-to-diary-date):
1549         (icalendar-testsuite--test-calendar-style): New functions.
1550         (icalendar-testsuite--test-export): Handle iso date style.
1551         New arg INPUT-ISO.  Use calendar-date-style.
1552         (icalendar-testsuite--test-import): Handle iso date style.
1553         New arg EXPECTED-ISO.  Use calendar-date-style.
1554         (icalendar-testsuite--test-cycle): Handle iso date style.
1555         (icalendar-testsuite--run-import-tests):
1556         (icalendar-testsuite--run-export-tests):
1557         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1559 2008-02-29  Glenn Morris  <rgm@gnu.org>
1561         * README: New file.
1563 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1565         * icalendar-testsuite.el: New file.
1567 ;; Local Variables:
1568 ;; coding: utf-8
1569 ;; End:
1571   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1573   This file is part of GNU Emacs.
1575   GNU Emacs is free software: you can redistribute it and/or modify
1576   it under the terms of the GNU General Public License as published by
1577   the Free Software Foundation, either version 3 of the License, or
1578   (at your option) any later version.
1580   GNU Emacs is distributed in the hope that it will be useful,
1581   but WITHOUT ANY WARRANTY; without even the implied warranty of
1582   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1583   GNU General Public License for more details.
1585   You should have received a copy of the GNU General Public License
1586   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.