* doc/misc/sem-user.texi (Include paths): Fix a Texinfo command.
[emacs.git] / test / ChangeLog
blob50ffd7c395700f7a5dd9a6eae70599975ac7df11
1 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/file-notify-tests.el (file-notify--deftest-remote):
4         Do not skip when the local test has failed.  They are unrelated.
5         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
6         `noninteractive' to nil, otherwise `sit-for' could be degraded to
7         `sleep-for'.
8         (file-notify-test02-events): Check for `file-remote-p' instead of
9         `file-notify--test-remote-enabled'.
11 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
13         * automated/file-notify-tests.el (file-notify-test02-events):
14         Let test case fail for Bug#16519.
16 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
18         * automated/file-notify-tests.el (file-notify-test02-events):
19         Hide Bug#16519, until it is solved.
21 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
23         * automated/file-notify-tests.el
24         (file-notify--test-local-enabled): Fix error in logic.
25         (file-notify--wait-for-events): New defmacro.
26         (file-notify-test02-events): Make short breaks between file operations.
27         Use `file-notify--wait-for-events'.  Check, that events have arrived.
28         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
30         * automated/comint-testsuite.el
31         (comint-testsuite-password-strings): Add localized examples.
33 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
35         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
36         case if inotify is not linked with Emacs.  Use `read-event' rather
37         than `sit-for' in order to process events.  (Bug#13662)
39 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
41         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
42         test case with adapted test string.  (Bug#13064)
44 2013-12-28  Glenn Morris  <rgm@gnu.org>
46         * automated/electric-tests.el: Require 'elec-pair.
48 2013-12-26  João Távora  <joaotavora@gmail.com>
50         * automated/electric-tests.el (electric-pair-test-for):
51         Fix autowrapping tests in batch-mode by running with
52         `transient-mark-mode' set to `lambda'.
54         * automated/electric-tests.el: New file.
56 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
58         * automated/python-tests.el
59         (python-nav-lisp-forward-sexp-safe-1): Remove test.
60         (python-nav-forward-sexp-safe-1): New test.
62 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
64         * automated/ruby-mode-tests.el: Add tests for
65         `ruby-align-to-stmt-keywords'.
67         * indent/ruby.rb: Update examples to reflect the lack of change in
68         default indentation of `begin' blocks.
70 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
72         * indent/ruby.rb: Update examples according to the change
73         in `smie-indent-close'.
75 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
77         * indent/ruby.rb: New examples.
79 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
81         * automated/python-tests.el (python-indent-dedenters-2): New test.
83 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
85         * automated/python-tests.el (python-indent-after-comment-1)
86         (python-indent-after-comment-2): New tests.
88 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
90         * automated/python-tests.el (python-indent-block-enders-1):
91         Rename from python-indent-block-enders.
92         (python-indent-block-enders-2): New test.
94 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
96         * indent/js.js: New file.
98 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
100         * automated/dbus-tests.el: New file.
102 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * automated/regexp-tests.el: New file.
106 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
108         * automated/reftex-tests.el (reftex-parse-from-file-test):
109         Run temp-dir through file-truename, to make sure the temporary file
110         names are comparable as strings.
112         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
113         Force Unix EOLs by using 'utf-8-unix', since the default of
114         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
116 2013-11-28  Glenn Morris  <rgm@gnu.org>
118         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
120 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
122         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
123         (EMACSOPT): Use $(PATH_SEP).
125 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
127         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
128         Set to nil.
130 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
132         * automated/file-notify-tests.el
133         (file-notify-test-remote-temporary-file-directory):
134         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
135         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
136         (file-notify--deftest-remote): Cleanup connection initially.
137         (file-notify-test03-autorevert): Run also in batch mode.  Use a
138         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
139         does not work on MS Windows.  Call `accept-process-output' for
140         remote files.  Apply `string-match' instead of `string-equal', the
141         messages are different on MS Windows.
143         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
144         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
145         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
147 2013-11-23  Glenn Morris  <rgm@gnu.org>
149         * automated/python-tests.el (python-shell-make-comint-1)
150         (python-shell-make-comint-2, python-shell-get-process-1):
151         Suppress creation of some temp-files.
153         * automated/python-tests.el (python-shell-parse-command-1)
154         (python-shell-make-comint-1, python-shell-make-comint-2)
155         (python-shell-get-process-1)
156         (python-shell-internal-get-or-create-process-1):
157         Skip rather than fail if prereqs not found.
159         * automated/Makefile.in (emacs):
160         Empty EMACSLOADPATH rather than unsetting.
162 2013-11-22  Glenn Morris  <rgm@gnu.org>
164         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
165         Set expected-result.
167 2013-11-21  Glenn Morris  <rgm@gnu.org>
169         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
170         (compile-main): Pass XARGS_LIMIT to xargs.
172         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
173         (EMACSOPT): Use PATH_SEPARATOR.
175 2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
177         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
178         Add a failing test for Bug#15874.
179         (ruby--insert-coding-comment-ruby-style)
180         (ruby--insert-coding-comment-emacs-style)
181         (ruby--insert-coding-comment-custom-style):
182         Add a few tests for `ruby--insert-coding-comment'.
184 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
186         Improve API of recently-added bool vector functions (Bug#15912).
187         * automated/data-tests.el: Adjust to API changes.
189 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
191         * automated/tramp-tests.el (tramp-test07-file-exists-p)
192         (tramp-test08-file-local-copy)
193         (tramp-test09-insert-file-contents, tramp-test10-write-region)
194         (tramp-test11-copy-file, tramp-test12-rename-file)
195         (tramp-test13-make-directory, tramp-test14-delete-directory)
196         (tramp-test15-copy-directory, tramp-test16-directory-files)
197         (tramp-test17-insert-directory, tramp-test18-file-attributes)
198         (tramp-test19-directory-files-and-attributes)
199         (tramp-test20-file-modes, tramp-test21-file-links)
200         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
201         (tramp-test24-file-name-completion, tramp-test25-load)
202         (tramp-test26-process-file, tramp-test27-start-file-process)
203         (tramp-test28-shell-command): Cleanup connection initially.
205 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
207         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
208         connection before running the test.
210 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
212         * automated/tramp-tests.el (tramp-test15-copy-directory)
213         (tramp-test16-directory-files, tramp-test17-insert-directory)
214         (tramp-test18-file-attributes)
215         (tramp-test19-directory-files-and-attributes)
216         (tramp-test20-file-modes, tramp-test21-file-links)
217         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
218         (tramp-test24-file-name-completion, tramp-test25-load)
219         (tramp-test26-process-file, tramp-test27-start-file-process):
220         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
221         (tramp-test29-utf8): New test.
223 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
225         * automated/file-notify-tests.el (file-notify-test02-events)
226         (file-notify-test03-autorevert): Suppress messages in `write-region'.
228         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
229         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
230         (tramp-test26-process-file, tramp-test28-shell-command):
231         Ensure, that the directory is not empty when calling "ls".
233 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
235         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
236         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
237         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
238         (tramp-test09-insert-file-contents, tramp-test10-write-region):
239         (tramp-test26-process-file): Add tests.
240         (tramp-test11-copy-file): Remove debug message.
241         (tramp-test20-file-modes): Special case, if user is "root".
243 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
245         * automated/file-notify-tests.el:
246         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
247         `tramp-remote-path' when running on hydra.
248         (tramp-test07-file-exists-p): Remove instrumentation code.
249         (tramp-test26-process-file): Don't use "/bin/true" and
250         "/bin/false", these paths do not exist on hydra.
252 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
254         * automated/process-tests.el: New file.
256 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
258         * indent/ruby.rb: New examples.
260 2013-11-06  Glenn Morris  <rgm@gnu.org>
262         * automated/Makefile.in (setwins): Avoid accidental matches.
264 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
266         * automated/tramp-tests.el (tramp-test07-file-exists-p):
267         Fix docstring.  Instrument, in order to hunt failure on hydra.
269 2013-11-06  Glenn Morris  <rgm@gnu.org>
271         * automated/flymake-tests.el (warning-predicate-rx-gcc)
272         (warning-predicate-function-gcc, warning-predicate-rx-perl)
273         (warning-predicate-function-perl):
274         * automated/info-xref.el (info-xref-test-makeinfo):
275         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
276         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
278 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
280         * automated/tramp-tests.el: New file.
282 2013-11-05  Glenn Morris  <rgm@gnu.org>
284         Get rid of --chdir usage.
285         * automated/Makefile.in (EMACSOPT): Move -L here.
286         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
287         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
288         (.el.elc): No more need to pass -L here.
289         (compile-main): Get rid of sub-shell and cd.
290         (compile-clean, check): Get rid of cd.
292         Make it possible to run tests with a different working directory.
293         * automated/flymake-tests.el (flymake-tests-data-directory): New.
294         (flymake-tests--current-face): Use flymake-tests-data-directory.
295         (warning-predicate-function-gcc, warning-predicate-rx-perl)
296         (warning-predicate-function-perl): Adapt for above change.
297         * automated/zlib-tests.el (zlib-tests-data-directory): New.
298         (zlib--decompress): Use zlib-tests-data-directory.
300         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
301         Remove test that makes no sense.
303         * automated/files.el (files-test-local-variable-data):
304         Fix result typo presumably caused by interference from dir-locals.
305         (file-test--do-local-variables-test): Prevent dir-locals interfering.
307 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
309         * indent/ruby.rb: Add a statement on the line after heredoc.
310         Move a now-successful example.
312         * automated/ruby-mode-tests.el: Remove outdated comment.
314 2013-11-04  Glenn Morris  <rgm@gnu.org>
316         * automated/Makefile.in (abs_srcdir): Remove.
317         (emacs): Unset EMACSLOADPATH.
318         (.el.elc, check): Use -L to append srcdir to load-path.
320 2013-11-02  Glenn Morris  <rgm@gnu.org>
322         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
323         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
324         (abs_srcdir): New, set by configure.
325         (EMACS): Use a relative file name.
326         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
327         (lisp-compile): Remove (assume it's up-to-date).
328         (compile-main): Do not run lisp-compile.
329         (compile-main, compile-clean, compile-always, bootstrap-clean)
330         (check): Use srcdir rather than $test.  Check cd return value.
331         Use --chdir.
332         (doit, compile, compile-always): Remove stuff copied from lisp/.
333         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
335 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
337         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
338         Add a skipping test.
340 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
342         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
344         * indent/css-mode.css (.x2): Test alignement inside braces.
346 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
348         * indent/ruby.rb: New failing example.
350         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
351         Fix the test, in respect to adding the space after the curly.
353 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
355         * automated/ert-tests.el (ert-test-skip-unless): New test case.
356         (ert-test-deftest): Adapt test for changed macro expansion.
357         (ert-test-run-tests-interactively):
358         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
359         Add a skipping test.
361         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
362         (file-notify--test-local-enabled): Make it a function.  Check also
363         for `file-remote-p' of `temporary-file-directory'.
364         (file-notify--test-remote-enabled-checked): New defvar.
365         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
366         internal functions.  Cache result.
367         (file-notify--deftest-remote, file-notify-test00-availability)
368         (file-notify-test01-add-watch, file-notify-test02-events)
369         (file-notify-test03-autorevert): Add checks with `skip_unless'.
370         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
372 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
374         * indent/ruby.rb: Fix syntax error in the latest example.
376 2013-10-23  Glenn Morris  <rgm@gnu.org>
378         * automated/Makefile.in (abs_top_srcdir, top_builddir):
379         New, set by configure.
380         (top_srcdir): Remove.
381         (abs_test, abs_lispsrc): New.
382         (lisp): No longer absolute.
383         (emacs, lisp-compile, compile, compile-always):
384         Quote entities that might contain whitespace.
386 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
388         * indent/ruby.rb: Move two examples to "working" section, add one
389         more.
391 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
393         * indent/ruby.rb: New examples for indentation of blocks.
394         Example of hash inside parens that inflooped before the present commit.
396 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
398         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
399         allows another timer to run.
401 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
403         * indent/ruby.rb: More examples for bug#15594, both failing and
404         now passing.
406 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
408         * indent/ruby.rb: Add two more cases.
410 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
412         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
413         first use.
414         (ruby-should-indent): Use indent-according-to-mode.
415         (ruby-deftest-move-to-block): Use `declare'.
417 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
419         * indent/ruby.rb: Fix a spurious change, add more failing examples.
421 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
423         * indent/ruby.rb: Add a few more tests; adjust some indentation.
425 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
427         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
428         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
430         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
432 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
434         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
435         Adjust indentation of continued line to the new SMIE behavior.
437 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * automated/completion-tests.el:
440         * indent/css-mode.css: New files.
442 2013-10-03  Daiki Ueno  <ueno@gnu.org>
444         * automated/data/package/signed/archive-contents:
445         * automated/data/package/signed/archive-contents.sig:
446         * automated/data/package/signed/signed-good-1.0.el:
447         * automated/data/package/signed/signed-good-1.0.el.sig:
448         * automated/data/package/signed/signed-bad-1.0.el:
449         * automated/data/package/signed/signed-bad-1.0.el.sig:
450         * automated/data/package/key.pub:
451         * automated/data/package/key.sec: New files.
453         * automated/package-test.el (package-test-update-listing)
454         (package-test-update-archives, package-test-describe-package):
455         Adjust to package.el change.
456         (package-test-signed): New test.
458 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
460         * automated/package-test.el: Update all cases to use :url instead
461         of :homepage.
463         * automated/package-x-test.el
464         (package-x-test--single-archive-entry-1-3): Same.
466 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
468         * automated/package-test.el (simple-single-desc-1-4): Remove, it
469         was unused.
470         (simple-single-desc): Expect :homepage property.
471         (multi-file-desc): Same.
472         (with-package-test): Do not save previous `default-directory'
473         value, let-bind the var instead.
474         (package-test-install-single): Expect :homepage property in the
475         generated pkg file.
476         (package-test-describe-package): Expect Homepage button.
477         (package-test-describe-non-installed-package)
478         (package-test-describe-non-installed-multi-file-package): Same.
479         (package-test-describe-not-installed-package): Remove, it was a
480         duplicate.
482         * automated/package-x-test.el
483         (package-x-test--single-archive-entry-1-3): Expect :homepage
484         property.
485         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
487         * automated/data/package/simple-single-1.3.el: Add URL header.
489         * automated/data/package/archive-contents: Add :homepage
490         properties to `simple-single' and `multi-file'.
492 2013-09-22  Daniel Colascione  <dancol@dancol.org>
494         * automated/data-tests.el:
495         (bool-vector-count-matches-all-0-nil)
496         (bool-vector-count-matches-all-0-t)
497         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
498         (bool-vector-count-matches-at, bool-vector-intersection-op)
499         (bool-vector-union-op, bool-vector-xor-op)
500         (bool-vector-set-difference-op)
501         (bool-vector-change-detection, bool-vector-not): New tests.
502         (mock-bool-vector-count-matches-at)
503         (test-bool-vector-bv-from-hex-string)
504         (test-bool-vector-to-hex-string)
505         (test-bool-vector-count-matches-at-tc)
506         (test-bool-vector-apply-mock-op)
507         (test-bool-vector-binop): New helper functions.
508         (bool-vector-test-vectors): New testcase data.
510 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
512         * automated/advice-tests.el (advice-test-called-interactively-p-around)
513         (advice-test-called-interactively-p-filter-args)
514         (advice-test-called-interactively-p-around): New tests.
516 2013-09-16  Glenn Morris  <rgm@gnu.org>
518         * automated/eshell.el (eshell-match-result):
519         Return a more informative failure than simply "false".  Update callers.
521         * automated/eshell.el (eshell-test/for-name-shadow-loop):
522         Test value before and after loop as well as during.
524 2013-09-15  Glenn Morris  <rgm@gnu.org>
526         * automated/eshell.el (eshell-test/for-name-shadow-loop):
527         New test.  (Bug#15372)
528         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
530 2013-09-13  Glenn Morris  <rgm@gnu.org>
532         * automated/eshell.el (with-temp-eshell):
533         Use a temp directory for eshell-directory-name.
534         (eshell-test-command-result): New, again using a temp directory.
535         Replace eshell-command-result with this throughout.
536         (eshell-test/for-loop, eshell-test/for-name-loop):
537         Ensure environment variables don't confuse us.
539 2013-09-12  Glenn Morris  <rgm@gnu.org>
541         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
542         due to "has a running process; kill it?" prompts.
544 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * automated/eshell.el: Rename from eshell.el.
547         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
549 2013-09-01  Glenn Morris  <rgm@gnu.org>
551         * automated/Makefile.in (setwins): Avoid leading space in $wins.
552         Otherwise the sed command used by eg compile-main ends up
553         containing "/*.el".  (Bug#15170)
555 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
557         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
558         for portability to hosts where /bin/sh has problems.
560 2013-08-21  David Engster  <deng@randomsample.de>
562         * automated/eieio-tests.el, automated/eieio-test-persist.el:
563         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
564         upstream.  Changed to use ERT.
566 2013-08-14  Daniel Hackney  <dan@haxney.org>
568         * automated/package-test.el: Remove tar-package-building functions.
569         Tar file used for testing is included in the repository.
570         (package-test-install-texinfo, package-test-cleanup-built-files):
571         Remove.
573 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
575         * automated/python-tests.el (python-imenu-create-index-4)
576         (python-imenu-create-flat-index-2): New tests.
578 2013-08-05  Glenn Morris  <rgm@gnu.org>
580         * automated/mule-util.el: New file, with tests extracted from
581         lisp/international/mule-util.el.
583 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
585         * automated/advice-tests.el (advice-tests-nadvice): Test removal
586         before definition.
587         (advice-tests-macroaliases): New test.
589 2013-08-04  Glenn Morris  <rgm@gnu.org>
591         * automated/ert-tests.el: Disable failing test that no-one seems
592         to know how to fix.  (Bug#13064)
594         * automated/icalendar-tests.el (icalendar-tests--test-export)
595         (icalendar-tests--test-import): Try more precise TZ specification.
596         Remove debug messages.
598 2013-08-03  Glenn Morris  <rgm@gnu.org>
600         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
602         * automated/icalendar-tests.el (icalendar-tests--test-export)
603         (icalendar-tests--test-import):
604         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
605         (icalendar-tests--test-import): Reset zone even if error occurred.
607 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
609         * automated/core-elisp-tests.el: New file.
611 2013-08-01  Glenn Morris  <rgm@gnu.org>
613         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
614         Try to check that the remote system has a notification program.
616 2013-07-31  Glenn Morris  <rgm@gnu.org>
618         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
620 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
622         * automated/file-notify-tests.el
623         (file-notify--test-local-enabled): New defconst.  Replaces all
624         `file-notify-support' occurrences.
625         (file-notify--test-remote-enabled): New defun.
626         (file-notify--deftest-remote): Use it.
627         (file-notify-test00-availability): Rewrite.
628         (file-notify-test00-availability-remote): New defun.
629         (file-notify-test01-add-watch): Rewrite first erroneous check.
631 2013-07-23  Glenn Morris  <rgm@gnu.org>
633         * automated/inotify-test.el (inotify-file-watch-simple):
634         Delete temp-file when done.
636         * automated/subword-tests.el: Require subword.
638 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * automated/subword-tests.el: New file.
642 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
644         * automated/python-tests.el (python-imenu-create-index-2)
645         (python-imenu-create-index-3): New tests.
647 2013-07-11  Glenn Morris  <rgm@gnu.org>
649         * automated/ert-tests.el: Require cl-lib at runtime too.
650         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
651         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
652         (ert-test-set-functions, ert-test-gensym)
653         (ert-test-coerce-to-vector, ert-test-string-position)
654         (ert-test-mismatch): Remove tests.
655         * automated/cl-lib.el: New, split from ert-tests.el.
657         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
658         Goto point-min.
659         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
660         (ruby-move-to-block-skips-percent-literal)
661         (ruby-move-to-block-skips-heredoc)
662         (ruby-move-to-block-moves-from-else-to-if)
663         (ruby-beginning-of-defun-does-not-fold-case)
664         (ruby-end-of-defun-skips-to-next-line-after-the-method):
665         Replace goto-line with forward-line/goto-char.
666         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
668         * automated/package-test.el (makeinfo-buffer): Autoload.
669         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
670         (package-test-install-texinfo): Don't require makeinfo.
672         * automated/files.el: Stop "local variables" confusion.
674         * automated/flymake-tests.el (flymake-tests): Remove unused group.
676         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
677         Use with-current-buffer.
679         * automated/undo-tests.el (undo-test-buffer-modified)
680         (undo-test-file-modified): New tests.
682 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
684         * automated/file-notify-tests.el (file-notify-test00-availability):
685         Set :expected-result.
686         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
687         (file-notify-test02-events, file-notify-test02-events-remote)
688         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
689         Skip when `file-notify-support' is nil.  (Bug#14823)
691 2013-07-09  Glenn Morris  <rgm@gnu.org>
693         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
694         Declare.
695         (inotify-file-watch-simple): Silence compiler.
697         * automated/python-tests.el (python-indent-block-enders):
698         Make it actually test something.
700         * automated/package-x-test.el: Require package-test when compiling.
702         * automated/add-log-tests.el, automated/advice-tests.el:
703         * automated/imenu-test.el, automated/package-x-test.el:
704         * automated/python-tests.el, automated/ruby-mode-tests.el:
705         * automated/xml-parse-tests.el: Explicitly require ert.
707 2013-07-08  Kenichi Handa  <handa@gnu.org>
709         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
710         Use with-ccoding-priority to avoid side-effect (Bug#14781).
712 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
714         * automated/file-notify-tests.el
715         (file-notify-test-remote-temporary-file-directory):
716         Use `null-device' on w32.
717         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
718         (file-notify--test-results, file-notify--test-event)
719         (file-notify--deftest-remote, file-notify--event-test)
720         (file-notify--test-event-handler)
721         (file-notify--test-make-temp-name): Rename, in order to mark them
722         internal.
723         (tramp-message-show-message, tramp-read-passwd): Tweak them for
724         better fitting in noninteractive tests.
725         (file-notify-test00-availability): Rename from `file-notify-test0'.
726         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
727         Use `temporary-file-directory '.
728         (file-notify-test01-add-watch-remote): New test.
729         (file-notify-test02-events): Rename from `file-notify-test2'.
730         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
731         (file-notify-test03-autorevert): Rename from
732         `file-notify-test4'.  Use timeouts.
733         (file-notify-test03-autorevert-remote): Rename from
734         `file-notify-test5'.
736 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
738         * automated/file-notify-tests.el: New package.
740 2013-06-28  Kenichi Handa  <handa@gnu.org>
742         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
743         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
744         Callers changed.
745         (decoder-tests-filename): New function.
746         (decoder-tests-prefer-utf-8-read)
747         (decoder-tests-prefer-utf-8-write): New function.
748         (ert-test-decoder-prefer-utf-8): New test.
750 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
752         * automated/package-x-test.el: Change the commentary.
753         (package-x-test--single-archive-entry-1-3)
754         (package-x-test--single-archive-entry-1-4): Fix the tests, by
755         using the appropriate data structure.
757 2013-06-27  Daniel Hackney  <dan@haxney.org>
759         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
761         * automated/package-x-test.el: New file.
763         * automated/package-test.el: New file.
765         * automated/data/package: New directory, with test examples.
767 2013-06-27  Glenn Morris  <rgm@gnu.org>
769         * automated/python-tests.el (python-tests-with-temp-file):
770         Clean up after ourself.
772         * automated/undo-tests.el (undo-test3): Remove test that seems to
773         do nothing that the previous one doesn't, except leave a tempfile.
775 2013-06-26  Glenn Morris  <rgm@gnu.org>
777         * automated/info-xref.el: New file.
779 2013-06-25  Glenn Morris  <rgm@gnu.org>
781         * automated/occur-tests.el (occur-test-create): New function.
782         Use it to create separate tests for each element, so we run them
783         all rather than stopping at the first error.
785 2013-06-24  Glenn Morris  <rgm@gnu.org>
787         * automated/occur-tests.el (occur-tests):
788         Update for 2013-05-29 change to occur header line.
790 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
792         Test suite for flymake.
793         * automated/flymake-tests.el:
794         * automated/flymake/warnpred/Makefile
795         * automated/flymake/warnpred/test.c
796         * automated/flymake/warnpred/test.pl: New files.
798 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
800         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
802 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
804         * automated/reftex-tests.el: New test suite for reftex.
806 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
808         * automated/ruby-mode-tests.el: New tests, for percent literals
809         and expression expansion.
811 2013-05-29  Leo Liu  <sdl.web@gmail.com>
813         * indent/octave.m: Tweak.
815 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
817         * eshell.el: Rewrite tests using ERT.
819 2013-05-25  Leo Liu  <sdl.web@gmail.com>
821         * indent/octave.m: Add tests for %!, # and ### comments.
823 2013-05-23  Kenichi Handa  <handa@gnu.org>
825         * automated/decoder-tests.el: New file.
827 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
829         * indent/ruby.rb: Add multiline regexp example.
831         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
832         (ruby-regexp-skips-over-interpolation)
833         (ruby-regexp-continues-till-end-when-unclosed)
834         (ruby-regexp-can-be-multiline)
835         (ruby-interpolation-inside-percent-literal): New tests.
837 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
839         * indent/ruby.rb: Fix indentation after =; add more cases.
841 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
843         * indent/pascal.pas: Add test for mis-identified comments.
845 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
847         * automated/imenu-test.el: New file.  (Bug#14112)
849 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
851         * automated/python-tests.el (python-imenu-prev-index-position-1):
852         Remove test.
853         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
854         New tests.
856 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
858         * automated/python-tests.el (python-nav-backward-defun-2)
859         (python-nav-backward-defun-3, python-nav-forward-defun-2)
860         (python-nav-forward-defun-3): New tests.
862 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
864         * automated/python-tests.el (python-nav-backward-defun-1)
865         (python-nav-forward-defun-1): New tests.
867 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
869         * automated/add-log-tests.el: New file. (Bug#14112)
871 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
873         * automated/python-tests.el (python-indent-block-enders): New test.
874         (python-info-current-defun-2): Fix test.
876 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
878         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
880 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
882         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
883         (python-tests-with-temp-file): New macro.
884         (python-tests-shell-interpreter): New var.
885         (python-shell-get-process-name-1)
886         (python-shell-internal-get-process-name-1)
887         (python-shell-parse-command-1)
888         (python-shell-calculate-process-environment-1)
889         (python-shell-calculate-process-environment-2)
890         (python-shell-calculate-process-environment-3)
891         (python-shell-calculate-exec-path-1)
892         (python-shell-calculate-exec-path-2)
893         (python-shell-make-comint-1)
894         (python-shell-make-comint-2)
895         (python-shell-get-process-1)
896         (python-shell-get-or-create-process-1)
897         (python-shell-internal-get-or-create-process-1): New tests.
899 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
901         * automated/python-tests.el: New file.
903 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
905         * automated/ruby-mode-tests.el
906         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
907         bits inside the examples.
908         (ruby-move-to-block-skips-heredoc): New test.
909         (ruby-add-log-current-method-after-inner-class):
910         Lower expectations: move point inside a method, initially.
912 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
914         * automated/ruby-mode-tests.el
915         (ruby-move-to-block-skips-percent-literal): New test.
917 2013-02-04  Chong Yidong  <cyd@gnu.org>
919         * automated/thingatpt.el: New file.
921 2013-02-03  Chong Yidong  <cyd@gnu.org>
923         * automated/files.el (file-test--do-local-variables-test):
924         Avoid compilation warning message.
926 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
928         * automated/ruby-mode-tests.el
929         (ruby-indent-spread-args-in-parens): New test.
930         * automated/ruby-mode-tests.el (ruby-block-test-example):
931         Break indentation of the do block opener and add a line inside it.
932         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
933         Adjust line numbers.
935 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
937         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
939 2013-01-14  Glenn Morris  <rgm@gnu.org>
941         * automated/compile-tests.el (compile-tests--test-regexps-data):
942         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
944 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
946         * automated/man-tests.el: New file.
948 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
950         * automated/undo-tests.el (undo-test0): Adjust error to code change.
952 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
954         * automated/undo-tests.el: New file.
956 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
958         * automated/ruby-mode-tests.el
959         (ruby-indent-after-block-in-continued-expression): New test.
961 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
963         * automated/ruby-mode-tests.el:
964         Rename one interpolation test; add three more.
965         (ruby-with-temp-buffer): New macro, use it where appropriate.
966         (ruby-add-log-current-method-examples): Use "_" for target point.
967         Add four new tests for ruby-add-log-current-method.
969 2012-12-11  Glenn Morris  <rgm@gnu.org>
971         * automated/f90.el (f90-test-bug13138): New test.
973 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
975         * automated/inotify-test.el: New test.
977 2012-12-02  Chong Yidong  <cyd@gnu.org>
979         * automated/ruby-mode-tests.el
980         (ruby-add-log-current-method-examples): Don't use loop macro, to
981         allow automated testing to work.
983 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
985         * automated/advice-tests.el (advice-tests--data): Remove.
986         (advice-tests): Move the tests directly here instead.
987         Add called-interactively-p tests.
989 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
991         * automated/ert-x-tests.el: Use cl-lib.
992         * automated/ert-tests.el: Use lexical-binding and cl-lib.
994 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
996         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
997         (ruby-indent-inside-heredoc-after-operator)
998         (ruby-indent-inside-heredoc-after-space): New tests.
999         Change direct font-lock face references to var references.
1000         (ruby-interpolation-suppresses-syntax-inside): New test.
1001         (ruby-interpolation-inside-percent-literal-with-paren):
1002         New failing test.
1004 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1006         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1007         (ruby-singleton-class-no-heredoc-font-lock)
1008         (ruby-add-log-current-method-examples): New tests.
1009         (ruby-test-string): Extract from ruby-should-indent-buffer.
1010         (ruby-deftest-move-to-block): New macro.
1011         Add several move-to-block tests.
1013 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         * automated/advice-tests.el: New tests.
1017 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1019         * automated/compile-tests.el (compile-tests--test-regexps-data):
1020         Add new data for msft's new format.
1022 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1024         * automated/ruby-mode-tests.el:
1025         (ruby-toggle-block-to-multiline): New test.
1026         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1027         (ruby-toggle-block-to-brace): Use buffer-string.
1029 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1031         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1033 2012-08-28  Chong Yidong  <cyd@gnu.org>
1035         * automated/files.el: Test every combination of values for
1036         enable-local-variables and enable-local-eval.
1038 2012-08-19  Chong Yidong  <cyd@gnu.org>
1040         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1042 2012-08-18  Chong Yidong  <cyd@gnu.org>
1044         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1046 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1048         * indent/ruby.rb: Rearrange examples, add new ones.
1050 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1052         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1053         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1055 2012-08-11  Glenn Morris  <rgm@gnu.org>
1057         * automated/files.el: New file.
1059         * automated/Makefile.in (all): Fix typo.
1061 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1063         * automated/ruby-mode-tests.el (ruby-should-indent):
1064         Add docstring, check (current-indentation) instead of (current-column).
1065         (ruby-should-indent-buffer): New function.
1066         Add tests for `ruby-deep-indent-paren' behavior.
1067         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1069 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1071         Original tests in test_ruby_mode.rb in upstream (author).
1073 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1075         * automated/ruby-mode-tests.el (ruby-should-indent)
1076         (ruby-assert-state): New functions.
1077         Add new tests.
1079 2012-07-29  David Engster  <deng@randomsample.de>
1081         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1082         New variable to hold test data for name expansion.
1083         (xml-parse-tests): Test the two different types of name expansion.
1085 2012-07-29  Juri Linkov  <juri@jurta.org>
1087         * automated/occur-tests.el (occur-test-case): Use predefined
1088         buffer name " *test-occur*" instead of a random buffer name.
1090 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1092         * automated/ruby-mode-tests.el: New file with one test.
1094 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1096         * indent/shell.sh: Add test case for ${#VAR}.
1098         * indent/latex-mode.tex: New file.
1100 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * eshell.el: Use cl-lib.
1104 2012-07-03  Chong Yidong  <cyd@gnu.org>
1106         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1108 2012-07-02  Chong Yidong  <cyd@gnu.org>
1110         * automated/xml-parse-tests.el (xml-parse-tests--data):
1111         More testcases.
1113 2012-07-01  Chong Yidong  <cyd@gnu.org>
1115         * automated/xml-parse-tests.el: New file.
1117 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1120         Use cl-flet.
1122 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1124         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1125         Test escaped commas in TZID (Bug#11473).
1126         (icalendar-import-with-timezone): New.
1127         (icalendar-real-world): Add new testcase as given in the bugreport
1128         of Bug#11473.
1130 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1132         * automated/icalendar-tests.el (icalendar-tests--test-import):
1133         Include UID in import tests (Bug#11525).
1134         (icalendar-import-non-recurring, icalendar-import-rrule)
1135         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1136         UID-import change.
1137         (icalendar-import-with-uid): New.
1138         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1139         Include UID in cycle tests.
1140         (icalendar-cycle, icalendar-real-world): UID-import change.
1142 2012-05-21  Glenn Morris  <rgm@gnu.org>
1144         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1146 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1148         * automated/url-util-tests.el: New file to test
1149         lisp/url/url-util.el.  Only `url-build-query-string' and
1150         `url-parse-query-string' are tested right now (Bug#8706).
1152 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * indent/shell.sh:
1155         * indent/shell.rc: Ad some test cases.
1157 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * indent/ruby.rb: New file, to test new syntax-propertize code.
1161 2012-04-11  Glenn Morris  <rgm@gnu.org>
1163         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1165 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1167         * automated/url-future-tests.el (url-future-tests): Move from
1168         lisp/url/url-future.el and rename.
1170 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1172         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1173         Fix broken test, caused by missing trailing blank.
1175 2011-12-03  Chong Yidong  <cyd@gnu.org>
1177         * automated/compile-tests.el (compile-tests--test-regexps-data):
1178         Increase column numbers by one to reflect change in how
1179         compilation-message is recorded (Bug#10172).
1181 2011-11-22  Glenn Morris  <rgm@gnu.org>
1183         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1185 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1187         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1189 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1191         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1192         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1193         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1195 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1197         * automated/newsticker-tests.el
1198         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1199         newsticker--treeview-tree-update.
1201 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1203         * automated/newsticker-tests.el
1204         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1206         * automated/newsticker-tests.el
1207         (newsticker--group-manage-orphan-feeds): Prevent updating
1208         newsticker treeview. Fixed bug#9763.
1210 2011-10-20  Glenn Morris  <rgm@gnu.org>
1212         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1214         * automated/vc-bzr.el: New file.
1216 2011-10-15  Glenn Morris  <rgm@gnu.org>
1218         * automated/f90.el: New file.
1220 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1222         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1223         to automated/newsticker-tests.el. Convert to ERT.
1225 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1227         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1228         Remove, simply use string=.
1229         (icalendar--diarytime-to-isotime)
1230         (icalendar--datetime-to-diary-date)
1231         (icalendar--datestring-to-isodate)
1232         (icalendar--format-ical-event)
1233         (icalendar--parse-summary-and-rest)
1234         (icalendar-tests--do-test-import)
1235         (icalendar-tests--do-test-cycle): Change argument order of
1236         string= to EXPECTED ACTUAL.
1237         (icalendar--import-format-sample)
1238         (icalendar--format-ical-event)
1239         (icalendar-import-non-recurring)
1240         (icalendar-import-rrule)
1241         (icalendar-import-duration)
1242         (icalendar-import-bug-6766)
1243         (icalendar-real-world): Adjust to string= instead of
1244         icalendar-tests--compare-strings.
1245         (icalendar-import-multiple-vcalendars): New.
1247 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1249         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1250         Require CL.
1252 2011-05-09  Juri Linkov  <juri@jurta.org>
1254         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1255         Convert to ERT.
1257 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1259         * automated/compile-tests.el: New file.
1261 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1263         * automated/font-parse-tests.el: Don't byte-compile.
1265         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1267 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1269         * automated/lexbind-tests.el: New file.
1271 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1273         * Version 23.3 released.
1275 2011-03-05  Glenn Morris  <rgm@gnu.org>
1277         * eshell.el: Move here from lisp/eshell/esh-test.el.
1279 2011-03-03  Christian Ohler  <ohler@gnu.org>
1281         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1282         New test.
1284 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1286         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1287         convert to ERT format.
1289 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1291         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1292         convert to ERT format.
1294 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1296         * indent/shell.sh:
1297         * indent/shell.rc: New files.
1299 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1301         * automated/font-parse-tests.el: Move from
1302         font-parse-testsuite.el.
1304 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1306         * font-parse-testsuite.el (test-font-parse-data): New file.
1308 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * indent/prolog.prolog: Add tokenizing tests.
1312 2011-01-13  Christian Ohler  <ohler@gnu.org>
1314         * automated: New directory for automated tests.
1316         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1318         * automated/Makefile.in: New file.
1320 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         * indent/modula2.mod: New file.
1324 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1326         * indent/octave.m: Add a test to ensure indentation is local.
1328 2010-10-23  Glenn Morris  <rgm@gnu.org>
1330         * comint-testsuite.el
1331         (comint-testsuite--test-comint-password-prompt-regexp):
1332         Add "Please enter the password".  (Bug#7224)
1334 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * indent/prolog.prolog: Use normal spacing around !.
1338 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1340         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1342 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1344         * indent/octave.m: Remove some `fixindent' not needed any more.
1346 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1348         * indent/octave.m: New file.
1350 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1352         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1353         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1354         (icalendar-testsuite--run-internal-tests): New.
1355         (icalendar-testsuite--test-convert-ordinary-to-ical)
1356         (icalendar-testsuite--test-convert-block-to-ical)
1357         (icalendar-testsuite--test-convert-anniversary-to-ical)
1358         (icalendar-testsuite--test-parse-vtimezone)
1359         (icalendar-testsuite--do-test-export): Code formatting.
1360         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1361         (icalendar-testsuite--do-test-import)
1362         (icalendar-testsuite--do-test-cycle):
1363         Use icalendar-testsuite--compare-strings
1364         (icalendar-testsuite--run-import-tests): Comment added.
1365         (icalendar-testsuite--run-import-tests)
1366         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1368 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1370         * redisplay-testsuite.el (test-redisplay-3): New test.
1372 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1374         * comint-testsuite.el: New file.
1376 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * indent: New dir.
1380 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1382         * Version 23.2 released.
1384 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1386         * cedet/semantic-ia-utest.el
1387         (semantic-symref-test-count-hits-in-tag): Add function, from
1388         semantic-test.el.
1390         * cedet/tests/test.cpp:
1391         * cedet/tests/test.py:
1392         * cedet/tests/teststruct.cpp:
1393         * cedet/tests/testtemplates.cpp:
1394         * cedet/tests/testusing.cpp:
1395         * cedet/tests/scopetest.cpp:
1396         * cedet/tests/scopetest.java: Files deleted.
1398         * cedet/tests/test.make:
1399         * cedet/tests/test.c:
1400         * cedet/tests/testjavacomp.java:
1401         * cedet/tests/testspp.c:
1402         * cedet/tests/testsppreplace.c:
1403         * cedet/tests/testsppreplaced.c:
1404         * cedet/tests/testsubclass.cpp:
1405         * cedet/tests/testsubclass.hh:
1406         * cedet/tests/testtypedefs.cpp:
1407         * cedet/tests/testvarnames.c:
1408         * cedet/tests/test.el:
1409         * cedet/tests/testdoublens.cpp:
1410         * cedet/tests/testdoublens.hpp: Add copyright header.
1412         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1413         Remove reference to deleted files.
1415 2010-03-30  Juri Linkov  <juri@jurta.org>
1417         * occur-testsuite.el (occur-tests): Add tests for context lines.
1419 2010-03-23  Juri Linkov  <juri@jurta.org>
1421         * occur-testsuite.el: New file.
1423 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1425         * Branch for 23.2.
1427 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1429         * icalendar-testsuite.el
1430         (icalendar-testsuite--run-function-tests): Add new tests.
1431         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1432         testcase.
1433         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1434         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1435         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1436         (icalendar-testsuite--test-convert-block-to-ical): New.
1437         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1438         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1440 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1442         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1443         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1444         Fix typos in docstrings and error messages.
1445         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1447 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1449         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1450         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1451         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1453 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1455         * icalendar-testsuite.el
1456         (icalendar-testsuite--run-function-tests):
1457         Add icalendar-testsuite--test-parse-vtimezone.
1458         (icalendar-testsuite--test-parse-vtimezone): New.
1459         (icalendar-testsuite--do-test-cycle): Doc changes.
1460         (icalendar-testsuite--run-real-world-tests): Remove trailing
1461         whitespace -- see change of icalendar--add-diary-entry in
1462         icalendar.el.
1463         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1465 2009-09-30  Glenn Morris  <rgm@gnu.org>
1467         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1469 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1471         * cedet/*: New unit tests, from CEDET repository.
1473 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1475         * redisplay-testsuite.el: New file.
1477 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1479         * Branch for 23.1.
1481 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1483         * icalendar-testsuite.el
1484         (icalendar-testsuite--run-function-tests):
1485         Add icalendar-testsuite--test-diarytime-to-isotime.
1486         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1487         recent icalendar fixes.
1488         (icalendar-testsuite--test-diarytime-to-isotime): New.
1489         (icalendar-testsuite--test-create-uid): Adjust to recent
1490         icalendar changes.
1492 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1494         * bytecomp-testsuite.el: New file.
1496 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1498         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1499         Add `icalendar-testsuite--test-create-uid'.
1500         (icalendar-testsuite--test-create-uid): New.
1502 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1504         * newsticker-testsuite.el: New file.
1506 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1508         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1509         Add icalendar-testsuite--test-datestring-to-isodate,
1510         icalendar-testsuite--test-datetime-to-diary-date, and
1511         icalendar-testsuite--test-calendar-style.
1512         (icalendar-testsuite--test-format-ical-event):
1513         (icalendar-testsuite--test-parse-summary-and-rest):
1514         Doc fix.  Remove european-calendar-style.
1515         (icalendar-testsuite--get-ical-event): Doc fix.
1516         (icalendar-testsuite--test-first-weekday-of-year):
1517         (icalendar-testsuite--run-cycle-tests): Add doc string.
1518         (icalendar-testsuite--test-datestring-to-isodate):
1519         (icalendar-testsuite--test-datetime-to-diary-date):
1520         (icalendar-testsuite--test-calendar-style): New functions.
1521         (icalendar-testsuite--test-export): Handle iso date style.
1522         New arg INPUT-ISO.  Use calendar-date-style.
1523         (icalendar-testsuite--test-import): Handle iso date style.
1524         New arg EXPECTED-ISO.  Use calendar-date-style.
1525         (icalendar-testsuite--test-cycle): Handle iso date style.
1526         (icalendar-testsuite--run-import-tests):
1527         (icalendar-testsuite--run-export-tests):
1528         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1530 2008-02-29  Glenn Morris  <rgm@gnu.org>
1532         * README: New file.
1534 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1536         * icalendar-testsuite.el: New file.
1538 ;; Local Variables:
1539 ;; coding: utf-8
1540 ;; End:
1542   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1544   This file is part of GNU Emacs.
1546   GNU Emacs is free software: you can redistribute it and/or modify
1547   it under the terms of the GNU General Public License as published by
1548   the Free Software Foundation, either version 3 of the License, or
1549   (at your option) any later version.
1551   GNU Emacs is distributed in the hope that it will be useful,
1552   but WITHOUT ANY WARRANTY; without even the implied warranty of
1553   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1554   GNU General Public License for more details.
1556   You should have received a copy of the GNU General Public License
1557   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.