* lisp/emacs-lisp/package.el (package-show-package-list): If the buffer
[emacs.git] / test / ChangeLog
blob15677e764681b2ca6cc8afb3b2b315dcf41cb84b
1 2014-03-23  Daniel Colascione  <dancol@dancol.org>
3         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
4         test: correct parsing of keyword arguments.
6 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
8         * automated/package-test.el (package-test-describe-package):
9         Fix test failure in non-graphical mode.
11 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
13         * automated/package-test.el (package-test-describe-package):
14         Check for the "Keywords: " line.
16         * automated/data/package/archive-contents: Include the :keywords
17         field in `simple-single' data form.
19 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
21         * automated/package-test.el
22         (package-test-install-two-dependencies): New test (bug#16826).
24         * automated/data/package/simple-two-depend-1.1.el: New file.
26         * automated/data/package/archive-contents:
27         Add info about the new package.
29 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
31         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
32         (tramp-test10-write-region): Extend for out-of-band copy.
33         (tramp-test31-asynchronous-requests): New test.
35 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
37         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
38         Add new test of undo in region.
39         (undo-test-in-region-eob): Add test case described at
40         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
42 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
44         * automated/tramp-tests.el (tramp--test-enabled)
45         (tramp-test15-copy-directory): No special handling of tramp-adb.el
46         anymore.  It's fixed in that package.
48 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
50         * automated/tramp-tests.el (tramp--test-enabled): Move connection
51         cleanup into this function.  Remove respective code from all test
52         cases.
53         (tramp--instrument-test-case): Declare `indent' and `debug'.
54         Handle other errors as well.
55         (tramp-test14-delete-directory): Check for `file-error' error.
56         (tramp-test15-copy-directory): Ignore return value of
57         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
58         (tramp-test19-directory-files-and-attributes): Take care of
59         timestamp of "../".
60         (tramp-test20-file-modes, tramp-test27-start-file-process)
61         (tramp-test28-shell-command): Skip for tramp-adb.el.
62         (tramp-test21-file-links): `file-truename' shall preserve trailing
63         link of directories.
64         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
65         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
66         `kill-buffer-query-functions' to nil.
67         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
69 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
71         * automated/tramp-tests.el
72         (tramp-test19-directory-files-and-attributes): Do not include
73         directories in comparison; they might have changed their
74         timestamps already.
76 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
78         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
79         (tramp-test17-insert-directory): First line could contain more
80         text, when produced by `ls-lisp'.
81         (tramp-test19-directory-files-and-attributes): Instrument failed
82         test case.
84 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
86         * automated/tramp-tests.el (tramp-test17-insert-directory):
87         Make first line "total 123" optional.
88         (tramp-test20-file-modes, tramp-test22-file-times)
89         (tramp-test26-process-file, tramp-test27-start-file-process)
90         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
91         tramp-smb.el.
92         (tramp-test20-file-modes): Check for "root" only when there is an
93         explicit user name.
94         (tramp-test21-file-links): Handle "... not supported" error.
95         (tramp-test22-file-times): Skip for "don't know" return values.
96         (tramp-test26-process-file, tramp-test28-shell-command):
97         Remove color escape sequences.
98         (tramp-test28-shell-command): Use `accept-process-output' rather
99         than `sit-for'.
100         (tramp-test30-utf8): Set coding system `utf-8'.
102 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
104         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
105         an initial `sit-for' prior the while loop.
107 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
109         Sync with Tramp 2.2.9.
111         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
112         (tramp-test28-shell-command): Make a while loop when waiting for
113         process exit.
115 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
117         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
118         and `vc-hg'.  Declare `tramp-find-executable' and
119         `tramp-get-remote-path'.
120         (tramp-test29-vc-registered): New test.
121         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
123 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
125         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
126         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
127         (tramp-test28-shell-command): Improve `shell-command' test.  Add
128         `async-shell-command' tests.
130 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
132         * automated/file-notify-tests.el (file-notify--wait-for-events):
133         Use `read-event' instead of `sit-for'.
134         (file-notify-test02-events): Remove expected result, the bug is
135         fixed meanwhile.
136         (file-notify-test02-events, file-notify-test03-autorevert):
137         Use `sleep-for' instead of `sit-for'.
139 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
141         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
142         New test.
144 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
146         * automated/file-notify-tests.el (file-notify--deftest-remote):
147         Do not skip when the local test has failed.  They are unrelated.
148         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
149         `noninteractive' to nil, otherwise `sit-for' could be degraded to
150         `sleep-for'.
151         (file-notify-test02-events): Check for `file-remote-p' instead of
152         `file-notify--test-remote-enabled'.
154 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
156         * automated/file-notify-tests.el (file-notify-test02-events):
157         Let test case fail for Bug#16519.
159 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
161         * automated/file-notify-tests.el (file-notify-test02-events):
162         Hide Bug#16519, until it is solved.
164 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
166         * automated/file-notify-tests.el
167         (file-notify--test-local-enabled): Fix error in logic.
168         (file-notify--wait-for-events): New defmacro.
169         (file-notify-test02-events): Make short breaks between file operations.
170         Use `file-notify--wait-for-events'.  Check, that events have arrived.
171         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
173         * automated/comint-testsuite.el
174         (comint-testsuite-password-strings): Add localized examples.
176 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
178         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
179         case if inotify is not linked with Emacs.  Use `read-event' rather
180         than `sit-for' in order to process events.  (Bug#13662)
182 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
184         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
185         test case with adapted test string.  (Bug#13064)
187 2013-12-28  Glenn Morris  <rgm@gnu.org>
189         * automated/electric-tests.el: Require 'elec-pair.
191 2013-12-26  João Távora  <joaotavora@gmail.com>
193         * automated/electric-tests.el (electric-pair-test-for):
194         Fix autowrapping tests in batch-mode by running with
195         `transient-mark-mode' set to `lambda'.
197         * automated/electric-tests.el: New file.
199 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
201         * automated/python-tests.el
202         (python-nav-lisp-forward-sexp-safe-1): Remove test.
203         (python-nav-forward-sexp-safe-1): New test.
205 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
207         * automated/ruby-mode-tests.el: Add tests for
208         `ruby-align-to-stmt-keywords'.
210         * indent/ruby.rb: Update examples to reflect the lack of change in
211         default indentation of `begin' blocks.
213 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
215         * indent/ruby.rb: Update examples according to the change
216         in `smie-indent-close'.
218 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
220         * indent/ruby.rb: New examples.
222 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
224         * automated/python-tests.el (python-indent-dedenters-2): New test.
226 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
228         * automated/python-tests.el (python-indent-after-comment-1)
229         (python-indent-after-comment-2): New tests.
231 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
233         * automated/python-tests.el (python-indent-block-enders-1):
234         Rename from python-indent-block-enders.
235         (python-indent-block-enders-2): New test.
237 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
239         * indent/js.js: New file.
241 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
243         * automated/dbus-tests.el: New file.
245 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * automated/regexp-tests.el: New file.
249 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
251         * automated/reftex-tests.el (reftex-parse-from-file-test):
252         Run temp-dir through file-truename, to make sure the temporary file
253         names are comparable as strings.
255         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
256         Force Unix EOLs by using 'utf-8-unix', since the default of
257         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
259 2013-11-28  Glenn Morris  <rgm@gnu.org>
261         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
263 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
265         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
266         (EMACSOPT): Use $(PATH_SEP).
268 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
270         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
271         Set to nil.
273 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
275         * automated/file-notify-tests.el
276         (file-notify-test-remote-temporary-file-directory):
277         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
278         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
279         (file-notify--deftest-remote): Cleanup connection initially.
280         (file-notify-test03-autorevert): Run also in batch mode.  Use a
281         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
282         does not work on MS Windows.  Call `accept-process-output' for
283         remote files.  Apply `string-match' instead of `string-equal', the
284         messages are different on MS Windows.
286         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
287         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
288         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
290 2013-11-23  Glenn Morris  <rgm@gnu.org>
292         * automated/python-tests.el (python-shell-make-comint-1)
293         (python-shell-make-comint-2, python-shell-get-process-1):
294         Suppress creation of some temp-files.
296         * automated/python-tests.el (python-shell-parse-command-1)
297         (python-shell-make-comint-1, python-shell-make-comint-2)
298         (python-shell-get-process-1)
299         (python-shell-internal-get-or-create-process-1):
300         Skip rather than fail if prereqs not found.
302         * automated/Makefile.in (emacs):
303         Empty EMACSLOADPATH rather than unsetting.
305 2013-11-22  Glenn Morris  <rgm@gnu.org>
307         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
308         Set expected-result.
310 2013-11-21  Glenn Morris  <rgm@gnu.org>
312         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
313         (compile-main): Pass XARGS_LIMIT to xargs.
315         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
316         (EMACSOPT): Use PATH_SEPARATOR.
318 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
320         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
321         Add a failing test for Bug#15874.
322         (ruby--insert-coding-comment-ruby-style)
323         (ruby--insert-coding-comment-emacs-style)
324         (ruby--insert-coding-comment-custom-style):
325         Add a few tests for `ruby--insert-coding-comment'.
327 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
329         Improve API of recently-added bool vector functions (Bug#15912).
330         * automated/data-tests.el: Adjust to API changes.
332 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
334         * automated/tramp-tests.el (tramp-test07-file-exists-p)
335         (tramp-test08-file-local-copy)
336         (tramp-test09-insert-file-contents, tramp-test10-write-region)
337         (tramp-test11-copy-file, tramp-test12-rename-file)
338         (tramp-test13-make-directory, tramp-test14-delete-directory)
339         (tramp-test15-copy-directory, tramp-test16-directory-files)
340         (tramp-test17-insert-directory, tramp-test18-file-attributes)
341         (tramp-test19-directory-files-and-attributes)
342         (tramp-test20-file-modes, tramp-test21-file-links)
343         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
344         (tramp-test24-file-name-completion, tramp-test25-load)
345         (tramp-test26-process-file, tramp-test27-start-file-process)
346         (tramp-test28-shell-command): Cleanup connection initially.
348 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
350         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
351         connection before running the test.
353 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
355         * automated/tramp-tests.el (tramp-test15-copy-directory)
356         (tramp-test16-directory-files, tramp-test17-insert-directory)
357         (tramp-test18-file-attributes)
358         (tramp-test19-directory-files-and-attributes)
359         (tramp-test20-file-modes, tramp-test21-file-links)
360         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
361         (tramp-test24-file-name-completion, tramp-test25-load)
362         (tramp-test26-process-file, tramp-test27-start-file-process)
363         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
364         (tramp-test29-utf8): New test.
366 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
368         * automated/file-notify-tests.el (file-notify-test02-events)
369         (file-notify-test03-autorevert): Suppress messages in `write-region'.
371         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
372         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
373         (tramp-test26-process-file, tramp-test28-shell-command):
374         Ensure, that the directory is not empty when calling "ls".
376 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
378         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
379         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
380         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
381         (tramp-test09-insert-file-contents, tramp-test10-write-region)
382         (tramp-test26-process-file): Add tests.
383         (tramp-test11-copy-file): Remove debug message.
384         (tramp-test20-file-modes): Special case, if user is "root".
386 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
388         * automated/file-notify-tests.el:
389         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
390         `tramp-remote-path' when running on hydra.
391         (tramp-test07-file-exists-p): Remove instrumentation code.
392         (tramp-test26-process-file): Don't use "/bin/true" and
393         "/bin/false", these paths do not exist on hydra.
395 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
397         * automated/process-tests.el: New file.
399 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
401         * indent/ruby.rb: New examples.
403 2013-11-06  Glenn Morris  <rgm@gnu.org>
405         * automated/Makefile.in (setwins): Avoid accidental matches.
407 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
409         * automated/tramp-tests.el (tramp-test07-file-exists-p):
410         Fix docstring.  Instrument, in order to hunt failure on hydra.
412 2013-11-06  Glenn Morris  <rgm@gnu.org>
414         * automated/flymake-tests.el (warning-predicate-rx-gcc)
415         (warning-predicate-function-gcc, warning-predicate-rx-perl)
416         (warning-predicate-function-perl):
417         * automated/info-xref.el (info-xref-test-makeinfo):
418         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
419         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
421 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
423         * automated/tramp-tests.el: New file.
425 2013-11-05  Glenn Morris  <rgm@gnu.org>
427         Get rid of --chdir usage.
428         * automated/Makefile.in (EMACSOPT): Move -L here.
429         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
430         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
431         (.el.elc): No more need to pass -L here.
432         (compile-main): Get rid of sub-shell and cd.
433         (compile-clean, check): Get rid of cd.
435         Make it possible to run tests with a different working directory.
436         * automated/flymake-tests.el (flymake-tests-data-directory): New.
437         (flymake-tests--current-face): Use flymake-tests-data-directory.
438         (warning-predicate-function-gcc, warning-predicate-rx-perl)
439         (warning-predicate-function-perl): Adapt for above change.
440         * automated/zlib-tests.el (zlib-tests-data-directory): New.
441         (zlib--decompress): Use zlib-tests-data-directory.
443         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
444         Remove test that makes no sense.
446         * automated/files.el (files-test-local-variable-data):
447         Fix result typo presumably caused by interference from dir-locals.
448         (file-test--do-local-variables-test): Prevent dir-locals interfering.
450 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
452         * indent/ruby.rb: Add a statement on the line after heredoc.
453         Move a now-successful example.
455         * automated/ruby-mode-tests.el: Remove outdated comment.
457 2013-11-04  Glenn Morris  <rgm@gnu.org>
459         * automated/Makefile.in (abs_srcdir): Remove.
460         (emacs): Unset EMACSLOADPATH.
461         (.el.elc, check): Use -L to append srcdir to load-path.
463 2013-11-02  Glenn Morris  <rgm@gnu.org>
465         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
466         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
467         (abs_srcdir): New, set by configure.
468         (EMACS): Use a relative file name.
469         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
470         (lisp-compile): Remove (assume it's up-to-date).
471         (compile-main): Do not run lisp-compile.
472         (compile-main, compile-clean, compile-always, bootstrap-clean)
473         (check): Use srcdir rather than $test.  Check cd return value.
474         Use --chdir.
475         (doit, compile, compile-always): Remove stuff copied from lisp/.
476         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
478 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
480         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
481         Add a skipping test.
483 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
485         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
487         * indent/css-mode.css (.x2): Test alignement inside braces.
489 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
491         * indent/ruby.rb: New failing example.
493         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
494         Fix the test, in respect to adding the space after the curly.
496 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
498         * automated/ert-tests.el (ert-test-skip-unless): New test case.
499         (ert-test-deftest): Adapt test for changed macro expansion.
500         (ert-test-run-tests-interactively):
501         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
502         Add a skipping test.
504         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
505         (file-notify--test-local-enabled): Make it a function.  Check also
506         for `file-remote-p' of `temporary-file-directory'.
507         (file-notify--test-remote-enabled-checked): New defvar.
508         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
509         internal functions.  Cache result.
510         (file-notify--deftest-remote, file-notify-test00-availability)
511         (file-notify-test01-add-watch, file-notify-test02-events)
512         (file-notify-test03-autorevert): Add checks with `skip_unless'.
513         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
515 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
517         * indent/ruby.rb: Fix syntax error in the latest example.
519 2013-10-23  Glenn Morris  <rgm@gnu.org>
521         * automated/Makefile.in (abs_top_srcdir, top_builddir):
522         New, set by configure.
523         (top_srcdir): Remove.
524         (abs_test, abs_lispsrc): New.
525         (lisp): No longer absolute.
526         (emacs, lisp-compile, compile, compile-always):
527         Quote entities that might contain whitespace.
529 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
531         * indent/ruby.rb: Move two examples to "working" section, add one
532         more.
534 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
536         * indent/ruby.rb: New examples for indentation of blocks.
537         Example of hash inside parens that inflooped before the present commit.
539 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
541         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
542         allows another timer to run.
544 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
546         * indent/ruby.rb: More examples for bug#15594, both failing and
547         now passing.
549 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
551         * indent/ruby.rb: Add two more cases.
553 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
555         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
556         first use.
557         (ruby-should-indent): Use indent-according-to-mode.
558         (ruby-deftest-move-to-block): Use `declare'.
560 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
562         * indent/ruby.rb: Fix a spurious change, add more failing examples.
564 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
566         * indent/ruby.rb: Add a few more tests; adjust some indentation.
568 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
570         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
571         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
573         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
575 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
577         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
578         Adjust indentation of continued line to the new SMIE behavior.
580 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
582         * automated/completion-tests.el:
583         * indent/css-mode.css: New files.
585 2013-10-03  Daiki Ueno  <ueno@gnu.org>
587         * automated/data/package/signed/archive-contents:
588         * automated/data/package/signed/archive-contents.sig:
589         * automated/data/package/signed/signed-good-1.0.el:
590         * automated/data/package/signed/signed-good-1.0.el.sig:
591         * automated/data/package/signed/signed-bad-1.0.el:
592         * automated/data/package/signed/signed-bad-1.0.el.sig:
593         * automated/data/package/key.pub:
594         * automated/data/package/key.sec: New files.
596         * automated/package-test.el (package-test-update-listing)
597         (package-test-update-archives, package-test-describe-package):
598         Adjust to package.el change.
599         (package-test-signed): New test.
601 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
603         * automated/package-test.el: Update all cases to use :url instead
604         of :homepage.
606         * automated/package-x-test.el
607         (package-x-test--single-archive-entry-1-3): Same.
609 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
611         * automated/package-test.el (simple-single-desc-1-4): Remove, it
612         was unused.
613         (simple-single-desc): Expect :homepage property.
614         (multi-file-desc): Same.
615         (with-package-test): Do not save previous `default-directory'
616         value, let-bind the var instead.
617         (package-test-install-single): Expect :homepage property in the
618         generated pkg file.
619         (package-test-describe-package): Expect Homepage button.
620         (package-test-describe-non-installed-package)
621         (package-test-describe-non-installed-multi-file-package): Same.
622         (package-test-describe-not-installed-package): Remove, it was a
623         duplicate.
625         * automated/package-x-test.el
626         (package-x-test--single-archive-entry-1-3): Expect :homepage
627         property.
628         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
630         * automated/data/package/simple-single-1.3.el: Add URL header.
632         * automated/data/package/archive-contents: Add :homepage
633         properties to `simple-single' and `multi-file'.
635 2013-09-22  Daniel Colascione  <dancol@dancol.org>
637         * automated/data-tests.el:
638         (bool-vector-count-matches-all-0-nil)
639         (bool-vector-count-matches-all-0-t)
640         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
641         (bool-vector-count-matches-at, bool-vector-intersection-op)
642         (bool-vector-union-op, bool-vector-xor-op)
643         (bool-vector-set-difference-op)
644         (bool-vector-change-detection, bool-vector-not): New tests.
645         (mock-bool-vector-count-matches-at)
646         (test-bool-vector-bv-from-hex-string)
647         (test-bool-vector-to-hex-string)
648         (test-bool-vector-count-matches-at-tc)
649         (test-bool-vector-apply-mock-op)
650         (test-bool-vector-binop): New helper functions.
651         (bool-vector-test-vectors): New testcase data.
653 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
655         * automated/advice-tests.el (advice-test-called-interactively-p-around)
656         (advice-test-called-interactively-p-filter-args)
657         (advice-test-called-interactively-p-around): New tests.
659 2013-09-16  Glenn Morris  <rgm@gnu.org>
661         * automated/eshell.el (eshell-match-result):
662         Return a more informative failure than simply "false".  Update callers.
664         * automated/eshell.el (eshell-test/for-name-shadow-loop):
665         Test value before and after loop as well as during.
667 2013-09-15  Glenn Morris  <rgm@gnu.org>
669         * automated/eshell.el (eshell-test/for-name-shadow-loop):
670         New test.  (Bug#15372)
671         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
673 2013-09-13  Glenn Morris  <rgm@gnu.org>
675         * automated/eshell.el (with-temp-eshell):
676         Use a temp directory for eshell-directory-name.
677         (eshell-test-command-result): New, again using a temp directory.
678         Replace eshell-command-result with this throughout.
679         (eshell-test/for-loop, eshell-test/for-name-loop):
680         Ensure environment variables don't confuse us.
682 2013-09-12  Glenn Morris  <rgm@gnu.org>
684         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
685         due to "has a running process; kill it?" prompts.
687 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
689         * automated/eshell.el: Rename from eshell.el.
690         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
692 2013-09-01  Glenn Morris  <rgm@gnu.org>
694         * automated/Makefile.in (setwins): Avoid leading space in $wins.
695         Otherwise the sed command used by eg compile-main ends up
696         containing "/*.el".  (Bug#15170)
698 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
700         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
701         for portability to hosts where /bin/sh has problems.
703 2013-08-21  David Engster  <deng@randomsample.de>
705         * automated/eieio-tests.el, automated/eieio-test-persist.el:
706         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
707         upstream.  Changed to use ERT.
709 2013-08-14  Daniel Hackney  <dan@haxney.org>
711         * automated/package-test.el: Remove tar-package-building functions.
712         Tar file used for testing is included in the repository.
713         (package-test-install-texinfo, package-test-cleanup-built-files):
714         Remove.
716 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
718         * automated/python-tests.el (python-imenu-create-index-4)
719         (python-imenu-create-flat-index-2): New tests.
721 2013-08-05  Glenn Morris  <rgm@gnu.org>
723         * automated/mule-util.el: New file, with tests extracted from
724         lisp/international/mule-util.el.
726 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
728         * automated/advice-tests.el (advice-tests-nadvice): Test removal
729         before definition.
730         (advice-tests-macroaliases): New test.
732 2013-08-04  Glenn Morris  <rgm@gnu.org>
734         * automated/ert-tests.el: Disable failing test that no-one seems
735         to know how to fix.  (Bug#13064)
737         * automated/icalendar-tests.el (icalendar-tests--test-export)
738         (icalendar-tests--test-import): Try more precise TZ specification.
739         Remove debug messages.
741 2013-08-03  Glenn Morris  <rgm@gnu.org>
743         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
745         * automated/icalendar-tests.el (icalendar-tests--test-export)
746         (icalendar-tests--test-import):
747         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
748         (icalendar-tests--test-import): Reset zone even if error occurred.
750 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
752         * automated/core-elisp-tests.el: New file.
754 2013-08-01  Glenn Morris  <rgm@gnu.org>
756         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
757         Try to check that the remote system has a notification program.
759 2013-07-31  Glenn Morris  <rgm@gnu.org>
761         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
763 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
765         * automated/file-notify-tests.el
766         (file-notify--test-local-enabled): New defconst.  Replaces all
767         `file-notify-support' occurrences.
768         (file-notify--test-remote-enabled): New defun.
769         (file-notify--deftest-remote): Use it.
770         (file-notify-test00-availability): Rewrite.
771         (file-notify-test00-availability-remote): New defun.
772         (file-notify-test01-add-watch): Rewrite first erroneous check.
774 2013-07-23  Glenn Morris  <rgm@gnu.org>
776         * automated/inotify-test.el (inotify-file-watch-simple):
777         Delete temp-file when done.
779         * automated/subword-tests.el: Require subword.
781 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * automated/subword-tests.el: New file.
785 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
787         * automated/python-tests.el (python-imenu-create-index-2)
788         (python-imenu-create-index-3): New tests.
790 2013-07-11  Glenn Morris  <rgm@gnu.org>
792         * automated/ert-tests.el: Require cl-lib at runtime too.
793         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
794         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
795         (ert-test-set-functions, ert-test-gensym)
796         (ert-test-coerce-to-vector, ert-test-string-position)
797         (ert-test-mismatch): Remove tests.
798         * automated/cl-lib.el: New, split from ert-tests.el.
800         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
801         Goto point-min.
802         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
803         (ruby-move-to-block-skips-percent-literal)
804         (ruby-move-to-block-skips-heredoc)
805         (ruby-move-to-block-moves-from-else-to-if)
806         (ruby-beginning-of-defun-does-not-fold-case)
807         (ruby-end-of-defun-skips-to-next-line-after-the-method):
808         Replace goto-line with forward-line/goto-char.
809         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
811         * automated/package-test.el (makeinfo-buffer): Autoload.
812         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
813         (package-test-install-texinfo): Don't require makeinfo.
815         * automated/files.el: Stop "local variables" confusion.
817         * automated/flymake-tests.el (flymake-tests): Remove unused group.
819         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
820         Use with-current-buffer.
822         * automated/undo-tests.el (undo-test-buffer-modified)
823         (undo-test-file-modified): New tests.
825 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
827         * automated/file-notify-tests.el (file-notify-test00-availability):
828         Set :expected-result.
829         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
830         (file-notify-test02-events, file-notify-test02-events-remote)
831         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
832         Skip when `file-notify-support' is nil.  (Bug#14823)
834 2013-07-09  Glenn Morris  <rgm@gnu.org>
836         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
837         Declare.
838         (inotify-file-watch-simple): Silence compiler.
840         * automated/python-tests.el (python-indent-block-enders):
841         Make it actually test something.
843         * automated/package-x-test.el: Require package-test when compiling.
845         * automated/add-log-tests.el, automated/advice-tests.el:
846         * automated/imenu-test.el, automated/package-x-test.el:
847         * automated/python-tests.el, automated/ruby-mode-tests.el:
848         * automated/xml-parse-tests.el: Explicitly require ert.
850 2013-07-08  Kenichi Handa  <handa@gnu.org>
852         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
853         Use with-ccoding-priority to avoid side-effect (Bug#14781).
855 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
857         * automated/file-notify-tests.el
858         (file-notify-test-remote-temporary-file-directory):
859         Use `null-device' on w32.
860         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
861         (file-notify--test-results, file-notify--test-event)
862         (file-notify--deftest-remote, file-notify--event-test)
863         (file-notify--test-event-handler)
864         (file-notify--test-make-temp-name): Rename, in order to mark them
865         internal.
866         (tramp-message-show-message, tramp-read-passwd): Tweak them for
867         better fitting in noninteractive tests.
868         (file-notify-test00-availability): Rename from `file-notify-test0'.
869         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
870         Use `temporary-file-directory '.
871         (file-notify-test01-add-watch-remote): New test.
872         (file-notify-test02-events): Rename from `file-notify-test2'.
873         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
874         (file-notify-test03-autorevert): Rename from
875         `file-notify-test4'.  Use timeouts.
876         (file-notify-test03-autorevert-remote): Rename from
877         `file-notify-test5'.
879 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
881         * automated/file-notify-tests.el: New package.
883 2013-06-28  Kenichi Handa  <handa@gnu.org>
885         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
886         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
887         Callers changed.
888         (decoder-tests-filename): New function.
889         (decoder-tests-prefer-utf-8-read)
890         (decoder-tests-prefer-utf-8-write): New function.
891         (ert-test-decoder-prefer-utf-8): New test.
893 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
895         * automated/package-x-test.el: Change the commentary.
896         (package-x-test--single-archive-entry-1-3)
897         (package-x-test--single-archive-entry-1-4): Fix the tests, by
898         using the appropriate data structure.
900 2013-06-27  Daniel Hackney  <dan@haxney.org>
902         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
904         * automated/package-x-test.el: New file.
906         * automated/package-test.el: New file.
908         * automated/data/package: New directory, with test examples.
910 2013-06-27  Glenn Morris  <rgm@gnu.org>
912         * automated/python-tests.el (python-tests-with-temp-file):
913         Clean up after ourself.
915         * automated/undo-tests.el (undo-test3): Remove test that seems to
916         do nothing that the previous one doesn't, except leave a tempfile.
918 2013-06-26  Glenn Morris  <rgm@gnu.org>
920         * automated/info-xref.el: New file.
922 2013-06-25  Glenn Morris  <rgm@gnu.org>
924         * automated/occur-tests.el (occur-test-create): New function.
925         Use it to create separate tests for each element, so we run them
926         all rather than stopping at the first error.
928 2013-06-24  Glenn Morris  <rgm@gnu.org>
930         * automated/occur-tests.el (occur-tests):
931         Update for 2013-05-29 change to occur header line.
933 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
935         Test suite for flymake.
936         * automated/flymake-tests.el:
937         * automated/flymake/warnpred/Makefile
938         * automated/flymake/warnpred/test.c
939         * automated/flymake/warnpred/test.pl: New files.
941 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
943         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
945 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
947         * automated/reftex-tests.el: New test suite for reftex.
949 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
951         * automated/ruby-mode-tests.el: New tests, for percent literals
952         and expression expansion.
954 2013-05-29  Leo Liu  <sdl.web@gmail.com>
956         * indent/octave.m: Tweak.
958 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
960         * eshell.el: Rewrite tests using ERT.
962 2013-05-25  Leo Liu  <sdl.web@gmail.com>
964         * indent/octave.m: Add tests for %!, # and ### comments.
966 2013-05-23  Kenichi Handa  <handa@gnu.org>
968         * automated/decoder-tests.el: New file.
970 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
972         * indent/ruby.rb: Add multiline regexp example.
974         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
975         (ruby-regexp-skips-over-interpolation)
976         (ruby-regexp-continues-till-end-when-unclosed)
977         (ruby-regexp-can-be-multiline)
978         (ruby-interpolation-inside-percent-literal): New tests.
980 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * indent/ruby.rb: Fix indentation after =; add more cases.
984 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
986         * indent/pascal.pas: Add test for mis-identified comments.
988 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
990         * automated/imenu-test.el: New file.  (Bug#14112)
992 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
994         * automated/python-tests.el (python-imenu-prev-index-position-1):
995         Remove test.
996         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
997         New tests.
999 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1001         * automated/python-tests.el (python-nav-backward-defun-2)
1002         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1003         (python-nav-forward-defun-3): New tests.
1005 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1007         * automated/python-tests.el (python-nav-backward-defun-1)
1008         (python-nav-forward-defun-1): New tests.
1010 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1012         * automated/add-log-tests.el: New file.  (Bug#14112)
1014 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1016         * automated/python-tests.el (python-indent-block-enders): New test.
1017         (python-info-current-defun-2): Fix test.
1019 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1021         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1023 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1025         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1026         (python-tests-with-temp-file): New macro.
1027         (python-tests-shell-interpreter): New var.
1028         (python-shell-get-process-name-1)
1029         (python-shell-internal-get-process-name-1)
1030         (python-shell-parse-command-1)
1031         (python-shell-calculate-process-environment-1)
1032         (python-shell-calculate-process-environment-2)
1033         (python-shell-calculate-process-environment-3)
1034         (python-shell-calculate-exec-path-1)
1035         (python-shell-calculate-exec-path-2)
1036         (python-shell-make-comint-1)
1037         (python-shell-make-comint-2)
1038         (python-shell-get-process-1)
1039         (python-shell-get-or-create-process-1)
1040         (python-shell-internal-get-or-create-process-1): New tests.
1042 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1044         * automated/python-tests.el: New file.
1046 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1048         * automated/ruby-mode-tests.el
1049         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1050         bits inside the examples.
1051         (ruby-move-to-block-skips-heredoc): New test.
1052         (ruby-add-log-current-method-after-inner-class):
1053         Lower expectations: move point inside a method, initially.
1055 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1057         * automated/ruby-mode-tests.el
1058         (ruby-move-to-block-skips-percent-literal): New test.
1060 2013-02-04  Chong Yidong  <cyd@gnu.org>
1062         * automated/thingatpt.el: New file.
1064 2013-02-03  Chong Yidong  <cyd@gnu.org>
1066         * automated/files.el (file-test--do-local-variables-test):
1067         Avoid compilation warning message.
1069 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1071         * automated/ruby-mode-tests.el
1072         (ruby-indent-spread-args-in-parens): New test.
1073         * automated/ruby-mode-tests.el (ruby-block-test-example):
1074         Break indentation of the do block opener and add a line inside it.
1075         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1076         Adjust line numbers.
1078 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1080         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1082 2013-01-14  Glenn Morris  <rgm@gnu.org>
1084         * automated/compile-tests.el (compile-tests--test-regexps-data):
1085         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1087 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1089         * automated/man-tests.el: New file.
1091 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1093         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1095 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1097         * automated/undo-tests.el: New file.
1099 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1101         * automated/ruby-mode-tests.el
1102         (ruby-indent-after-block-in-continued-expression): New test.
1104 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1106         * automated/ruby-mode-tests.el:
1107         Rename one interpolation test; add three more.
1108         (ruby-with-temp-buffer): New macro, use it where appropriate.
1109         (ruby-add-log-current-method-examples): Use "_" for target point.
1110         Add four new tests for ruby-add-log-current-method.
1112 2012-12-11  Glenn Morris  <rgm@gnu.org>
1114         * automated/f90.el (f90-test-bug13138): New test.
1116 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1118         * automated/inotify-test.el: New test.
1120 2012-12-02  Chong Yidong  <cyd@gnu.org>
1122         * automated/ruby-mode-tests.el
1123         (ruby-add-log-current-method-examples): Don't use loop macro, to
1124         allow automated testing to work.
1126 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * automated/advice-tests.el (advice-tests--data): Remove.
1129         (advice-tests): Move the tests directly here instead.
1130         Add called-interactively-p tests.
1132 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1134         * automated/ert-x-tests.el: Use cl-lib.
1135         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1137 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1139         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1140         (ruby-indent-inside-heredoc-after-operator)
1141         (ruby-indent-inside-heredoc-after-space): New tests.
1142         Change direct font-lock face references to var references.
1143         (ruby-interpolation-suppresses-syntax-inside): New test.
1144         (ruby-interpolation-inside-percent-literal-with-paren):
1145         New failing test.
1147 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1149         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1150         (ruby-singleton-class-no-heredoc-font-lock)
1151         (ruby-add-log-current-method-examples): New tests.
1152         (ruby-test-string): Extract from ruby-should-indent-buffer.
1153         (ruby-deftest-move-to-block): New macro.
1154         Add several move-to-block tests.
1156 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1158         * automated/advice-tests.el: New tests.
1160 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1162         * automated/compile-tests.el (compile-tests--test-regexps-data):
1163         Add new data for msft's new format.
1165 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1167         * automated/ruby-mode-tests.el:
1168         (ruby-toggle-block-to-multiline): New test.
1169         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1170         (ruby-toggle-block-to-brace): Use buffer-string.
1172 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1174         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1176 2012-08-28  Chong Yidong  <cyd@gnu.org>
1178         * automated/files.el: Test every combination of values for
1179         enable-local-variables and enable-local-eval.
1181 2012-08-19  Chong Yidong  <cyd@gnu.org>
1183         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1185 2012-08-18  Chong Yidong  <cyd@gnu.org>
1187         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1189 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1191         * indent/ruby.rb: Rearrange examples, add new ones.
1193 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1195         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1196         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1198 2012-08-11  Glenn Morris  <rgm@gnu.org>
1200         * automated/files.el: New file.
1202         * automated/Makefile.in (all): Fix typo.
1204 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1206         * automated/ruby-mode-tests.el (ruby-should-indent):
1207         Add docstring, check (current-indentation) instead of (current-column).
1208         (ruby-should-indent-buffer): New function.
1209         Add tests for `ruby-deep-indent-paren' behavior.
1210         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1212 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1214         Original tests in test_ruby_mode.rb in upstream (author).
1216 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1218         * automated/ruby-mode-tests.el (ruby-should-indent)
1219         (ruby-assert-state): New functions.
1220         Add new tests.
1222 2012-07-29  David Engster  <deng@randomsample.de>
1224         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1225         New variable to hold test data for name expansion.
1226         (xml-parse-tests): Test the two different types of name expansion.
1228 2012-07-29  Juri Linkov  <juri@jurta.org>
1230         * automated/occur-tests.el (occur-test-case): Use predefined
1231         buffer name " *test-occur*" instead of a random buffer name.
1233 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1235         * automated/ruby-mode-tests.el: New file with one test.
1237 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * indent/shell.sh: Add test case for ${#VAR}.
1241         * indent/latex-mode.tex: New file.
1243 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * eshell.el: Use cl-lib.
1247 2012-07-03  Chong Yidong  <cyd@gnu.org>
1249         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1251 2012-07-02  Chong Yidong  <cyd@gnu.org>
1253         * automated/xml-parse-tests.el (xml-parse-tests--data):
1254         More testcases.
1256 2012-07-01  Chong Yidong  <cyd@gnu.org>
1258         * automated/xml-parse-tests.el: New file.
1260 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1263         Use cl-flet.
1265 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1267         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1268         Test escaped commas in TZID (Bug#11473).
1269         (icalendar-import-with-timezone): New.
1270         (icalendar-real-world): Add new testcase as given in the bugreport
1271         of Bug#11473.
1273 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1275         * automated/icalendar-tests.el (icalendar-tests--test-import):
1276         Include UID in import tests (Bug#11525).
1277         (icalendar-import-non-recurring, icalendar-import-rrule)
1278         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1279         UID-import change.
1280         (icalendar-import-with-uid): New.
1281         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1282         Include UID in cycle tests.
1283         (icalendar-cycle, icalendar-real-world): UID-import change.
1285 2012-05-21  Glenn Morris  <rgm@gnu.org>
1287         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1289 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1291         * automated/url-util-tests.el: New file to test
1292         lisp/url/url-util.el.  Only `url-build-query-string' and
1293         `url-parse-query-string' are tested right now (Bug#8706).
1295 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * indent/shell.sh:
1298         * indent/shell.rc: Ad some test cases.
1300 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1302         * indent/ruby.rb: New file, to test new syntax-propertize code.
1304 2012-04-11  Glenn Morris  <rgm@gnu.org>
1306         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1308 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1310         * automated/url-future-tests.el (url-future-tests): Move from
1311         lisp/url/url-future.el and rename.
1313 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1315         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1316         Fix broken test, caused by missing trailing blank.
1318 2011-12-03  Chong Yidong  <cyd@gnu.org>
1320         * automated/compile-tests.el (compile-tests--test-regexps-data):
1321         Increase column numbers by one to reflect change in how
1322         compilation-message is recorded (Bug#10172).
1324 2011-11-22  Glenn Morris  <rgm@gnu.org>
1326         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1328 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1330         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1332 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1334         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1335         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1336         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1338 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1340         * automated/newsticker-tests.el
1341         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1342         newsticker--treeview-tree-update.
1344 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1346         * automated/newsticker-tests.el
1347         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1349         * automated/newsticker-tests.el
1350         (newsticker--group-manage-orphan-feeds): Prevent updating
1351         newsticker treeview.  Fixed bug#9763.
1353 2011-10-20  Glenn Morris  <rgm@gnu.org>
1355         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1357         * automated/vc-bzr.el: New file.
1359 2011-10-15  Glenn Morris  <rgm@gnu.org>
1361         * automated/f90.el: New file.
1363 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1365         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1366         to automated/newsticker-tests.el.  Convert to ERT.
1368 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1370         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1371         Remove, simply use string=.
1372         (icalendar--diarytime-to-isotime)
1373         (icalendar--datetime-to-diary-date)
1374         (icalendar--datestring-to-isodate)
1375         (icalendar--format-ical-event)
1376         (icalendar--parse-summary-and-rest)
1377         (icalendar-tests--do-test-import)
1378         (icalendar-tests--do-test-cycle): Change argument order of
1379         string= to EXPECTED ACTUAL.
1380         (icalendar--import-format-sample)
1381         (icalendar--format-ical-event)
1382         (icalendar-import-non-recurring)
1383         (icalendar-import-rrule)
1384         (icalendar-import-duration)
1385         (icalendar-import-bug-6766)
1386         (icalendar-real-world): Adjust to string= instead of
1387         icalendar-tests--compare-strings.
1388         (icalendar-import-multiple-vcalendars): New.
1390 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1392         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1393         Require CL.
1395 2011-05-09  Juri Linkov  <juri@jurta.org>
1397         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1398         Convert to ERT.
1400 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1402         * automated/compile-tests.el: New file.
1404 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1406         * automated/font-parse-tests.el: Don't byte-compile.
1408         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1410 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1412         * automated/lexbind-tests.el: New file.
1414 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1416         * Version 23.3 released.
1418 2011-03-05  Glenn Morris  <rgm@gnu.org>
1420         * eshell.el: Move here from lisp/eshell/esh-test.el.
1422 2011-03-03  Christian Ohler  <ohler@gnu.org>
1424         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1425         New test.
1427 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1429         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1430         convert to ERT format.
1432 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1434         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1435         convert to ERT format.
1437 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1439         * indent/shell.sh:
1440         * indent/shell.rc: New files.
1442 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1444         * automated/font-parse-tests.el: Move from
1445         font-parse-testsuite.el.
1447 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1449         * font-parse-testsuite.el (test-font-parse-data): New file.
1451 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1453         * indent/prolog.prolog: Add tokenizing tests.
1455 2011-01-13  Christian Ohler  <ohler@gnu.org>
1457         * automated: New directory for automated tests.
1459         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1461         * automated/Makefile.in: New file.
1463 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1465         * indent/modula2.mod: New file.
1467 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1469         * indent/octave.m: Add a test to ensure indentation is local.
1471 2010-10-23  Glenn Morris  <rgm@gnu.org>
1473         * comint-testsuite.el
1474         (comint-testsuite--test-comint-password-prompt-regexp):
1475         Add "Please enter the password".  (Bug#7224)
1477 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1479         * indent/prolog.prolog: Use normal spacing around !.
1481 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1483         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1485 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1487         * indent/octave.m: Remove some `fixindent' not needed any more.
1489 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1491         * indent/octave.m: New file.
1493 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1495         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1496         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1497         (icalendar-testsuite--run-internal-tests): New.
1498         (icalendar-testsuite--test-convert-ordinary-to-ical)
1499         (icalendar-testsuite--test-convert-block-to-ical)
1500         (icalendar-testsuite--test-convert-anniversary-to-ical)
1501         (icalendar-testsuite--test-parse-vtimezone)
1502         (icalendar-testsuite--do-test-export): Code formatting.
1503         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1504         (icalendar-testsuite--do-test-import)
1505         (icalendar-testsuite--do-test-cycle):
1506         Use icalendar-testsuite--compare-strings
1507         (icalendar-testsuite--run-import-tests): Comment added.
1508         (icalendar-testsuite--run-import-tests)
1509         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1511 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1513         * redisplay-testsuite.el (test-redisplay-3): New test.
1515 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1517         * comint-testsuite.el: New file.
1519 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1521         * indent: New dir.
1523 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1525         * Version 23.2 released.
1527 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1529         * cedet/semantic-ia-utest.el
1530         (semantic-symref-test-count-hits-in-tag): Add function, from
1531         semantic-test.el.
1533         * cedet/tests/test.cpp:
1534         * cedet/tests/test.py:
1535         * cedet/tests/teststruct.cpp:
1536         * cedet/tests/testtemplates.cpp:
1537         * cedet/tests/testusing.cpp:
1538         * cedet/tests/scopetest.cpp:
1539         * cedet/tests/scopetest.java: Files deleted.
1541         * cedet/tests/test.make:
1542         * cedet/tests/test.c:
1543         * cedet/tests/testjavacomp.java:
1544         * cedet/tests/testspp.c:
1545         * cedet/tests/testsppreplace.c:
1546         * cedet/tests/testsppreplaced.c:
1547         * cedet/tests/testsubclass.cpp:
1548         * cedet/tests/testsubclass.hh:
1549         * cedet/tests/testtypedefs.cpp:
1550         * cedet/tests/testvarnames.c:
1551         * cedet/tests/test.el:
1552         * cedet/tests/testdoublens.cpp:
1553         * cedet/tests/testdoublens.hpp: Add copyright header.
1555         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1556         Remove reference to deleted files.
1558 2010-03-30  Juri Linkov  <juri@jurta.org>
1560         * occur-testsuite.el (occur-tests): Add tests for context lines.
1562 2010-03-23  Juri Linkov  <juri@jurta.org>
1564         * occur-testsuite.el: New file.
1566 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1568         * Branch for 23.2.
1570 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1572         * icalendar-testsuite.el
1573         (icalendar-testsuite--run-function-tests): Add new tests.
1574         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1575         testcase.
1576         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1577         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1578         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1579         (icalendar-testsuite--test-convert-block-to-ical): New.
1580         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1581         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1583 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1585         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1586         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1587         Fix typos in docstrings and error messages.
1588         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1590 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1592         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1593         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1594         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1596 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1598         * icalendar-testsuite.el
1599         (icalendar-testsuite--run-function-tests):
1600         Add icalendar-testsuite--test-parse-vtimezone.
1601         (icalendar-testsuite--test-parse-vtimezone): New.
1602         (icalendar-testsuite--do-test-cycle): Doc changes.
1603         (icalendar-testsuite--run-real-world-tests): Remove trailing
1604         whitespace -- see change of icalendar--add-diary-entry in
1605         icalendar.el.
1606         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1608 2009-09-30  Glenn Morris  <rgm@gnu.org>
1610         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1612 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1614         * cedet/*: New unit tests, from CEDET repository.
1616 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1618         * redisplay-testsuite.el: New file.
1620 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1622         * Branch for 23.1.
1624 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1626         * icalendar-testsuite.el
1627         (icalendar-testsuite--run-function-tests):
1628         Add icalendar-testsuite--test-diarytime-to-isotime.
1629         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1630         recent icalendar fixes.
1631         (icalendar-testsuite--test-diarytime-to-isotime): New.
1632         (icalendar-testsuite--test-create-uid): Adjust to recent
1633         icalendar changes.
1635 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1637         * bytecomp-testsuite.el: New file.
1639 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1641         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1642         Add `icalendar-testsuite--test-create-uid'.
1643         (icalendar-testsuite--test-create-uid): New.
1645 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1647         * newsticker-testsuite.el: New file.
1649 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1651         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1652         Add icalendar-testsuite--test-datestring-to-isodate,
1653         icalendar-testsuite--test-datetime-to-diary-date, and
1654         icalendar-testsuite--test-calendar-style.
1655         (icalendar-testsuite--test-format-ical-event)
1656         (icalendar-testsuite--test-parse-summary-and-rest):
1657         Doc fix.  Remove european-calendar-style.
1658         (icalendar-testsuite--get-ical-event): Doc fix.
1659         (icalendar-testsuite--test-first-weekday-of-year)
1660         (icalendar-testsuite--run-cycle-tests): Add doc string.
1661         (icalendar-testsuite--test-datestring-to-isodate)
1662         (icalendar-testsuite--test-datetime-to-diary-date)
1663         (icalendar-testsuite--test-calendar-style): New functions.
1664         (icalendar-testsuite--test-export): Handle iso date style.
1665         New arg INPUT-ISO.  Use calendar-date-style.
1666         (icalendar-testsuite--test-import): Handle iso date style.
1667         New arg EXPECTED-ISO.  Use calendar-date-style.
1668         (icalendar-testsuite--test-cycle): Handle iso date style.
1669         (icalendar-testsuite--run-import-tests)
1670         (icalendar-testsuite--run-export-tests)
1671         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1673 2008-02-29  Glenn Morris  <rgm@gnu.org>
1675         * README: New file.
1677 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1679         * icalendar-testsuite.el: New file.
1681 ;; Local Variables:
1682 ;; coding: utf-8
1683 ;; End:
1685   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1687   This file is part of GNU Emacs.
1689   GNU Emacs is free software: you can redistribute it and/or modify
1690   it under the terms of the GNU General Public License as published by
1691   the Free Software Foundation, either version 3 of the License, or
1692   (at your option) any later version.
1694   GNU Emacs is distributed in the hope that it will be useful,
1695   but WITHOUT ANY WARRANTY; without even the implied warranty of
1696   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1697   GNU General Public License for more details.
1699   You should have received a copy of the GNU General Public License
1700   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.