* automated/tramp-tests.el
[emacs.git] / test / ChangeLog
blobcf246b7eda95b00da998993f77437c43d1dd388a
1 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
3         * automated/tramp-tests.el
4         (tramp-test19-directory-files-and-attributes): Do not include
5         directories in comparison; they might have changed their
6         timestamps already.
8 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
10         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
11         (tramp-test17-insert-directory): First line could contain more
12         text, when produced by `ls-lisp'.
13         (tramp-test19-directory-files-and-attributes): Instrument failed
14         test case.
16 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
18         * automated/tramp-tests.el (tramp-test17-insert-directory):
19         Make first line "total 123" optional.
20         (tramp-test20-file-modes, tramp-test22-file-times)
21         (tramp-test26-process-file, tramp-test27-start-file-process)
22         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
23         tramp-smb.el.
24         (tramp-test20-file-modes): Check for "root" only when there is an
25         explicit user name.
26         (tramp-test21-file-links): Handle "... not supported" error.
27         (tramp-test22-file-times): Skip for "don't know" return values.
28         (tramp-test26-process-file, tramp-test28-shell-command):
29         Remove color escape sequences.
30         (tramp-test28-shell-command): Use `accept-process-output' rather
31         than `sit-for'.
32         (tramp-test30-utf8): Set coding system `utf-8'.
34 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
36         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
37         an initial `sit-for' prior the while loop.
39 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
41         Sync with Tramp 2.2.9.
43         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
44         (tramp-test28-shell-command): Make a while loop when waiting for
45         process exit.
47 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
49         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
50         and `vc-hg'.  Declare `tramp-find-executable' and
51         `tramp-get-remote-path'.
52         (tramp-test29-vc-registered): New test.
53         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
55 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
57         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
58         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
59         (tramp-test28-shell-command): Improve `shell-command' test.  Add
60         `async-shell-command' tests.
62 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
64         * automated/file-notify-tests.el (file-notify--wait-for-events):
65         Use `read-event' instead of `sit-for'.
66         (file-notify-test02-events): Remove expected result, the bug is
67         fixed meanwhile.
68         (file-notify-test02-events, file-notify-test03-autorevert):
69         Use `sleep-for' instead of `sit-for'.
71 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
73         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
74         New test.
76 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
78         * automated/file-notify-tests.el (file-notify--deftest-remote):
79         Do not skip when the local test has failed.  They are unrelated.
80         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
81         `noninteractive' to nil, otherwise `sit-for' could be degraded to
82         `sleep-for'.
83         (file-notify-test02-events): Check for `file-remote-p' instead of
84         `file-notify--test-remote-enabled'.
86 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
88         * automated/file-notify-tests.el (file-notify-test02-events):
89         Let test case fail for Bug#16519.
91 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
93         * automated/file-notify-tests.el (file-notify-test02-events):
94         Hide Bug#16519, until it is solved.
96 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
98         * automated/file-notify-tests.el
99         (file-notify--test-local-enabled): Fix error in logic.
100         (file-notify--wait-for-events): New defmacro.
101         (file-notify-test02-events): Make short breaks between file operations.
102         Use `file-notify--wait-for-events'.  Check, that events have arrived.
103         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
105         * automated/comint-testsuite.el
106         (comint-testsuite-password-strings): Add localized examples.
108 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
110         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
111         case if inotify is not linked with Emacs.  Use `read-event' rather
112         than `sit-for' in order to process events.  (Bug#13662)
114 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
116         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
117         test case with adapted test string.  (Bug#13064)
119 2013-12-28  Glenn Morris  <rgm@gnu.org>
121         * automated/electric-tests.el: Require 'elec-pair.
123 2013-12-26  João Távora  <joaotavora@gmail.com>
125         * automated/electric-tests.el (electric-pair-test-for):
126         Fix autowrapping tests in batch-mode by running with
127         `transient-mark-mode' set to `lambda'.
129         * automated/electric-tests.el: New file.
131 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
133         * automated/python-tests.el
134         (python-nav-lisp-forward-sexp-safe-1): Remove test.
135         (python-nav-forward-sexp-safe-1): New test.
137 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
139         * automated/ruby-mode-tests.el: Add tests for
140         `ruby-align-to-stmt-keywords'.
142         * indent/ruby.rb: Update examples to reflect the lack of change in
143         default indentation of `begin' blocks.
145 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
147         * indent/ruby.rb: Update examples according to the change
148         in `smie-indent-close'.
150 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
152         * indent/ruby.rb: New examples.
154 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
156         * automated/python-tests.el (python-indent-dedenters-2): New test.
158 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
160         * automated/python-tests.el (python-indent-after-comment-1)
161         (python-indent-after-comment-2): New tests.
163 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
165         * automated/python-tests.el (python-indent-block-enders-1):
166         Rename from python-indent-block-enders.
167         (python-indent-block-enders-2): New test.
169 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
171         * indent/js.js: New file.
173 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
175         * automated/dbus-tests.el: New file.
177 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
179         * automated/regexp-tests.el: New file.
181 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
183         * automated/reftex-tests.el (reftex-parse-from-file-test):
184         Run temp-dir through file-truename, to make sure the temporary file
185         names are comparable as strings.
187         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
188         Force Unix EOLs by using 'utf-8-unix', since the default of
189         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
191 2013-11-28  Glenn Morris  <rgm@gnu.org>
193         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
195 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
197         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
198         (EMACSOPT): Use $(PATH_SEP).
200 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
202         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
203         Set to nil.
205 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
207         * automated/file-notify-tests.el
208         (file-notify-test-remote-temporary-file-directory):
209         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
210         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
211         (file-notify--deftest-remote): Cleanup connection initially.
212         (file-notify-test03-autorevert): Run also in batch mode.  Use a
213         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
214         does not work on MS Windows.  Call `accept-process-output' for
215         remote files.  Apply `string-match' instead of `string-equal', the
216         messages are different on MS Windows.
218         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
219         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
220         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
222 2013-11-23  Glenn Morris  <rgm@gnu.org>
224         * automated/python-tests.el (python-shell-make-comint-1)
225         (python-shell-make-comint-2, python-shell-get-process-1):
226         Suppress creation of some temp-files.
228         * automated/python-tests.el (python-shell-parse-command-1)
229         (python-shell-make-comint-1, python-shell-make-comint-2)
230         (python-shell-get-process-1)
231         (python-shell-internal-get-or-create-process-1):
232         Skip rather than fail if prereqs not found.
234         * automated/Makefile.in (emacs):
235         Empty EMACSLOADPATH rather than unsetting.
237 2013-11-22  Glenn Morris  <rgm@gnu.org>
239         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
240         Set expected-result.
242 2013-11-21  Glenn Morris  <rgm@gnu.org>
244         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
245         (compile-main): Pass XARGS_LIMIT to xargs.
247         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
248         (EMACSOPT): Use PATH_SEPARATOR.
250 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
252         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
253         Add a failing test for Bug#15874.
254         (ruby--insert-coding-comment-ruby-style)
255         (ruby--insert-coding-comment-emacs-style)
256         (ruby--insert-coding-comment-custom-style):
257         Add a few tests for `ruby--insert-coding-comment'.
259 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
261         Improve API of recently-added bool vector functions (Bug#15912).
262         * automated/data-tests.el: Adjust to API changes.
264 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
266         * automated/tramp-tests.el (tramp-test07-file-exists-p)
267         (tramp-test08-file-local-copy)
268         (tramp-test09-insert-file-contents, tramp-test10-write-region)
269         (tramp-test11-copy-file, tramp-test12-rename-file)
270         (tramp-test13-make-directory, tramp-test14-delete-directory)
271         (tramp-test15-copy-directory, tramp-test16-directory-files)
272         (tramp-test17-insert-directory, tramp-test18-file-attributes)
273         (tramp-test19-directory-files-and-attributes)
274         (tramp-test20-file-modes, tramp-test21-file-links)
275         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
276         (tramp-test24-file-name-completion, tramp-test25-load)
277         (tramp-test26-process-file, tramp-test27-start-file-process)
278         (tramp-test28-shell-command): Cleanup connection initially.
280 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
282         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
283         connection before running the test.
285 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
287         * automated/tramp-tests.el (tramp-test15-copy-directory)
288         (tramp-test16-directory-files, tramp-test17-insert-directory)
289         (tramp-test18-file-attributes)
290         (tramp-test19-directory-files-and-attributes)
291         (tramp-test20-file-modes, tramp-test21-file-links)
292         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
293         (tramp-test24-file-name-completion, tramp-test25-load)
294         (tramp-test26-process-file, tramp-test27-start-file-process):
295         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
296         (tramp-test29-utf8): New test.
298 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
300         * automated/file-notify-tests.el (file-notify-test02-events)
301         (file-notify-test03-autorevert): Suppress messages in `write-region'.
303         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
304         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
305         (tramp-test26-process-file, tramp-test28-shell-command):
306         Ensure, that the directory is not empty when calling "ls".
308 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
310         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
311         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
312         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
313         (tramp-test09-insert-file-contents, tramp-test10-write-region):
314         (tramp-test26-process-file): Add tests.
315         (tramp-test11-copy-file): Remove debug message.
316         (tramp-test20-file-modes): Special case, if user is "root".
318 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
320         * automated/file-notify-tests.el:
321         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
322         `tramp-remote-path' when running on hydra.
323         (tramp-test07-file-exists-p): Remove instrumentation code.
324         (tramp-test26-process-file): Don't use "/bin/true" and
325         "/bin/false", these paths do not exist on hydra.
327 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
329         * automated/process-tests.el: New file.
331 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
333         * indent/ruby.rb: New examples.
335 2013-11-06  Glenn Morris  <rgm@gnu.org>
337         * automated/Makefile.in (setwins): Avoid accidental matches.
339 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
341         * automated/tramp-tests.el (tramp-test07-file-exists-p):
342         Fix docstring.  Instrument, in order to hunt failure on hydra.
344 2013-11-06  Glenn Morris  <rgm@gnu.org>
346         * automated/flymake-tests.el (warning-predicate-rx-gcc)
347         (warning-predicate-function-gcc, warning-predicate-rx-perl)
348         (warning-predicate-function-perl):
349         * automated/info-xref.el (info-xref-test-makeinfo):
350         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
351         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
353 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
355         * automated/tramp-tests.el: New file.
357 2013-11-05  Glenn Morris  <rgm@gnu.org>
359         Get rid of --chdir usage.
360         * automated/Makefile.in (EMACSOPT): Move -L here.
361         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
362         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
363         (.el.elc): No more need to pass -L here.
364         (compile-main): Get rid of sub-shell and cd.
365         (compile-clean, check): Get rid of cd.
367         Make it possible to run tests with a different working directory.
368         * automated/flymake-tests.el (flymake-tests-data-directory): New.
369         (flymake-tests--current-face): Use flymake-tests-data-directory.
370         (warning-predicate-function-gcc, warning-predicate-rx-perl)
371         (warning-predicate-function-perl): Adapt for above change.
372         * automated/zlib-tests.el (zlib-tests-data-directory): New.
373         (zlib--decompress): Use zlib-tests-data-directory.
375         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
376         Remove test that makes no sense.
378         * automated/files.el (files-test-local-variable-data):
379         Fix result typo presumably caused by interference from dir-locals.
380         (file-test--do-local-variables-test): Prevent dir-locals interfering.
382 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
384         * indent/ruby.rb: Add a statement on the line after heredoc.
385         Move a now-successful example.
387         * automated/ruby-mode-tests.el: Remove outdated comment.
389 2013-11-04  Glenn Morris  <rgm@gnu.org>
391         * automated/Makefile.in (abs_srcdir): Remove.
392         (emacs): Unset EMACSLOADPATH.
393         (.el.elc, check): Use -L to append srcdir to load-path.
395 2013-11-02  Glenn Morris  <rgm@gnu.org>
397         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
398         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
399         (abs_srcdir): New, set by configure.
400         (EMACS): Use a relative file name.
401         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
402         (lisp-compile): Remove (assume it's up-to-date).
403         (compile-main): Do not run lisp-compile.
404         (compile-main, compile-clean, compile-always, bootstrap-clean)
405         (check): Use srcdir rather than $test.  Check cd return value.
406         Use --chdir.
407         (doit, compile, compile-always): Remove stuff copied from lisp/.
408         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
410 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
412         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
413         Add a skipping test.
415 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
417         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
419         * indent/css-mode.css (.x2): Test alignement inside braces.
421 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
423         * indent/ruby.rb: New failing example.
425         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
426         Fix the test, in respect to adding the space after the curly.
428 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
430         * automated/ert-tests.el (ert-test-skip-unless): New test case.
431         (ert-test-deftest): Adapt test for changed macro expansion.
432         (ert-test-run-tests-interactively):
433         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
434         Add a skipping test.
436         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
437         (file-notify--test-local-enabled): Make it a function.  Check also
438         for `file-remote-p' of `temporary-file-directory'.
439         (file-notify--test-remote-enabled-checked): New defvar.
440         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
441         internal functions.  Cache result.
442         (file-notify--deftest-remote, file-notify-test00-availability)
443         (file-notify-test01-add-watch, file-notify-test02-events)
444         (file-notify-test03-autorevert): Add checks with `skip_unless'.
445         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
447 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
449         * indent/ruby.rb: Fix syntax error in the latest example.
451 2013-10-23  Glenn Morris  <rgm@gnu.org>
453         * automated/Makefile.in (abs_top_srcdir, top_builddir):
454         New, set by configure.
455         (top_srcdir): Remove.
456         (abs_test, abs_lispsrc): New.
457         (lisp): No longer absolute.
458         (emacs, lisp-compile, compile, compile-always):
459         Quote entities that might contain whitespace.
461 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
463         * indent/ruby.rb: Move two examples to "working" section, add one
464         more.
466 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
468         * indent/ruby.rb: New examples for indentation of blocks.
469         Example of hash inside parens that inflooped before the present commit.
471 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
473         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
474         allows another timer to run.
476 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
478         * indent/ruby.rb: More examples for bug#15594, both failing and
479         now passing.
481 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
483         * indent/ruby.rb: Add two more cases.
485 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
487         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
488         first use.
489         (ruby-should-indent): Use indent-according-to-mode.
490         (ruby-deftest-move-to-block): Use `declare'.
492 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
494         * indent/ruby.rb: Fix a spurious change, add more failing examples.
496 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
498         * indent/ruby.rb: Add a few more tests; adjust some indentation.
500 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
502         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
503         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
505         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
507 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
510         Adjust indentation of continued line to the new SMIE behavior.
512 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
514         * automated/completion-tests.el:
515         * indent/css-mode.css: New files.
517 2013-10-03  Daiki Ueno  <ueno@gnu.org>
519         * automated/data/package/signed/archive-contents:
520         * automated/data/package/signed/archive-contents.sig:
521         * automated/data/package/signed/signed-good-1.0.el:
522         * automated/data/package/signed/signed-good-1.0.el.sig:
523         * automated/data/package/signed/signed-bad-1.0.el:
524         * automated/data/package/signed/signed-bad-1.0.el.sig:
525         * automated/data/package/key.pub:
526         * automated/data/package/key.sec: New files.
528         * automated/package-test.el (package-test-update-listing)
529         (package-test-update-archives, package-test-describe-package):
530         Adjust to package.el change.
531         (package-test-signed): New test.
533 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
535         * automated/package-test.el: Update all cases to use :url instead
536         of :homepage.
538         * automated/package-x-test.el
539         (package-x-test--single-archive-entry-1-3): Same.
541 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
543         * automated/package-test.el (simple-single-desc-1-4): Remove, it
544         was unused.
545         (simple-single-desc): Expect :homepage property.
546         (multi-file-desc): Same.
547         (with-package-test): Do not save previous `default-directory'
548         value, let-bind the var instead.
549         (package-test-install-single): Expect :homepage property in the
550         generated pkg file.
551         (package-test-describe-package): Expect Homepage button.
552         (package-test-describe-non-installed-package)
553         (package-test-describe-non-installed-multi-file-package): Same.
554         (package-test-describe-not-installed-package): Remove, it was a
555         duplicate.
557         * automated/package-x-test.el
558         (package-x-test--single-archive-entry-1-3): Expect :homepage
559         property.
560         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
562         * automated/data/package/simple-single-1.3.el: Add URL header.
564         * automated/data/package/archive-contents: Add :homepage
565         properties to `simple-single' and `multi-file'.
567 2013-09-22  Daniel Colascione  <dancol@dancol.org>
569         * automated/data-tests.el:
570         (bool-vector-count-matches-all-0-nil)
571         (bool-vector-count-matches-all-0-t)
572         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
573         (bool-vector-count-matches-at, bool-vector-intersection-op)
574         (bool-vector-union-op, bool-vector-xor-op)
575         (bool-vector-set-difference-op)
576         (bool-vector-change-detection, bool-vector-not): New tests.
577         (mock-bool-vector-count-matches-at)
578         (test-bool-vector-bv-from-hex-string)
579         (test-bool-vector-to-hex-string)
580         (test-bool-vector-count-matches-at-tc)
581         (test-bool-vector-apply-mock-op)
582         (test-bool-vector-binop): New helper functions.
583         (bool-vector-test-vectors): New testcase data.
585 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
587         * automated/advice-tests.el (advice-test-called-interactively-p-around)
588         (advice-test-called-interactively-p-filter-args)
589         (advice-test-called-interactively-p-around): New tests.
591 2013-09-16  Glenn Morris  <rgm@gnu.org>
593         * automated/eshell.el (eshell-match-result):
594         Return a more informative failure than simply "false".  Update callers.
596         * automated/eshell.el (eshell-test/for-name-shadow-loop):
597         Test value before and after loop as well as during.
599 2013-09-15  Glenn Morris  <rgm@gnu.org>
601         * automated/eshell.el (eshell-test/for-name-shadow-loop):
602         New test.  (Bug#15372)
603         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
605 2013-09-13  Glenn Morris  <rgm@gnu.org>
607         * automated/eshell.el (with-temp-eshell):
608         Use a temp directory for eshell-directory-name.
609         (eshell-test-command-result): New, again using a temp directory.
610         Replace eshell-command-result with this throughout.
611         (eshell-test/for-loop, eshell-test/for-name-loop):
612         Ensure environment variables don't confuse us.
614 2013-09-12  Glenn Morris  <rgm@gnu.org>
616         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
617         due to "has a running process; kill it?" prompts.
619 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
621         * automated/eshell.el: Rename from eshell.el.
622         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
624 2013-09-01  Glenn Morris  <rgm@gnu.org>
626         * automated/Makefile.in (setwins): Avoid leading space in $wins.
627         Otherwise the sed command used by eg compile-main ends up
628         containing "/*.el".  (Bug#15170)
630 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
632         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
633         for portability to hosts where /bin/sh has problems.
635 2013-08-21  David Engster  <deng@randomsample.de>
637         * automated/eieio-tests.el, automated/eieio-test-persist.el:
638         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
639         upstream.  Changed to use ERT.
641 2013-08-14  Daniel Hackney  <dan@haxney.org>
643         * automated/package-test.el: Remove tar-package-building functions.
644         Tar file used for testing is included in the repository.
645         (package-test-install-texinfo, package-test-cleanup-built-files):
646         Remove.
648 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
650         * automated/python-tests.el (python-imenu-create-index-4)
651         (python-imenu-create-flat-index-2): New tests.
653 2013-08-05  Glenn Morris  <rgm@gnu.org>
655         * automated/mule-util.el: New file, with tests extracted from
656         lisp/international/mule-util.el.
658 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
660         * automated/advice-tests.el (advice-tests-nadvice): Test removal
661         before definition.
662         (advice-tests-macroaliases): New test.
664 2013-08-04  Glenn Morris  <rgm@gnu.org>
666         * automated/ert-tests.el: Disable failing test that no-one seems
667         to know how to fix.  (Bug#13064)
669         * automated/icalendar-tests.el (icalendar-tests--test-export)
670         (icalendar-tests--test-import): Try more precise TZ specification.
671         Remove debug messages.
673 2013-08-03  Glenn Morris  <rgm@gnu.org>
675         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
677         * automated/icalendar-tests.el (icalendar-tests--test-export)
678         (icalendar-tests--test-import):
679         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
680         (icalendar-tests--test-import): Reset zone even if error occurred.
682 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * automated/core-elisp-tests.el: New file.
686 2013-08-01  Glenn Morris  <rgm@gnu.org>
688         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
689         Try to check that the remote system has a notification program.
691 2013-07-31  Glenn Morris  <rgm@gnu.org>
693         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
695 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
697         * automated/file-notify-tests.el
698         (file-notify--test-local-enabled): New defconst.  Replaces all
699         `file-notify-support' occurrences.
700         (file-notify--test-remote-enabled): New defun.
701         (file-notify--deftest-remote): Use it.
702         (file-notify-test00-availability): Rewrite.
703         (file-notify-test00-availability-remote): New defun.
704         (file-notify-test01-add-watch): Rewrite first erroneous check.
706 2013-07-23  Glenn Morris  <rgm@gnu.org>
708         * automated/inotify-test.el (inotify-file-watch-simple):
709         Delete temp-file when done.
711         * automated/subword-tests.el: Require subword.
713 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
715         * automated/subword-tests.el: New file.
717 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
719         * automated/python-tests.el (python-imenu-create-index-2)
720         (python-imenu-create-index-3): New tests.
722 2013-07-11  Glenn Morris  <rgm@gnu.org>
724         * automated/ert-tests.el: Require cl-lib at runtime too.
725         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
726         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
727         (ert-test-set-functions, ert-test-gensym)
728         (ert-test-coerce-to-vector, ert-test-string-position)
729         (ert-test-mismatch): Remove tests.
730         * automated/cl-lib.el: New, split from ert-tests.el.
732         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
733         Goto point-min.
734         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
735         (ruby-move-to-block-skips-percent-literal)
736         (ruby-move-to-block-skips-heredoc)
737         (ruby-move-to-block-moves-from-else-to-if)
738         (ruby-beginning-of-defun-does-not-fold-case)
739         (ruby-end-of-defun-skips-to-next-line-after-the-method):
740         Replace goto-line with forward-line/goto-char.
741         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
743         * automated/package-test.el (makeinfo-buffer): Autoload.
744         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
745         (package-test-install-texinfo): Don't require makeinfo.
747         * automated/files.el: Stop "local variables" confusion.
749         * automated/flymake-tests.el (flymake-tests): Remove unused group.
751         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
752         Use with-current-buffer.
754         * automated/undo-tests.el (undo-test-buffer-modified)
755         (undo-test-file-modified): New tests.
757 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
759         * automated/file-notify-tests.el (file-notify-test00-availability):
760         Set :expected-result.
761         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
762         (file-notify-test02-events, file-notify-test02-events-remote)
763         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
764         Skip when `file-notify-support' is nil.  (Bug#14823)
766 2013-07-09  Glenn Morris  <rgm@gnu.org>
768         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
769         Declare.
770         (inotify-file-watch-simple): Silence compiler.
772         * automated/python-tests.el (python-indent-block-enders):
773         Make it actually test something.
775         * automated/package-x-test.el: Require package-test when compiling.
777         * automated/add-log-tests.el, automated/advice-tests.el:
778         * automated/imenu-test.el, automated/package-x-test.el:
779         * automated/python-tests.el, automated/ruby-mode-tests.el:
780         * automated/xml-parse-tests.el: Explicitly require ert.
782 2013-07-08  Kenichi Handa  <handa@gnu.org>
784         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
785         Use with-ccoding-priority to avoid side-effect (Bug#14781).
787 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
789         * automated/file-notify-tests.el
790         (file-notify-test-remote-temporary-file-directory):
791         Use `null-device' on w32.
792         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
793         (file-notify--test-results, file-notify--test-event)
794         (file-notify--deftest-remote, file-notify--event-test)
795         (file-notify--test-event-handler)
796         (file-notify--test-make-temp-name): Rename, in order to mark them
797         internal.
798         (tramp-message-show-message, tramp-read-passwd): Tweak them for
799         better fitting in noninteractive tests.
800         (file-notify-test00-availability): Rename from `file-notify-test0'.
801         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
802         Use `temporary-file-directory '.
803         (file-notify-test01-add-watch-remote): New test.
804         (file-notify-test02-events): Rename from `file-notify-test2'.
805         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
806         (file-notify-test03-autorevert): Rename from
807         `file-notify-test4'.  Use timeouts.
808         (file-notify-test03-autorevert-remote): Rename from
809         `file-notify-test5'.
811 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
813         * automated/file-notify-tests.el: New package.
815 2013-06-28  Kenichi Handa  <handa@gnu.org>
817         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
818         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
819         Callers changed.
820         (decoder-tests-filename): New function.
821         (decoder-tests-prefer-utf-8-read)
822         (decoder-tests-prefer-utf-8-write): New function.
823         (ert-test-decoder-prefer-utf-8): New test.
825 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
827         * automated/package-x-test.el: Change the commentary.
828         (package-x-test--single-archive-entry-1-3)
829         (package-x-test--single-archive-entry-1-4): Fix the tests, by
830         using the appropriate data structure.
832 2013-06-27  Daniel Hackney  <dan@haxney.org>
834         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
836         * automated/package-x-test.el: New file.
838         * automated/package-test.el: New file.
840         * automated/data/package: New directory, with test examples.
842 2013-06-27  Glenn Morris  <rgm@gnu.org>
844         * automated/python-tests.el (python-tests-with-temp-file):
845         Clean up after ourself.
847         * automated/undo-tests.el (undo-test3): Remove test that seems to
848         do nothing that the previous one doesn't, except leave a tempfile.
850 2013-06-26  Glenn Morris  <rgm@gnu.org>
852         * automated/info-xref.el: New file.
854 2013-06-25  Glenn Morris  <rgm@gnu.org>
856         * automated/occur-tests.el (occur-test-create): New function.
857         Use it to create separate tests for each element, so we run them
858         all rather than stopping at the first error.
860 2013-06-24  Glenn Morris  <rgm@gnu.org>
862         * automated/occur-tests.el (occur-tests):
863         Update for 2013-05-29 change to occur header line.
865 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
867         Test suite for flymake.
868         * automated/flymake-tests.el:
869         * automated/flymake/warnpred/Makefile
870         * automated/flymake/warnpred/test.c
871         * automated/flymake/warnpred/test.pl: New files.
873 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
875         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
877 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
879         * automated/reftex-tests.el: New test suite for reftex.
881 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
883         * automated/ruby-mode-tests.el: New tests, for percent literals
884         and expression expansion.
886 2013-05-29  Leo Liu  <sdl.web@gmail.com>
888         * indent/octave.m: Tweak.
890 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
892         * eshell.el: Rewrite tests using ERT.
894 2013-05-25  Leo Liu  <sdl.web@gmail.com>
896         * indent/octave.m: Add tests for %!, # and ### comments.
898 2013-05-23  Kenichi Handa  <handa@gnu.org>
900         * automated/decoder-tests.el: New file.
902 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
904         * indent/ruby.rb: Add multiline regexp example.
906         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
907         (ruby-regexp-skips-over-interpolation)
908         (ruby-regexp-continues-till-end-when-unclosed)
909         (ruby-regexp-can-be-multiline)
910         (ruby-interpolation-inside-percent-literal): New tests.
912 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
914         * indent/ruby.rb: Fix indentation after =; add more cases.
916 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
918         * indent/pascal.pas: Add test for mis-identified comments.
920 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
922         * automated/imenu-test.el: New file.  (Bug#14112)
924 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
926         * automated/python-tests.el (python-imenu-prev-index-position-1):
927         Remove test.
928         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
929         New tests.
931 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
933         * automated/python-tests.el (python-nav-backward-defun-2)
934         (python-nav-backward-defun-3, python-nav-forward-defun-2)
935         (python-nav-forward-defun-3): New tests.
937 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
939         * automated/python-tests.el (python-nav-backward-defun-1)
940         (python-nav-forward-defun-1): New tests.
942 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
944         * automated/add-log-tests.el: New file.  (Bug#14112)
946 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
948         * automated/python-tests.el (python-indent-block-enders): New test.
949         (python-info-current-defun-2): Fix test.
951 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
953         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
955 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
957         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
958         (python-tests-with-temp-file): New macro.
959         (python-tests-shell-interpreter): New var.
960         (python-shell-get-process-name-1)
961         (python-shell-internal-get-process-name-1)
962         (python-shell-parse-command-1)
963         (python-shell-calculate-process-environment-1)
964         (python-shell-calculate-process-environment-2)
965         (python-shell-calculate-process-environment-3)
966         (python-shell-calculate-exec-path-1)
967         (python-shell-calculate-exec-path-2)
968         (python-shell-make-comint-1)
969         (python-shell-make-comint-2)
970         (python-shell-get-process-1)
971         (python-shell-get-or-create-process-1)
972         (python-shell-internal-get-or-create-process-1): New tests.
974 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
976         * automated/python-tests.el: New file.
978 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
980         * automated/ruby-mode-tests.el
981         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
982         bits inside the examples.
983         (ruby-move-to-block-skips-heredoc): New test.
984         (ruby-add-log-current-method-after-inner-class):
985         Lower expectations: move point inside a method, initially.
987 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
989         * automated/ruby-mode-tests.el
990         (ruby-move-to-block-skips-percent-literal): New test.
992 2013-02-04  Chong Yidong  <cyd@gnu.org>
994         * automated/thingatpt.el: New file.
996 2013-02-03  Chong Yidong  <cyd@gnu.org>
998         * automated/files.el (file-test--do-local-variables-test):
999         Avoid compilation warning message.
1001 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1003         * automated/ruby-mode-tests.el
1004         (ruby-indent-spread-args-in-parens): New test.
1005         * automated/ruby-mode-tests.el (ruby-block-test-example):
1006         Break indentation of the do block opener and add a line inside it.
1007         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1008         Adjust line numbers.
1010 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1012         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1014 2013-01-14  Glenn Morris  <rgm@gnu.org>
1016         * automated/compile-tests.el (compile-tests--test-regexps-data):
1017         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1019 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1021         * automated/man-tests.el: New file.
1023 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1025         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1027 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1029         * automated/undo-tests.el: New file.
1031 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1033         * automated/ruby-mode-tests.el
1034         (ruby-indent-after-block-in-continued-expression): New test.
1036 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1038         * automated/ruby-mode-tests.el:
1039         Rename one interpolation test; add three more.
1040         (ruby-with-temp-buffer): New macro, use it where appropriate.
1041         (ruby-add-log-current-method-examples): Use "_" for target point.
1042         Add four new tests for ruby-add-log-current-method.
1044 2012-12-11  Glenn Morris  <rgm@gnu.org>
1046         * automated/f90.el (f90-test-bug13138): New test.
1048 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1050         * automated/inotify-test.el: New test.
1052 2012-12-02  Chong Yidong  <cyd@gnu.org>
1054         * automated/ruby-mode-tests.el
1055         (ruby-add-log-current-method-examples): Don't use loop macro, to
1056         allow automated testing to work.
1058 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1060         * automated/advice-tests.el (advice-tests--data): Remove.
1061         (advice-tests): Move the tests directly here instead.
1062         Add called-interactively-p tests.
1064 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         * automated/ert-x-tests.el: Use cl-lib.
1067         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1069 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1071         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1072         (ruby-indent-inside-heredoc-after-operator)
1073         (ruby-indent-inside-heredoc-after-space): New tests.
1074         Change direct font-lock face references to var references.
1075         (ruby-interpolation-suppresses-syntax-inside): New test.
1076         (ruby-interpolation-inside-percent-literal-with-paren):
1077         New failing test.
1079 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1081         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1082         (ruby-singleton-class-no-heredoc-font-lock)
1083         (ruby-add-log-current-method-examples): New tests.
1084         (ruby-test-string): Extract from ruby-should-indent-buffer.
1085         (ruby-deftest-move-to-block): New macro.
1086         Add several move-to-block tests.
1088 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * automated/advice-tests.el: New tests.
1092 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1094         * automated/compile-tests.el (compile-tests--test-regexps-data):
1095         Add new data for msft's new format.
1097 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1099         * automated/ruby-mode-tests.el:
1100         (ruby-toggle-block-to-multiline): New test.
1101         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1102         (ruby-toggle-block-to-brace): Use buffer-string.
1104 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1106         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1108 2012-08-28  Chong Yidong  <cyd@gnu.org>
1110         * automated/files.el: Test every combination of values for
1111         enable-local-variables and enable-local-eval.
1113 2012-08-19  Chong Yidong  <cyd@gnu.org>
1115         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1117 2012-08-18  Chong Yidong  <cyd@gnu.org>
1119         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1121 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1123         * indent/ruby.rb: Rearrange examples, add new ones.
1125 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1127         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1128         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1130 2012-08-11  Glenn Morris  <rgm@gnu.org>
1132         * automated/files.el: New file.
1134         * automated/Makefile.in (all): Fix typo.
1136 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1138         * automated/ruby-mode-tests.el (ruby-should-indent):
1139         Add docstring, check (current-indentation) instead of (current-column).
1140         (ruby-should-indent-buffer): New function.
1141         Add tests for `ruby-deep-indent-paren' behavior.
1142         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1144 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1146         Original tests in test_ruby_mode.rb in upstream (author).
1148 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1150         * automated/ruby-mode-tests.el (ruby-should-indent)
1151         (ruby-assert-state): New functions.
1152         Add new tests.
1154 2012-07-29  David Engster  <deng@randomsample.de>
1156         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1157         New variable to hold test data for name expansion.
1158         (xml-parse-tests): Test the two different types of name expansion.
1160 2012-07-29  Juri Linkov  <juri@jurta.org>
1162         * automated/occur-tests.el (occur-test-case): Use predefined
1163         buffer name " *test-occur*" instead of a random buffer name.
1165 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1167         * automated/ruby-mode-tests.el: New file with one test.
1169 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1171         * indent/shell.sh: Add test case for ${#VAR}.
1173         * indent/latex-mode.tex: New file.
1175 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1177         * eshell.el: Use cl-lib.
1179 2012-07-03  Chong Yidong  <cyd@gnu.org>
1181         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1183 2012-07-02  Chong Yidong  <cyd@gnu.org>
1185         * automated/xml-parse-tests.el (xml-parse-tests--data):
1186         More testcases.
1188 2012-07-01  Chong Yidong  <cyd@gnu.org>
1190         * automated/xml-parse-tests.el: New file.
1192 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1195         Use cl-flet.
1197 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1199         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1200         Test escaped commas in TZID (Bug#11473).
1201         (icalendar-import-with-timezone): New.
1202         (icalendar-real-world): Add new testcase as given in the bugreport
1203         of Bug#11473.
1205 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1207         * automated/icalendar-tests.el (icalendar-tests--test-import):
1208         Include UID in import tests (Bug#11525).
1209         (icalendar-import-non-recurring, icalendar-import-rrule)
1210         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1211         UID-import change.
1212         (icalendar-import-with-uid): New.
1213         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1214         Include UID in cycle tests.
1215         (icalendar-cycle, icalendar-real-world): UID-import change.
1217 2012-05-21  Glenn Morris  <rgm@gnu.org>
1219         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1221 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1223         * automated/url-util-tests.el: New file to test
1224         lisp/url/url-util.el.  Only `url-build-query-string' and
1225         `url-parse-query-string' are tested right now (Bug#8706).
1227 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * indent/shell.sh:
1230         * indent/shell.rc: Ad some test cases.
1232 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1234         * indent/ruby.rb: New file, to test new syntax-propertize code.
1236 2012-04-11  Glenn Morris  <rgm@gnu.org>
1238         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1240 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1242         * automated/url-future-tests.el (url-future-tests): Move from
1243         lisp/url/url-future.el and rename.
1245 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1247         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1248         Fix broken test, caused by missing trailing blank.
1250 2011-12-03  Chong Yidong  <cyd@gnu.org>
1252         * automated/compile-tests.el (compile-tests--test-regexps-data):
1253         Increase column numbers by one to reflect change in how
1254         compilation-message is recorded (Bug#10172).
1256 2011-11-22  Glenn Morris  <rgm@gnu.org>
1258         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1260 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1262         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1264 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1266         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1267         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1268         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1270 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1272         * automated/newsticker-tests.el
1273         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1274         newsticker--treeview-tree-update.
1276 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1278         * automated/newsticker-tests.el
1279         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1281         * automated/newsticker-tests.el
1282         (newsticker--group-manage-orphan-feeds): Prevent updating
1283         newsticker treeview.  Fixed bug#9763.
1285 2011-10-20  Glenn Morris  <rgm@gnu.org>
1287         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1289         * automated/vc-bzr.el: New file.
1291 2011-10-15  Glenn Morris  <rgm@gnu.org>
1293         * automated/f90.el: New file.
1295 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1297         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1298         to automated/newsticker-tests.el.  Convert to ERT.
1300 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1302         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1303         Remove, simply use string=.
1304         (icalendar--diarytime-to-isotime)
1305         (icalendar--datetime-to-diary-date)
1306         (icalendar--datestring-to-isodate)
1307         (icalendar--format-ical-event)
1308         (icalendar--parse-summary-and-rest)
1309         (icalendar-tests--do-test-import)
1310         (icalendar-tests--do-test-cycle): Change argument order of
1311         string= to EXPECTED ACTUAL.
1312         (icalendar--import-format-sample)
1313         (icalendar--format-ical-event)
1314         (icalendar-import-non-recurring)
1315         (icalendar-import-rrule)
1316         (icalendar-import-duration)
1317         (icalendar-import-bug-6766)
1318         (icalendar-real-world): Adjust to string= instead of
1319         icalendar-tests--compare-strings.
1320         (icalendar-import-multiple-vcalendars): New.
1322 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1324         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1325         Require CL.
1327 2011-05-09  Juri Linkov  <juri@jurta.org>
1329         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1330         Convert to ERT.
1332 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1334         * automated/compile-tests.el: New file.
1336 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1338         * automated/font-parse-tests.el: Don't byte-compile.
1340         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1342 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1344         * automated/lexbind-tests.el: New file.
1346 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1348         * Version 23.3 released.
1350 2011-03-05  Glenn Morris  <rgm@gnu.org>
1352         * eshell.el: Move here from lisp/eshell/esh-test.el.
1354 2011-03-03  Christian Ohler  <ohler@gnu.org>
1356         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1357         New test.
1359 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1361         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1362         convert to ERT format.
1364 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1366         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1367         convert to ERT format.
1369 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1371         * indent/shell.sh:
1372         * indent/shell.rc: New files.
1374 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1376         * automated/font-parse-tests.el: Move from
1377         font-parse-testsuite.el.
1379 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1381         * font-parse-testsuite.el (test-font-parse-data): New file.
1383 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * indent/prolog.prolog: Add tokenizing tests.
1387 2011-01-13  Christian Ohler  <ohler@gnu.org>
1389         * automated: New directory for automated tests.
1391         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1393         * automated/Makefile.in: New file.
1395 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1397         * indent/modula2.mod: New file.
1399 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1401         * indent/octave.m: Add a test to ensure indentation is local.
1403 2010-10-23  Glenn Morris  <rgm@gnu.org>
1405         * comint-testsuite.el
1406         (comint-testsuite--test-comint-password-prompt-regexp):
1407         Add "Please enter the password".  (Bug#7224)
1409 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1411         * indent/prolog.prolog: Use normal spacing around !.
1413 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1415         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1417 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * indent/octave.m: Remove some `fixindent' not needed any more.
1421 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1423         * indent/octave.m: New file.
1425 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1427         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1428         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1429         (icalendar-testsuite--run-internal-tests): New.
1430         (icalendar-testsuite--test-convert-ordinary-to-ical)
1431         (icalendar-testsuite--test-convert-block-to-ical)
1432         (icalendar-testsuite--test-convert-anniversary-to-ical)
1433         (icalendar-testsuite--test-parse-vtimezone)
1434         (icalendar-testsuite--do-test-export): Code formatting.
1435         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1436         (icalendar-testsuite--do-test-import)
1437         (icalendar-testsuite--do-test-cycle):
1438         Use icalendar-testsuite--compare-strings
1439         (icalendar-testsuite--run-import-tests): Comment added.
1440         (icalendar-testsuite--run-import-tests)
1441         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1443 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1445         * redisplay-testsuite.el (test-redisplay-3): New test.
1447 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1449         * comint-testsuite.el: New file.
1451 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1453         * indent: New dir.
1455 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1457         * Version 23.2 released.
1459 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1461         * cedet/semantic-ia-utest.el
1462         (semantic-symref-test-count-hits-in-tag): Add function, from
1463         semantic-test.el.
1465         * cedet/tests/test.cpp:
1466         * cedet/tests/test.py:
1467         * cedet/tests/teststruct.cpp:
1468         * cedet/tests/testtemplates.cpp:
1469         * cedet/tests/testusing.cpp:
1470         * cedet/tests/scopetest.cpp:
1471         * cedet/tests/scopetest.java: Files deleted.
1473         * cedet/tests/test.make:
1474         * cedet/tests/test.c:
1475         * cedet/tests/testjavacomp.java:
1476         * cedet/tests/testspp.c:
1477         * cedet/tests/testsppreplace.c:
1478         * cedet/tests/testsppreplaced.c:
1479         * cedet/tests/testsubclass.cpp:
1480         * cedet/tests/testsubclass.hh:
1481         * cedet/tests/testtypedefs.cpp:
1482         * cedet/tests/testvarnames.c:
1483         * cedet/tests/test.el:
1484         * cedet/tests/testdoublens.cpp:
1485         * cedet/tests/testdoublens.hpp: Add copyright header.
1487         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1488         Remove reference to deleted files.
1490 2010-03-30  Juri Linkov  <juri@jurta.org>
1492         * occur-testsuite.el (occur-tests): Add tests for context lines.
1494 2010-03-23  Juri Linkov  <juri@jurta.org>
1496         * occur-testsuite.el: New file.
1498 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1500         * Branch for 23.2.
1502 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1504         * icalendar-testsuite.el
1505         (icalendar-testsuite--run-function-tests): Add new tests.
1506         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1507         testcase.
1508         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1509         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1510         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1511         (icalendar-testsuite--test-convert-block-to-ical): New.
1512         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1513         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1515 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1517         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1518         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1519         Fix typos in docstrings and error messages.
1520         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1522 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1524         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1525         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1526         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1528 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1530         * icalendar-testsuite.el
1531         (icalendar-testsuite--run-function-tests):
1532         Add icalendar-testsuite--test-parse-vtimezone.
1533         (icalendar-testsuite--test-parse-vtimezone): New.
1534         (icalendar-testsuite--do-test-cycle): Doc changes.
1535         (icalendar-testsuite--run-real-world-tests): Remove trailing
1536         whitespace -- see change of icalendar--add-diary-entry in
1537         icalendar.el.
1538         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1540 2009-09-30  Glenn Morris  <rgm@gnu.org>
1542         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1544 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1546         * cedet/*: New unit tests, from CEDET repository.
1548 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1550         * redisplay-testsuite.el: New file.
1552 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1554         * Branch for 23.1.
1556 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1558         * icalendar-testsuite.el
1559         (icalendar-testsuite--run-function-tests):
1560         Add icalendar-testsuite--test-diarytime-to-isotime.
1561         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1562         recent icalendar fixes.
1563         (icalendar-testsuite--test-diarytime-to-isotime): New.
1564         (icalendar-testsuite--test-create-uid): Adjust to recent
1565         icalendar changes.
1567 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1569         * bytecomp-testsuite.el: New file.
1571 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1573         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1574         Add `icalendar-testsuite--test-create-uid'.
1575         (icalendar-testsuite--test-create-uid): New.
1577 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1579         * newsticker-testsuite.el: New file.
1581 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1583         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1584         Add icalendar-testsuite--test-datestring-to-isodate,
1585         icalendar-testsuite--test-datetime-to-diary-date, and
1586         icalendar-testsuite--test-calendar-style.
1587         (icalendar-testsuite--test-format-ical-event):
1588         (icalendar-testsuite--test-parse-summary-and-rest):
1589         Doc fix.  Remove european-calendar-style.
1590         (icalendar-testsuite--get-ical-event): Doc fix.
1591         (icalendar-testsuite--test-first-weekday-of-year):
1592         (icalendar-testsuite--run-cycle-tests): Add doc string.
1593         (icalendar-testsuite--test-datestring-to-isodate):
1594         (icalendar-testsuite--test-datetime-to-diary-date):
1595         (icalendar-testsuite--test-calendar-style): New functions.
1596         (icalendar-testsuite--test-export): Handle iso date style.
1597         New arg INPUT-ISO.  Use calendar-date-style.
1598         (icalendar-testsuite--test-import): Handle iso date style.
1599         New arg EXPECTED-ISO.  Use calendar-date-style.
1600         (icalendar-testsuite--test-cycle): Handle iso date style.
1601         (icalendar-testsuite--run-import-tests):
1602         (icalendar-testsuite--run-export-tests):
1603         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1605 2008-02-29  Glenn Morris  <rgm@gnu.org>
1607         * README: New file.
1609 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1611         * icalendar-testsuite.el: New file.
1613 ;; Local Variables:
1614 ;; coding: utf-8
1615 ;; End:
1617   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1619   This file is part of GNU Emacs.
1621   GNU Emacs is free software: you can redistribute it and/or modify
1622   it under the terms of the GNU General Public License as published by
1623   the Free Software Foundation, either version 3 of the License, or
1624   (at your option) any later version.
1626   GNU Emacs is distributed in the hope that it will be useful,
1627   but WITHOUT ANY WARRANTY; without even the implied warranty of
1628   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1629   GNU General Public License for more details.
1631   You should have received a copy of the GNU General Public License
1632   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.