Revert previous patch, it introduces other problems.
[emacs.git] / test / ChangeLog
blobe3902c02477cbff393ba4186a7700242ecc4cd76
1 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
4         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
5         (tramp-test28-shell-command): Improve `shell-command' test.  Add
6         `async-shell-command' tests.
8 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
10         * automated/file-notify-tests.el (file-notify--wait-for-events):
11         Use `read-event' instead of `sit-for'.
12         (file-notify-test02-events): Remove expected result, the bug is
13         fixed meanwhile.
14         (file-notify-test02-events, file-notify-test03-autorevert):
15         Use `sleep-for' instead of `sit-for'.
17 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
19         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
20         New test.
22 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
24         * automated/file-notify-tests.el (file-notify--deftest-remote):
25         Do not skip when the local test has failed.  They are unrelated.
26         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
27         `noninteractive' to nil, otherwise `sit-for' could be degraded to
28         `sleep-for'.
29         (file-notify-test02-events): Check for `file-remote-p' instead of
30         `file-notify--test-remote-enabled'.
32 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
34         * automated/file-notify-tests.el (file-notify-test02-events):
35         Let test case fail for Bug#16519.
37 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
39         * automated/file-notify-tests.el (file-notify-test02-events):
40         Hide Bug#16519, until it is solved.
42 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
44         * automated/file-notify-tests.el
45         (file-notify--test-local-enabled): Fix error in logic.
46         (file-notify--wait-for-events): New defmacro.
47         (file-notify-test02-events): Make short breaks between file operations.
48         Use `file-notify--wait-for-events'.  Check, that events have arrived.
49         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
51         * automated/comint-testsuite.el
52         (comint-testsuite-password-strings): Add localized examples.
54 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
56         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
57         case if inotify is not linked with Emacs.  Use `read-event' rather
58         than `sit-for' in order to process events.  (Bug#13662)
60 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
62         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
63         test case with adapted test string.  (Bug#13064)
65 2013-12-28  Glenn Morris  <rgm@gnu.org>
67         * automated/electric-tests.el: Require 'elec-pair.
69 2013-12-26  João Távora  <joaotavora@gmail.com>
71         * automated/electric-tests.el (electric-pair-test-for):
72         Fix autowrapping tests in batch-mode by running with
73         `transient-mark-mode' set to `lambda'.
75         * automated/electric-tests.el: New file.
77 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
79         * automated/python-tests.el
80         (python-nav-lisp-forward-sexp-safe-1): Remove test.
81         (python-nav-forward-sexp-safe-1): New test.
83 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
85         * automated/ruby-mode-tests.el: Add tests for
86         `ruby-align-to-stmt-keywords'.
88         * indent/ruby.rb: Update examples to reflect the lack of change in
89         default indentation of `begin' blocks.
91 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
93         * indent/ruby.rb: Update examples according to the change
94         in `smie-indent-close'.
96 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
98         * indent/ruby.rb: New examples.
100 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
102         * automated/python-tests.el (python-indent-dedenters-2): New test.
104 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
106         * automated/python-tests.el (python-indent-after-comment-1)
107         (python-indent-after-comment-2): New tests.
109 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
111         * automated/python-tests.el (python-indent-block-enders-1):
112         Rename from python-indent-block-enders.
113         (python-indent-block-enders-2): New test.
115 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
117         * indent/js.js: New file.
119 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
121         * automated/dbus-tests.el: New file.
123 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
125         * automated/regexp-tests.el: New file.
127 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
129         * automated/reftex-tests.el (reftex-parse-from-file-test):
130         Run temp-dir through file-truename, to make sure the temporary file
131         names are comparable as strings.
133         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
134         Force Unix EOLs by using 'utf-8-unix', since the default of
135         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
137 2013-11-28  Glenn Morris  <rgm@gnu.org>
139         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
141 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
143         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
144         (EMACSOPT): Use $(PATH_SEP).
146 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
148         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
149         Set to nil.
151 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
153         * automated/file-notify-tests.el
154         (file-notify-test-remote-temporary-file-directory):
155         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
156         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
157         (file-notify--deftest-remote): Cleanup connection initially.
158         (file-notify-test03-autorevert): Run also in batch mode.  Use a
159         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
160         does not work on MS Windows.  Call `accept-process-output' for
161         remote files.  Apply `string-match' instead of `string-equal', the
162         messages are different on MS Windows.
164         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
165         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
166         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
168 2013-11-23  Glenn Morris  <rgm@gnu.org>
170         * automated/python-tests.el (python-shell-make-comint-1)
171         (python-shell-make-comint-2, python-shell-get-process-1):
172         Suppress creation of some temp-files.
174         * automated/python-tests.el (python-shell-parse-command-1)
175         (python-shell-make-comint-1, python-shell-make-comint-2)
176         (python-shell-get-process-1)
177         (python-shell-internal-get-or-create-process-1):
178         Skip rather than fail if prereqs not found.
180         * automated/Makefile.in (emacs):
181         Empty EMACSLOADPATH rather than unsetting.
183 2013-11-22  Glenn Morris  <rgm@gnu.org>
185         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
186         Set expected-result.
188 2013-11-21  Glenn Morris  <rgm@gnu.org>
190         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
191         (compile-main): Pass XARGS_LIMIT to xargs.
193         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
194         (EMACSOPT): Use PATH_SEPARATOR.
196 2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
198         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
199         Add a failing test for Bug#15874.
200         (ruby--insert-coding-comment-ruby-style)
201         (ruby--insert-coding-comment-emacs-style)
202         (ruby--insert-coding-comment-custom-style):
203         Add a few tests for `ruby--insert-coding-comment'.
205 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
207         Improve API of recently-added bool vector functions (Bug#15912).
208         * automated/data-tests.el: Adjust to API changes.
210 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
212         * automated/tramp-tests.el (tramp-test07-file-exists-p)
213         (tramp-test08-file-local-copy)
214         (tramp-test09-insert-file-contents, tramp-test10-write-region)
215         (tramp-test11-copy-file, tramp-test12-rename-file)
216         (tramp-test13-make-directory, tramp-test14-delete-directory)
217         (tramp-test15-copy-directory, tramp-test16-directory-files)
218         (tramp-test17-insert-directory, tramp-test18-file-attributes)
219         (tramp-test19-directory-files-and-attributes)
220         (tramp-test20-file-modes, tramp-test21-file-links)
221         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
222         (tramp-test24-file-name-completion, tramp-test25-load)
223         (tramp-test26-process-file, tramp-test27-start-file-process)
224         (tramp-test28-shell-command): Cleanup connection initially.
226 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
228         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
229         connection before running the test.
231 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
233         * automated/tramp-tests.el (tramp-test15-copy-directory)
234         (tramp-test16-directory-files, tramp-test17-insert-directory)
235         (tramp-test18-file-attributes)
236         (tramp-test19-directory-files-and-attributes)
237         (tramp-test20-file-modes, tramp-test21-file-links)
238         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
239         (tramp-test24-file-name-completion, tramp-test25-load)
240         (tramp-test26-process-file, tramp-test27-start-file-process):
241         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
242         (tramp-test29-utf8): New test.
244 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
246         * automated/file-notify-tests.el (file-notify-test02-events)
247         (file-notify-test03-autorevert): Suppress messages in `write-region'.
249         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
250         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
251         (tramp-test26-process-file, tramp-test28-shell-command):
252         Ensure, that the directory is not empty when calling "ls".
254 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
256         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
257         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
258         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
259         (tramp-test09-insert-file-contents, tramp-test10-write-region):
260         (tramp-test26-process-file): Add tests.
261         (tramp-test11-copy-file): Remove debug message.
262         (tramp-test20-file-modes): Special case, if user is "root".
264 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
266         * automated/file-notify-tests.el:
267         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
268         `tramp-remote-path' when running on hydra.
269         (tramp-test07-file-exists-p): Remove instrumentation code.
270         (tramp-test26-process-file): Don't use "/bin/true" and
271         "/bin/false", these paths do not exist on hydra.
273 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
275         * automated/process-tests.el: New file.
277 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
279         * indent/ruby.rb: New examples.
281 2013-11-06  Glenn Morris  <rgm@gnu.org>
283         * automated/Makefile.in (setwins): Avoid accidental matches.
285 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
287         * automated/tramp-tests.el (tramp-test07-file-exists-p):
288         Fix docstring.  Instrument, in order to hunt failure on hydra.
290 2013-11-06  Glenn Morris  <rgm@gnu.org>
292         * automated/flymake-tests.el (warning-predicate-rx-gcc)
293         (warning-predicate-function-gcc, warning-predicate-rx-perl)
294         (warning-predicate-function-perl):
295         * automated/info-xref.el (info-xref-test-makeinfo):
296         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
297         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
299 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
301         * automated/tramp-tests.el: New file.
303 2013-11-05  Glenn Morris  <rgm@gnu.org>
305         Get rid of --chdir usage.
306         * automated/Makefile.in (EMACSOPT): Move -L here.
307         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
308         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
309         (.el.elc): No more need to pass -L here.
310         (compile-main): Get rid of sub-shell and cd.
311         (compile-clean, check): Get rid of cd.
313         Make it possible to run tests with a different working directory.
314         * automated/flymake-tests.el (flymake-tests-data-directory): New.
315         (flymake-tests--current-face): Use flymake-tests-data-directory.
316         (warning-predicate-function-gcc, warning-predicate-rx-perl)
317         (warning-predicate-function-perl): Adapt for above change.
318         * automated/zlib-tests.el (zlib-tests-data-directory): New.
319         (zlib--decompress): Use zlib-tests-data-directory.
321         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
322         Remove test that makes no sense.
324         * automated/files.el (files-test-local-variable-data):
325         Fix result typo presumably caused by interference from dir-locals.
326         (file-test--do-local-variables-test): Prevent dir-locals interfering.
328 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
330         * indent/ruby.rb: Add a statement on the line after heredoc.
331         Move a now-successful example.
333         * automated/ruby-mode-tests.el: Remove outdated comment.
335 2013-11-04  Glenn Morris  <rgm@gnu.org>
337         * automated/Makefile.in (abs_srcdir): Remove.
338         (emacs): Unset EMACSLOADPATH.
339         (.el.elc, check): Use -L to append srcdir to load-path.
341 2013-11-02  Glenn Morris  <rgm@gnu.org>
343         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
344         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
345         (abs_srcdir): New, set by configure.
346         (EMACS): Use a relative file name.
347         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
348         (lisp-compile): Remove (assume it's up-to-date).
349         (compile-main): Do not run lisp-compile.
350         (compile-main, compile-clean, compile-always, bootstrap-clean)
351         (check): Use srcdir rather than $test.  Check cd return value.
352         Use --chdir.
353         (doit, compile, compile-always): Remove stuff copied from lisp/.
354         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
356 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
358         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
359         Add a skipping test.
361 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
363         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
365         * indent/css-mode.css (.x2): Test alignement inside braces.
367 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
369         * indent/ruby.rb: New failing example.
371         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
372         Fix the test, in respect to adding the space after the curly.
374 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
376         * automated/ert-tests.el (ert-test-skip-unless): New test case.
377         (ert-test-deftest): Adapt test for changed macro expansion.
378         (ert-test-run-tests-interactively):
379         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
380         Add a skipping test.
382         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
383         (file-notify--test-local-enabled): Make it a function.  Check also
384         for `file-remote-p' of `temporary-file-directory'.
385         (file-notify--test-remote-enabled-checked): New defvar.
386         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
387         internal functions.  Cache result.
388         (file-notify--deftest-remote, file-notify-test00-availability)
389         (file-notify-test01-add-watch, file-notify-test02-events)
390         (file-notify-test03-autorevert): Add checks with `skip_unless'.
391         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
393 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
395         * indent/ruby.rb: Fix syntax error in the latest example.
397 2013-10-23  Glenn Morris  <rgm@gnu.org>
399         * automated/Makefile.in (abs_top_srcdir, top_builddir):
400         New, set by configure.
401         (top_srcdir): Remove.
402         (abs_test, abs_lispsrc): New.
403         (lisp): No longer absolute.
404         (emacs, lisp-compile, compile, compile-always):
405         Quote entities that might contain whitespace.
407 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
409         * indent/ruby.rb: Move two examples to "working" section, add one
410         more.
412 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
414         * indent/ruby.rb: New examples for indentation of blocks.
415         Example of hash inside parens that inflooped before the present commit.
417 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
419         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
420         allows another timer to run.
422 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
424         * indent/ruby.rb: More examples for bug#15594, both failing and
425         now passing.
427 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
429         * indent/ruby.rb: Add two more cases.
431 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
433         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
434         first use.
435         (ruby-should-indent): Use indent-according-to-mode.
436         (ruby-deftest-move-to-block): Use `declare'.
438 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
440         * indent/ruby.rb: Fix a spurious change, add more failing examples.
442 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * indent/ruby.rb: Add a few more tests; adjust some indentation.
446 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
448         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
449         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
451         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
453 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
456         Adjust indentation of continued line to the new SMIE behavior.
458 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
460         * automated/completion-tests.el:
461         * indent/css-mode.css: New files.
463 2013-10-03  Daiki Ueno  <ueno@gnu.org>
465         * automated/data/package/signed/archive-contents:
466         * automated/data/package/signed/archive-contents.sig:
467         * automated/data/package/signed/signed-good-1.0.el:
468         * automated/data/package/signed/signed-good-1.0.el.sig:
469         * automated/data/package/signed/signed-bad-1.0.el:
470         * automated/data/package/signed/signed-bad-1.0.el.sig:
471         * automated/data/package/key.pub:
472         * automated/data/package/key.sec: New files.
474         * automated/package-test.el (package-test-update-listing)
475         (package-test-update-archives, package-test-describe-package):
476         Adjust to package.el change.
477         (package-test-signed): New test.
479 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
481         * automated/package-test.el: Update all cases to use :url instead
482         of :homepage.
484         * automated/package-x-test.el
485         (package-x-test--single-archive-entry-1-3): Same.
487 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
489         * automated/package-test.el (simple-single-desc-1-4): Remove, it
490         was unused.
491         (simple-single-desc): Expect :homepage property.
492         (multi-file-desc): Same.
493         (with-package-test): Do not save previous `default-directory'
494         value, let-bind the var instead.
495         (package-test-install-single): Expect :homepage property in the
496         generated pkg file.
497         (package-test-describe-package): Expect Homepage button.
498         (package-test-describe-non-installed-package)
499         (package-test-describe-non-installed-multi-file-package): Same.
500         (package-test-describe-not-installed-package): Remove, it was a
501         duplicate.
503         * automated/package-x-test.el
504         (package-x-test--single-archive-entry-1-3): Expect :homepage
505         property.
506         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
508         * automated/data/package/simple-single-1.3.el: Add URL header.
510         * automated/data/package/archive-contents: Add :homepage
511         properties to `simple-single' and `multi-file'.
513 2013-09-22  Daniel Colascione  <dancol@dancol.org>
515         * automated/data-tests.el:
516         (bool-vector-count-matches-all-0-nil)
517         (bool-vector-count-matches-all-0-t)
518         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
519         (bool-vector-count-matches-at, bool-vector-intersection-op)
520         (bool-vector-union-op, bool-vector-xor-op)
521         (bool-vector-set-difference-op)
522         (bool-vector-change-detection, bool-vector-not): New tests.
523         (mock-bool-vector-count-matches-at)
524         (test-bool-vector-bv-from-hex-string)
525         (test-bool-vector-to-hex-string)
526         (test-bool-vector-count-matches-at-tc)
527         (test-bool-vector-apply-mock-op)
528         (test-bool-vector-binop): New helper functions.
529         (bool-vector-test-vectors): New testcase data.
531 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
533         * automated/advice-tests.el (advice-test-called-interactively-p-around)
534         (advice-test-called-interactively-p-filter-args)
535         (advice-test-called-interactively-p-around): New tests.
537 2013-09-16  Glenn Morris  <rgm@gnu.org>
539         * automated/eshell.el (eshell-match-result):
540         Return a more informative failure than simply "false".  Update callers.
542         * automated/eshell.el (eshell-test/for-name-shadow-loop):
543         Test value before and after loop as well as during.
545 2013-09-15  Glenn Morris  <rgm@gnu.org>
547         * automated/eshell.el (eshell-test/for-name-shadow-loop):
548         New test.  (Bug#15372)
549         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
551 2013-09-13  Glenn Morris  <rgm@gnu.org>
553         * automated/eshell.el (with-temp-eshell):
554         Use a temp directory for eshell-directory-name.
555         (eshell-test-command-result): New, again using a temp directory.
556         Replace eshell-command-result with this throughout.
557         (eshell-test/for-loop, eshell-test/for-name-loop):
558         Ensure environment variables don't confuse us.
560 2013-09-12  Glenn Morris  <rgm@gnu.org>
562         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
563         due to "has a running process; kill it?" prompts.
565 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
567         * automated/eshell.el: Rename from eshell.el.
568         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
570 2013-09-01  Glenn Morris  <rgm@gnu.org>
572         * automated/Makefile.in (setwins): Avoid leading space in $wins.
573         Otherwise the sed command used by eg compile-main ends up
574         containing "/*.el".  (Bug#15170)
576 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
578         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
579         for portability to hosts where /bin/sh has problems.
581 2013-08-21  David Engster  <deng@randomsample.de>
583         * automated/eieio-tests.el, automated/eieio-test-persist.el:
584         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
585         upstream.  Changed to use ERT.
587 2013-08-14  Daniel Hackney  <dan@haxney.org>
589         * automated/package-test.el: Remove tar-package-building functions.
590         Tar file used for testing is included in the repository.
591         (package-test-install-texinfo, package-test-cleanup-built-files):
592         Remove.
594 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
596         * automated/python-tests.el (python-imenu-create-index-4)
597         (python-imenu-create-flat-index-2): New tests.
599 2013-08-05  Glenn Morris  <rgm@gnu.org>
601         * automated/mule-util.el: New file, with tests extracted from
602         lisp/international/mule-util.el.
604 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
606         * automated/advice-tests.el (advice-tests-nadvice): Test removal
607         before definition.
608         (advice-tests-macroaliases): New test.
610 2013-08-04  Glenn Morris  <rgm@gnu.org>
612         * automated/ert-tests.el: Disable failing test that no-one seems
613         to know how to fix.  (Bug#13064)
615         * automated/icalendar-tests.el (icalendar-tests--test-export)
616         (icalendar-tests--test-import): Try more precise TZ specification.
617         Remove debug messages.
619 2013-08-03  Glenn Morris  <rgm@gnu.org>
621         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
623         * automated/icalendar-tests.el (icalendar-tests--test-export)
624         (icalendar-tests--test-import):
625         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
626         (icalendar-tests--test-import): Reset zone even if error occurred.
628 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * automated/core-elisp-tests.el: New file.
632 2013-08-01  Glenn Morris  <rgm@gnu.org>
634         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
635         Try to check that the remote system has a notification program.
637 2013-07-31  Glenn Morris  <rgm@gnu.org>
639         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
641 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
643         * automated/file-notify-tests.el
644         (file-notify--test-local-enabled): New defconst.  Replaces all
645         `file-notify-support' occurrences.
646         (file-notify--test-remote-enabled): New defun.
647         (file-notify--deftest-remote): Use it.
648         (file-notify-test00-availability): Rewrite.
649         (file-notify-test00-availability-remote): New defun.
650         (file-notify-test01-add-watch): Rewrite first erroneous check.
652 2013-07-23  Glenn Morris  <rgm@gnu.org>
654         * automated/inotify-test.el (inotify-file-watch-simple):
655         Delete temp-file when done.
657         * automated/subword-tests.el: Require subword.
659 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * automated/subword-tests.el: New file.
663 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
665         * automated/python-tests.el (python-imenu-create-index-2)
666         (python-imenu-create-index-3): New tests.
668 2013-07-11  Glenn Morris  <rgm@gnu.org>
670         * automated/ert-tests.el: Require cl-lib at runtime too.
671         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
672         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
673         (ert-test-set-functions, ert-test-gensym)
674         (ert-test-coerce-to-vector, ert-test-string-position)
675         (ert-test-mismatch): Remove tests.
676         * automated/cl-lib.el: New, split from ert-tests.el.
678         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
679         Goto point-min.
680         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
681         (ruby-move-to-block-skips-percent-literal)
682         (ruby-move-to-block-skips-heredoc)
683         (ruby-move-to-block-moves-from-else-to-if)
684         (ruby-beginning-of-defun-does-not-fold-case)
685         (ruby-end-of-defun-skips-to-next-line-after-the-method):
686         Replace goto-line with forward-line/goto-char.
687         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
689         * automated/package-test.el (makeinfo-buffer): Autoload.
690         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
691         (package-test-install-texinfo): Don't require makeinfo.
693         * automated/files.el: Stop "local variables" confusion.
695         * automated/flymake-tests.el (flymake-tests): Remove unused group.
697         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
698         Use with-current-buffer.
700         * automated/undo-tests.el (undo-test-buffer-modified)
701         (undo-test-file-modified): New tests.
703 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
705         * automated/file-notify-tests.el (file-notify-test00-availability):
706         Set :expected-result.
707         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
708         (file-notify-test02-events, file-notify-test02-events-remote)
709         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
710         Skip when `file-notify-support' is nil.  (Bug#14823)
712 2013-07-09  Glenn Morris  <rgm@gnu.org>
714         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
715         Declare.
716         (inotify-file-watch-simple): Silence compiler.
718         * automated/python-tests.el (python-indent-block-enders):
719         Make it actually test something.
721         * automated/package-x-test.el: Require package-test when compiling.
723         * automated/add-log-tests.el, automated/advice-tests.el:
724         * automated/imenu-test.el, automated/package-x-test.el:
725         * automated/python-tests.el, automated/ruby-mode-tests.el:
726         * automated/xml-parse-tests.el: Explicitly require ert.
728 2013-07-08  Kenichi Handa  <handa@gnu.org>
730         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
731         Use with-ccoding-priority to avoid side-effect (Bug#14781).
733 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
735         * automated/file-notify-tests.el
736         (file-notify-test-remote-temporary-file-directory):
737         Use `null-device' on w32.
738         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
739         (file-notify--test-results, file-notify--test-event)
740         (file-notify--deftest-remote, file-notify--event-test)
741         (file-notify--test-event-handler)
742         (file-notify--test-make-temp-name): Rename, in order to mark them
743         internal.
744         (tramp-message-show-message, tramp-read-passwd): Tweak them for
745         better fitting in noninteractive tests.
746         (file-notify-test00-availability): Rename from `file-notify-test0'.
747         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
748         Use `temporary-file-directory '.
749         (file-notify-test01-add-watch-remote): New test.
750         (file-notify-test02-events): Rename from `file-notify-test2'.
751         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
752         (file-notify-test03-autorevert): Rename from
753         `file-notify-test4'.  Use timeouts.
754         (file-notify-test03-autorevert-remote): Rename from
755         `file-notify-test5'.
757 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
759         * automated/file-notify-tests.el: New package.
761 2013-06-28  Kenichi Handa  <handa@gnu.org>
763         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
764         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
765         Callers changed.
766         (decoder-tests-filename): New function.
767         (decoder-tests-prefer-utf-8-read)
768         (decoder-tests-prefer-utf-8-write): New function.
769         (ert-test-decoder-prefer-utf-8): New test.
771 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
773         * automated/package-x-test.el: Change the commentary.
774         (package-x-test--single-archive-entry-1-3)
775         (package-x-test--single-archive-entry-1-4): Fix the tests, by
776         using the appropriate data structure.
778 2013-06-27  Daniel Hackney  <dan@haxney.org>
780         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
782         * automated/package-x-test.el: New file.
784         * automated/package-test.el: New file.
786         * automated/data/package: New directory, with test examples.
788 2013-06-27  Glenn Morris  <rgm@gnu.org>
790         * automated/python-tests.el (python-tests-with-temp-file):
791         Clean up after ourself.
793         * automated/undo-tests.el (undo-test3): Remove test that seems to
794         do nothing that the previous one doesn't, except leave a tempfile.
796 2013-06-26  Glenn Morris  <rgm@gnu.org>
798         * automated/info-xref.el: New file.
800 2013-06-25  Glenn Morris  <rgm@gnu.org>
802         * automated/occur-tests.el (occur-test-create): New function.
803         Use it to create separate tests for each element, so we run them
804         all rather than stopping at the first error.
806 2013-06-24  Glenn Morris  <rgm@gnu.org>
808         * automated/occur-tests.el (occur-tests):
809         Update for 2013-05-29 change to occur header line.
811 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
813         Test suite for flymake.
814         * automated/flymake-tests.el:
815         * automated/flymake/warnpred/Makefile
816         * automated/flymake/warnpred/test.c
817         * automated/flymake/warnpred/test.pl: New files.
819 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
821         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
823 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
825         * automated/reftex-tests.el: New test suite for reftex.
827 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
829         * automated/ruby-mode-tests.el: New tests, for percent literals
830         and expression expansion.
832 2013-05-29  Leo Liu  <sdl.web@gmail.com>
834         * indent/octave.m: Tweak.
836 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
838         * eshell.el: Rewrite tests using ERT.
840 2013-05-25  Leo Liu  <sdl.web@gmail.com>
842         * indent/octave.m: Add tests for %!, # and ### comments.
844 2013-05-23  Kenichi Handa  <handa@gnu.org>
846         * automated/decoder-tests.el: New file.
848 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
850         * indent/ruby.rb: Add multiline regexp example.
852         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
853         (ruby-regexp-skips-over-interpolation)
854         (ruby-regexp-continues-till-end-when-unclosed)
855         (ruby-regexp-can-be-multiline)
856         (ruby-interpolation-inside-percent-literal): New tests.
858 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
860         * indent/ruby.rb: Fix indentation after =; add more cases.
862 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * indent/pascal.pas: Add test for mis-identified comments.
866 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
868         * automated/imenu-test.el: New file.  (Bug#14112)
870 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
872         * automated/python-tests.el (python-imenu-prev-index-position-1):
873         Remove test.
874         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
875         New tests.
877 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
879         * automated/python-tests.el (python-nav-backward-defun-2)
880         (python-nav-backward-defun-3, python-nav-forward-defun-2)
881         (python-nav-forward-defun-3): New tests.
883 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
885         * automated/python-tests.el (python-nav-backward-defun-1)
886         (python-nav-forward-defun-1): New tests.
888 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
890         * automated/add-log-tests.el: New file. (Bug#14112)
892 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
894         * automated/python-tests.el (python-indent-block-enders): New test.
895         (python-info-current-defun-2): Fix test.
897 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
899         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
901 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
903         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
904         (python-tests-with-temp-file): New macro.
905         (python-tests-shell-interpreter): New var.
906         (python-shell-get-process-name-1)
907         (python-shell-internal-get-process-name-1)
908         (python-shell-parse-command-1)
909         (python-shell-calculate-process-environment-1)
910         (python-shell-calculate-process-environment-2)
911         (python-shell-calculate-process-environment-3)
912         (python-shell-calculate-exec-path-1)
913         (python-shell-calculate-exec-path-2)
914         (python-shell-make-comint-1)
915         (python-shell-make-comint-2)
916         (python-shell-get-process-1)
917         (python-shell-get-or-create-process-1)
918         (python-shell-internal-get-or-create-process-1): New tests.
920 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
922         * automated/python-tests.el: New file.
924 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
926         * automated/ruby-mode-tests.el
927         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
928         bits inside the examples.
929         (ruby-move-to-block-skips-heredoc): New test.
930         (ruby-add-log-current-method-after-inner-class):
931         Lower expectations: move point inside a method, initially.
933 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
935         * automated/ruby-mode-tests.el
936         (ruby-move-to-block-skips-percent-literal): New test.
938 2013-02-04  Chong Yidong  <cyd@gnu.org>
940         * automated/thingatpt.el: New file.
942 2013-02-03  Chong Yidong  <cyd@gnu.org>
944         * automated/files.el (file-test--do-local-variables-test):
945         Avoid compilation warning message.
947 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
949         * automated/ruby-mode-tests.el
950         (ruby-indent-spread-args-in-parens): New test.
951         * automated/ruby-mode-tests.el (ruby-block-test-example):
952         Break indentation of the do block opener and add a line inside it.
953         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
954         Adjust line numbers.
956 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
960 2013-01-14  Glenn Morris  <rgm@gnu.org>
962         * automated/compile-tests.el (compile-tests--test-regexps-data):
963         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
965 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
967         * automated/man-tests.el: New file.
969 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
971         * automated/undo-tests.el (undo-test0): Adjust error to code change.
973 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
975         * automated/undo-tests.el: New file.
977 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
979         * automated/ruby-mode-tests.el
980         (ruby-indent-after-block-in-continued-expression): New test.
982 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
984         * automated/ruby-mode-tests.el:
985         Rename one interpolation test; add three more.
986         (ruby-with-temp-buffer): New macro, use it where appropriate.
987         (ruby-add-log-current-method-examples): Use "_" for target point.
988         Add four new tests for ruby-add-log-current-method.
990 2012-12-11  Glenn Morris  <rgm@gnu.org>
992         * automated/f90.el (f90-test-bug13138): New test.
994 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
996         * automated/inotify-test.el: New test.
998 2012-12-02  Chong Yidong  <cyd@gnu.org>
1000         * automated/ruby-mode-tests.el
1001         (ruby-add-log-current-method-examples): Don't use loop macro, to
1002         allow automated testing to work.
1004 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1006         * automated/advice-tests.el (advice-tests--data): Remove.
1007         (advice-tests): Move the tests directly here instead.
1008         Add called-interactively-p tests.
1010 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1012         * automated/ert-x-tests.el: Use cl-lib.
1013         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1015 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1017         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1018         (ruby-indent-inside-heredoc-after-operator)
1019         (ruby-indent-inside-heredoc-after-space): New tests.
1020         Change direct font-lock face references to var references.
1021         (ruby-interpolation-suppresses-syntax-inside): New test.
1022         (ruby-interpolation-inside-percent-literal-with-paren):
1023         New failing test.
1025 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1027         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1028         (ruby-singleton-class-no-heredoc-font-lock)
1029         (ruby-add-log-current-method-examples): New tests.
1030         (ruby-test-string): Extract from ruby-should-indent-buffer.
1031         (ruby-deftest-move-to-block): New macro.
1032         Add several move-to-block tests.
1034 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1036         * automated/advice-tests.el: New tests.
1038 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1040         * automated/compile-tests.el (compile-tests--test-regexps-data):
1041         Add new data for msft's new format.
1043 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1045         * automated/ruby-mode-tests.el:
1046         (ruby-toggle-block-to-multiline): New test.
1047         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1048         (ruby-toggle-block-to-brace): Use buffer-string.
1050 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1052         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1054 2012-08-28  Chong Yidong  <cyd@gnu.org>
1056         * automated/files.el: Test every combination of values for
1057         enable-local-variables and enable-local-eval.
1059 2012-08-19  Chong Yidong  <cyd@gnu.org>
1061         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1063 2012-08-18  Chong Yidong  <cyd@gnu.org>
1065         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1067 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1069         * indent/ruby.rb: Rearrange examples, add new ones.
1071 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1073         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1074         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1076 2012-08-11  Glenn Morris  <rgm@gnu.org>
1078         * automated/files.el: New file.
1080         * automated/Makefile.in (all): Fix typo.
1082 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1084         * automated/ruby-mode-tests.el (ruby-should-indent):
1085         Add docstring, check (current-indentation) instead of (current-column).
1086         (ruby-should-indent-buffer): New function.
1087         Add tests for `ruby-deep-indent-paren' behavior.
1088         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1090 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1092         Original tests in test_ruby_mode.rb in upstream (author).
1094 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1096         * automated/ruby-mode-tests.el (ruby-should-indent)
1097         (ruby-assert-state): New functions.
1098         Add new tests.
1100 2012-07-29  David Engster  <deng@randomsample.de>
1102         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1103         New variable to hold test data for name expansion.
1104         (xml-parse-tests): Test the two different types of name expansion.
1106 2012-07-29  Juri Linkov  <juri@jurta.org>
1108         * automated/occur-tests.el (occur-test-case): Use predefined
1109         buffer name " *test-occur*" instead of a random buffer name.
1111 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1113         * automated/ruby-mode-tests.el: New file with one test.
1115 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * indent/shell.sh: Add test case for ${#VAR}.
1119         * indent/latex-mode.tex: New file.
1121 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1123         * eshell.el: Use cl-lib.
1125 2012-07-03  Chong Yidong  <cyd@gnu.org>
1127         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1129 2012-07-02  Chong Yidong  <cyd@gnu.org>
1131         * automated/xml-parse-tests.el (xml-parse-tests--data):
1132         More testcases.
1134 2012-07-01  Chong Yidong  <cyd@gnu.org>
1136         * automated/xml-parse-tests.el: New file.
1138 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1140         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1141         Use cl-flet.
1143 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1145         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1146         Test escaped commas in TZID (Bug#11473).
1147         (icalendar-import-with-timezone): New.
1148         (icalendar-real-world): Add new testcase as given in the bugreport
1149         of Bug#11473.
1151 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1153         * automated/icalendar-tests.el (icalendar-tests--test-import):
1154         Include UID in import tests (Bug#11525).
1155         (icalendar-import-non-recurring, icalendar-import-rrule)
1156         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1157         UID-import change.
1158         (icalendar-import-with-uid): New.
1159         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1160         Include UID in cycle tests.
1161         (icalendar-cycle, icalendar-real-world): UID-import change.
1163 2012-05-21  Glenn Morris  <rgm@gnu.org>
1165         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1167 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1169         * automated/url-util-tests.el: New file to test
1170         lisp/url/url-util.el.  Only `url-build-query-string' and
1171         `url-parse-query-string' are tested right now (Bug#8706).
1173 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1175         * indent/shell.sh:
1176         * indent/shell.rc: Ad some test cases.
1178 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1180         * indent/ruby.rb: New file, to test new syntax-propertize code.
1182 2012-04-11  Glenn Morris  <rgm@gnu.org>
1184         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1186 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1188         * automated/url-future-tests.el (url-future-tests): Move from
1189         lisp/url/url-future.el and rename.
1191 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1193         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1194         Fix broken test, caused by missing trailing blank.
1196 2011-12-03  Chong Yidong  <cyd@gnu.org>
1198         * automated/compile-tests.el (compile-tests--test-regexps-data):
1199         Increase column numbers by one to reflect change in how
1200         compilation-message is recorded (Bug#10172).
1202 2011-11-22  Glenn Morris  <rgm@gnu.org>
1204         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1206 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1208         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1210 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1212         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1213         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1214         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1216 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1218         * automated/newsticker-tests.el
1219         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1220         newsticker--treeview-tree-update.
1222 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1224         * automated/newsticker-tests.el
1225         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1227         * automated/newsticker-tests.el
1228         (newsticker--group-manage-orphan-feeds): Prevent updating
1229         newsticker treeview. Fixed bug#9763.
1231 2011-10-20  Glenn Morris  <rgm@gnu.org>
1233         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1235         * automated/vc-bzr.el: New file.
1237 2011-10-15  Glenn Morris  <rgm@gnu.org>
1239         * automated/f90.el: New file.
1241 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1243         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1244         to automated/newsticker-tests.el. Convert to ERT.
1246 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1248         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1249         Remove, simply use string=.
1250         (icalendar--diarytime-to-isotime)
1251         (icalendar--datetime-to-diary-date)
1252         (icalendar--datestring-to-isodate)
1253         (icalendar--format-ical-event)
1254         (icalendar--parse-summary-and-rest)
1255         (icalendar-tests--do-test-import)
1256         (icalendar-tests--do-test-cycle): Change argument order of
1257         string= to EXPECTED ACTUAL.
1258         (icalendar--import-format-sample)
1259         (icalendar--format-ical-event)
1260         (icalendar-import-non-recurring)
1261         (icalendar-import-rrule)
1262         (icalendar-import-duration)
1263         (icalendar-import-bug-6766)
1264         (icalendar-real-world): Adjust to string= instead of
1265         icalendar-tests--compare-strings.
1266         (icalendar-import-multiple-vcalendars): New.
1268 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1270         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1271         Require CL.
1273 2011-05-09  Juri Linkov  <juri@jurta.org>
1275         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1276         Convert to ERT.
1278 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1280         * automated/compile-tests.el: New file.
1282 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1284         * automated/font-parse-tests.el: Don't byte-compile.
1286         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1288 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1290         * automated/lexbind-tests.el: New file.
1292 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1294         * Version 23.3 released.
1296 2011-03-05  Glenn Morris  <rgm@gnu.org>
1298         * eshell.el: Move here from lisp/eshell/esh-test.el.
1300 2011-03-03  Christian Ohler  <ohler@gnu.org>
1302         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1303         New test.
1305 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1307         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1308         convert to ERT format.
1310 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1312         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1313         convert to ERT format.
1315 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1317         * indent/shell.sh:
1318         * indent/shell.rc: New files.
1320 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1322         * automated/font-parse-tests.el: Move from
1323         font-parse-testsuite.el.
1325 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1327         * font-parse-testsuite.el (test-font-parse-data): New file.
1329 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1331         * indent/prolog.prolog: Add tokenizing tests.
1333 2011-01-13  Christian Ohler  <ohler@gnu.org>
1335         * automated: New directory for automated tests.
1337         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1339         * automated/Makefile.in: New file.
1341 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1343         * indent/modula2.mod: New file.
1345 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1347         * indent/octave.m: Add a test to ensure indentation is local.
1349 2010-10-23  Glenn Morris  <rgm@gnu.org>
1351         * comint-testsuite.el
1352         (comint-testsuite--test-comint-password-prompt-regexp):
1353         Add "Please enter the password".  (Bug#7224)
1355 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1357         * indent/prolog.prolog: Use normal spacing around !.
1359 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1361         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1363 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1365         * indent/octave.m: Remove some `fixindent' not needed any more.
1367 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1369         * indent/octave.m: New file.
1371 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1373         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1374         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1375         (icalendar-testsuite--run-internal-tests): New.
1376         (icalendar-testsuite--test-convert-ordinary-to-ical)
1377         (icalendar-testsuite--test-convert-block-to-ical)
1378         (icalendar-testsuite--test-convert-anniversary-to-ical)
1379         (icalendar-testsuite--test-parse-vtimezone)
1380         (icalendar-testsuite--do-test-export): Code formatting.
1381         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1382         (icalendar-testsuite--do-test-import)
1383         (icalendar-testsuite--do-test-cycle):
1384         Use icalendar-testsuite--compare-strings
1385         (icalendar-testsuite--run-import-tests): Comment added.
1386         (icalendar-testsuite--run-import-tests)
1387         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1389 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1391         * redisplay-testsuite.el (test-redisplay-3): New test.
1393 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1395         * comint-testsuite.el: New file.
1397 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1399         * indent: New dir.
1401 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1403         * Version 23.2 released.
1405 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1407         * cedet/semantic-ia-utest.el
1408         (semantic-symref-test-count-hits-in-tag): Add function, from
1409         semantic-test.el.
1411         * cedet/tests/test.cpp:
1412         * cedet/tests/test.py:
1413         * cedet/tests/teststruct.cpp:
1414         * cedet/tests/testtemplates.cpp:
1415         * cedet/tests/testusing.cpp:
1416         * cedet/tests/scopetest.cpp:
1417         * cedet/tests/scopetest.java: Files deleted.
1419         * cedet/tests/test.make:
1420         * cedet/tests/test.c:
1421         * cedet/tests/testjavacomp.java:
1422         * cedet/tests/testspp.c:
1423         * cedet/tests/testsppreplace.c:
1424         * cedet/tests/testsppreplaced.c:
1425         * cedet/tests/testsubclass.cpp:
1426         * cedet/tests/testsubclass.hh:
1427         * cedet/tests/testtypedefs.cpp:
1428         * cedet/tests/testvarnames.c:
1429         * cedet/tests/test.el:
1430         * cedet/tests/testdoublens.cpp:
1431         * cedet/tests/testdoublens.hpp: Add copyright header.
1433         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1434         Remove reference to deleted files.
1436 2010-03-30  Juri Linkov  <juri@jurta.org>
1438         * occur-testsuite.el (occur-tests): Add tests for context lines.
1440 2010-03-23  Juri Linkov  <juri@jurta.org>
1442         * occur-testsuite.el: New file.
1444 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1446         * Branch for 23.2.
1448 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1450         * icalendar-testsuite.el
1451         (icalendar-testsuite--run-function-tests): Add new tests.
1452         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1453         testcase.
1454         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1455         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1456         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1457         (icalendar-testsuite--test-convert-block-to-ical): New.
1458         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1459         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1461 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1463         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1464         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1465         Fix typos in docstrings and error messages.
1466         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1468 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1470         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1471         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1472         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1474 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1476         * icalendar-testsuite.el
1477         (icalendar-testsuite--run-function-tests):
1478         Add icalendar-testsuite--test-parse-vtimezone.
1479         (icalendar-testsuite--test-parse-vtimezone): New.
1480         (icalendar-testsuite--do-test-cycle): Doc changes.
1481         (icalendar-testsuite--run-real-world-tests): Remove trailing
1482         whitespace -- see change of icalendar--add-diary-entry in
1483         icalendar.el.
1484         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1486 2009-09-30  Glenn Morris  <rgm@gnu.org>
1488         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1490 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1492         * cedet/*: New unit tests, from CEDET repository.
1494 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1496         * redisplay-testsuite.el: New file.
1498 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1500         * Branch for 23.1.
1502 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1504         * icalendar-testsuite.el
1505         (icalendar-testsuite--run-function-tests):
1506         Add icalendar-testsuite--test-diarytime-to-isotime.
1507         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1508         recent icalendar fixes.
1509         (icalendar-testsuite--test-diarytime-to-isotime): New.
1510         (icalendar-testsuite--test-create-uid): Adjust to recent
1511         icalendar changes.
1513 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1515         * bytecomp-testsuite.el: New file.
1517 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1519         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1520         Add `icalendar-testsuite--test-create-uid'.
1521         (icalendar-testsuite--test-create-uid): New.
1523 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1525         * newsticker-testsuite.el: New file.
1527 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1529         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1530         Add icalendar-testsuite--test-datestring-to-isodate,
1531         icalendar-testsuite--test-datetime-to-diary-date, and
1532         icalendar-testsuite--test-calendar-style.
1533         (icalendar-testsuite--test-format-ical-event):
1534         (icalendar-testsuite--test-parse-summary-and-rest):
1535         Doc fix.  Remove european-calendar-style.
1536         (icalendar-testsuite--get-ical-event): Doc fix.
1537         (icalendar-testsuite--test-first-weekday-of-year):
1538         (icalendar-testsuite--run-cycle-tests): Add doc string.
1539         (icalendar-testsuite--test-datestring-to-isodate):
1540         (icalendar-testsuite--test-datetime-to-diary-date):
1541         (icalendar-testsuite--test-calendar-style): New functions.
1542         (icalendar-testsuite--test-export): Handle iso date style.
1543         New arg INPUT-ISO.  Use calendar-date-style.
1544         (icalendar-testsuite--test-import): Handle iso date style.
1545         New arg EXPECTED-ISO.  Use calendar-date-style.
1546         (icalendar-testsuite--test-cycle): Handle iso date style.
1547         (icalendar-testsuite--run-import-tests):
1548         (icalendar-testsuite--run-export-tests):
1549         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1551 2008-02-29  Glenn Morris  <rgm@gnu.org>
1553         * README: New file.
1555 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1557         * icalendar-testsuite.el: New file.
1559 ;; Local Variables:
1560 ;; coding: utf-8
1561 ;; End:
1563   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1565   This file is part of GNU Emacs.
1567   GNU Emacs is free software: you can redistribute it and/or modify
1568   it under the terms of the GNU General Public License as published by
1569   the Free Software Foundation, either version 3 of the License, or
1570   (at your option) any later version.
1572   GNU Emacs is distributed in the hope that it will be useful,
1573   but WITHOUT ANY WARRANTY; without even the implied warranty of
1574   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1575   GNU General Public License for more details.
1577   You should have received a copy of the GNU General Public License
1578   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.