Fix the MSDOS build.
[emacs.git] / test / ChangeLog
blob8f203f68d5ce4cef4dcda1f52c2989734434589d
1 2014-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3         * automated/electric-tests.el: Fix spelling error in test name.
4         (whitespace-skipping-for-quotes-not-outside):
5         Rename from whitespace-skipping-for-quotes-not-ouside.
7 2014-04-09  Glenn Morris  <rgm@gnu.org>
9         * automated/python-tests.el (python-triple-quote-pairing):
10         Enable/disable electric-pair-mode as needed.
12         * automated/electric-tests.el (electric-pair-backspace-1):
13         Replace deleted function.
15 2014-04-07  João Távora  <joaotavora@gmail.com>
17         * automated/electric-tests.el (define-electric-pair-test):
18         Don't overtest.
19         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
20         (inhibit-in-mismatched-string-inside-c-comments): New test.
22         * automated/electric-tests.el (inhibit-if-strings-mismatched):
23         New test, change from `inhibit-only-of-next-is-mismatched'.
25 2014-04-06  João Távora  <joaotavora@gmail.com>
27         * automated/python-tests.el (python-triple-quote-pairing): New test.
28         (python-syntax-after-python-backspace): New test.
30         * automated/electric-tests.el (electric-pair-define-test-form):
31         More readable test docstrings.
32         (whitespace-skipping-for-quotes-not-ouside)
33         (whitespace-skipping-for-quotes-only-inside)
34         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
36 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
38         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
39         (undo-test-region-t-marker): New tests of marker adjustments.
40         (undo-test-marker-adjustment-moved):
41         (undo-test-region-mark-adjustment): New tests to demonstrate
42         bug#16818, which fail without the fix.
44 2014-03-23  Daniel Colascione  <dancol@dancol.org>
46         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
47         test: correct parsing of keyword arguments.
49 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
51         * automated/package-test.el (package-test-describe-package):
52         Fix test failure in non-graphical mode.
54 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
56         * automated/package-test.el (package-test-describe-package):
57         Check for the "Keywords: " line.
59         * automated/data/package/archive-contents: Include the :keywords
60         field in `simple-single' data form.
62 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
64         * automated/package-test.el
65         (package-test-install-two-dependencies): New test (bug#16826).
67         * automated/data/package/simple-two-depend-1.1.el: New file.
69         * automated/data/package/archive-contents:
70         Add info about the new package.
72 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
74         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
75         (tramp-test10-write-region): Extend for out-of-band copy.
76         (tramp-test31-asynchronous-requests): New test.
78 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
80         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
81         Add new test of undo in region.
82         (undo-test-in-region-eob): Add test case described at
83         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
85 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
87         * automated/tramp-tests.el (tramp--test-enabled)
88         (tramp-test15-copy-directory): No special handling of tramp-adb.el
89         anymore.  It's fixed in that package.
91 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
93         * automated/tramp-tests.el (tramp--test-enabled): Move connection
94         cleanup into this function.  Remove respective code from all test
95         cases.
96         (tramp--instrument-test-case): Declare `indent' and `debug'.
97         Handle other errors as well.
98         (tramp-test14-delete-directory): Check for `file-error' error.
99         (tramp-test15-copy-directory): Ignore return value of
100         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
101         (tramp-test19-directory-files-and-attributes): Take care of
102         timestamp of "../".
103         (tramp-test20-file-modes, tramp-test27-start-file-process)
104         (tramp-test28-shell-command): Skip for tramp-adb.el.
105         (tramp-test21-file-links): `file-truename' shall preserve trailing
106         link of directories.
107         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
108         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
109         `kill-buffer-query-functions' to nil.
110         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
112 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
114         * automated/tramp-tests.el
115         (tramp-test19-directory-files-and-attributes): Do not include
116         directories in comparison; they might have changed their
117         timestamps already.
119 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
121         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
122         (tramp-test17-insert-directory): First line could contain more
123         text, when produced by `ls-lisp'.
124         (tramp-test19-directory-files-and-attributes): Instrument failed
125         test case.
127 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
129         * automated/tramp-tests.el (tramp-test17-insert-directory):
130         Make first line "total 123" optional.
131         (tramp-test20-file-modes, tramp-test22-file-times)
132         (tramp-test26-process-file, tramp-test27-start-file-process)
133         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
134         tramp-smb.el.
135         (tramp-test20-file-modes): Check for "root" only when there is an
136         explicit user name.
137         (tramp-test21-file-links): Handle "... not supported" error.
138         (tramp-test22-file-times): Skip for "don't know" return values.
139         (tramp-test26-process-file, tramp-test28-shell-command):
140         Remove color escape sequences.
141         (tramp-test28-shell-command): Use `accept-process-output' rather
142         than `sit-for'.
143         (tramp-test30-utf8): Set coding system `utf-8'.
145 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
147         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
148         an initial `sit-for' prior the while loop.
150 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
152         Sync with Tramp 2.2.9.
154         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
155         (tramp-test28-shell-command): Make a while loop when waiting for
156         process exit.
158 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
160         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
161         and `vc-hg'.  Declare `tramp-find-executable' and
162         `tramp-get-remote-path'.
163         (tramp-test29-vc-registered): New test.
164         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
166 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
168         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
169         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
170         (tramp-test28-shell-command): Improve `shell-command' test.  Add
171         `async-shell-command' tests.
173 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
175         * automated/file-notify-tests.el (file-notify--wait-for-events):
176         Use `read-event' instead of `sit-for'.
177         (file-notify-test02-events): Remove expected result, the bug is
178         fixed meanwhile.
179         (file-notify-test02-events, file-notify-test03-autorevert):
180         Use `sleep-for' instead of `sit-for'.
182 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
184         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
185         New test.
187 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
189         * automated/file-notify-tests.el (file-notify--deftest-remote):
190         Do not skip when the local test has failed.  They are unrelated.
191         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
192         `noninteractive' to nil, otherwise `sit-for' could be degraded to
193         `sleep-for'.
194         (file-notify-test02-events): Check for `file-remote-p' instead of
195         `file-notify--test-remote-enabled'.
197 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
199         * automated/file-notify-tests.el (file-notify-test02-events):
200         Let test case fail for Bug#16519.
202 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
204         * automated/file-notify-tests.el (file-notify-test02-events):
205         Hide Bug#16519, until it is solved.
207 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
209         * automated/file-notify-tests.el
210         (file-notify--test-local-enabled): Fix error in logic.
211         (file-notify--wait-for-events): New defmacro.
212         (file-notify-test02-events): Make short breaks between file operations.
213         Use `file-notify--wait-for-events'.  Check, that events have arrived.
214         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
216         * automated/comint-testsuite.el
217         (comint-testsuite-password-strings): Add localized examples.
219 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
221         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
222         case if inotify is not linked with Emacs.  Use `read-event' rather
223         than `sit-for' in order to process events.  (Bug#13662)
225 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
227         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
228         test case with adapted test string.  (Bug#13064)
230 2013-12-28  Glenn Morris  <rgm@gnu.org>
232         * automated/electric-tests.el: Require 'elec-pair.
234 2013-12-26  João Távora  <joaotavora@gmail.com>
236         * automated/electric-tests.el (electric-pair-test-for):
237         Fix autowrapping tests in batch-mode by running with
238         `transient-mark-mode' set to `lambda'.
240         * automated/electric-tests.el: New file.
242 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
244         * automated/python-tests.el
245         (python-nav-lisp-forward-sexp-safe-1): Remove test.
246         (python-nav-forward-sexp-safe-1): New test.
248 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
250         * automated/ruby-mode-tests.el: Add tests for
251         `ruby-align-to-stmt-keywords'.
253         * indent/ruby.rb: Update examples to reflect the lack of change in
254         default indentation of `begin' blocks.
256 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
258         * indent/ruby.rb: Update examples according to the change
259         in `smie-indent-close'.
261 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
263         * indent/ruby.rb: New examples.
265 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
267         * automated/python-tests.el (python-indent-dedenters-2): New test.
269 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
271         * automated/python-tests.el (python-indent-after-comment-1)
272         (python-indent-after-comment-2): New tests.
274 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
276         * automated/python-tests.el (python-indent-block-enders-1):
277         Rename from python-indent-block-enders.
278         (python-indent-block-enders-2): New test.
280 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
282         * indent/js.js: New file.
284 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
286         * automated/dbus-tests.el: New file.
288 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
290         * automated/regexp-tests.el: New file.
292 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
294         * automated/reftex-tests.el (reftex-parse-from-file-test):
295         Run temp-dir through file-truename, to make sure the temporary file
296         names are comparable as strings.
298         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
299         Force Unix EOLs by using 'utf-8-unix', since the default of
300         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
302 2013-11-28  Glenn Morris  <rgm@gnu.org>
304         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
306 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
308         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
309         (EMACSOPT): Use $(PATH_SEP).
311 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
313         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
314         Set to nil.
316 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
318         * automated/file-notify-tests.el
319         (file-notify-test-remote-temporary-file-directory):
320         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
321         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
322         (file-notify--deftest-remote): Cleanup connection initially.
323         (file-notify-test03-autorevert): Run also in batch mode.  Use a
324         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
325         does not work on MS Windows.  Call `accept-process-output' for
326         remote files.  Apply `string-match' instead of `string-equal', the
327         messages are different on MS Windows.
329         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
330         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
331         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
333 2013-11-23  Glenn Morris  <rgm@gnu.org>
335         * automated/python-tests.el (python-shell-make-comint-1)
336         (python-shell-make-comint-2, python-shell-get-process-1):
337         Suppress creation of some temp-files.
339         * automated/python-tests.el (python-shell-parse-command-1)
340         (python-shell-make-comint-1, python-shell-make-comint-2)
341         (python-shell-get-process-1)
342         (python-shell-internal-get-or-create-process-1):
343         Skip rather than fail if prereqs not found.
345         * automated/Makefile.in (emacs):
346         Empty EMACSLOADPATH rather than unsetting.
348 2013-11-22  Glenn Morris  <rgm@gnu.org>
350         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
351         Set expected-result.
353 2013-11-21  Glenn Morris  <rgm@gnu.org>
355         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
356         (compile-main): Pass XARGS_LIMIT to xargs.
358         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
359         (EMACSOPT): Use PATH_SEPARATOR.
361 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
363         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
364         Add a failing test for Bug#15874.
365         (ruby--insert-coding-comment-ruby-style)
366         (ruby--insert-coding-comment-emacs-style)
367         (ruby--insert-coding-comment-custom-style):
368         Add a few tests for `ruby--insert-coding-comment'.
370 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
372         Improve API of recently-added bool vector functions (Bug#15912).
373         * automated/data-tests.el: Adjust to API changes.
375 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
377         * automated/tramp-tests.el (tramp-test07-file-exists-p)
378         (tramp-test08-file-local-copy)
379         (tramp-test09-insert-file-contents, tramp-test10-write-region)
380         (tramp-test11-copy-file, tramp-test12-rename-file)
381         (tramp-test13-make-directory, tramp-test14-delete-directory)
382         (tramp-test15-copy-directory, tramp-test16-directory-files)
383         (tramp-test17-insert-directory, tramp-test18-file-attributes)
384         (tramp-test19-directory-files-and-attributes)
385         (tramp-test20-file-modes, tramp-test21-file-links)
386         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
387         (tramp-test24-file-name-completion, tramp-test25-load)
388         (tramp-test26-process-file, tramp-test27-start-file-process)
389         (tramp-test28-shell-command): Cleanup connection initially.
391 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
393         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
394         connection before running the test.
396 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
398         * automated/tramp-tests.el (tramp-test15-copy-directory)
399         (tramp-test16-directory-files, tramp-test17-insert-directory)
400         (tramp-test18-file-attributes)
401         (tramp-test19-directory-files-and-attributes)
402         (tramp-test20-file-modes, tramp-test21-file-links)
403         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
404         (tramp-test24-file-name-completion, tramp-test25-load)
405         (tramp-test26-process-file, tramp-test27-start-file-process)
406         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
407         (tramp-test29-utf8): New test.
409 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
411         * automated/file-notify-tests.el (file-notify-test02-events)
412         (file-notify-test03-autorevert): Suppress messages in `write-region'.
414         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
415         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
416         (tramp-test26-process-file, tramp-test28-shell-command):
417         Ensure, that the directory is not empty when calling "ls".
419 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
421         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
422         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
423         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
424         (tramp-test09-insert-file-contents, tramp-test10-write-region)
425         (tramp-test26-process-file): Add tests.
426         (tramp-test11-copy-file): Remove debug message.
427         (tramp-test20-file-modes): Special case, if user is "root".
429 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
431         * automated/file-notify-tests.el:
432         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
433         `tramp-remote-path' when running on hydra.
434         (tramp-test07-file-exists-p): Remove instrumentation code.
435         (tramp-test26-process-file): Don't use "/bin/true" and
436         "/bin/false", these paths do not exist on hydra.
438 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
440         * automated/process-tests.el: New file.
442 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
444         * indent/ruby.rb: New examples.
446 2013-11-06  Glenn Morris  <rgm@gnu.org>
448         * automated/Makefile.in (setwins): Avoid accidental matches.
450 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
452         * automated/tramp-tests.el (tramp-test07-file-exists-p):
453         Fix docstring.  Instrument, in order to hunt failure on hydra.
455 2013-11-06  Glenn Morris  <rgm@gnu.org>
457         * automated/flymake-tests.el (warning-predicate-rx-gcc)
458         (warning-predicate-function-gcc, warning-predicate-rx-perl)
459         (warning-predicate-function-perl):
460         * automated/info-xref.el (info-xref-test-makeinfo):
461         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
462         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
464 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
466         * automated/tramp-tests.el: New file.
468 2013-11-05  Glenn Morris  <rgm@gnu.org>
470         Get rid of --chdir usage.
471         * automated/Makefile.in (EMACSOPT): Move -L here.
472         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
473         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
474         (.el.elc): No more need to pass -L here.
475         (compile-main): Get rid of sub-shell and cd.
476         (compile-clean, check): Get rid of cd.
478         Make it possible to run tests with a different working directory.
479         * automated/flymake-tests.el (flymake-tests-data-directory): New.
480         (flymake-tests--current-face): Use flymake-tests-data-directory.
481         (warning-predicate-function-gcc, warning-predicate-rx-perl)
482         (warning-predicate-function-perl): Adapt for above change.
483         * automated/zlib-tests.el (zlib-tests-data-directory): New.
484         (zlib--decompress): Use zlib-tests-data-directory.
486         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
487         Remove test that makes no sense.
489         * automated/files.el (files-test-local-variable-data):
490         Fix result typo presumably caused by interference from dir-locals.
491         (file-test--do-local-variables-test): Prevent dir-locals interfering.
493 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
495         * indent/ruby.rb: Add a statement on the line after heredoc.
496         Move a now-successful example.
498         * automated/ruby-mode-tests.el: Remove outdated comment.
500 2013-11-04  Glenn Morris  <rgm@gnu.org>
502         * automated/Makefile.in (abs_srcdir): Remove.
503         (emacs): Unset EMACSLOADPATH.
504         (.el.elc, check): Use -L to append srcdir to load-path.
506 2013-11-02  Glenn Morris  <rgm@gnu.org>
508         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
509         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
510         (abs_srcdir): New, set by configure.
511         (EMACS): Use a relative file name.
512         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
513         (lisp-compile): Remove (assume it's up-to-date).
514         (compile-main): Do not run lisp-compile.
515         (compile-main, compile-clean, compile-always, bootstrap-clean)
516         (check): Use srcdir rather than $test.  Check cd return value.
517         Use --chdir.
518         (doit, compile, compile-always): Remove stuff copied from lisp/.
519         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
521 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
523         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
524         Add a skipping test.
526 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
528         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
530         * indent/css-mode.css (.x2): Test alignement inside braces.
532 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
534         * indent/ruby.rb: New failing example.
536         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
537         Fix the test, in respect to adding the space after the curly.
539 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
541         * automated/ert-tests.el (ert-test-skip-unless): New test case.
542         (ert-test-deftest): Adapt test for changed macro expansion.
543         (ert-test-run-tests-interactively):
544         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
545         Add a skipping test.
547         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
548         (file-notify--test-local-enabled): Make it a function.  Check also
549         for `file-remote-p' of `temporary-file-directory'.
550         (file-notify--test-remote-enabled-checked): New defvar.
551         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
552         internal functions.  Cache result.
553         (file-notify--deftest-remote, file-notify-test00-availability)
554         (file-notify-test01-add-watch, file-notify-test02-events)
555         (file-notify-test03-autorevert): Add checks with `skip_unless'.
556         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
558 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
560         * indent/ruby.rb: Fix syntax error in the latest example.
562 2013-10-23  Glenn Morris  <rgm@gnu.org>
564         * automated/Makefile.in (abs_top_srcdir, top_builddir):
565         New, set by configure.
566         (top_srcdir): Remove.
567         (abs_test, abs_lispsrc): New.
568         (lisp): No longer absolute.
569         (emacs, lisp-compile, compile, compile-always):
570         Quote entities that might contain whitespace.
572 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
574         * indent/ruby.rb: Move two examples to "working" section, add one
575         more.
577 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
579         * indent/ruby.rb: New examples for indentation of blocks.
580         Example of hash inside parens that inflooped before the present commit.
582 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
584         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
585         allows another timer to run.
587 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
589         * indent/ruby.rb: More examples for bug#15594, both failing and
590         now passing.
592 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
594         * indent/ruby.rb: Add two more cases.
596 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
599         first use.
600         (ruby-should-indent): Use indent-according-to-mode.
601         (ruby-deftest-move-to-block): Use `declare'.
603 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
605         * indent/ruby.rb: Fix a spurious change, add more failing examples.
607 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
609         * indent/ruby.rb: Add a few more tests; adjust some indentation.
611 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
613         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
614         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
616         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
618 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
620         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
621         Adjust indentation of continued line to the new SMIE behavior.
623 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
625         * automated/completion-tests.el:
626         * indent/css-mode.css: New files.
628 2013-10-03  Daiki Ueno  <ueno@gnu.org>
630         * automated/data/package/signed/archive-contents:
631         * automated/data/package/signed/archive-contents.sig:
632         * automated/data/package/signed/signed-good-1.0.el:
633         * automated/data/package/signed/signed-good-1.0.el.sig:
634         * automated/data/package/signed/signed-bad-1.0.el:
635         * automated/data/package/signed/signed-bad-1.0.el.sig:
636         * automated/data/package/key.pub:
637         * automated/data/package/key.sec: New files.
639         * automated/package-test.el (package-test-update-listing)
640         (package-test-update-archives, package-test-describe-package):
641         Adjust to package.el change.
642         (package-test-signed): New test.
644 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
646         * automated/package-test.el: Update all cases to use :url instead
647         of :homepage.
649         * automated/package-x-test.el
650         (package-x-test--single-archive-entry-1-3): Same.
652 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
654         * automated/package-test.el (simple-single-desc-1-4): Remove, it
655         was unused.
656         (simple-single-desc): Expect :homepage property.
657         (multi-file-desc): Same.
658         (with-package-test): Do not save previous `default-directory'
659         value, let-bind the var instead.
660         (package-test-install-single): Expect :homepage property in the
661         generated pkg file.
662         (package-test-describe-package): Expect Homepage button.
663         (package-test-describe-non-installed-package)
664         (package-test-describe-non-installed-multi-file-package): Same.
665         (package-test-describe-not-installed-package): Remove, it was a
666         duplicate.
668         * automated/package-x-test.el
669         (package-x-test--single-archive-entry-1-3): Expect :homepage
670         property.
671         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
673         * automated/data/package/simple-single-1.3.el: Add URL header.
675         * automated/data/package/archive-contents: Add :homepage
676         properties to `simple-single' and `multi-file'.
678 2013-09-22  Daniel Colascione  <dancol@dancol.org>
680         * automated/data-tests.el:
681         (bool-vector-count-matches-all-0-nil)
682         (bool-vector-count-matches-all-0-t)
683         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
684         (bool-vector-count-matches-at, bool-vector-intersection-op)
685         (bool-vector-union-op, bool-vector-xor-op)
686         (bool-vector-set-difference-op)
687         (bool-vector-change-detection, bool-vector-not): New tests.
688         (mock-bool-vector-count-matches-at)
689         (test-bool-vector-bv-from-hex-string)
690         (test-bool-vector-to-hex-string)
691         (test-bool-vector-count-matches-at-tc)
692         (test-bool-vector-apply-mock-op)
693         (test-bool-vector-binop): New helper functions.
694         (bool-vector-test-vectors): New testcase data.
696 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
698         * automated/advice-tests.el (advice-test-called-interactively-p-around)
699         (advice-test-called-interactively-p-filter-args)
700         (advice-test-called-interactively-p-around): New tests.
702 2013-09-16  Glenn Morris  <rgm@gnu.org>
704         * automated/eshell.el (eshell-match-result):
705         Return a more informative failure than simply "false".  Update callers.
707         * automated/eshell.el (eshell-test/for-name-shadow-loop):
708         Test value before and after loop as well as during.
710 2013-09-15  Glenn Morris  <rgm@gnu.org>
712         * automated/eshell.el (eshell-test/for-name-shadow-loop):
713         New test.  (Bug#15372)
714         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
716 2013-09-13  Glenn Morris  <rgm@gnu.org>
718         * automated/eshell.el (with-temp-eshell):
719         Use a temp directory for eshell-directory-name.
720         (eshell-test-command-result): New, again using a temp directory.
721         Replace eshell-command-result with this throughout.
722         (eshell-test/for-loop, eshell-test/for-name-loop):
723         Ensure environment variables don't confuse us.
725 2013-09-12  Glenn Morris  <rgm@gnu.org>
727         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
728         due to "has a running process; kill it?" prompts.
730 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
732         * automated/eshell.el: Rename from eshell.el.
733         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
735 2013-09-01  Glenn Morris  <rgm@gnu.org>
737         * automated/Makefile.in (setwins): Avoid leading space in $wins.
738         Otherwise the sed command used by eg compile-main ends up
739         containing "/*.el".  (Bug#15170)
741 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
743         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
744         for portability to hosts where /bin/sh has problems.
746 2013-08-21  David Engster  <deng@randomsample.de>
748         * automated/eieio-tests.el, automated/eieio-test-persist.el:
749         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
750         upstream.  Changed to use ERT.
752 2013-08-14  Daniel Hackney  <dan@haxney.org>
754         * automated/package-test.el: Remove tar-package-building functions.
755         Tar file used for testing is included in the repository.
756         (package-test-install-texinfo, package-test-cleanup-built-files):
757         Remove.
759 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
761         * automated/python-tests.el (python-imenu-create-index-4)
762         (python-imenu-create-flat-index-2): New tests.
764 2013-08-05  Glenn Morris  <rgm@gnu.org>
766         * automated/mule-util.el: New file, with tests extracted from
767         lisp/international/mule-util.el.
769 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
771         * automated/advice-tests.el (advice-tests-nadvice): Test removal
772         before definition.
773         (advice-tests-macroaliases): New test.
775 2013-08-04  Glenn Morris  <rgm@gnu.org>
777         * automated/ert-tests.el: Disable failing test that no-one seems
778         to know how to fix.  (Bug#13064)
780         * automated/icalendar-tests.el (icalendar-tests--test-export)
781         (icalendar-tests--test-import): Try more precise TZ specification.
782         Remove debug messages.
784 2013-08-03  Glenn Morris  <rgm@gnu.org>
786         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
788         * automated/icalendar-tests.el (icalendar-tests--test-export)
789         (icalendar-tests--test-import):
790         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
791         (icalendar-tests--test-import): Reset zone even if error occurred.
793 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
795         * automated/core-elisp-tests.el: New file.
797 2013-08-01  Glenn Morris  <rgm@gnu.org>
799         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
800         Try to check that the remote system has a notification program.
802 2013-07-31  Glenn Morris  <rgm@gnu.org>
804         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
806 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
808         * automated/file-notify-tests.el
809         (file-notify--test-local-enabled): New defconst.  Replaces all
810         `file-notify-support' occurrences.
811         (file-notify--test-remote-enabled): New defun.
812         (file-notify--deftest-remote): Use it.
813         (file-notify-test00-availability): Rewrite.
814         (file-notify-test00-availability-remote): New defun.
815         (file-notify-test01-add-watch): Rewrite first erroneous check.
817 2013-07-23  Glenn Morris  <rgm@gnu.org>
819         * automated/inotify-test.el (inotify-file-watch-simple):
820         Delete temp-file when done.
822         * automated/subword-tests.el: Require subword.
824 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
826         * automated/subword-tests.el: New file.
828 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
830         * automated/python-tests.el (python-imenu-create-index-2)
831         (python-imenu-create-index-3): New tests.
833 2013-07-11  Glenn Morris  <rgm@gnu.org>
835         * automated/ert-tests.el: Require cl-lib at runtime too.
836         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
837         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
838         (ert-test-set-functions, ert-test-gensym)
839         (ert-test-coerce-to-vector, ert-test-string-position)
840         (ert-test-mismatch): Remove tests.
841         * automated/cl-lib.el: New, split from ert-tests.el.
843         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
844         Goto point-min.
845         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
846         (ruby-move-to-block-skips-percent-literal)
847         (ruby-move-to-block-skips-heredoc)
848         (ruby-move-to-block-moves-from-else-to-if)
849         (ruby-beginning-of-defun-does-not-fold-case)
850         (ruby-end-of-defun-skips-to-next-line-after-the-method):
851         Replace goto-line with forward-line/goto-char.
852         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
854         * automated/package-test.el (makeinfo-buffer): Autoload.
855         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
856         (package-test-install-texinfo): Don't require makeinfo.
858         * automated/files.el: Stop "local variables" confusion.
860         * automated/flymake-tests.el (flymake-tests): Remove unused group.
862         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
863         Use with-current-buffer.
865         * automated/undo-tests.el (undo-test-buffer-modified)
866         (undo-test-file-modified): New tests.
868 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
870         * automated/file-notify-tests.el (file-notify-test00-availability):
871         Set :expected-result.
872         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
873         (file-notify-test02-events, file-notify-test02-events-remote)
874         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
875         Skip when `file-notify-support' is nil.  (Bug#14823)
877 2013-07-09  Glenn Morris  <rgm@gnu.org>
879         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
880         Declare.
881         (inotify-file-watch-simple): Silence compiler.
883         * automated/python-tests.el (python-indent-block-enders):
884         Make it actually test something.
886         * automated/package-x-test.el: Require package-test when compiling.
888         * automated/add-log-tests.el, automated/advice-tests.el:
889         * automated/imenu-test.el, automated/package-x-test.el:
890         * automated/python-tests.el, automated/ruby-mode-tests.el:
891         * automated/xml-parse-tests.el: Explicitly require ert.
893 2013-07-08  Kenichi Handa  <handa@gnu.org>
895         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
896         Use with-ccoding-priority to avoid side-effect (Bug#14781).
898 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
900         * automated/file-notify-tests.el
901         (file-notify-test-remote-temporary-file-directory):
902         Use `null-device' on w32.
903         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
904         (file-notify--test-results, file-notify--test-event)
905         (file-notify--deftest-remote, file-notify--event-test)
906         (file-notify--test-event-handler)
907         (file-notify--test-make-temp-name): Rename, in order to mark them
908         internal.
909         (tramp-message-show-message, tramp-read-passwd): Tweak them for
910         better fitting in noninteractive tests.
911         (file-notify-test00-availability): Rename from `file-notify-test0'.
912         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
913         Use `temporary-file-directory '.
914         (file-notify-test01-add-watch-remote): New test.
915         (file-notify-test02-events): Rename from `file-notify-test2'.
916         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
917         (file-notify-test03-autorevert): Rename from
918         `file-notify-test4'.  Use timeouts.
919         (file-notify-test03-autorevert-remote): Rename from
920         `file-notify-test5'.
922 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
924         * automated/file-notify-tests.el: New package.
926 2013-06-28  Kenichi Handa  <handa@gnu.org>
928         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
929         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
930         Callers changed.
931         (decoder-tests-filename): New function.
932         (decoder-tests-prefer-utf-8-read)
933         (decoder-tests-prefer-utf-8-write): New function.
934         (ert-test-decoder-prefer-utf-8): New test.
936 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
938         * automated/package-x-test.el: Change the commentary.
939         (package-x-test--single-archive-entry-1-3)
940         (package-x-test--single-archive-entry-1-4): Fix the tests, by
941         using the appropriate data structure.
943 2013-06-27  Daniel Hackney  <dan@haxney.org>
945         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
947         * automated/package-x-test.el: New file.
949         * automated/package-test.el: New file.
951         * automated/data/package: New directory, with test examples.
953 2013-06-27  Glenn Morris  <rgm@gnu.org>
955         * automated/python-tests.el (python-tests-with-temp-file):
956         Clean up after ourself.
958         * automated/undo-tests.el (undo-test3): Remove test that seems to
959         do nothing that the previous one doesn't, except leave a tempfile.
961 2013-06-26  Glenn Morris  <rgm@gnu.org>
963         * automated/info-xref.el: New file.
965 2013-06-25  Glenn Morris  <rgm@gnu.org>
967         * automated/occur-tests.el (occur-test-create): New function.
968         Use it to create separate tests for each element, so we run them
969         all rather than stopping at the first error.
971 2013-06-24  Glenn Morris  <rgm@gnu.org>
973         * automated/occur-tests.el (occur-tests):
974         Update for 2013-05-29 change to occur header line.
976 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
978         Test suite for flymake.
979         * automated/flymake-tests.el:
980         * automated/flymake/warnpred/Makefile
981         * automated/flymake/warnpred/test.c
982         * automated/flymake/warnpred/test.pl: New files.
984 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
986         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
988 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
990         * automated/reftex-tests.el: New test suite for reftex.
992 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
994         * automated/ruby-mode-tests.el: New tests, for percent literals
995         and expression expansion.
997 2013-05-29  Leo Liu  <sdl.web@gmail.com>
999         * indent/octave.m: Tweak.
1001 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1003         * eshell.el: Rewrite tests using ERT.
1005 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1007         * indent/octave.m: Add tests for %!, # and ### comments.
1009 2013-05-23  Kenichi Handa  <handa@gnu.org>
1011         * automated/decoder-tests.el: New file.
1013 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1015         * indent/ruby.rb: Add multiline regexp example.
1017         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1018         (ruby-regexp-skips-over-interpolation)
1019         (ruby-regexp-continues-till-end-when-unclosed)
1020         (ruby-regexp-can-be-multiline)
1021         (ruby-interpolation-inside-percent-literal): New tests.
1023 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * indent/ruby.rb: Fix indentation after =; add more cases.
1027 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * indent/pascal.pas: Add test for mis-identified comments.
1031 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1033         * automated/imenu-test.el: New file.  (Bug#14112)
1035 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1037         * automated/python-tests.el (python-imenu-prev-index-position-1):
1038         Remove test.
1039         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1040         New tests.
1042 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1044         * automated/python-tests.el (python-nav-backward-defun-2)
1045         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1046         (python-nav-forward-defun-3): New tests.
1048 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1050         * automated/python-tests.el (python-nav-backward-defun-1)
1051         (python-nav-forward-defun-1): New tests.
1053 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1055         * automated/add-log-tests.el: New file.  (Bug#14112)
1057 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1059         * automated/python-tests.el (python-indent-block-enders): New test.
1060         (python-info-current-defun-2): Fix test.
1062 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1064         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1066 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1068         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1069         (python-tests-with-temp-file): New macro.
1070         (python-tests-shell-interpreter): New var.
1071         (python-shell-get-process-name-1)
1072         (python-shell-internal-get-process-name-1)
1073         (python-shell-parse-command-1)
1074         (python-shell-calculate-process-environment-1)
1075         (python-shell-calculate-process-environment-2)
1076         (python-shell-calculate-process-environment-3)
1077         (python-shell-calculate-exec-path-1)
1078         (python-shell-calculate-exec-path-2)
1079         (python-shell-make-comint-1)
1080         (python-shell-make-comint-2)
1081         (python-shell-get-process-1)
1082         (python-shell-get-or-create-process-1)
1083         (python-shell-internal-get-or-create-process-1): New tests.
1085 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1087         * automated/python-tests.el: New file.
1089 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1091         * automated/ruby-mode-tests.el
1092         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1093         bits inside the examples.
1094         (ruby-move-to-block-skips-heredoc): New test.
1095         (ruby-add-log-current-method-after-inner-class):
1096         Lower expectations: move point inside a method, initially.
1098 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1100         * automated/ruby-mode-tests.el
1101         (ruby-move-to-block-skips-percent-literal): New test.
1103 2013-02-04  Chong Yidong  <cyd@gnu.org>
1105         * automated/thingatpt.el: New file.
1107 2013-02-03  Chong Yidong  <cyd@gnu.org>
1109         * automated/files.el (file-test--do-local-variables-test):
1110         Avoid compilation warning message.
1112 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1114         * automated/ruby-mode-tests.el
1115         (ruby-indent-spread-args-in-parens): New test.
1116         * automated/ruby-mode-tests.el (ruby-block-test-example):
1117         Break indentation of the do block opener and add a line inside it.
1118         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1119         Adjust line numbers.
1121 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1123         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1125 2013-01-14  Glenn Morris  <rgm@gnu.org>
1127         * automated/compile-tests.el (compile-tests--test-regexps-data):
1128         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1130 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1132         * automated/man-tests.el: New file.
1134 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1136         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1138 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1140         * automated/undo-tests.el: New file.
1142 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1144         * automated/ruby-mode-tests.el
1145         (ruby-indent-after-block-in-continued-expression): New test.
1147 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1149         * automated/ruby-mode-tests.el:
1150         Rename one interpolation test; add three more.
1151         (ruby-with-temp-buffer): New macro, use it where appropriate.
1152         (ruby-add-log-current-method-examples): Use "_" for target point.
1153         Add four new tests for ruby-add-log-current-method.
1155 2012-12-11  Glenn Morris  <rgm@gnu.org>
1157         * automated/f90.el (f90-test-bug13138): New test.
1159 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1161         * automated/inotify-test.el: New test.
1163 2012-12-02  Chong Yidong  <cyd@gnu.org>
1165         * automated/ruby-mode-tests.el
1166         (ruby-add-log-current-method-examples): Don't use loop macro, to
1167         allow automated testing to work.
1169 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1171         * automated/advice-tests.el (advice-tests--data): Remove.
1172         (advice-tests): Move the tests directly here instead.
1173         Add called-interactively-p tests.
1175 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1177         * automated/ert-x-tests.el: Use cl-lib.
1178         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1180 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1182         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1183         (ruby-indent-inside-heredoc-after-operator)
1184         (ruby-indent-inside-heredoc-after-space): New tests.
1185         Change direct font-lock face references to var references.
1186         (ruby-interpolation-suppresses-syntax-inside): New test.
1187         (ruby-interpolation-inside-percent-literal-with-paren):
1188         New failing test.
1190 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1192         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1193         (ruby-singleton-class-no-heredoc-font-lock)
1194         (ruby-add-log-current-method-examples): New tests.
1195         (ruby-test-string): Extract from ruby-should-indent-buffer.
1196         (ruby-deftest-move-to-block): New macro.
1197         Add several move-to-block tests.
1199 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1201         * automated/advice-tests.el: New tests.
1203 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1205         * automated/compile-tests.el (compile-tests--test-regexps-data):
1206         Add new data for msft's new format.
1208 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1210         * automated/ruby-mode-tests.el:
1211         (ruby-toggle-block-to-multiline): New test.
1212         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1213         (ruby-toggle-block-to-brace): Use buffer-string.
1215 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1217         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1219 2012-08-28  Chong Yidong  <cyd@gnu.org>
1221         * automated/files.el: Test every combination of values for
1222         enable-local-variables and enable-local-eval.
1224 2012-08-19  Chong Yidong  <cyd@gnu.org>
1226         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1228 2012-08-18  Chong Yidong  <cyd@gnu.org>
1230         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1232 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1234         * indent/ruby.rb: Rearrange examples, add new ones.
1236 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1238         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1239         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1241 2012-08-11  Glenn Morris  <rgm@gnu.org>
1243         * automated/files.el: New file.
1245         * automated/Makefile.in (all): Fix typo.
1247 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1249         * automated/ruby-mode-tests.el (ruby-should-indent):
1250         Add docstring, check (current-indentation) instead of (current-column).
1251         (ruby-should-indent-buffer): New function.
1252         Add tests for `ruby-deep-indent-paren' behavior.
1253         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1255 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1257         Original tests in test_ruby_mode.rb in upstream (author).
1259 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1261         * automated/ruby-mode-tests.el (ruby-should-indent)
1262         (ruby-assert-state): New functions.
1263         Add new tests.
1265 2012-07-29  David Engster  <deng@randomsample.de>
1267         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1268         New variable to hold test data for name expansion.
1269         (xml-parse-tests): Test the two different types of name expansion.
1271 2012-07-29  Juri Linkov  <juri@jurta.org>
1273         * automated/occur-tests.el (occur-test-case): Use predefined
1274         buffer name " *test-occur*" instead of a random buffer name.
1276 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1278         * automated/ruby-mode-tests.el: New file with one test.
1280 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1282         * indent/shell.sh: Add test case for ${#VAR}.
1284         * indent/latex-mode.tex: New file.
1286 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1288         * eshell.el: Use cl-lib.
1290 2012-07-03  Chong Yidong  <cyd@gnu.org>
1292         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1294 2012-07-02  Chong Yidong  <cyd@gnu.org>
1296         * automated/xml-parse-tests.el (xml-parse-tests--data):
1297         More testcases.
1299 2012-07-01  Chong Yidong  <cyd@gnu.org>
1301         * automated/xml-parse-tests.el: New file.
1303 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1305         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1306         Use cl-flet.
1308 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1310         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1311         Test escaped commas in TZID (Bug#11473).
1312         (icalendar-import-with-timezone): New.
1313         (icalendar-real-world): Add new testcase as given in the bugreport
1314         of Bug#11473.
1316 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1318         * automated/icalendar-tests.el (icalendar-tests--test-import):
1319         Include UID in import tests (Bug#11525).
1320         (icalendar-import-non-recurring, icalendar-import-rrule)
1321         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1322         UID-import change.
1323         (icalendar-import-with-uid): New.
1324         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1325         Include UID in cycle tests.
1326         (icalendar-cycle, icalendar-real-world): UID-import change.
1328 2012-05-21  Glenn Morris  <rgm@gnu.org>
1330         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1332 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1334         * automated/url-util-tests.el: New file to test
1335         lisp/url/url-util.el.  Only `url-build-query-string' and
1336         `url-parse-query-string' are tested right now (Bug#8706).
1338 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1340         * indent/shell.sh:
1341         * indent/shell.rc: Ad some test cases.
1343 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1345         * indent/ruby.rb: New file, to test new syntax-propertize code.
1347 2012-04-11  Glenn Morris  <rgm@gnu.org>
1349         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1351 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1353         * automated/url-future-tests.el (url-future-tests): Move from
1354         lisp/url/url-future.el and rename.
1356 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1358         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1359         Fix broken test, caused by missing trailing blank.
1361 2011-12-03  Chong Yidong  <cyd@gnu.org>
1363         * automated/compile-tests.el (compile-tests--test-regexps-data):
1364         Increase column numbers by one to reflect change in how
1365         compilation-message is recorded (Bug#10172).
1367 2011-11-22  Glenn Morris  <rgm@gnu.org>
1369         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1371 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1373         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1375 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1377         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1378         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1379         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1381 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1383         * automated/newsticker-tests.el
1384         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1385         newsticker--treeview-tree-update.
1387 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1389         * automated/newsticker-tests.el
1390         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1392         * automated/newsticker-tests.el
1393         (newsticker--group-manage-orphan-feeds): Prevent updating
1394         newsticker treeview.  Fixed bug#9763.
1396 2011-10-20  Glenn Morris  <rgm@gnu.org>
1398         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1400         * automated/vc-bzr.el: New file.
1402 2011-10-15  Glenn Morris  <rgm@gnu.org>
1404         * automated/f90.el: New file.
1406 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1408         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1409         to automated/newsticker-tests.el.  Convert to ERT.
1411 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1413         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1414         Remove, simply use string=.
1415         (icalendar--diarytime-to-isotime)
1416         (icalendar--datetime-to-diary-date)
1417         (icalendar--datestring-to-isodate)
1418         (icalendar--format-ical-event)
1419         (icalendar--parse-summary-and-rest)
1420         (icalendar-tests--do-test-import)
1421         (icalendar-tests--do-test-cycle): Change argument order of
1422         string= to EXPECTED ACTUAL.
1423         (icalendar--import-format-sample)
1424         (icalendar--format-ical-event)
1425         (icalendar-import-non-recurring)
1426         (icalendar-import-rrule)
1427         (icalendar-import-duration)
1428         (icalendar-import-bug-6766)
1429         (icalendar-real-world): Adjust to string= instead of
1430         icalendar-tests--compare-strings.
1431         (icalendar-import-multiple-vcalendars): New.
1433 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1435         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1436         Require CL.
1438 2011-05-09  Juri Linkov  <juri@jurta.org>
1440         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1441         Convert to ERT.
1443 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1445         * automated/compile-tests.el: New file.
1447 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1449         * automated/font-parse-tests.el: Don't byte-compile.
1451         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1453 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1455         * automated/lexbind-tests.el: New file.
1457 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1459         * Version 23.3 released.
1461 2011-03-05  Glenn Morris  <rgm@gnu.org>
1463         * eshell.el: Move here from lisp/eshell/esh-test.el.
1465 2011-03-03  Christian Ohler  <ohler@gnu.org>
1467         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1468         New test.
1470 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1472         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1473         convert to ERT format.
1475 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1477         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1478         convert to ERT format.
1480 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1482         * indent/shell.sh:
1483         * indent/shell.rc: New files.
1485 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1487         * automated/font-parse-tests.el: Move from
1488         font-parse-testsuite.el.
1490 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1492         * font-parse-testsuite.el (test-font-parse-data): New file.
1494 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1496         * indent/prolog.prolog: Add tokenizing tests.
1498 2011-01-13  Christian Ohler  <ohler@gnu.org>
1500         * automated: New directory for automated tests.
1502         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1504         * automated/Makefile.in: New file.
1506 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1508         * indent/modula2.mod: New file.
1510 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * indent/octave.m: Add a test to ensure indentation is local.
1514 2010-10-23  Glenn Morris  <rgm@gnu.org>
1516         * comint-testsuite.el
1517         (comint-testsuite--test-comint-password-prompt-regexp):
1518         Add "Please enter the password".  (Bug#7224)
1520 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         * indent/prolog.prolog: Use normal spacing around !.
1524 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1526         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1528 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1530         * indent/octave.m: Remove some `fixindent' not needed any more.
1532 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         * indent/octave.m: New file.
1536 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1538         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1539         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1540         (icalendar-testsuite--run-internal-tests): New.
1541         (icalendar-testsuite--test-convert-ordinary-to-ical)
1542         (icalendar-testsuite--test-convert-block-to-ical)
1543         (icalendar-testsuite--test-convert-anniversary-to-ical)
1544         (icalendar-testsuite--test-parse-vtimezone)
1545         (icalendar-testsuite--do-test-export): Code formatting.
1546         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1547         (icalendar-testsuite--do-test-import)
1548         (icalendar-testsuite--do-test-cycle):
1549         Use icalendar-testsuite--compare-strings
1550         (icalendar-testsuite--run-import-tests): Comment added.
1551         (icalendar-testsuite--run-import-tests)
1552         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1554 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1556         * redisplay-testsuite.el (test-redisplay-3): New test.
1558 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1560         * comint-testsuite.el: New file.
1562 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1564         * indent: New dir.
1566 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1568         * Version 23.2 released.
1570 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1572         * cedet/semantic-ia-utest.el
1573         (semantic-symref-test-count-hits-in-tag): Add function, from
1574         semantic-test.el.
1576         * cedet/tests/test.cpp:
1577         * cedet/tests/test.py:
1578         * cedet/tests/teststruct.cpp:
1579         * cedet/tests/testtemplates.cpp:
1580         * cedet/tests/testusing.cpp:
1581         * cedet/tests/scopetest.cpp:
1582         * cedet/tests/scopetest.java: Files deleted.
1584         * cedet/tests/test.make:
1585         * cedet/tests/test.c:
1586         * cedet/tests/testjavacomp.java:
1587         * cedet/tests/testspp.c:
1588         * cedet/tests/testsppreplace.c:
1589         * cedet/tests/testsppreplaced.c:
1590         * cedet/tests/testsubclass.cpp:
1591         * cedet/tests/testsubclass.hh:
1592         * cedet/tests/testtypedefs.cpp:
1593         * cedet/tests/testvarnames.c:
1594         * cedet/tests/test.el:
1595         * cedet/tests/testdoublens.cpp:
1596         * cedet/tests/testdoublens.hpp: Add copyright header.
1598         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1599         Remove reference to deleted files.
1601 2010-03-30  Juri Linkov  <juri@jurta.org>
1603         * occur-testsuite.el (occur-tests): Add tests for context lines.
1605 2010-03-23  Juri Linkov  <juri@jurta.org>
1607         * occur-testsuite.el: New file.
1609 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1611         * Branch for 23.2.
1613 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1615         * icalendar-testsuite.el
1616         (icalendar-testsuite--run-function-tests): Add new tests.
1617         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1618         testcase.
1619         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1620         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1621         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1622         (icalendar-testsuite--test-convert-block-to-ical): New.
1623         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1624         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1626 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1628         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1629         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1630         Fix typos in docstrings and error messages.
1631         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1633 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1635         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1636         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1637         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1639 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1641         * icalendar-testsuite.el
1642         (icalendar-testsuite--run-function-tests):
1643         Add icalendar-testsuite--test-parse-vtimezone.
1644         (icalendar-testsuite--test-parse-vtimezone): New.
1645         (icalendar-testsuite--do-test-cycle): Doc changes.
1646         (icalendar-testsuite--run-real-world-tests): Remove trailing
1647         whitespace -- see change of icalendar--add-diary-entry in
1648         icalendar.el.
1649         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1651 2009-09-30  Glenn Morris  <rgm@gnu.org>
1653         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1655 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1657         * cedet/*: New unit tests, from CEDET repository.
1659 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1661         * redisplay-testsuite.el: New file.
1663 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1665         * Branch for 23.1.
1667 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1669         * icalendar-testsuite.el
1670         (icalendar-testsuite--run-function-tests):
1671         Add icalendar-testsuite--test-diarytime-to-isotime.
1672         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1673         recent icalendar fixes.
1674         (icalendar-testsuite--test-diarytime-to-isotime): New.
1675         (icalendar-testsuite--test-create-uid): Adjust to recent
1676         icalendar changes.
1678 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1680         * bytecomp-testsuite.el: New file.
1682 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1684         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1685         Add `icalendar-testsuite--test-create-uid'.
1686         (icalendar-testsuite--test-create-uid): New.
1688 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1690         * newsticker-testsuite.el: New file.
1692 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1694         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1695         Add icalendar-testsuite--test-datestring-to-isodate,
1696         icalendar-testsuite--test-datetime-to-diary-date, and
1697         icalendar-testsuite--test-calendar-style.
1698         (icalendar-testsuite--test-format-ical-event)
1699         (icalendar-testsuite--test-parse-summary-and-rest):
1700         Doc fix.  Remove european-calendar-style.
1701         (icalendar-testsuite--get-ical-event): Doc fix.
1702         (icalendar-testsuite--test-first-weekday-of-year)
1703         (icalendar-testsuite--run-cycle-tests): Add doc string.
1704         (icalendar-testsuite--test-datestring-to-isodate)
1705         (icalendar-testsuite--test-datetime-to-diary-date)
1706         (icalendar-testsuite--test-calendar-style): New functions.
1707         (icalendar-testsuite--test-export): Handle iso date style.
1708         New arg INPUT-ISO.  Use calendar-date-style.
1709         (icalendar-testsuite--test-import): Handle iso date style.
1710         New arg EXPECTED-ISO.  Use calendar-date-style.
1711         (icalendar-testsuite--test-cycle): Handle iso date style.
1712         (icalendar-testsuite--run-import-tests)
1713         (icalendar-testsuite--run-export-tests)
1714         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1716 2008-02-29  Glenn Morris  <rgm@gnu.org>
1718         * README: New file.
1720 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1722         * icalendar-testsuite.el: New file.
1724 ;; Local Variables:
1725 ;; coding: utf-8
1726 ;; End:
1728   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1730   This file is part of GNU Emacs.
1732   GNU Emacs is free software: you can redistribute it and/or modify
1733   it under the terms of the GNU General Public License as published by
1734   the Free Software Foundation, either version 3 of the License, or
1735   (at your option) any later version.
1737   GNU Emacs is distributed in the hope that it will be useful,
1738   but WITHOUT ANY WARRANTY; without even the implied warranty of
1739   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1740   GNU General Public License for more details.
1742   You should have received a copy of the GNU General Public License
1743   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.