* lisp/desktop.el (desktop-read): Claim the lock when the owner is not the current...
[emacs.git] / test / ChangeLog
blob597782da416bccd7a28634282ad669c7d2b1b94d
1 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/file-notify-tests.el (file-notify--wait-for-events):
4         Use `read-event' instead of `sit-for'.
5         (file-notify-test02-events): Remove expected result, the bug is
6         fixed meanwhile.
7         (file-notify-test02-events, file-notify-test03-autorevert):
8         Use `sleep-for' instead of `sit-for'.
10 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
12         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
13         New test.
15 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
17         * automated/file-notify-tests.el (file-notify--deftest-remote):
18         Do not skip when the local test has failed.  They are unrelated.
19         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
20         `noninteractive' to nil, otherwise `sit-for' could be degraded to
21         `sleep-for'.
22         (file-notify-test02-events): Check for `file-remote-p' instead of
23         `file-notify--test-remote-enabled'.
25 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
27         * automated/file-notify-tests.el (file-notify-test02-events):
28         Let test case fail for Bug#16519.
30 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
32         * automated/file-notify-tests.el (file-notify-test02-events):
33         Hide Bug#16519, until it is solved.
35 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
37         * automated/file-notify-tests.el
38         (file-notify--test-local-enabled): Fix error in logic.
39         (file-notify--wait-for-events): New defmacro.
40         (file-notify-test02-events): Make short breaks between file operations.
41         Use `file-notify--wait-for-events'.  Check, that events have arrived.
42         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
44         * automated/comint-testsuite.el
45         (comint-testsuite-password-strings): Add localized examples.
47 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
49         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
50         case if inotify is not linked with Emacs.  Use `read-event' rather
51         than `sit-for' in order to process events.  (Bug#13662)
53 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
55         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
56         test case with adapted test string.  (Bug#13064)
58 2013-12-28  Glenn Morris  <rgm@gnu.org>
60         * automated/electric-tests.el: Require 'elec-pair.
62 2013-12-26  João Távora  <joaotavora@gmail.com>
64         * automated/electric-tests.el (electric-pair-test-for):
65         Fix autowrapping tests in batch-mode by running with
66         `transient-mark-mode' set to `lambda'.
68         * automated/electric-tests.el: New file.
70 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
72         * automated/python-tests.el
73         (python-nav-lisp-forward-sexp-safe-1): Remove test.
74         (python-nav-forward-sexp-safe-1): New test.
76 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
78         * automated/ruby-mode-tests.el: Add tests for
79         `ruby-align-to-stmt-keywords'.
81         * indent/ruby.rb: Update examples to reflect the lack of change in
82         default indentation of `begin' blocks.
84 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
86         * indent/ruby.rb: Update examples according to the change
87         in `smie-indent-close'.
89 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
91         * indent/ruby.rb: New examples.
93 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
95         * automated/python-tests.el (python-indent-dedenters-2): New test.
97 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
99         * automated/python-tests.el (python-indent-after-comment-1)
100         (python-indent-after-comment-2): New tests.
102 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
104         * automated/python-tests.el (python-indent-block-enders-1):
105         Rename from python-indent-block-enders.
106         (python-indent-block-enders-2): New test.
108 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
110         * indent/js.js: New file.
112 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
114         * automated/dbus-tests.el: New file.
116 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
118         * automated/regexp-tests.el: New file.
120 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
122         * automated/reftex-tests.el (reftex-parse-from-file-test):
123         Run temp-dir through file-truename, to make sure the temporary file
124         names are comparable as strings.
126         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
127         Force Unix EOLs by using 'utf-8-unix', since the default of
128         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
130 2013-11-28  Glenn Morris  <rgm@gnu.org>
132         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
134 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
136         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
137         (EMACSOPT): Use $(PATH_SEP).
139 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
141         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
142         Set to nil.
144 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
146         * automated/file-notify-tests.el
147         (file-notify-test-remote-temporary-file-directory):
148         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
149         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
150         (file-notify--deftest-remote): Cleanup connection initially.
151         (file-notify-test03-autorevert): Run also in batch mode.  Use a
152         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
153         does not work on MS Windows.  Call `accept-process-output' for
154         remote files.  Apply `string-match' instead of `string-equal', the
155         messages are different on MS Windows.
157         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
158         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
159         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
161 2013-11-23  Glenn Morris  <rgm@gnu.org>
163         * automated/python-tests.el (python-shell-make-comint-1)
164         (python-shell-make-comint-2, python-shell-get-process-1):
165         Suppress creation of some temp-files.
167         * automated/python-tests.el (python-shell-parse-command-1)
168         (python-shell-make-comint-1, python-shell-make-comint-2)
169         (python-shell-get-process-1)
170         (python-shell-internal-get-or-create-process-1):
171         Skip rather than fail if prereqs not found.
173         * automated/Makefile.in (emacs):
174         Empty EMACSLOADPATH rather than unsetting.
176 2013-11-22  Glenn Morris  <rgm@gnu.org>
178         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
179         Set expected-result.
181 2013-11-21  Glenn Morris  <rgm@gnu.org>
183         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
184         (compile-main): Pass XARGS_LIMIT to xargs.
186         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
187         (EMACSOPT): Use PATH_SEPARATOR.
189 2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
191         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
192         Add a failing test for Bug#15874.
193         (ruby--insert-coding-comment-ruby-style)
194         (ruby--insert-coding-comment-emacs-style)
195         (ruby--insert-coding-comment-custom-style):
196         Add a few tests for `ruby--insert-coding-comment'.
198 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
200         Improve API of recently-added bool vector functions (Bug#15912).
201         * automated/data-tests.el: Adjust to API changes.
203 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
205         * automated/tramp-tests.el (tramp-test07-file-exists-p)
206         (tramp-test08-file-local-copy)
207         (tramp-test09-insert-file-contents, tramp-test10-write-region)
208         (tramp-test11-copy-file, tramp-test12-rename-file)
209         (tramp-test13-make-directory, tramp-test14-delete-directory)
210         (tramp-test15-copy-directory, tramp-test16-directory-files)
211         (tramp-test17-insert-directory, tramp-test18-file-attributes)
212         (tramp-test19-directory-files-and-attributes)
213         (tramp-test20-file-modes, tramp-test21-file-links)
214         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
215         (tramp-test24-file-name-completion, tramp-test25-load)
216         (tramp-test26-process-file, tramp-test27-start-file-process)
217         (tramp-test28-shell-command): Cleanup connection initially.
219 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
221         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
222         connection before running the test.
224 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
226         * automated/tramp-tests.el (tramp-test15-copy-directory)
227         (tramp-test16-directory-files, tramp-test17-insert-directory)
228         (tramp-test18-file-attributes)
229         (tramp-test19-directory-files-and-attributes)
230         (tramp-test20-file-modes, tramp-test21-file-links)
231         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
232         (tramp-test24-file-name-completion, tramp-test25-load)
233         (tramp-test26-process-file, tramp-test27-start-file-process):
234         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
235         (tramp-test29-utf8): New test.
237 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
239         * automated/file-notify-tests.el (file-notify-test02-events)
240         (file-notify-test03-autorevert): Suppress messages in `write-region'.
242         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
243         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
244         (tramp-test26-process-file, tramp-test28-shell-command):
245         Ensure, that the directory is not empty when calling "ls".
247 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
249         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
250         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
251         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
252         (tramp-test09-insert-file-contents, tramp-test10-write-region):
253         (tramp-test26-process-file): Add tests.
254         (tramp-test11-copy-file): Remove debug message.
255         (tramp-test20-file-modes): Special case, if user is "root".
257 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
259         * automated/file-notify-tests.el:
260         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
261         `tramp-remote-path' when running on hydra.
262         (tramp-test07-file-exists-p): Remove instrumentation code.
263         (tramp-test26-process-file): Don't use "/bin/true" and
264         "/bin/false", these paths do not exist on hydra.
266 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
268         * automated/process-tests.el: New file.
270 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
272         * indent/ruby.rb: New examples.
274 2013-11-06  Glenn Morris  <rgm@gnu.org>
276         * automated/Makefile.in (setwins): Avoid accidental matches.
278 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
280         * automated/tramp-tests.el (tramp-test07-file-exists-p):
281         Fix docstring.  Instrument, in order to hunt failure on hydra.
283 2013-11-06  Glenn Morris  <rgm@gnu.org>
285         * automated/flymake-tests.el (warning-predicate-rx-gcc)
286         (warning-predicate-function-gcc, warning-predicate-rx-perl)
287         (warning-predicate-function-perl):
288         * automated/info-xref.el (info-xref-test-makeinfo):
289         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
290         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
292 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
294         * automated/tramp-tests.el: New file.
296 2013-11-05  Glenn Morris  <rgm@gnu.org>
298         Get rid of --chdir usage.
299         * automated/Makefile.in (EMACSOPT): Move -L here.
300         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
301         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
302         (.el.elc): No more need to pass -L here.
303         (compile-main): Get rid of sub-shell and cd.
304         (compile-clean, check): Get rid of cd.
306         Make it possible to run tests with a different working directory.
307         * automated/flymake-tests.el (flymake-tests-data-directory): New.
308         (flymake-tests--current-face): Use flymake-tests-data-directory.
309         (warning-predicate-function-gcc, warning-predicate-rx-perl)
310         (warning-predicate-function-perl): Adapt for above change.
311         * automated/zlib-tests.el (zlib-tests-data-directory): New.
312         (zlib--decompress): Use zlib-tests-data-directory.
314         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
315         Remove test that makes no sense.
317         * automated/files.el (files-test-local-variable-data):
318         Fix result typo presumably caused by interference from dir-locals.
319         (file-test--do-local-variables-test): Prevent dir-locals interfering.
321 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
323         * indent/ruby.rb: Add a statement on the line after heredoc.
324         Move a now-successful example.
326         * automated/ruby-mode-tests.el: Remove outdated comment.
328 2013-11-04  Glenn Morris  <rgm@gnu.org>
330         * automated/Makefile.in (abs_srcdir): Remove.
331         (emacs): Unset EMACSLOADPATH.
332         (.el.elc, check): Use -L to append srcdir to load-path.
334 2013-11-02  Glenn Morris  <rgm@gnu.org>
336         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
337         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
338         (abs_srcdir): New, set by configure.
339         (EMACS): Use a relative file name.
340         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
341         (lisp-compile): Remove (assume it's up-to-date).
342         (compile-main): Do not run lisp-compile.
343         (compile-main, compile-clean, compile-always, bootstrap-clean)
344         (check): Use srcdir rather than $test.  Check cd return value.
345         Use --chdir.
346         (doit, compile, compile-always): Remove stuff copied from lisp/.
347         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
349 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
351         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
352         Add a skipping test.
354 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
356         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
358         * indent/css-mode.css (.x2): Test alignement inside braces.
360 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
362         * indent/ruby.rb: New failing example.
364         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
365         Fix the test, in respect to adding the space after the curly.
367 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
369         * automated/ert-tests.el (ert-test-skip-unless): New test case.
370         (ert-test-deftest): Adapt test for changed macro expansion.
371         (ert-test-run-tests-interactively):
372         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
373         Add a skipping test.
375         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
376         (file-notify--test-local-enabled): Make it a function.  Check also
377         for `file-remote-p' of `temporary-file-directory'.
378         (file-notify--test-remote-enabled-checked): New defvar.
379         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
380         internal functions.  Cache result.
381         (file-notify--deftest-remote, file-notify-test00-availability)
382         (file-notify-test01-add-watch, file-notify-test02-events)
383         (file-notify-test03-autorevert): Add checks with `skip_unless'.
384         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
386 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
388         * indent/ruby.rb: Fix syntax error in the latest example.
390 2013-10-23  Glenn Morris  <rgm@gnu.org>
392         * automated/Makefile.in (abs_top_srcdir, top_builddir):
393         New, set by configure.
394         (top_srcdir): Remove.
395         (abs_test, abs_lispsrc): New.
396         (lisp): No longer absolute.
397         (emacs, lisp-compile, compile, compile-always):
398         Quote entities that might contain whitespace.
400 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
402         * indent/ruby.rb: Move two examples to "working" section, add one
403         more.
405 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
407         * indent/ruby.rb: New examples for indentation of blocks.
408         Example of hash inside parens that inflooped before the present commit.
410 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
412         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
413         allows another timer to run.
415 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
417         * indent/ruby.rb: More examples for bug#15594, both failing and
418         now passing.
420 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
422         * indent/ruby.rb: Add two more cases.
424 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
426         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
427         first use.
428         (ruby-should-indent): Use indent-according-to-mode.
429         (ruby-deftest-move-to-block): Use `declare'.
431 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
433         * indent/ruby.rb: Fix a spurious change, add more failing examples.
435 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
437         * indent/ruby.rb: Add a few more tests; adjust some indentation.
439 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
441         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
442         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
444         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
446 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
449         Adjust indentation of continued line to the new SMIE behavior.
451 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
453         * automated/completion-tests.el:
454         * indent/css-mode.css: New files.
456 2013-10-03  Daiki Ueno  <ueno@gnu.org>
458         * automated/data/package/signed/archive-contents:
459         * automated/data/package/signed/archive-contents.sig:
460         * automated/data/package/signed/signed-good-1.0.el:
461         * automated/data/package/signed/signed-good-1.0.el.sig:
462         * automated/data/package/signed/signed-bad-1.0.el:
463         * automated/data/package/signed/signed-bad-1.0.el.sig:
464         * automated/data/package/key.pub:
465         * automated/data/package/key.sec: New files.
467         * automated/package-test.el (package-test-update-listing)
468         (package-test-update-archives, package-test-describe-package):
469         Adjust to package.el change.
470         (package-test-signed): New test.
472 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
474         * automated/package-test.el: Update all cases to use :url instead
475         of :homepage.
477         * automated/package-x-test.el
478         (package-x-test--single-archive-entry-1-3): Same.
480 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
482         * automated/package-test.el (simple-single-desc-1-4): Remove, it
483         was unused.
484         (simple-single-desc): Expect :homepage property.
485         (multi-file-desc): Same.
486         (with-package-test): Do not save previous `default-directory'
487         value, let-bind the var instead.
488         (package-test-install-single): Expect :homepage property in the
489         generated pkg file.
490         (package-test-describe-package): Expect Homepage button.
491         (package-test-describe-non-installed-package)
492         (package-test-describe-non-installed-multi-file-package): Same.
493         (package-test-describe-not-installed-package): Remove, it was a
494         duplicate.
496         * automated/package-x-test.el
497         (package-x-test--single-archive-entry-1-3): Expect :homepage
498         property.
499         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
501         * automated/data/package/simple-single-1.3.el: Add URL header.
503         * automated/data/package/archive-contents: Add :homepage
504         properties to `simple-single' and `multi-file'.
506 2013-09-22  Daniel Colascione  <dancol@dancol.org>
508         * automated/data-tests.el:
509         (bool-vector-count-matches-all-0-nil)
510         (bool-vector-count-matches-all-0-t)
511         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
512         (bool-vector-count-matches-at, bool-vector-intersection-op)
513         (bool-vector-union-op, bool-vector-xor-op)
514         (bool-vector-set-difference-op)
515         (bool-vector-change-detection, bool-vector-not): New tests.
516         (mock-bool-vector-count-matches-at)
517         (test-bool-vector-bv-from-hex-string)
518         (test-bool-vector-to-hex-string)
519         (test-bool-vector-count-matches-at-tc)
520         (test-bool-vector-apply-mock-op)
521         (test-bool-vector-binop): New helper functions.
522         (bool-vector-test-vectors): New testcase data.
524 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
526         * automated/advice-tests.el (advice-test-called-interactively-p-around)
527         (advice-test-called-interactively-p-filter-args)
528         (advice-test-called-interactively-p-around): New tests.
530 2013-09-16  Glenn Morris  <rgm@gnu.org>
532         * automated/eshell.el (eshell-match-result):
533         Return a more informative failure than simply "false".  Update callers.
535         * automated/eshell.el (eshell-test/for-name-shadow-loop):
536         Test value before and after loop as well as during.
538 2013-09-15  Glenn Morris  <rgm@gnu.org>
540         * automated/eshell.el (eshell-test/for-name-shadow-loop):
541         New test.  (Bug#15372)
542         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
544 2013-09-13  Glenn Morris  <rgm@gnu.org>
546         * automated/eshell.el (with-temp-eshell):
547         Use a temp directory for eshell-directory-name.
548         (eshell-test-command-result): New, again using a temp directory.
549         Replace eshell-command-result with this throughout.
550         (eshell-test/for-loop, eshell-test/for-name-loop):
551         Ensure environment variables don't confuse us.
553 2013-09-12  Glenn Morris  <rgm@gnu.org>
555         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
556         due to "has a running process; kill it?" prompts.
558 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
560         * automated/eshell.el: Rename from eshell.el.
561         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
563 2013-09-01  Glenn Morris  <rgm@gnu.org>
565         * automated/Makefile.in (setwins): Avoid leading space in $wins.
566         Otherwise the sed command used by eg compile-main ends up
567         containing "/*.el".  (Bug#15170)
569 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
571         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
572         for portability to hosts where /bin/sh has problems.
574 2013-08-21  David Engster  <deng@randomsample.de>
576         * automated/eieio-tests.el, automated/eieio-test-persist.el:
577         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
578         upstream.  Changed to use ERT.
580 2013-08-14  Daniel Hackney  <dan@haxney.org>
582         * automated/package-test.el: Remove tar-package-building functions.
583         Tar file used for testing is included in the repository.
584         (package-test-install-texinfo, package-test-cleanup-built-files):
585         Remove.
587 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
589         * automated/python-tests.el (python-imenu-create-index-4)
590         (python-imenu-create-flat-index-2): New tests.
592 2013-08-05  Glenn Morris  <rgm@gnu.org>
594         * automated/mule-util.el: New file, with tests extracted from
595         lisp/international/mule-util.el.
597 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
599         * automated/advice-tests.el (advice-tests-nadvice): Test removal
600         before definition.
601         (advice-tests-macroaliases): New test.
603 2013-08-04  Glenn Morris  <rgm@gnu.org>
605         * automated/ert-tests.el: Disable failing test that no-one seems
606         to know how to fix.  (Bug#13064)
608         * automated/icalendar-tests.el (icalendar-tests--test-export)
609         (icalendar-tests--test-import): Try more precise TZ specification.
610         Remove debug messages.
612 2013-08-03  Glenn Morris  <rgm@gnu.org>
614         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
616         * automated/icalendar-tests.el (icalendar-tests--test-export)
617         (icalendar-tests--test-import):
618         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
619         (icalendar-tests--test-import): Reset zone even if error occurred.
621 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
623         * automated/core-elisp-tests.el: New file.
625 2013-08-01  Glenn Morris  <rgm@gnu.org>
627         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
628         Try to check that the remote system has a notification program.
630 2013-07-31  Glenn Morris  <rgm@gnu.org>
632         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
634 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
636         * automated/file-notify-tests.el
637         (file-notify--test-local-enabled): New defconst.  Replaces all
638         `file-notify-support' occurrences.
639         (file-notify--test-remote-enabled): New defun.
640         (file-notify--deftest-remote): Use it.
641         (file-notify-test00-availability): Rewrite.
642         (file-notify-test00-availability-remote): New defun.
643         (file-notify-test01-add-watch): Rewrite first erroneous check.
645 2013-07-23  Glenn Morris  <rgm@gnu.org>
647         * automated/inotify-test.el (inotify-file-watch-simple):
648         Delete temp-file when done.
650         * automated/subword-tests.el: Require subword.
652 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
654         * automated/subword-tests.el: New file.
656 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
658         * automated/python-tests.el (python-imenu-create-index-2)
659         (python-imenu-create-index-3): New tests.
661 2013-07-11  Glenn Morris  <rgm@gnu.org>
663         * automated/ert-tests.el: Require cl-lib at runtime too.
664         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
665         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
666         (ert-test-set-functions, ert-test-gensym)
667         (ert-test-coerce-to-vector, ert-test-string-position)
668         (ert-test-mismatch): Remove tests.
669         * automated/cl-lib.el: New, split from ert-tests.el.
671         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
672         Goto point-min.
673         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
674         (ruby-move-to-block-skips-percent-literal)
675         (ruby-move-to-block-skips-heredoc)
676         (ruby-move-to-block-moves-from-else-to-if)
677         (ruby-beginning-of-defun-does-not-fold-case)
678         (ruby-end-of-defun-skips-to-next-line-after-the-method):
679         Replace goto-line with forward-line/goto-char.
680         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
682         * automated/package-test.el (makeinfo-buffer): Autoload.
683         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
684         (package-test-install-texinfo): Don't require makeinfo.
686         * automated/files.el: Stop "local variables" confusion.
688         * automated/flymake-tests.el (flymake-tests): Remove unused group.
690         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
691         Use with-current-buffer.
693         * automated/undo-tests.el (undo-test-buffer-modified)
694         (undo-test-file-modified): New tests.
696 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
698         * automated/file-notify-tests.el (file-notify-test00-availability):
699         Set :expected-result.
700         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
701         (file-notify-test02-events, file-notify-test02-events-remote)
702         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
703         Skip when `file-notify-support' is nil.  (Bug#14823)
705 2013-07-09  Glenn Morris  <rgm@gnu.org>
707         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
708         Declare.
709         (inotify-file-watch-simple): Silence compiler.
711         * automated/python-tests.el (python-indent-block-enders):
712         Make it actually test something.
714         * automated/package-x-test.el: Require package-test when compiling.
716         * automated/add-log-tests.el, automated/advice-tests.el:
717         * automated/imenu-test.el, automated/package-x-test.el:
718         * automated/python-tests.el, automated/ruby-mode-tests.el:
719         * automated/xml-parse-tests.el: Explicitly require ert.
721 2013-07-08  Kenichi Handa  <handa@gnu.org>
723         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
724         Use with-ccoding-priority to avoid side-effect (Bug#14781).
726 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
728         * automated/file-notify-tests.el
729         (file-notify-test-remote-temporary-file-directory):
730         Use `null-device' on w32.
731         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
732         (file-notify--test-results, file-notify--test-event)
733         (file-notify--deftest-remote, file-notify--event-test)
734         (file-notify--test-event-handler)
735         (file-notify--test-make-temp-name): Rename, in order to mark them
736         internal.
737         (tramp-message-show-message, tramp-read-passwd): Tweak them for
738         better fitting in noninteractive tests.
739         (file-notify-test00-availability): Rename from `file-notify-test0'.
740         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
741         Use `temporary-file-directory '.
742         (file-notify-test01-add-watch-remote): New test.
743         (file-notify-test02-events): Rename from `file-notify-test2'.
744         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
745         (file-notify-test03-autorevert): Rename from
746         `file-notify-test4'.  Use timeouts.
747         (file-notify-test03-autorevert-remote): Rename from
748         `file-notify-test5'.
750 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
752         * automated/file-notify-tests.el: New package.
754 2013-06-28  Kenichi Handa  <handa@gnu.org>
756         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
757         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
758         Callers changed.
759         (decoder-tests-filename): New function.
760         (decoder-tests-prefer-utf-8-read)
761         (decoder-tests-prefer-utf-8-write): New function.
762         (ert-test-decoder-prefer-utf-8): New test.
764 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
766         * automated/package-x-test.el: Change the commentary.
767         (package-x-test--single-archive-entry-1-3)
768         (package-x-test--single-archive-entry-1-4): Fix the tests, by
769         using the appropriate data structure.
771 2013-06-27  Daniel Hackney  <dan@haxney.org>
773         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
775         * automated/package-x-test.el: New file.
777         * automated/package-test.el: New file.
779         * automated/data/package: New directory, with test examples.
781 2013-06-27  Glenn Morris  <rgm@gnu.org>
783         * automated/python-tests.el (python-tests-with-temp-file):
784         Clean up after ourself.
786         * automated/undo-tests.el (undo-test3): Remove test that seems to
787         do nothing that the previous one doesn't, except leave a tempfile.
789 2013-06-26  Glenn Morris  <rgm@gnu.org>
791         * automated/info-xref.el: New file.
793 2013-06-25  Glenn Morris  <rgm@gnu.org>
795         * automated/occur-tests.el (occur-test-create): New function.
796         Use it to create separate tests for each element, so we run them
797         all rather than stopping at the first error.
799 2013-06-24  Glenn Morris  <rgm@gnu.org>
801         * automated/occur-tests.el (occur-tests):
802         Update for 2013-05-29 change to occur header line.
804 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
806         Test suite for flymake.
807         * automated/flymake-tests.el:
808         * automated/flymake/warnpred/Makefile
809         * automated/flymake/warnpred/test.c
810         * automated/flymake/warnpred/test.pl: New files.
812 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
814         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
816 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
818         * automated/reftex-tests.el: New test suite for reftex.
820 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
822         * automated/ruby-mode-tests.el: New tests, for percent literals
823         and expression expansion.
825 2013-05-29  Leo Liu  <sdl.web@gmail.com>
827         * indent/octave.m: Tweak.
829 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
831         * eshell.el: Rewrite tests using ERT.
833 2013-05-25  Leo Liu  <sdl.web@gmail.com>
835         * indent/octave.m: Add tests for %!, # and ### comments.
837 2013-05-23  Kenichi Handa  <handa@gnu.org>
839         * automated/decoder-tests.el: New file.
841 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
843         * indent/ruby.rb: Add multiline regexp example.
845         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
846         (ruby-regexp-skips-over-interpolation)
847         (ruby-regexp-continues-till-end-when-unclosed)
848         (ruby-regexp-can-be-multiline)
849         (ruby-interpolation-inside-percent-literal): New tests.
851 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * indent/ruby.rb: Fix indentation after =; add more cases.
855 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * indent/pascal.pas: Add test for mis-identified comments.
859 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
861         * automated/imenu-test.el: New file.  (Bug#14112)
863 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
865         * automated/python-tests.el (python-imenu-prev-index-position-1):
866         Remove test.
867         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
868         New tests.
870 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
872         * automated/python-tests.el (python-nav-backward-defun-2)
873         (python-nav-backward-defun-3, python-nav-forward-defun-2)
874         (python-nav-forward-defun-3): New tests.
876 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
878         * automated/python-tests.el (python-nav-backward-defun-1)
879         (python-nav-forward-defun-1): New tests.
881 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
883         * automated/add-log-tests.el: New file. (Bug#14112)
885 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
887         * automated/python-tests.el (python-indent-block-enders): New test.
888         (python-info-current-defun-2): Fix test.
890 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
892         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
894 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
896         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
897         (python-tests-with-temp-file): New macro.
898         (python-tests-shell-interpreter): New var.
899         (python-shell-get-process-name-1)
900         (python-shell-internal-get-process-name-1)
901         (python-shell-parse-command-1)
902         (python-shell-calculate-process-environment-1)
903         (python-shell-calculate-process-environment-2)
904         (python-shell-calculate-process-environment-3)
905         (python-shell-calculate-exec-path-1)
906         (python-shell-calculate-exec-path-2)
907         (python-shell-make-comint-1)
908         (python-shell-make-comint-2)
909         (python-shell-get-process-1)
910         (python-shell-get-or-create-process-1)
911         (python-shell-internal-get-or-create-process-1): New tests.
913 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
915         * automated/python-tests.el: New file.
917 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
919         * automated/ruby-mode-tests.el
920         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
921         bits inside the examples.
922         (ruby-move-to-block-skips-heredoc): New test.
923         (ruby-add-log-current-method-after-inner-class):
924         Lower expectations: move point inside a method, initially.
926 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
928         * automated/ruby-mode-tests.el
929         (ruby-move-to-block-skips-percent-literal): New test.
931 2013-02-04  Chong Yidong  <cyd@gnu.org>
933         * automated/thingatpt.el: New file.
935 2013-02-03  Chong Yidong  <cyd@gnu.org>
937         * automated/files.el (file-test--do-local-variables-test):
938         Avoid compilation warning message.
940 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
942         * automated/ruby-mode-tests.el
943         (ruby-indent-spread-args-in-parens): New test.
944         * automated/ruby-mode-tests.el (ruby-block-test-example):
945         Break indentation of the do block opener and add a line inside it.
946         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
947         Adjust line numbers.
949 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
951         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
953 2013-01-14  Glenn Morris  <rgm@gnu.org>
955         * automated/compile-tests.el (compile-tests--test-regexps-data):
956         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
958 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
960         * automated/man-tests.el: New file.
962 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
964         * automated/undo-tests.el (undo-test0): Adjust error to code change.
966 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
968         * automated/undo-tests.el: New file.
970 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
972         * automated/ruby-mode-tests.el
973         (ruby-indent-after-block-in-continued-expression): New test.
975 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
977         * automated/ruby-mode-tests.el:
978         Rename one interpolation test; add three more.
979         (ruby-with-temp-buffer): New macro, use it where appropriate.
980         (ruby-add-log-current-method-examples): Use "_" for target point.
981         Add four new tests for ruby-add-log-current-method.
983 2012-12-11  Glenn Morris  <rgm@gnu.org>
985         * automated/f90.el (f90-test-bug13138): New test.
987 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
989         * automated/inotify-test.el: New test.
991 2012-12-02  Chong Yidong  <cyd@gnu.org>
993         * automated/ruby-mode-tests.el
994         (ruby-add-log-current-method-examples): Don't use loop macro, to
995         allow automated testing to work.
997 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
999         * automated/advice-tests.el (advice-tests--data): Remove.
1000         (advice-tests): Move the tests directly here instead.
1001         Add called-interactively-p tests.
1003 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * automated/ert-x-tests.el: Use cl-lib.
1006         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1008 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1010         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1011         (ruby-indent-inside-heredoc-after-operator)
1012         (ruby-indent-inside-heredoc-after-space): New tests.
1013         Change direct font-lock face references to var references.
1014         (ruby-interpolation-suppresses-syntax-inside): New test.
1015         (ruby-interpolation-inside-percent-literal-with-paren):
1016         New failing test.
1018 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1020         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1021         (ruby-singleton-class-no-heredoc-font-lock)
1022         (ruby-add-log-current-method-examples): New tests.
1023         (ruby-test-string): Extract from ruby-should-indent-buffer.
1024         (ruby-deftest-move-to-block): New macro.
1025         Add several move-to-block tests.
1027 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * automated/advice-tests.el: New tests.
1031 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1033         * automated/compile-tests.el (compile-tests--test-regexps-data):
1034         Add new data for msft's new format.
1036 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1038         * automated/ruby-mode-tests.el:
1039         (ruby-toggle-block-to-multiline): New test.
1040         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1041         (ruby-toggle-block-to-brace): Use buffer-string.
1043 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1045         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1047 2012-08-28  Chong Yidong  <cyd@gnu.org>
1049         * automated/files.el: Test every combination of values for
1050         enable-local-variables and enable-local-eval.
1052 2012-08-19  Chong Yidong  <cyd@gnu.org>
1054         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1056 2012-08-18  Chong Yidong  <cyd@gnu.org>
1058         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1060 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1062         * indent/ruby.rb: Rearrange examples, add new ones.
1064 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1066         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1067         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1069 2012-08-11  Glenn Morris  <rgm@gnu.org>
1071         * automated/files.el: New file.
1073         * automated/Makefile.in (all): Fix typo.
1075 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1077         * automated/ruby-mode-tests.el (ruby-should-indent):
1078         Add docstring, check (current-indentation) instead of (current-column).
1079         (ruby-should-indent-buffer): New function.
1080         Add tests for `ruby-deep-indent-paren' behavior.
1081         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1083 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1085         Original tests in test_ruby_mode.rb in upstream (author).
1087 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1089         * automated/ruby-mode-tests.el (ruby-should-indent)
1090         (ruby-assert-state): New functions.
1091         Add new tests.
1093 2012-07-29  David Engster  <deng@randomsample.de>
1095         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1096         New variable to hold test data for name expansion.
1097         (xml-parse-tests): Test the two different types of name expansion.
1099 2012-07-29  Juri Linkov  <juri@jurta.org>
1101         * automated/occur-tests.el (occur-test-case): Use predefined
1102         buffer name " *test-occur*" instead of a random buffer name.
1104 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1106         * automated/ruby-mode-tests.el: New file with one test.
1108 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1110         * indent/shell.sh: Add test case for ${#VAR}.
1112         * indent/latex-mode.tex: New file.
1114 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1116         * eshell.el: Use cl-lib.
1118 2012-07-03  Chong Yidong  <cyd@gnu.org>
1120         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1122 2012-07-02  Chong Yidong  <cyd@gnu.org>
1124         * automated/xml-parse-tests.el (xml-parse-tests--data):
1125         More testcases.
1127 2012-07-01  Chong Yidong  <cyd@gnu.org>
1129         * automated/xml-parse-tests.el: New file.
1131 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1133         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1134         Use cl-flet.
1136 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1138         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1139         Test escaped commas in TZID (Bug#11473).
1140         (icalendar-import-with-timezone): New.
1141         (icalendar-real-world): Add new testcase as given in the bugreport
1142         of Bug#11473.
1144 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1146         * automated/icalendar-tests.el (icalendar-tests--test-import):
1147         Include UID in import tests (Bug#11525).
1148         (icalendar-import-non-recurring, icalendar-import-rrule)
1149         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1150         UID-import change.
1151         (icalendar-import-with-uid): New.
1152         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1153         Include UID in cycle tests.
1154         (icalendar-cycle, icalendar-real-world): UID-import change.
1156 2012-05-21  Glenn Morris  <rgm@gnu.org>
1158         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1160 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1162         * automated/url-util-tests.el: New file to test
1163         lisp/url/url-util.el.  Only `url-build-query-string' and
1164         `url-parse-query-string' are tested right now (Bug#8706).
1166 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1168         * indent/shell.sh:
1169         * indent/shell.rc: Ad some test cases.
1171 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1173         * indent/ruby.rb: New file, to test new syntax-propertize code.
1175 2012-04-11  Glenn Morris  <rgm@gnu.org>
1177         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1179 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1181         * automated/url-future-tests.el (url-future-tests): Move from
1182         lisp/url/url-future.el and rename.
1184 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1186         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1187         Fix broken test, caused by missing trailing blank.
1189 2011-12-03  Chong Yidong  <cyd@gnu.org>
1191         * automated/compile-tests.el (compile-tests--test-regexps-data):
1192         Increase column numbers by one to reflect change in how
1193         compilation-message is recorded (Bug#10172).
1195 2011-11-22  Glenn Morris  <rgm@gnu.org>
1197         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1199 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1201         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1203 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1205         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1206         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1207         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1209 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1211         * automated/newsticker-tests.el
1212         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1213         newsticker--treeview-tree-update.
1215 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1217         * automated/newsticker-tests.el
1218         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1220         * automated/newsticker-tests.el
1221         (newsticker--group-manage-orphan-feeds): Prevent updating
1222         newsticker treeview. Fixed bug#9763.
1224 2011-10-20  Glenn Morris  <rgm@gnu.org>
1226         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1228         * automated/vc-bzr.el: New file.
1230 2011-10-15  Glenn Morris  <rgm@gnu.org>
1232         * automated/f90.el: New file.
1234 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1236         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1237         to automated/newsticker-tests.el. Convert to ERT.
1239 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1241         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1242         Remove, simply use string=.
1243         (icalendar--diarytime-to-isotime)
1244         (icalendar--datetime-to-diary-date)
1245         (icalendar--datestring-to-isodate)
1246         (icalendar--format-ical-event)
1247         (icalendar--parse-summary-and-rest)
1248         (icalendar-tests--do-test-import)
1249         (icalendar-tests--do-test-cycle): Change argument order of
1250         string= to EXPECTED ACTUAL.
1251         (icalendar--import-format-sample)
1252         (icalendar--format-ical-event)
1253         (icalendar-import-non-recurring)
1254         (icalendar-import-rrule)
1255         (icalendar-import-duration)
1256         (icalendar-import-bug-6766)
1257         (icalendar-real-world): Adjust to string= instead of
1258         icalendar-tests--compare-strings.
1259         (icalendar-import-multiple-vcalendars): New.
1261 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1263         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1264         Require CL.
1266 2011-05-09  Juri Linkov  <juri@jurta.org>
1268         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1269         Convert to ERT.
1271 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1273         * automated/compile-tests.el: New file.
1275 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1277         * automated/font-parse-tests.el: Don't byte-compile.
1279         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1281 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1283         * automated/lexbind-tests.el: New file.
1285 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1287         * Version 23.3 released.
1289 2011-03-05  Glenn Morris  <rgm@gnu.org>
1291         * eshell.el: Move here from lisp/eshell/esh-test.el.
1293 2011-03-03  Christian Ohler  <ohler@gnu.org>
1295         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1296         New test.
1298 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1300         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1301         convert to ERT format.
1303 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1305         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1306         convert to ERT format.
1308 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * indent/shell.sh:
1311         * indent/shell.rc: New files.
1313 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1315         * automated/font-parse-tests.el: Move from
1316         font-parse-testsuite.el.
1318 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1320         * font-parse-testsuite.el (test-font-parse-data): New file.
1322 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * indent/prolog.prolog: Add tokenizing tests.
1326 2011-01-13  Christian Ohler  <ohler@gnu.org>
1328         * automated: New directory for automated tests.
1330         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1332         * automated/Makefile.in: New file.
1334 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * indent/modula2.mod: New file.
1338 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1340         * indent/octave.m: Add a test to ensure indentation is local.
1342 2010-10-23  Glenn Morris  <rgm@gnu.org>
1344         * comint-testsuite.el
1345         (comint-testsuite--test-comint-password-prompt-regexp):
1346         Add "Please enter the password".  (Bug#7224)
1348 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1350         * indent/prolog.prolog: Use normal spacing around !.
1352 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1354         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1356 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1358         * indent/octave.m: Remove some `fixindent' not needed any more.
1360 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1362         * indent/octave.m: New file.
1364 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1366         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1367         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1368         (icalendar-testsuite--run-internal-tests): New.
1369         (icalendar-testsuite--test-convert-ordinary-to-ical)
1370         (icalendar-testsuite--test-convert-block-to-ical)
1371         (icalendar-testsuite--test-convert-anniversary-to-ical)
1372         (icalendar-testsuite--test-parse-vtimezone)
1373         (icalendar-testsuite--do-test-export): Code formatting.
1374         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1375         (icalendar-testsuite--do-test-import)
1376         (icalendar-testsuite--do-test-cycle):
1377         Use icalendar-testsuite--compare-strings
1378         (icalendar-testsuite--run-import-tests): Comment added.
1379         (icalendar-testsuite--run-import-tests)
1380         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1382 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1384         * redisplay-testsuite.el (test-redisplay-3): New test.
1386 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1388         * comint-testsuite.el: New file.
1390 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1392         * indent: New dir.
1394 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1396         * Version 23.2 released.
1398 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1400         * cedet/semantic-ia-utest.el
1401         (semantic-symref-test-count-hits-in-tag): Add function, from
1402         semantic-test.el.
1404         * cedet/tests/test.cpp:
1405         * cedet/tests/test.py:
1406         * cedet/tests/teststruct.cpp:
1407         * cedet/tests/testtemplates.cpp:
1408         * cedet/tests/testusing.cpp:
1409         * cedet/tests/scopetest.cpp:
1410         * cedet/tests/scopetest.java: Files deleted.
1412         * cedet/tests/test.make:
1413         * cedet/tests/test.c:
1414         * cedet/tests/testjavacomp.java:
1415         * cedet/tests/testspp.c:
1416         * cedet/tests/testsppreplace.c:
1417         * cedet/tests/testsppreplaced.c:
1418         * cedet/tests/testsubclass.cpp:
1419         * cedet/tests/testsubclass.hh:
1420         * cedet/tests/testtypedefs.cpp:
1421         * cedet/tests/testvarnames.c:
1422         * cedet/tests/test.el:
1423         * cedet/tests/testdoublens.cpp:
1424         * cedet/tests/testdoublens.hpp: Add copyright header.
1426         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1427         Remove reference to deleted files.
1429 2010-03-30  Juri Linkov  <juri@jurta.org>
1431         * occur-testsuite.el (occur-tests): Add tests for context lines.
1433 2010-03-23  Juri Linkov  <juri@jurta.org>
1435         * occur-testsuite.el: New file.
1437 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1439         * Branch for 23.2.
1441 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1443         * icalendar-testsuite.el
1444         (icalendar-testsuite--run-function-tests): Add new tests.
1445         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1446         testcase.
1447         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1448         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1449         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1450         (icalendar-testsuite--test-convert-block-to-ical): New.
1451         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1452         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1454 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1456         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1457         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1458         Fix typos in docstrings and error messages.
1459         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1461 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1463         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1464         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1465         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1467 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1469         * icalendar-testsuite.el
1470         (icalendar-testsuite--run-function-tests):
1471         Add icalendar-testsuite--test-parse-vtimezone.
1472         (icalendar-testsuite--test-parse-vtimezone): New.
1473         (icalendar-testsuite--do-test-cycle): Doc changes.
1474         (icalendar-testsuite--run-real-world-tests): Remove trailing
1475         whitespace -- see change of icalendar--add-diary-entry in
1476         icalendar.el.
1477         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1479 2009-09-30  Glenn Morris  <rgm@gnu.org>
1481         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1483 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1485         * cedet/*: New unit tests, from CEDET repository.
1487 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1489         * redisplay-testsuite.el: New file.
1491 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1493         * Branch for 23.1.
1495 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1497         * icalendar-testsuite.el
1498         (icalendar-testsuite--run-function-tests):
1499         Add icalendar-testsuite--test-diarytime-to-isotime.
1500         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1501         recent icalendar fixes.
1502         (icalendar-testsuite--test-diarytime-to-isotime): New.
1503         (icalendar-testsuite--test-create-uid): Adjust to recent
1504         icalendar changes.
1506 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1508         * bytecomp-testsuite.el: New file.
1510 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1512         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1513         Add `icalendar-testsuite--test-create-uid'.
1514         (icalendar-testsuite--test-create-uid): New.
1516 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1518         * newsticker-testsuite.el: New file.
1520 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1522         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1523         Add icalendar-testsuite--test-datestring-to-isodate,
1524         icalendar-testsuite--test-datetime-to-diary-date, and
1525         icalendar-testsuite--test-calendar-style.
1526         (icalendar-testsuite--test-format-ical-event):
1527         (icalendar-testsuite--test-parse-summary-and-rest):
1528         Doc fix.  Remove european-calendar-style.
1529         (icalendar-testsuite--get-ical-event): Doc fix.
1530         (icalendar-testsuite--test-first-weekday-of-year):
1531         (icalendar-testsuite--run-cycle-tests): Add doc string.
1532         (icalendar-testsuite--test-datestring-to-isodate):
1533         (icalendar-testsuite--test-datetime-to-diary-date):
1534         (icalendar-testsuite--test-calendar-style): New functions.
1535         (icalendar-testsuite--test-export): Handle iso date style.
1536         New arg INPUT-ISO.  Use calendar-date-style.
1537         (icalendar-testsuite--test-import): Handle iso date style.
1538         New arg EXPECTED-ISO.  Use calendar-date-style.
1539         (icalendar-testsuite--test-cycle): Handle iso date style.
1540         (icalendar-testsuite--run-import-tests):
1541         (icalendar-testsuite--run-export-tests):
1542         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1544 2008-02-29  Glenn Morris  <rgm@gnu.org>
1546         * README: New file.
1548 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1550         * icalendar-testsuite.el: New file.
1552 ;; Local Variables:
1553 ;; coding: utf-8
1554 ;; End:
1556   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1558   This file is part of GNU Emacs.
1560   GNU Emacs is free software: you can redistribute it and/or modify
1561   it under the terms of the GNU General Public License as published by
1562   the Free Software Foundation, either version 3 of the License, or
1563   (at your option) any later version.
1565   GNU Emacs is distributed in the hope that it will be useful,
1566   but WITHOUT ANY WARRANTY; without even the implied warranty of
1567   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1568   GNU General Public License for more details.
1570   You should have received a copy of the GNU General Public License
1571   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.