Fix bug #17199 with incorrect character produced by ipa-x-sampa IM.
[emacs.git] / test / ChangeLog
blob5e5a8ae73afdec560a996898fec134e19e97cbd6
1 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
3         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
4         (undo-test-region-t-marker): New tests of marker adjustments.
5         (undo-test-marker-adjustment-moved):
6         (undo-test-region-mark-adjustment): New tests to demonstrate
7         bug#16818, which fail without the fix.
9 2014-03-23  Daniel Colascione  <dancol@dancol.org>
11         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
12         test: correct parsing of keyword arguments.
14 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
16         * automated/package-test.el (package-test-describe-package):
17         Fix test failure in non-graphical mode.
19 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
21         * automated/package-test.el (package-test-describe-package):
22         Check for the "Keywords: " line.
24         * automated/data/package/archive-contents: Include the :keywords
25         field in `simple-single' data form.
27 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
29         * automated/package-test.el
30         (package-test-install-two-dependencies): New test (bug#16826).
32         * automated/data/package/simple-two-depend-1.1.el: New file.
34         * automated/data/package/archive-contents:
35         Add info about the new package.
37 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
39         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
40         (tramp-test10-write-region): Extend for out-of-band copy.
41         (tramp-test31-asynchronous-requests): New test.
43 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
45         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
46         Add new test of undo in region.
47         (undo-test-in-region-eob): Add test case described at
48         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
50 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
52         * automated/tramp-tests.el (tramp--test-enabled)
53         (tramp-test15-copy-directory): No special handling of tramp-adb.el
54         anymore.  It's fixed in that package.
56 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
58         * automated/tramp-tests.el (tramp--test-enabled): Move connection
59         cleanup into this function.  Remove respective code from all test
60         cases.
61         (tramp--instrument-test-case): Declare `indent' and `debug'.
62         Handle other errors as well.
63         (tramp-test14-delete-directory): Check for `file-error' error.
64         (tramp-test15-copy-directory): Ignore return value of
65         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
66         (tramp-test19-directory-files-and-attributes): Take care of
67         timestamp of "../".
68         (tramp-test20-file-modes, tramp-test27-start-file-process)
69         (tramp-test28-shell-command): Skip for tramp-adb.el.
70         (tramp-test21-file-links): `file-truename' shall preserve trailing
71         link of directories.
72         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
73         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
74         `kill-buffer-query-functions' to nil.
75         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
77 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
79         * automated/tramp-tests.el
80         (tramp-test19-directory-files-and-attributes): Do not include
81         directories in comparison; they might have changed their
82         timestamps already.
84 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
86         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
87         (tramp-test17-insert-directory): First line could contain more
88         text, when produced by `ls-lisp'.
89         (tramp-test19-directory-files-and-attributes): Instrument failed
90         test case.
92 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
94         * automated/tramp-tests.el (tramp-test17-insert-directory):
95         Make first line "total 123" optional.
96         (tramp-test20-file-modes, tramp-test22-file-times)
97         (tramp-test26-process-file, tramp-test27-start-file-process)
98         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
99         tramp-smb.el.
100         (tramp-test20-file-modes): Check for "root" only when there is an
101         explicit user name.
102         (tramp-test21-file-links): Handle "... not supported" error.
103         (tramp-test22-file-times): Skip for "don't know" return values.
104         (tramp-test26-process-file, tramp-test28-shell-command):
105         Remove color escape sequences.
106         (tramp-test28-shell-command): Use `accept-process-output' rather
107         than `sit-for'.
108         (tramp-test30-utf8): Set coding system `utf-8'.
110 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
112         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
113         an initial `sit-for' prior the while loop.
115 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
117         Sync with Tramp 2.2.9.
119         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
120         (tramp-test28-shell-command): Make a while loop when waiting for
121         process exit.
123 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
125         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
126         and `vc-hg'.  Declare `tramp-find-executable' and
127         `tramp-get-remote-path'.
128         (tramp-test29-vc-registered): New test.
129         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
131 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
133         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
134         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
135         (tramp-test28-shell-command): Improve `shell-command' test.  Add
136         `async-shell-command' tests.
138 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
140         * automated/file-notify-tests.el (file-notify--wait-for-events):
141         Use `read-event' instead of `sit-for'.
142         (file-notify-test02-events): Remove expected result, the bug is
143         fixed meanwhile.
144         (file-notify-test02-events, file-notify-test03-autorevert):
145         Use `sleep-for' instead of `sit-for'.
147 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
149         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
150         New test.
152 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
154         * automated/file-notify-tests.el (file-notify--deftest-remote):
155         Do not skip when the local test has failed.  They are unrelated.
156         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
157         `noninteractive' to nil, otherwise `sit-for' could be degraded to
158         `sleep-for'.
159         (file-notify-test02-events): Check for `file-remote-p' instead of
160         `file-notify--test-remote-enabled'.
162 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
164         * automated/file-notify-tests.el (file-notify-test02-events):
165         Let test case fail for Bug#16519.
167 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
169         * automated/file-notify-tests.el (file-notify-test02-events):
170         Hide Bug#16519, until it is solved.
172 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
174         * automated/file-notify-tests.el
175         (file-notify--test-local-enabled): Fix error in logic.
176         (file-notify--wait-for-events): New defmacro.
177         (file-notify-test02-events): Make short breaks between file operations.
178         Use `file-notify--wait-for-events'.  Check, that events have arrived.
179         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
181         * automated/comint-testsuite.el
182         (comint-testsuite-password-strings): Add localized examples.
184 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
186         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
187         case if inotify is not linked with Emacs.  Use `read-event' rather
188         than `sit-for' in order to process events.  (Bug#13662)
190 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
192         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
193         test case with adapted test string.  (Bug#13064)
195 2013-12-28  Glenn Morris  <rgm@gnu.org>
197         * automated/electric-tests.el: Require 'elec-pair.
199 2013-12-26  João Távora  <joaotavora@gmail.com>
201         * automated/electric-tests.el (electric-pair-test-for):
202         Fix autowrapping tests in batch-mode by running with
203         `transient-mark-mode' set to `lambda'.
205         * automated/electric-tests.el: New file.
207 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
209         * automated/python-tests.el
210         (python-nav-lisp-forward-sexp-safe-1): Remove test.
211         (python-nav-forward-sexp-safe-1): New test.
213 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
215         * automated/ruby-mode-tests.el: Add tests for
216         `ruby-align-to-stmt-keywords'.
218         * indent/ruby.rb: Update examples to reflect the lack of change in
219         default indentation of `begin' blocks.
221 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
223         * indent/ruby.rb: Update examples according to the change
224         in `smie-indent-close'.
226 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
228         * indent/ruby.rb: New examples.
230 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
232         * automated/python-tests.el (python-indent-dedenters-2): New test.
234 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
236         * automated/python-tests.el (python-indent-after-comment-1)
237         (python-indent-after-comment-2): New tests.
239 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
241         * automated/python-tests.el (python-indent-block-enders-1):
242         Rename from python-indent-block-enders.
243         (python-indent-block-enders-2): New test.
245 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
247         * indent/js.js: New file.
249 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
251         * automated/dbus-tests.el: New file.
253 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
255         * automated/regexp-tests.el: New file.
257 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
259         * automated/reftex-tests.el (reftex-parse-from-file-test):
260         Run temp-dir through file-truename, to make sure the temporary file
261         names are comparable as strings.
263         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
264         Force Unix EOLs by using 'utf-8-unix', since the default of
265         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
267 2013-11-28  Glenn Morris  <rgm@gnu.org>
269         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
271 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
273         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
274         (EMACSOPT): Use $(PATH_SEP).
276 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
278         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
279         Set to nil.
281 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
283         * automated/file-notify-tests.el
284         (file-notify-test-remote-temporary-file-directory):
285         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
286         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
287         (file-notify--deftest-remote): Cleanup connection initially.
288         (file-notify-test03-autorevert): Run also in batch mode.  Use a
289         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
290         does not work on MS Windows.  Call `accept-process-output' for
291         remote files.  Apply `string-match' instead of `string-equal', the
292         messages are different on MS Windows.
294         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
295         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
296         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
298 2013-11-23  Glenn Morris  <rgm@gnu.org>
300         * automated/python-tests.el (python-shell-make-comint-1)
301         (python-shell-make-comint-2, python-shell-get-process-1):
302         Suppress creation of some temp-files.
304         * automated/python-tests.el (python-shell-parse-command-1)
305         (python-shell-make-comint-1, python-shell-make-comint-2)
306         (python-shell-get-process-1)
307         (python-shell-internal-get-or-create-process-1):
308         Skip rather than fail if prereqs not found.
310         * automated/Makefile.in (emacs):
311         Empty EMACSLOADPATH rather than unsetting.
313 2013-11-22  Glenn Morris  <rgm@gnu.org>
315         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
316         Set expected-result.
318 2013-11-21  Glenn Morris  <rgm@gnu.org>
320         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
321         (compile-main): Pass XARGS_LIMIT to xargs.
323         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
324         (EMACSOPT): Use PATH_SEPARATOR.
326 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
328         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
329         Add a failing test for Bug#15874.
330         (ruby--insert-coding-comment-ruby-style)
331         (ruby--insert-coding-comment-emacs-style)
332         (ruby--insert-coding-comment-custom-style):
333         Add a few tests for `ruby--insert-coding-comment'.
335 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
337         Improve API of recently-added bool vector functions (Bug#15912).
338         * automated/data-tests.el: Adjust to API changes.
340 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
342         * automated/tramp-tests.el (tramp-test07-file-exists-p)
343         (tramp-test08-file-local-copy)
344         (tramp-test09-insert-file-contents, tramp-test10-write-region)
345         (tramp-test11-copy-file, tramp-test12-rename-file)
346         (tramp-test13-make-directory, tramp-test14-delete-directory)
347         (tramp-test15-copy-directory, tramp-test16-directory-files)
348         (tramp-test17-insert-directory, tramp-test18-file-attributes)
349         (tramp-test19-directory-files-and-attributes)
350         (tramp-test20-file-modes, tramp-test21-file-links)
351         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
352         (tramp-test24-file-name-completion, tramp-test25-load)
353         (tramp-test26-process-file, tramp-test27-start-file-process)
354         (tramp-test28-shell-command): Cleanup connection initially.
356 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
358         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
359         connection before running the test.
361 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
363         * automated/tramp-tests.el (tramp-test15-copy-directory)
364         (tramp-test16-directory-files, tramp-test17-insert-directory)
365         (tramp-test18-file-attributes)
366         (tramp-test19-directory-files-and-attributes)
367         (tramp-test20-file-modes, tramp-test21-file-links)
368         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
369         (tramp-test24-file-name-completion, tramp-test25-load)
370         (tramp-test26-process-file, tramp-test27-start-file-process)
371         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
372         (tramp-test29-utf8): New test.
374 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
376         * automated/file-notify-tests.el (file-notify-test02-events)
377         (file-notify-test03-autorevert): Suppress messages in `write-region'.
379         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
380         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
381         (tramp-test26-process-file, tramp-test28-shell-command):
382         Ensure, that the directory is not empty when calling "ls".
384 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
386         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
387         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
388         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
389         (tramp-test09-insert-file-contents, tramp-test10-write-region)
390         (tramp-test26-process-file): Add tests.
391         (tramp-test11-copy-file): Remove debug message.
392         (tramp-test20-file-modes): Special case, if user is "root".
394 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
396         * automated/file-notify-tests.el:
397         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
398         `tramp-remote-path' when running on hydra.
399         (tramp-test07-file-exists-p): Remove instrumentation code.
400         (tramp-test26-process-file): Don't use "/bin/true" and
401         "/bin/false", these paths do not exist on hydra.
403 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
405         * automated/process-tests.el: New file.
407 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
409         * indent/ruby.rb: New examples.
411 2013-11-06  Glenn Morris  <rgm@gnu.org>
413         * automated/Makefile.in (setwins): Avoid accidental matches.
415 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
417         * automated/tramp-tests.el (tramp-test07-file-exists-p):
418         Fix docstring.  Instrument, in order to hunt failure on hydra.
420 2013-11-06  Glenn Morris  <rgm@gnu.org>
422         * automated/flymake-tests.el (warning-predicate-rx-gcc)
423         (warning-predicate-function-gcc, warning-predicate-rx-perl)
424         (warning-predicate-function-perl):
425         * automated/info-xref.el (info-xref-test-makeinfo):
426         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
427         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
429 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
431         * automated/tramp-tests.el: New file.
433 2013-11-05  Glenn Morris  <rgm@gnu.org>
435         Get rid of --chdir usage.
436         * automated/Makefile.in (EMACSOPT): Move -L here.
437         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
438         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
439         (.el.elc): No more need to pass -L here.
440         (compile-main): Get rid of sub-shell and cd.
441         (compile-clean, check): Get rid of cd.
443         Make it possible to run tests with a different working directory.
444         * automated/flymake-tests.el (flymake-tests-data-directory): New.
445         (flymake-tests--current-face): Use flymake-tests-data-directory.
446         (warning-predicate-function-gcc, warning-predicate-rx-perl)
447         (warning-predicate-function-perl): Adapt for above change.
448         * automated/zlib-tests.el (zlib-tests-data-directory): New.
449         (zlib--decompress): Use zlib-tests-data-directory.
451         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
452         Remove test that makes no sense.
454         * automated/files.el (files-test-local-variable-data):
455         Fix result typo presumably caused by interference from dir-locals.
456         (file-test--do-local-variables-test): Prevent dir-locals interfering.
458 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
460         * indent/ruby.rb: Add a statement on the line after heredoc.
461         Move a now-successful example.
463         * automated/ruby-mode-tests.el: Remove outdated comment.
465 2013-11-04  Glenn Morris  <rgm@gnu.org>
467         * automated/Makefile.in (abs_srcdir): Remove.
468         (emacs): Unset EMACSLOADPATH.
469         (.el.elc, check): Use -L to append srcdir to load-path.
471 2013-11-02  Glenn Morris  <rgm@gnu.org>
473         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
474         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
475         (abs_srcdir): New, set by configure.
476         (EMACS): Use a relative file name.
477         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
478         (lisp-compile): Remove (assume it's up-to-date).
479         (compile-main): Do not run lisp-compile.
480         (compile-main, compile-clean, compile-always, bootstrap-clean)
481         (check): Use srcdir rather than $test.  Check cd return value.
482         Use --chdir.
483         (doit, compile, compile-always): Remove stuff copied from lisp/.
484         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
486 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
488         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
489         Add a skipping test.
491 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
493         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
495         * indent/css-mode.css (.x2): Test alignement inside braces.
497 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
499         * indent/ruby.rb: New failing example.
501         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
502         Fix the test, in respect to adding the space after the curly.
504 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
506         * automated/ert-tests.el (ert-test-skip-unless): New test case.
507         (ert-test-deftest): Adapt test for changed macro expansion.
508         (ert-test-run-tests-interactively):
509         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
510         Add a skipping test.
512         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
513         (file-notify--test-local-enabled): Make it a function.  Check also
514         for `file-remote-p' of `temporary-file-directory'.
515         (file-notify--test-remote-enabled-checked): New defvar.
516         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
517         internal functions.  Cache result.
518         (file-notify--deftest-remote, file-notify-test00-availability)
519         (file-notify-test01-add-watch, file-notify-test02-events)
520         (file-notify-test03-autorevert): Add checks with `skip_unless'.
521         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
523 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
525         * indent/ruby.rb: Fix syntax error in the latest example.
527 2013-10-23  Glenn Morris  <rgm@gnu.org>
529         * automated/Makefile.in (abs_top_srcdir, top_builddir):
530         New, set by configure.
531         (top_srcdir): Remove.
532         (abs_test, abs_lispsrc): New.
533         (lisp): No longer absolute.
534         (emacs, lisp-compile, compile, compile-always):
535         Quote entities that might contain whitespace.
537 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
539         * indent/ruby.rb: Move two examples to "working" section, add one
540         more.
542 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
544         * indent/ruby.rb: New examples for indentation of blocks.
545         Example of hash inside parens that inflooped before the present commit.
547 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
549         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
550         allows another timer to run.
552 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
554         * indent/ruby.rb: More examples for bug#15594, both failing and
555         now passing.
557 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
559         * indent/ruby.rb: Add two more cases.
561 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
563         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
564         first use.
565         (ruby-should-indent): Use indent-according-to-mode.
566         (ruby-deftest-move-to-block): Use `declare'.
568 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
570         * indent/ruby.rb: Fix a spurious change, add more failing examples.
572 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
574         * indent/ruby.rb: Add a few more tests; adjust some indentation.
576 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
578         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
579         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
581         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
583 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
585         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
586         Adjust indentation of continued line to the new SMIE behavior.
588 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
590         * automated/completion-tests.el:
591         * indent/css-mode.css: New files.
593 2013-10-03  Daiki Ueno  <ueno@gnu.org>
595         * automated/data/package/signed/archive-contents:
596         * automated/data/package/signed/archive-contents.sig:
597         * automated/data/package/signed/signed-good-1.0.el:
598         * automated/data/package/signed/signed-good-1.0.el.sig:
599         * automated/data/package/signed/signed-bad-1.0.el:
600         * automated/data/package/signed/signed-bad-1.0.el.sig:
601         * automated/data/package/key.pub:
602         * automated/data/package/key.sec: New files.
604         * automated/package-test.el (package-test-update-listing)
605         (package-test-update-archives, package-test-describe-package):
606         Adjust to package.el change.
607         (package-test-signed): New test.
609 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
611         * automated/package-test.el: Update all cases to use :url instead
612         of :homepage.
614         * automated/package-x-test.el
615         (package-x-test--single-archive-entry-1-3): Same.
617 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
619         * automated/package-test.el (simple-single-desc-1-4): Remove, it
620         was unused.
621         (simple-single-desc): Expect :homepage property.
622         (multi-file-desc): Same.
623         (with-package-test): Do not save previous `default-directory'
624         value, let-bind the var instead.
625         (package-test-install-single): Expect :homepage property in the
626         generated pkg file.
627         (package-test-describe-package): Expect Homepage button.
628         (package-test-describe-non-installed-package)
629         (package-test-describe-non-installed-multi-file-package): Same.
630         (package-test-describe-not-installed-package): Remove, it was a
631         duplicate.
633         * automated/package-x-test.el
634         (package-x-test--single-archive-entry-1-3): Expect :homepage
635         property.
636         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
638         * automated/data/package/simple-single-1.3.el: Add URL header.
640         * automated/data/package/archive-contents: Add :homepage
641         properties to `simple-single' and `multi-file'.
643 2013-09-22  Daniel Colascione  <dancol@dancol.org>
645         * automated/data-tests.el:
646         (bool-vector-count-matches-all-0-nil)
647         (bool-vector-count-matches-all-0-t)
648         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
649         (bool-vector-count-matches-at, bool-vector-intersection-op)
650         (bool-vector-union-op, bool-vector-xor-op)
651         (bool-vector-set-difference-op)
652         (bool-vector-change-detection, bool-vector-not): New tests.
653         (mock-bool-vector-count-matches-at)
654         (test-bool-vector-bv-from-hex-string)
655         (test-bool-vector-to-hex-string)
656         (test-bool-vector-count-matches-at-tc)
657         (test-bool-vector-apply-mock-op)
658         (test-bool-vector-binop): New helper functions.
659         (bool-vector-test-vectors): New testcase data.
661 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
663         * automated/advice-tests.el (advice-test-called-interactively-p-around)
664         (advice-test-called-interactively-p-filter-args)
665         (advice-test-called-interactively-p-around): New tests.
667 2013-09-16  Glenn Morris  <rgm@gnu.org>
669         * automated/eshell.el (eshell-match-result):
670         Return a more informative failure than simply "false".  Update callers.
672         * automated/eshell.el (eshell-test/for-name-shadow-loop):
673         Test value before and after loop as well as during.
675 2013-09-15  Glenn Morris  <rgm@gnu.org>
677         * automated/eshell.el (eshell-test/for-name-shadow-loop):
678         New test.  (Bug#15372)
679         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
681 2013-09-13  Glenn Morris  <rgm@gnu.org>
683         * automated/eshell.el (with-temp-eshell):
684         Use a temp directory for eshell-directory-name.
685         (eshell-test-command-result): New, again using a temp directory.
686         Replace eshell-command-result with this throughout.
687         (eshell-test/for-loop, eshell-test/for-name-loop):
688         Ensure environment variables don't confuse us.
690 2013-09-12  Glenn Morris  <rgm@gnu.org>
692         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
693         due to "has a running process; kill it?" prompts.
695 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
697         * automated/eshell.el: Rename from eshell.el.
698         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
700 2013-09-01  Glenn Morris  <rgm@gnu.org>
702         * automated/Makefile.in (setwins): Avoid leading space in $wins.
703         Otherwise the sed command used by eg compile-main ends up
704         containing "/*.el".  (Bug#15170)
706 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
708         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
709         for portability to hosts where /bin/sh has problems.
711 2013-08-21  David Engster  <deng@randomsample.de>
713         * automated/eieio-tests.el, automated/eieio-test-persist.el:
714         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
715         upstream.  Changed to use ERT.
717 2013-08-14  Daniel Hackney  <dan@haxney.org>
719         * automated/package-test.el: Remove tar-package-building functions.
720         Tar file used for testing is included in the repository.
721         (package-test-install-texinfo, package-test-cleanup-built-files):
722         Remove.
724 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
726         * automated/python-tests.el (python-imenu-create-index-4)
727         (python-imenu-create-flat-index-2): New tests.
729 2013-08-05  Glenn Morris  <rgm@gnu.org>
731         * automated/mule-util.el: New file, with tests extracted from
732         lisp/international/mule-util.el.
734 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
736         * automated/advice-tests.el (advice-tests-nadvice): Test removal
737         before definition.
738         (advice-tests-macroaliases): New test.
740 2013-08-04  Glenn Morris  <rgm@gnu.org>
742         * automated/ert-tests.el: Disable failing test that no-one seems
743         to know how to fix.  (Bug#13064)
745         * automated/icalendar-tests.el (icalendar-tests--test-export)
746         (icalendar-tests--test-import): Try more precise TZ specification.
747         Remove debug messages.
749 2013-08-03  Glenn Morris  <rgm@gnu.org>
751         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
753         * automated/icalendar-tests.el (icalendar-tests--test-export)
754         (icalendar-tests--test-import):
755         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
756         (icalendar-tests--test-import): Reset zone even if error occurred.
758 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
760         * automated/core-elisp-tests.el: New file.
762 2013-08-01  Glenn Morris  <rgm@gnu.org>
764         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
765         Try to check that the remote system has a notification program.
767 2013-07-31  Glenn Morris  <rgm@gnu.org>
769         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
771 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
773         * automated/file-notify-tests.el
774         (file-notify--test-local-enabled): New defconst.  Replaces all
775         `file-notify-support' occurrences.
776         (file-notify--test-remote-enabled): New defun.
777         (file-notify--deftest-remote): Use it.
778         (file-notify-test00-availability): Rewrite.
779         (file-notify-test00-availability-remote): New defun.
780         (file-notify-test01-add-watch): Rewrite first erroneous check.
782 2013-07-23  Glenn Morris  <rgm@gnu.org>
784         * automated/inotify-test.el (inotify-file-watch-simple):
785         Delete temp-file when done.
787         * automated/subword-tests.el: Require subword.
789 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
791         * automated/subword-tests.el: New file.
793 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
795         * automated/python-tests.el (python-imenu-create-index-2)
796         (python-imenu-create-index-3): New tests.
798 2013-07-11  Glenn Morris  <rgm@gnu.org>
800         * automated/ert-tests.el: Require cl-lib at runtime too.
801         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
802         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
803         (ert-test-set-functions, ert-test-gensym)
804         (ert-test-coerce-to-vector, ert-test-string-position)
805         (ert-test-mismatch): Remove tests.
806         * automated/cl-lib.el: New, split from ert-tests.el.
808         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
809         Goto point-min.
810         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
811         (ruby-move-to-block-skips-percent-literal)
812         (ruby-move-to-block-skips-heredoc)
813         (ruby-move-to-block-moves-from-else-to-if)
814         (ruby-beginning-of-defun-does-not-fold-case)
815         (ruby-end-of-defun-skips-to-next-line-after-the-method):
816         Replace goto-line with forward-line/goto-char.
817         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
819         * automated/package-test.el (makeinfo-buffer): Autoload.
820         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
821         (package-test-install-texinfo): Don't require makeinfo.
823         * automated/files.el: Stop "local variables" confusion.
825         * automated/flymake-tests.el (flymake-tests): Remove unused group.
827         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
828         Use with-current-buffer.
830         * automated/undo-tests.el (undo-test-buffer-modified)
831         (undo-test-file-modified): New tests.
833 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
835         * automated/file-notify-tests.el (file-notify-test00-availability):
836         Set :expected-result.
837         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
838         (file-notify-test02-events, file-notify-test02-events-remote)
839         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
840         Skip when `file-notify-support' is nil.  (Bug#14823)
842 2013-07-09  Glenn Morris  <rgm@gnu.org>
844         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
845         Declare.
846         (inotify-file-watch-simple): Silence compiler.
848         * automated/python-tests.el (python-indent-block-enders):
849         Make it actually test something.
851         * automated/package-x-test.el: Require package-test when compiling.
853         * automated/add-log-tests.el, automated/advice-tests.el:
854         * automated/imenu-test.el, automated/package-x-test.el:
855         * automated/python-tests.el, automated/ruby-mode-tests.el:
856         * automated/xml-parse-tests.el: Explicitly require ert.
858 2013-07-08  Kenichi Handa  <handa@gnu.org>
860         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
861         Use with-ccoding-priority to avoid side-effect (Bug#14781).
863 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
865         * automated/file-notify-tests.el
866         (file-notify-test-remote-temporary-file-directory):
867         Use `null-device' on w32.
868         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
869         (file-notify--test-results, file-notify--test-event)
870         (file-notify--deftest-remote, file-notify--event-test)
871         (file-notify--test-event-handler)
872         (file-notify--test-make-temp-name): Rename, in order to mark them
873         internal.
874         (tramp-message-show-message, tramp-read-passwd): Tweak them for
875         better fitting in noninteractive tests.
876         (file-notify-test00-availability): Rename from `file-notify-test0'.
877         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
878         Use `temporary-file-directory '.
879         (file-notify-test01-add-watch-remote): New test.
880         (file-notify-test02-events): Rename from `file-notify-test2'.
881         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
882         (file-notify-test03-autorevert): Rename from
883         `file-notify-test4'.  Use timeouts.
884         (file-notify-test03-autorevert-remote): Rename from
885         `file-notify-test5'.
887 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
889         * automated/file-notify-tests.el: New package.
891 2013-06-28  Kenichi Handa  <handa@gnu.org>
893         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
894         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
895         Callers changed.
896         (decoder-tests-filename): New function.
897         (decoder-tests-prefer-utf-8-read)
898         (decoder-tests-prefer-utf-8-write): New function.
899         (ert-test-decoder-prefer-utf-8): New test.
901 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
903         * automated/package-x-test.el: Change the commentary.
904         (package-x-test--single-archive-entry-1-3)
905         (package-x-test--single-archive-entry-1-4): Fix the tests, by
906         using the appropriate data structure.
908 2013-06-27  Daniel Hackney  <dan@haxney.org>
910         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
912         * automated/package-x-test.el: New file.
914         * automated/package-test.el: New file.
916         * automated/data/package: New directory, with test examples.
918 2013-06-27  Glenn Morris  <rgm@gnu.org>
920         * automated/python-tests.el (python-tests-with-temp-file):
921         Clean up after ourself.
923         * automated/undo-tests.el (undo-test3): Remove test that seems to
924         do nothing that the previous one doesn't, except leave a tempfile.
926 2013-06-26  Glenn Morris  <rgm@gnu.org>
928         * automated/info-xref.el: New file.
930 2013-06-25  Glenn Morris  <rgm@gnu.org>
932         * automated/occur-tests.el (occur-test-create): New function.
933         Use it to create separate tests for each element, so we run them
934         all rather than stopping at the first error.
936 2013-06-24  Glenn Morris  <rgm@gnu.org>
938         * automated/occur-tests.el (occur-tests):
939         Update for 2013-05-29 change to occur header line.
941 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
943         Test suite for flymake.
944         * automated/flymake-tests.el:
945         * automated/flymake/warnpred/Makefile
946         * automated/flymake/warnpred/test.c
947         * automated/flymake/warnpred/test.pl: New files.
949 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
951         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
953 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
955         * automated/reftex-tests.el: New test suite for reftex.
957 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
959         * automated/ruby-mode-tests.el: New tests, for percent literals
960         and expression expansion.
962 2013-05-29  Leo Liu  <sdl.web@gmail.com>
964         * indent/octave.m: Tweak.
966 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
968         * eshell.el: Rewrite tests using ERT.
970 2013-05-25  Leo Liu  <sdl.web@gmail.com>
972         * indent/octave.m: Add tests for %!, # and ### comments.
974 2013-05-23  Kenichi Handa  <handa@gnu.org>
976         * automated/decoder-tests.el: New file.
978 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
980         * indent/ruby.rb: Add multiline regexp example.
982         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
983         (ruby-regexp-skips-over-interpolation)
984         (ruby-regexp-continues-till-end-when-unclosed)
985         (ruby-regexp-can-be-multiline)
986         (ruby-interpolation-inside-percent-literal): New tests.
988 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
990         * indent/ruby.rb: Fix indentation after =; add more cases.
992 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
994         * indent/pascal.pas: Add test for mis-identified comments.
996 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
998         * automated/imenu-test.el: New file.  (Bug#14112)
1000 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1002         * automated/python-tests.el (python-imenu-prev-index-position-1):
1003         Remove test.
1004         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1005         New tests.
1007 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1009         * automated/python-tests.el (python-nav-backward-defun-2)
1010         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1011         (python-nav-forward-defun-3): New tests.
1013 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1015         * automated/python-tests.el (python-nav-backward-defun-1)
1016         (python-nav-forward-defun-1): New tests.
1018 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1020         * automated/add-log-tests.el: New file.  (Bug#14112)
1022 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1024         * automated/python-tests.el (python-indent-block-enders): New test.
1025         (python-info-current-defun-2): Fix test.
1027 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1029         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1031 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1033         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1034         (python-tests-with-temp-file): New macro.
1035         (python-tests-shell-interpreter): New var.
1036         (python-shell-get-process-name-1)
1037         (python-shell-internal-get-process-name-1)
1038         (python-shell-parse-command-1)
1039         (python-shell-calculate-process-environment-1)
1040         (python-shell-calculate-process-environment-2)
1041         (python-shell-calculate-process-environment-3)
1042         (python-shell-calculate-exec-path-1)
1043         (python-shell-calculate-exec-path-2)
1044         (python-shell-make-comint-1)
1045         (python-shell-make-comint-2)
1046         (python-shell-get-process-1)
1047         (python-shell-get-or-create-process-1)
1048         (python-shell-internal-get-or-create-process-1): New tests.
1050 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1052         * automated/python-tests.el: New file.
1054 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1056         * automated/ruby-mode-tests.el
1057         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1058         bits inside the examples.
1059         (ruby-move-to-block-skips-heredoc): New test.
1060         (ruby-add-log-current-method-after-inner-class):
1061         Lower expectations: move point inside a method, initially.
1063 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1065         * automated/ruby-mode-tests.el
1066         (ruby-move-to-block-skips-percent-literal): New test.
1068 2013-02-04  Chong Yidong  <cyd@gnu.org>
1070         * automated/thingatpt.el: New file.
1072 2013-02-03  Chong Yidong  <cyd@gnu.org>
1074         * automated/files.el (file-test--do-local-variables-test):
1075         Avoid compilation warning message.
1077 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1079         * automated/ruby-mode-tests.el
1080         (ruby-indent-spread-args-in-parens): New test.
1081         * automated/ruby-mode-tests.el (ruby-block-test-example):
1082         Break indentation of the do block opener and add a line inside it.
1083         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1084         Adjust line numbers.
1086 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1090 2013-01-14  Glenn Morris  <rgm@gnu.org>
1092         * automated/compile-tests.el (compile-tests--test-regexps-data):
1093         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1095 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1097         * automated/man-tests.el: New file.
1099 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1101         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1103 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1105         * automated/undo-tests.el: New file.
1107 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1109         * automated/ruby-mode-tests.el
1110         (ruby-indent-after-block-in-continued-expression): New test.
1112 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1114         * automated/ruby-mode-tests.el:
1115         Rename one interpolation test; add three more.
1116         (ruby-with-temp-buffer): New macro, use it where appropriate.
1117         (ruby-add-log-current-method-examples): Use "_" for target point.
1118         Add four new tests for ruby-add-log-current-method.
1120 2012-12-11  Glenn Morris  <rgm@gnu.org>
1122         * automated/f90.el (f90-test-bug13138): New test.
1124 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1126         * automated/inotify-test.el: New test.
1128 2012-12-02  Chong Yidong  <cyd@gnu.org>
1130         * automated/ruby-mode-tests.el
1131         (ruby-add-log-current-method-examples): Don't use loop macro, to
1132         allow automated testing to work.
1134 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1136         * automated/advice-tests.el (advice-tests--data): Remove.
1137         (advice-tests): Move the tests directly here instead.
1138         Add called-interactively-p tests.
1140 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1142         * automated/ert-x-tests.el: Use cl-lib.
1143         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1145 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1147         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1148         (ruby-indent-inside-heredoc-after-operator)
1149         (ruby-indent-inside-heredoc-after-space): New tests.
1150         Change direct font-lock face references to var references.
1151         (ruby-interpolation-suppresses-syntax-inside): New test.
1152         (ruby-interpolation-inside-percent-literal-with-paren):
1153         New failing test.
1155 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1157         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1158         (ruby-singleton-class-no-heredoc-font-lock)
1159         (ruby-add-log-current-method-examples): New tests.
1160         (ruby-test-string): Extract from ruby-should-indent-buffer.
1161         (ruby-deftest-move-to-block): New macro.
1162         Add several move-to-block tests.
1164 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1166         * automated/advice-tests.el: New tests.
1168 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1170         * automated/compile-tests.el (compile-tests--test-regexps-data):
1171         Add new data for msft's new format.
1173 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1175         * automated/ruby-mode-tests.el:
1176         (ruby-toggle-block-to-multiline): New test.
1177         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1178         (ruby-toggle-block-to-brace): Use buffer-string.
1180 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1182         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1184 2012-08-28  Chong Yidong  <cyd@gnu.org>
1186         * automated/files.el: Test every combination of values for
1187         enable-local-variables and enable-local-eval.
1189 2012-08-19  Chong Yidong  <cyd@gnu.org>
1191         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1193 2012-08-18  Chong Yidong  <cyd@gnu.org>
1195         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1197 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1199         * indent/ruby.rb: Rearrange examples, add new ones.
1201 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1203         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1204         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1206 2012-08-11  Glenn Morris  <rgm@gnu.org>
1208         * automated/files.el: New file.
1210         * automated/Makefile.in (all): Fix typo.
1212 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1214         * automated/ruby-mode-tests.el (ruby-should-indent):
1215         Add docstring, check (current-indentation) instead of (current-column).
1216         (ruby-should-indent-buffer): New function.
1217         Add tests for `ruby-deep-indent-paren' behavior.
1218         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1220 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1222         Original tests in test_ruby_mode.rb in upstream (author).
1224 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1226         * automated/ruby-mode-tests.el (ruby-should-indent)
1227         (ruby-assert-state): New functions.
1228         Add new tests.
1230 2012-07-29  David Engster  <deng@randomsample.de>
1232         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1233         New variable to hold test data for name expansion.
1234         (xml-parse-tests): Test the two different types of name expansion.
1236 2012-07-29  Juri Linkov  <juri@jurta.org>
1238         * automated/occur-tests.el (occur-test-case): Use predefined
1239         buffer name " *test-occur*" instead of a random buffer name.
1241 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1243         * automated/ruby-mode-tests.el: New file with one test.
1245 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1247         * indent/shell.sh: Add test case for ${#VAR}.
1249         * indent/latex-mode.tex: New file.
1251 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1253         * eshell.el: Use cl-lib.
1255 2012-07-03  Chong Yidong  <cyd@gnu.org>
1257         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1259 2012-07-02  Chong Yidong  <cyd@gnu.org>
1261         * automated/xml-parse-tests.el (xml-parse-tests--data):
1262         More testcases.
1264 2012-07-01  Chong Yidong  <cyd@gnu.org>
1266         * automated/xml-parse-tests.el: New file.
1268 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1270         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1271         Use cl-flet.
1273 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1275         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1276         Test escaped commas in TZID (Bug#11473).
1277         (icalendar-import-with-timezone): New.
1278         (icalendar-real-world): Add new testcase as given in the bugreport
1279         of Bug#11473.
1281 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1283         * automated/icalendar-tests.el (icalendar-tests--test-import):
1284         Include UID in import tests (Bug#11525).
1285         (icalendar-import-non-recurring, icalendar-import-rrule)
1286         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1287         UID-import change.
1288         (icalendar-import-with-uid): New.
1289         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1290         Include UID in cycle tests.
1291         (icalendar-cycle, icalendar-real-world): UID-import change.
1293 2012-05-21  Glenn Morris  <rgm@gnu.org>
1295         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1297 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1299         * automated/url-util-tests.el: New file to test
1300         lisp/url/url-util.el.  Only `url-build-query-string' and
1301         `url-parse-query-string' are tested right now (Bug#8706).
1303 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1305         * indent/shell.sh:
1306         * indent/shell.rc: Ad some test cases.
1308 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * indent/ruby.rb: New file, to test new syntax-propertize code.
1312 2012-04-11  Glenn Morris  <rgm@gnu.org>
1314         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1316 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1318         * automated/url-future-tests.el (url-future-tests): Move from
1319         lisp/url/url-future.el and rename.
1321 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1323         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1324         Fix broken test, caused by missing trailing blank.
1326 2011-12-03  Chong Yidong  <cyd@gnu.org>
1328         * automated/compile-tests.el (compile-tests--test-regexps-data):
1329         Increase column numbers by one to reflect change in how
1330         compilation-message is recorded (Bug#10172).
1332 2011-11-22  Glenn Morris  <rgm@gnu.org>
1334         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1336 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1338         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1340 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1342         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1343         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1344         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1346 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1348         * automated/newsticker-tests.el
1349         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1350         newsticker--treeview-tree-update.
1352 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1354         * automated/newsticker-tests.el
1355         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1357         * automated/newsticker-tests.el
1358         (newsticker--group-manage-orphan-feeds): Prevent updating
1359         newsticker treeview.  Fixed bug#9763.
1361 2011-10-20  Glenn Morris  <rgm@gnu.org>
1363         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1365         * automated/vc-bzr.el: New file.
1367 2011-10-15  Glenn Morris  <rgm@gnu.org>
1369         * automated/f90.el: New file.
1371 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1373         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1374         to automated/newsticker-tests.el.  Convert to ERT.
1376 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1378         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1379         Remove, simply use string=.
1380         (icalendar--diarytime-to-isotime)
1381         (icalendar--datetime-to-diary-date)
1382         (icalendar--datestring-to-isodate)
1383         (icalendar--format-ical-event)
1384         (icalendar--parse-summary-and-rest)
1385         (icalendar-tests--do-test-import)
1386         (icalendar-tests--do-test-cycle): Change argument order of
1387         string= to EXPECTED ACTUAL.
1388         (icalendar--import-format-sample)
1389         (icalendar--format-ical-event)
1390         (icalendar-import-non-recurring)
1391         (icalendar-import-rrule)
1392         (icalendar-import-duration)
1393         (icalendar-import-bug-6766)
1394         (icalendar-real-world): Adjust to string= instead of
1395         icalendar-tests--compare-strings.
1396         (icalendar-import-multiple-vcalendars): New.
1398 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1400         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1401         Require CL.
1403 2011-05-09  Juri Linkov  <juri@jurta.org>
1405         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1406         Convert to ERT.
1408 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1410         * automated/compile-tests.el: New file.
1412 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1414         * automated/font-parse-tests.el: Don't byte-compile.
1416         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1418 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1420         * automated/lexbind-tests.el: New file.
1422 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1424         * Version 23.3 released.
1426 2011-03-05  Glenn Morris  <rgm@gnu.org>
1428         * eshell.el: Move here from lisp/eshell/esh-test.el.
1430 2011-03-03  Christian Ohler  <ohler@gnu.org>
1432         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1433         New test.
1435 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1437         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1438         convert to ERT format.
1440 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1442         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1443         convert to ERT format.
1445 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * indent/shell.sh:
1448         * indent/shell.rc: New files.
1450 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1452         * automated/font-parse-tests.el: Move from
1453         font-parse-testsuite.el.
1455 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1457         * font-parse-testsuite.el (test-font-parse-data): New file.
1459 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1461         * indent/prolog.prolog: Add tokenizing tests.
1463 2011-01-13  Christian Ohler  <ohler@gnu.org>
1465         * automated: New directory for automated tests.
1467         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1469         * automated/Makefile.in: New file.
1471 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * indent/modula2.mod: New file.
1475 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1477         * indent/octave.m: Add a test to ensure indentation is local.
1479 2010-10-23  Glenn Morris  <rgm@gnu.org>
1481         * comint-testsuite.el
1482         (comint-testsuite--test-comint-password-prompt-regexp):
1483         Add "Please enter the password".  (Bug#7224)
1485 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1487         * indent/prolog.prolog: Use normal spacing around !.
1489 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1491         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1493 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * indent/octave.m: Remove some `fixindent' not needed any more.
1497 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1499         * indent/octave.m: New file.
1501 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1503         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1504         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1505         (icalendar-testsuite--run-internal-tests): New.
1506         (icalendar-testsuite--test-convert-ordinary-to-ical)
1507         (icalendar-testsuite--test-convert-block-to-ical)
1508         (icalendar-testsuite--test-convert-anniversary-to-ical)
1509         (icalendar-testsuite--test-parse-vtimezone)
1510         (icalendar-testsuite--do-test-export): Code formatting.
1511         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1512         (icalendar-testsuite--do-test-import)
1513         (icalendar-testsuite--do-test-cycle):
1514         Use icalendar-testsuite--compare-strings
1515         (icalendar-testsuite--run-import-tests): Comment added.
1516         (icalendar-testsuite--run-import-tests)
1517         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1519 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1521         * redisplay-testsuite.el (test-redisplay-3): New test.
1523 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1525         * comint-testsuite.el: New file.
1527 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1529         * indent: New dir.
1531 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1533         * Version 23.2 released.
1535 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1537         * cedet/semantic-ia-utest.el
1538         (semantic-symref-test-count-hits-in-tag): Add function, from
1539         semantic-test.el.
1541         * cedet/tests/test.cpp:
1542         * cedet/tests/test.py:
1543         * cedet/tests/teststruct.cpp:
1544         * cedet/tests/testtemplates.cpp:
1545         * cedet/tests/testusing.cpp:
1546         * cedet/tests/scopetest.cpp:
1547         * cedet/tests/scopetest.java: Files deleted.
1549         * cedet/tests/test.make:
1550         * cedet/tests/test.c:
1551         * cedet/tests/testjavacomp.java:
1552         * cedet/tests/testspp.c:
1553         * cedet/tests/testsppreplace.c:
1554         * cedet/tests/testsppreplaced.c:
1555         * cedet/tests/testsubclass.cpp:
1556         * cedet/tests/testsubclass.hh:
1557         * cedet/tests/testtypedefs.cpp:
1558         * cedet/tests/testvarnames.c:
1559         * cedet/tests/test.el:
1560         * cedet/tests/testdoublens.cpp:
1561         * cedet/tests/testdoublens.hpp: Add copyright header.
1563         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1564         Remove reference to deleted files.
1566 2010-03-30  Juri Linkov  <juri@jurta.org>
1568         * occur-testsuite.el (occur-tests): Add tests for context lines.
1570 2010-03-23  Juri Linkov  <juri@jurta.org>
1572         * occur-testsuite.el: New file.
1574 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1576         * Branch for 23.2.
1578 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1580         * icalendar-testsuite.el
1581         (icalendar-testsuite--run-function-tests): Add new tests.
1582         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1583         testcase.
1584         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1585         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1586         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1587         (icalendar-testsuite--test-convert-block-to-ical): New.
1588         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1589         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1591 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1593         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1594         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1595         Fix typos in docstrings and error messages.
1596         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1598 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1600         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1601         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1602         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1604 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1606         * icalendar-testsuite.el
1607         (icalendar-testsuite--run-function-tests):
1608         Add icalendar-testsuite--test-parse-vtimezone.
1609         (icalendar-testsuite--test-parse-vtimezone): New.
1610         (icalendar-testsuite--do-test-cycle): Doc changes.
1611         (icalendar-testsuite--run-real-world-tests): Remove trailing
1612         whitespace -- see change of icalendar--add-diary-entry in
1613         icalendar.el.
1614         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1616 2009-09-30  Glenn Morris  <rgm@gnu.org>
1618         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1620 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1622         * cedet/*: New unit tests, from CEDET repository.
1624 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1626         * redisplay-testsuite.el: New file.
1628 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1630         * Branch for 23.1.
1632 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1634         * icalendar-testsuite.el
1635         (icalendar-testsuite--run-function-tests):
1636         Add icalendar-testsuite--test-diarytime-to-isotime.
1637         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1638         recent icalendar fixes.
1639         (icalendar-testsuite--test-diarytime-to-isotime): New.
1640         (icalendar-testsuite--test-create-uid): Adjust to recent
1641         icalendar changes.
1643 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1645         * bytecomp-testsuite.el: New file.
1647 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1649         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1650         Add `icalendar-testsuite--test-create-uid'.
1651         (icalendar-testsuite--test-create-uid): New.
1653 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1655         * newsticker-testsuite.el: New file.
1657 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1659         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1660         Add icalendar-testsuite--test-datestring-to-isodate,
1661         icalendar-testsuite--test-datetime-to-diary-date, and
1662         icalendar-testsuite--test-calendar-style.
1663         (icalendar-testsuite--test-format-ical-event)
1664         (icalendar-testsuite--test-parse-summary-and-rest):
1665         Doc fix.  Remove european-calendar-style.
1666         (icalendar-testsuite--get-ical-event): Doc fix.
1667         (icalendar-testsuite--test-first-weekday-of-year)
1668         (icalendar-testsuite--run-cycle-tests): Add doc string.
1669         (icalendar-testsuite--test-datestring-to-isodate)
1670         (icalendar-testsuite--test-datetime-to-diary-date)
1671         (icalendar-testsuite--test-calendar-style): New functions.
1672         (icalendar-testsuite--test-export): Handle iso date style.
1673         New arg INPUT-ISO.  Use calendar-date-style.
1674         (icalendar-testsuite--test-import): Handle iso date style.
1675         New arg EXPECTED-ISO.  Use calendar-date-style.
1676         (icalendar-testsuite--test-cycle): Handle iso date style.
1677         (icalendar-testsuite--run-import-tests)
1678         (icalendar-testsuite--run-export-tests)
1679         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1681 2008-02-29  Glenn Morris  <rgm@gnu.org>
1683         * README: New file.
1685 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1687         * icalendar-testsuite.el: New file.
1689 ;; Local Variables:
1690 ;; coding: utf-8
1691 ;; End:
1693   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1695   This file is part of GNU Emacs.
1697   GNU Emacs is free software: you can redistribute it and/or modify
1698   it under the terms of the GNU General Public License as published by
1699   the Free Software Foundation, either version 3 of the License, or
1700   (at your option) any later version.
1702   GNU Emacs is distributed in the hope that it will be useful,
1703   but WITHOUT ANY WARRANTY; without even the implied warranty of
1704   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1705   GNU General Public License for more details.
1707   You should have received a copy of the GNU General Public License
1708   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.