Fix test failure in non-graphical mode
[emacs.git] / test / ChangeLog
blob9560397fa3f503480335b7e290a066b72a6e5981
1 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
3         * automated/package-test.el (package-test-describe-package):
4         Fix test failure in non-graphical mode.
6 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
8         * automated/package-test.el (package-test-describe-package):
9         Check for the "Keywords: " line.
11         * automated/data/package/archive-contents: Include the :keywords
12         field in `simple-single' data form.
14 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
16         * automated/package-test.el
17         (package-test-install-two-dependencies): New test (bug#16826).
19         * automated/data/package/simple-two-depend-1.1.el: New file.
21         * automated/data/package/archive-contents:
22         Add info about the new package.
24 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
26         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
27         (tramp-test10-write-region): Extend for out-of-band copy.
28         (tramp-test31-asynchronous-requests): New test.
30 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
32         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
33         Add new test of undo in region.
34         (undo-test-in-region-eob): Add test case described at
35         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
37 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
39         * automated/tramp-tests.el (tramp--test-enabled)
40         (tramp-test15-copy-directory): No special handling of tramp-adb.el
41         anymore.  It's fixed in that package.
43 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
45         * automated/tramp-tests.el (tramp--test-enabled): Move connection
46         cleanup into this function.  Remove respective code from all test
47         cases.
48         (tramp--instrument-test-case): Declare `indent' and `debug'.
49         Handle other errors as well.
50         (tramp-test14-delete-directory): Check for `file-error' error.
51         (tramp-test15-copy-directory): Ignore return value of
52         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
53         (tramp-test19-directory-files-and-attributes): Take care of
54         timestamp of "../".
55         (tramp-test20-file-modes, tramp-test27-start-file-process)
56         (tramp-test28-shell-command): Skip for tramp-adb.el.
57         (tramp-test21-file-links): `file-truename' shall preserve trailing
58         link of directories.
59         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
60         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
61         `kill-buffer-query-functions' to nil.
62         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
64 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
66         * automated/tramp-tests.el
67         (tramp-test19-directory-files-and-attributes): Do not include
68         directories in comparison; they might have changed their
69         timestamps already.
71 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
73         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
74         (tramp-test17-insert-directory): First line could contain more
75         text, when produced by `ls-lisp'.
76         (tramp-test19-directory-files-and-attributes): Instrument failed
77         test case.
79 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
81         * automated/tramp-tests.el (tramp-test17-insert-directory):
82         Make first line "total 123" optional.
83         (tramp-test20-file-modes, tramp-test22-file-times)
84         (tramp-test26-process-file, tramp-test27-start-file-process)
85         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
86         tramp-smb.el.
87         (tramp-test20-file-modes): Check for "root" only when there is an
88         explicit user name.
89         (tramp-test21-file-links): Handle "... not supported" error.
90         (tramp-test22-file-times): Skip for "don't know" return values.
91         (tramp-test26-process-file, tramp-test28-shell-command):
92         Remove color escape sequences.
93         (tramp-test28-shell-command): Use `accept-process-output' rather
94         than `sit-for'.
95         (tramp-test30-utf8): Set coding system `utf-8'.
97 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
99         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
100         an initial `sit-for' prior the while loop.
102 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
104         Sync with Tramp 2.2.9.
106         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
107         (tramp-test28-shell-command): Make a while loop when waiting for
108         process exit.
110 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
112         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
113         and `vc-hg'.  Declare `tramp-find-executable' and
114         `tramp-get-remote-path'.
115         (tramp-test29-vc-registered): New test.
116         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
118 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
120         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
121         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
122         (tramp-test28-shell-command): Improve `shell-command' test.  Add
123         `async-shell-command' tests.
125 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
127         * automated/file-notify-tests.el (file-notify--wait-for-events):
128         Use `read-event' instead of `sit-for'.
129         (file-notify-test02-events): Remove expected result, the bug is
130         fixed meanwhile.
131         (file-notify-test02-events, file-notify-test03-autorevert):
132         Use `sleep-for' instead of `sit-for'.
134 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
136         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
137         New test.
139 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
141         * automated/file-notify-tests.el (file-notify--deftest-remote):
142         Do not skip when the local test has failed.  They are unrelated.
143         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
144         `noninteractive' to nil, otherwise `sit-for' could be degraded to
145         `sleep-for'.
146         (file-notify-test02-events): Check for `file-remote-p' instead of
147         `file-notify--test-remote-enabled'.
149 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
151         * automated/file-notify-tests.el (file-notify-test02-events):
152         Let test case fail for Bug#16519.
154 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
156         * automated/file-notify-tests.el (file-notify-test02-events):
157         Hide Bug#16519, until it is solved.
159 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
161         * automated/file-notify-tests.el
162         (file-notify--test-local-enabled): Fix error in logic.
163         (file-notify--wait-for-events): New defmacro.
164         (file-notify-test02-events): Make short breaks between file operations.
165         Use `file-notify--wait-for-events'.  Check, that events have arrived.
166         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
168         * automated/comint-testsuite.el
169         (comint-testsuite-password-strings): Add localized examples.
171 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
173         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
174         case if inotify is not linked with Emacs.  Use `read-event' rather
175         than `sit-for' in order to process events.  (Bug#13662)
177 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
179         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
180         test case with adapted test string.  (Bug#13064)
182 2013-12-28  Glenn Morris  <rgm@gnu.org>
184         * automated/electric-tests.el: Require 'elec-pair.
186 2013-12-26  João Távora  <joaotavora@gmail.com>
188         * automated/electric-tests.el (electric-pair-test-for):
189         Fix autowrapping tests in batch-mode by running with
190         `transient-mark-mode' set to `lambda'.
192         * automated/electric-tests.el: New file.
194 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
196         * automated/python-tests.el
197         (python-nav-lisp-forward-sexp-safe-1): Remove test.
198         (python-nav-forward-sexp-safe-1): New test.
200 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
202         * automated/ruby-mode-tests.el: Add tests for
203         `ruby-align-to-stmt-keywords'.
205         * indent/ruby.rb: Update examples to reflect the lack of change in
206         default indentation of `begin' blocks.
208 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
210         * indent/ruby.rb: Update examples according to the change
211         in `smie-indent-close'.
213 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
215         * indent/ruby.rb: New examples.
217 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
219         * automated/python-tests.el (python-indent-dedenters-2): New test.
221 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
223         * automated/python-tests.el (python-indent-after-comment-1)
224         (python-indent-after-comment-2): New tests.
226 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
228         * automated/python-tests.el (python-indent-block-enders-1):
229         Rename from python-indent-block-enders.
230         (python-indent-block-enders-2): New test.
232 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
234         * indent/js.js: New file.
236 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
238         * automated/dbus-tests.el: New file.
240 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
242         * automated/regexp-tests.el: New file.
244 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
246         * automated/reftex-tests.el (reftex-parse-from-file-test):
247         Run temp-dir through file-truename, to make sure the temporary file
248         names are comparable as strings.
250         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
251         Force Unix EOLs by using 'utf-8-unix', since the default of
252         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
254 2013-11-28  Glenn Morris  <rgm@gnu.org>
256         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
258 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
260         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
261         (EMACSOPT): Use $(PATH_SEP).
263 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
265         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
266         Set to nil.
268 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
270         * automated/file-notify-tests.el
271         (file-notify-test-remote-temporary-file-directory):
272         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
273         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
274         (file-notify--deftest-remote): Cleanup connection initially.
275         (file-notify-test03-autorevert): Run also in batch mode.  Use a
276         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
277         does not work on MS Windows.  Call `accept-process-output' for
278         remote files.  Apply `string-match' instead of `string-equal', the
279         messages are different on MS Windows.
281         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
282         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
283         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
285 2013-11-23  Glenn Morris  <rgm@gnu.org>
287         * automated/python-tests.el (python-shell-make-comint-1)
288         (python-shell-make-comint-2, python-shell-get-process-1):
289         Suppress creation of some temp-files.
291         * automated/python-tests.el (python-shell-parse-command-1)
292         (python-shell-make-comint-1, python-shell-make-comint-2)
293         (python-shell-get-process-1)
294         (python-shell-internal-get-or-create-process-1):
295         Skip rather than fail if prereqs not found.
297         * automated/Makefile.in (emacs):
298         Empty EMACSLOADPATH rather than unsetting.
300 2013-11-22  Glenn Morris  <rgm@gnu.org>
302         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
303         Set expected-result.
305 2013-11-21  Glenn Morris  <rgm@gnu.org>
307         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
308         (compile-main): Pass XARGS_LIMIT to xargs.
310         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
311         (EMACSOPT): Use PATH_SEPARATOR.
313 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
315         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
316         Add a failing test for Bug#15874.
317         (ruby--insert-coding-comment-ruby-style)
318         (ruby--insert-coding-comment-emacs-style)
319         (ruby--insert-coding-comment-custom-style):
320         Add a few tests for `ruby--insert-coding-comment'.
322 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
324         Improve API of recently-added bool vector functions (Bug#15912).
325         * automated/data-tests.el: Adjust to API changes.
327 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
329         * automated/tramp-tests.el (tramp-test07-file-exists-p)
330         (tramp-test08-file-local-copy)
331         (tramp-test09-insert-file-contents, tramp-test10-write-region)
332         (tramp-test11-copy-file, tramp-test12-rename-file)
333         (tramp-test13-make-directory, tramp-test14-delete-directory)
334         (tramp-test15-copy-directory, tramp-test16-directory-files)
335         (tramp-test17-insert-directory, tramp-test18-file-attributes)
336         (tramp-test19-directory-files-and-attributes)
337         (tramp-test20-file-modes, tramp-test21-file-links)
338         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
339         (tramp-test24-file-name-completion, tramp-test25-load)
340         (tramp-test26-process-file, tramp-test27-start-file-process)
341         (tramp-test28-shell-command): Cleanup connection initially.
343 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
345         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
346         connection before running the test.
348 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
350         * automated/tramp-tests.el (tramp-test15-copy-directory)
351         (tramp-test16-directory-files, tramp-test17-insert-directory)
352         (tramp-test18-file-attributes)
353         (tramp-test19-directory-files-and-attributes)
354         (tramp-test20-file-modes, tramp-test21-file-links)
355         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
356         (tramp-test24-file-name-completion, tramp-test25-load)
357         (tramp-test26-process-file, tramp-test27-start-file-process)
358         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
359         (tramp-test29-utf8): New test.
361 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
363         * automated/file-notify-tests.el (file-notify-test02-events)
364         (file-notify-test03-autorevert): Suppress messages in `write-region'.
366         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
367         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
368         (tramp-test26-process-file, tramp-test28-shell-command):
369         Ensure, that the directory is not empty when calling "ls".
371 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
373         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
374         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
375         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
376         (tramp-test09-insert-file-contents, tramp-test10-write-region)
377         (tramp-test26-process-file): Add tests.
378         (tramp-test11-copy-file): Remove debug message.
379         (tramp-test20-file-modes): Special case, if user is "root".
381 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
383         * automated/file-notify-tests.el:
384         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
385         `tramp-remote-path' when running on hydra.
386         (tramp-test07-file-exists-p): Remove instrumentation code.
387         (tramp-test26-process-file): Don't use "/bin/true" and
388         "/bin/false", these paths do not exist on hydra.
390 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
392         * automated/process-tests.el: New file.
394 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
396         * indent/ruby.rb: New examples.
398 2013-11-06  Glenn Morris  <rgm@gnu.org>
400         * automated/Makefile.in (setwins): Avoid accidental matches.
402 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
404         * automated/tramp-tests.el (tramp-test07-file-exists-p):
405         Fix docstring.  Instrument, in order to hunt failure on hydra.
407 2013-11-06  Glenn Morris  <rgm@gnu.org>
409         * automated/flymake-tests.el (warning-predicate-rx-gcc)
410         (warning-predicate-function-gcc, warning-predicate-rx-perl)
411         (warning-predicate-function-perl):
412         * automated/info-xref.el (info-xref-test-makeinfo):
413         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
414         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
416 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
418         * automated/tramp-tests.el: New file.
420 2013-11-05  Glenn Morris  <rgm@gnu.org>
422         Get rid of --chdir usage.
423         * automated/Makefile.in (EMACSOPT): Move -L here.
424         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
425         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
426         (.el.elc): No more need to pass -L here.
427         (compile-main): Get rid of sub-shell and cd.
428         (compile-clean, check): Get rid of cd.
430         Make it possible to run tests with a different working directory.
431         * automated/flymake-tests.el (flymake-tests-data-directory): New.
432         (flymake-tests--current-face): Use flymake-tests-data-directory.
433         (warning-predicate-function-gcc, warning-predicate-rx-perl)
434         (warning-predicate-function-perl): Adapt for above change.
435         * automated/zlib-tests.el (zlib-tests-data-directory): New.
436         (zlib--decompress): Use zlib-tests-data-directory.
438         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
439         Remove test that makes no sense.
441         * automated/files.el (files-test-local-variable-data):
442         Fix result typo presumably caused by interference from dir-locals.
443         (file-test--do-local-variables-test): Prevent dir-locals interfering.
445 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
447         * indent/ruby.rb: Add a statement on the line after heredoc.
448         Move a now-successful example.
450         * automated/ruby-mode-tests.el: Remove outdated comment.
452 2013-11-04  Glenn Morris  <rgm@gnu.org>
454         * automated/Makefile.in (abs_srcdir): Remove.
455         (emacs): Unset EMACSLOADPATH.
456         (.el.elc, check): Use -L to append srcdir to load-path.
458 2013-11-02  Glenn Morris  <rgm@gnu.org>
460         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
461         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
462         (abs_srcdir): New, set by configure.
463         (EMACS): Use a relative file name.
464         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
465         (lisp-compile): Remove (assume it's up-to-date).
466         (compile-main): Do not run lisp-compile.
467         (compile-main, compile-clean, compile-always, bootstrap-clean)
468         (check): Use srcdir rather than $test.  Check cd return value.
469         Use --chdir.
470         (doit, compile, compile-always): Remove stuff copied from lisp/.
471         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
473 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
475         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
476         Add a skipping test.
478 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
482         * indent/css-mode.css (.x2): Test alignement inside braces.
484 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
486         * indent/ruby.rb: New failing example.
488         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
489         Fix the test, in respect to adding the space after the curly.
491 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
493         * automated/ert-tests.el (ert-test-skip-unless): New test case.
494         (ert-test-deftest): Adapt test for changed macro expansion.
495         (ert-test-run-tests-interactively):
496         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
497         Add a skipping test.
499         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
500         (file-notify--test-local-enabled): Make it a function.  Check also
501         for `file-remote-p' of `temporary-file-directory'.
502         (file-notify--test-remote-enabled-checked): New defvar.
503         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
504         internal functions.  Cache result.
505         (file-notify--deftest-remote, file-notify-test00-availability)
506         (file-notify-test01-add-watch, file-notify-test02-events)
507         (file-notify-test03-autorevert): Add checks with `skip_unless'.
508         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
510 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
512         * indent/ruby.rb: Fix syntax error in the latest example.
514 2013-10-23  Glenn Morris  <rgm@gnu.org>
516         * automated/Makefile.in (abs_top_srcdir, top_builddir):
517         New, set by configure.
518         (top_srcdir): Remove.
519         (abs_test, abs_lispsrc): New.
520         (lisp): No longer absolute.
521         (emacs, lisp-compile, compile, compile-always):
522         Quote entities that might contain whitespace.
524 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
526         * indent/ruby.rb: Move two examples to "working" section, add one
527         more.
529 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
531         * indent/ruby.rb: New examples for indentation of blocks.
532         Example of hash inside parens that inflooped before the present commit.
534 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
536         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
537         allows another timer to run.
539 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
541         * indent/ruby.rb: More examples for bug#15594, both failing and
542         now passing.
544 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
546         * indent/ruby.rb: Add two more cases.
548 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
551         first use.
552         (ruby-should-indent): Use indent-according-to-mode.
553         (ruby-deftest-move-to-block): Use `declare'.
555 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
557         * indent/ruby.rb: Fix a spurious change, add more failing examples.
559 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
561         * indent/ruby.rb: Add a few more tests; adjust some indentation.
563 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
565         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
566         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
568         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
570 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
572         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
573         Adjust indentation of continued line to the new SMIE behavior.
575 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
577         * automated/completion-tests.el:
578         * indent/css-mode.css: New files.
580 2013-10-03  Daiki Ueno  <ueno@gnu.org>
582         * automated/data/package/signed/archive-contents:
583         * automated/data/package/signed/archive-contents.sig:
584         * automated/data/package/signed/signed-good-1.0.el:
585         * automated/data/package/signed/signed-good-1.0.el.sig:
586         * automated/data/package/signed/signed-bad-1.0.el:
587         * automated/data/package/signed/signed-bad-1.0.el.sig:
588         * automated/data/package/key.pub:
589         * automated/data/package/key.sec: New files.
591         * automated/package-test.el (package-test-update-listing)
592         (package-test-update-archives, package-test-describe-package):
593         Adjust to package.el change.
594         (package-test-signed): New test.
596 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
598         * automated/package-test.el: Update all cases to use :url instead
599         of :homepage.
601         * automated/package-x-test.el
602         (package-x-test--single-archive-entry-1-3): Same.
604 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
606         * automated/package-test.el (simple-single-desc-1-4): Remove, it
607         was unused.
608         (simple-single-desc): Expect :homepage property.
609         (multi-file-desc): Same.
610         (with-package-test): Do not save previous `default-directory'
611         value, let-bind the var instead.
612         (package-test-install-single): Expect :homepage property in the
613         generated pkg file.
614         (package-test-describe-package): Expect Homepage button.
615         (package-test-describe-non-installed-package)
616         (package-test-describe-non-installed-multi-file-package): Same.
617         (package-test-describe-not-installed-package): Remove, it was a
618         duplicate.
620         * automated/package-x-test.el
621         (package-x-test--single-archive-entry-1-3): Expect :homepage
622         property.
623         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
625         * automated/data/package/simple-single-1.3.el: Add URL header.
627         * automated/data/package/archive-contents: Add :homepage
628         properties to `simple-single' and `multi-file'.
630 2013-09-22  Daniel Colascione  <dancol@dancol.org>
632         * automated/data-tests.el:
633         (bool-vector-count-matches-all-0-nil)
634         (bool-vector-count-matches-all-0-t)
635         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
636         (bool-vector-count-matches-at, bool-vector-intersection-op)
637         (bool-vector-union-op, bool-vector-xor-op)
638         (bool-vector-set-difference-op)
639         (bool-vector-change-detection, bool-vector-not): New tests.
640         (mock-bool-vector-count-matches-at)
641         (test-bool-vector-bv-from-hex-string)
642         (test-bool-vector-to-hex-string)
643         (test-bool-vector-count-matches-at-tc)
644         (test-bool-vector-apply-mock-op)
645         (test-bool-vector-binop): New helper functions.
646         (bool-vector-test-vectors): New testcase data.
648 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
650         * automated/advice-tests.el (advice-test-called-interactively-p-around)
651         (advice-test-called-interactively-p-filter-args)
652         (advice-test-called-interactively-p-around): New tests.
654 2013-09-16  Glenn Morris  <rgm@gnu.org>
656         * automated/eshell.el (eshell-match-result):
657         Return a more informative failure than simply "false".  Update callers.
659         * automated/eshell.el (eshell-test/for-name-shadow-loop):
660         Test value before and after loop as well as during.
662 2013-09-15  Glenn Morris  <rgm@gnu.org>
664         * automated/eshell.el (eshell-test/for-name-shadow-loop):
665         New test.  (Bug#15372)
666         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
668 2013-09-13  Glenn Morris  <rgm@gnu.org>
670         * automated/eshell.el (with-temp-eshell):
671         Use a temp directory for eshell-directory-name.
672         (eshell-test-command-result): New, again using a temp directory.
673         Replace eshell-command-result with this throughout.
674         (eshell-test/for-loop, eshell-test/for-name-loop):
675         Ensure environment variables don't confuse us.
677 2013-09-12  Glenn Morris  <rgm@gnu.org>
679         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
680         due to "has a running process; kill it?" prompts.
682 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * automated/eshell.el: Rename from eshell.el.
685         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
687 2013-09-01  Glenn Morris  <rgm@gnu.org>
689         * automated/Makefile.in (setwins): Avoid leading space in $wins.
690         Otherwise the sed command used by eg compile-main ends up
691         containing "/*.el".  (Bug#15170)
693 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
695         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
696         for portability to hosts where /bin/sh has problems.
698 2013-08-21  David Engster  <deng@randomsample.de>
700         * automated/eieio-tests.el, automated/eieio-test-persist.el:
701         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
702         upstream.  Changed to use ERT.
704 2013-08-14  Daniel Hackney  <dan@haxney.org>
706         * automated/package-test.el: Remove tar-package-building functions.
707         Tar file used for testing is included in the repository.
708         (package-test-install-texinfo, package-test-cleanup-built-files):
709         Remove.
711 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
713         * automated/python-tests.el (python-imenu-create-index-4)
714         (python-imenu-create-flat-index-2): New tests.
716 2013-08-05  Glenn Morris  <rgm@gnu.org>
718         * automated/mule-util.el: New file, with tests extracted from
719         lisp/international/mule-util.el.
721 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
723         * automated/advice-tests.el (advice-tests-nadvice): Test removal
724         before definition.
725         (advice-tests-macroaliases): New test.
727 2013-08-04  Glenn Morris  <rgm@gnu.org>
729         * automated/ert-tests.el: Disable failing test that no-one seems
730         to know how to fix.  (Bug#13064)
732         * automated/icalendar-tests.el (icalendar-tests--test-export)
733         (icalendar-tests--test-import): Try more precise TZ specification.
734         Remove debug messages.
736 2013-08-03  Glenn Morris  <rgm@gnu.org>
738         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
740         * automated/icalendar-tests.el (icalendar-tests--test-export)
741         (icalendar-tests--test-import):
742         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
743         (icalendar-tests--test-import): Reset zone even if error occurred.
745 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
747         * automated/core-elisp-tests.el: New file.
749 2013-08-01  Glenn Morris  <rgm@gnu.org>
751         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
752         Try to check that the remote system has a notification program.
754 2013-07-31  Glenn Morris  <rgm@gnu.org>
756         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
758 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
760         * automated/file-notify-tests.el
761         (file-notify--test-local-enabled): New defconst.  Replaces all
762         `file-notify-support' occurrences.
763         (file-notify--test-remote-enabled): New defun.
764         (file-notify--deftest-remote): Use it.
765         (file-notify-test00-availability): Rewrite.
766         (file-notify-test00-availability-remote): New defun.
767         (file-notify-test01-add-watch): Rewrite first erroneous check.
769 2013-07-23  Glenn Morris  <rgm@gnu.org>
771         * automated/inotify-test.el (inotify-file-watch-simple):
772         Delete temp-file when done.
774         * automated/subword-tests.el: Require subword.
776 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * automated/subword-tests.el: New file.
780 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
782         * automated/python-tests.el (python-imenu-create-index-2)
783         (python-imenu-create-index-3): New tests.
785 2013-07-11  Glenn Morris  <rgm@gnu.org>
787         * automated/ert-tests.el: Require cl-lib at runtime too.
788         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
789         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
790         (ert-test-set-functions, ert-test-gensym)
791         (ert-test-coerce-to-vector, ert-test-string-position)
792         (ert-test-mismatch): Remove tests.
793         * automated/cl-lib.el: New, split from ert-tests.el.
795         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
796         Goto point-min.
797         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
798         (ruby-move-to-block-skips-percent-literal)
799         (ruby-move-to-block-skips-heredoc)
800         (ruby-move-to-block-moves-from-else-to-if)
801         (ruby-beginning-of-defun-does-not-fold-case)
802         (ruby-end-of-defun-skips-to-next-line-after-the-method):
803         Replace goto-line with forward-line/goto-char.
804         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
806         * automated/package-test.el (makeinfo-buffer): Autoload.
807         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
808         (package-test-install-texinfo): Don't require makeinfo.
810         * automated/files.el: Stop "local variables" confusion.
812         * automated/flymake-tests.el (flymake-tests): Remove unused group.
814         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
815         Use with-current-buffer.
817         * automated/undo-tests.el (undo-test-buffer-modified)
818         (undo-test-file-modified): New tests.
820 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
822         * automated/file-notify-tests.el (file-notify-test00-availability):
823         Set :expected-result.
824         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
825         (file-notify-test02-events, file-notify-test02-events-remote)
826         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
827         Skip when `file-notify-support' is nil.  (Bug#14823)
829 2013-07-09  Glenn Morris  <rgm@gnu.org>
831         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
832         Declare.
833         (inotify-file-watch-simple): Silence compiler.
835         * automated/python-tests.el (python-indent-block-enders):
836         Make it actually test something.
838         * automated/package-x-test.el: Require package-test when compiling.
840         * automated/add-log-tests.el, automated/advice-tests.el:
841         * automated/imenu-test.el, automated/package-x-test.el:
842         * automated/python-tests.el, automated/ruby-mode-tests.el:
843         * automated/xml-parse-tests.el: Explicitly require ert.
845 2013-07-08  Kenichi Handa  <handa@gnu.org>
847         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
848         Use with-ccoding-priority to avoid side-effect (Bug#14781).
850 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
852         * automated/file-notify-tests.el
853         (file-notify-test-remote-temporary-file-directory):
854         Use `null-device' on w32.
855         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
856         (file-notify--test-results, file-notify--test-event)
857         (file-notify--deftest-remote, file-notify--event-test)
858         (file-notify--test-event-handler)
859         (file-notify--test-make-temp-name): Rename, in order to mark them
860         internal.
861         (tramp-message-show-message, tramp-read-passwd): Tweak them for
862         better fitting in noninteractive tests.
863         (file-notify-test00-availability): Rename from `file-notify-test0'.
864         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
865         Use `temporary-file-directory '.
866         (file-notify-test01-add-watch-remote): New test.
867         (file-notify-test02-events): Rename from `file-notify-test2'.
868         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
869         (file-notify-test03-autorevert): Rename from
870         `file-notify-test4'.  Use timeouts.
871         (file-notify-test03-autorevert-remote): Rename from
872         `file-notify-test5'.
874 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
876         * automated/file-notify-tests.el: New package.
878 2013-06-28  Kenichi Handa  <handa@gnu.org>
880         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
881         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
882         Callers changed.
883         (decoder-tests-filename): New function.
884         (decoder-tests-prefer-utf-8-read)
885         (decoder-tests-prefer-utf-8-write): New function.
886         (ert-test-decoder-prefer-utf-8): New test.
888 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
890         * automated/package-x-test.el: Change the commentary.
891         (package-x-test--single-archive-entry-1-3)
892         (package-x-test--single-archive-entry-1-4): Fix the tests, by
893         using the appropriate data structure.
895 2013-06-27  Daniel Hackney  <dan@haxney.org>
897         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
899         * automated/package-x-test.el: New file.
901         * automated/package-test.el: New file.
903         * automated/data/package: New directory, with test examples.
905 2013-06-27  Glenn Morris  <rgm@gnu.org>
907         * automated/python-tests.el (python-tests-with-temp-file):
908         Clean up after ourself.
910         * automated/undo-tests.el (undo-test3): Remove test that seems to
911         do nothing that the previous one doesn't, except leave a tempfile.
913 2013-06-26  Glenn Morris  <rgm@gnu.org>
915         * automated/info-xref.el: New file.
917 2013-06-25  Glenn Morris  <rgm@gnu.org>
919         * automated/occur-tests.el (occur-test-create): New function.
920         Use it to create separate tests for each element, so we run them
921         all rather than stopping at the first error.
923 2013-06-24  Glenn Morris  <rgm@gnu.org>
925         * automated/occur-tests.el (occur-tests):
926         Update for 2013-05-29 change to occur header line.
928 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
930         Test suite for flymake.
931         * automated/flymake-tests.el:
932         * automated/flymake/warnpred/Makefile
933         * automated/flymake/warnpred/test.c
934         * automated/flymake/warnpred/test.pl: New files.
936 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
938         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
940 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
942         * automated/reftex-tests.el: New test suite for reftex.
944 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
946         * automated/ruby-mode-tests.el: New tests, for percent literals
947         and expression expansion.
949 2013-05-29  Leo Liu  <sdl.web@gmail.com>
951         * indent/octave.m: Tweak.
953 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
955         * eshell.el: Rewrite tests using ERT.
957 2013-05-25  Leo Liu  <sdl.web@gmail.com>
959         * indent/octave.m: Add tests for %!, # and ### comments.
961 2013-05-23  Kenichi Handa  <handa@gnu.org>
963         * automated/decoder-tests.el: New file.
965 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
967         * indent/ruby.rb: Add multiline regexp example.
969         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
970         (ruby-regexp-skips-over-interpolation)
971         (ruby-regexp-continues-till-end-when-unclosed)
972         (ruby-regexp-can-be-multiline)
973         (ruby-interpolation-inside-percent-literal): New tests.
975 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
977         * indent/ruby.rb: Fix indentation after =; add more cases.
979 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
981         * indent/pascal.pas: Add test for mis-identified comments.
983 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
985         * automated/imenu-test.el: New file.  (Bug#14112)
987 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
989         * automated/python-tests.el (python-imenu-prev-index-position-1):
990         Remove test.
991         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
992         New tests.
994 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
996         * automated/python-tests.el (python-nav-backward-defun-2)
997         (python-nav-backward-defun-3, python-nav-forward-defun-2)
998         (python-nav-forward-defun-3): New tests.
1000 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1002         * automated/python-tests.el (python-nav-backward-defun-1)
1003         (python-nav-forward-defun-1): New tests.
1005 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1007         * automated/add-log-tests.el: New file.  (Bug#14112)
1009 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1011         * automated/python-tests.el (python-indent-block-enders): New test.
1012         (python-info-current-defun-2): Fix test.
1014 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1016         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1018 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1020         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1021         (python-tests-with-temp-file): New macro.
1022         (python-tests-shell-interpreter): New var.
1023         (python-shell-get-process-name-1)
1024         (python-shell-internal-get-process-name-1)
1025         (python-shell-parse-command-1)
1026         (python-shell-calculate-process-environment-1)
1027         (python-shell-calculate-process-environment-2)
1028         (python-shell-calculate-process-environment-3)
1029         (python-shell-calculate-exec-path-1)
1030         (python-shell-calculate-exec-path-2)
1031         (python-shell-make-comint-1)
1032         (python-shell-make-comint-2)
1033         (python-shell-get-process-1)
1034         (python-shell-get-or-create-process-1)
1035         (python-shell-internal-get-or-create-process-1): New tests.
1037 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1039         * automated/python-tests.el: New file.
1041 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1043         * automated/ruby-mode-tests.el
1044         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1045         bits inside the examples.
1046         (ruby-move-to-block-skips-heredoc): New test.
1047         (ruby-add-log-current-method-after-inner-class):
1048         Lower expectations: move point inside a method, initially.
1050 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1052         * automated/ruby-mode-tests.el
1053         (ruby-move-to-block-skips-percent-literal): New test.
1055 2013-02-04  Chong Yidong  <cyd@gnu.org>
1057         * automated/thingatpt.el: New file.
1059 2013-02-03  Chong Yidong  <cyd@gnu.org>
1061         * automated/files.el (file-test--do-local-variables-test):
1062         Avoid compilation warning message.
1064 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1066         * automated/ruby-mode-tests.el
1067         (ruby-indent-spread-args-in-parens): New test.
1068         * automated/ruby-mode-tests.el (ruby-block-test-example):
1069         Break indentation of the do block opener and add a line inside it.
1070         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1071         Adjust line numbers.
1073 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1075         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1077 2013-01-14  Glenn Morris  <rgm@gnu.org>
1079         * automated/compile-tests.el (compile-tests--test-regexps-data):
1080         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1082 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1084         * automated/man-tests.el: New file.
1086 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1088         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1090 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1092         * automated/undo-tests.el: New file.
1094 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1096         * automated/ruby-mode-tests.el
1097         (ruby-indent-after-block-in-continued-expression): New test.
1099 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1101         * automated/ruby-mode-tests.el:
1102         Rename one interpolation test; add three more.
1103         (ruby-with-temp-buffer): New macro, use it where appropriate.
1104         (ruby-add-log-current-method-examples): Use "_" for target point.
1105         Add four new tests for ruby-add-log-current-method.
1107 2012-12-11  Glenn Morris  <rgm@gnu.org>
1109         * automated/f90.el (f90-test-bug13138): New test.
1111 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1113         * automated/inotify-test.el: New test.
1115 2012-12-02  Chong Yidong  <cyd@gnu.org>
1117         * automated/ruby-mode-tests.el
1118         (ruby-add-log-current-method-examples): Don't use loop macro, to
1119         allow automated testing to work.
1121 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1123         * automated/advice-tests.el (advice-tests--data): Remove.
1124         (advice-tests): Move the tests directly here instead.
1125         Add called-interactively-p tests.
1127 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1129         * automated/ert-x-tests.el: Use cl-lib.
1130         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1132 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1134         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1135         (ruby-indent-inside-heredoc-after-operator)
1136         (ruby-indent-inside-heredoc-after-space): New tests.
1137         Change direct font-lock face references to var references.
1138         (ruby-interpolation-suppresses-syntax-inside): New test.
1139         (ruby-interpolation-inside-percent-literal-with-paren):
1140         New failing test.
1142 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1144         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1145         (ruby-singleton-class-no-heredoc-font-lock)
1146         (ruby-add-log-current-method-examples): New tests.
1147         (ruby-test-string): Extract from ruby-should-indent-buffer.
1148         (ruby-deftest-move-to-block): New macro.
1149         Add several move-to-block tests.
1151 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1153         * automated/advice-tests.el: New tests.
1155 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1157         * automated/compile-tests.el (compile-tests--test-regexps-data):
1158         Add new data for msft's new format.
1160 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1162         * automated/ruby-mode-tests.el:
1163         (ruby-toggle-block-to-multiline): New test.
1164         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1165         (ruby-toggle-block-to-brace): Use buffer-string.
1167 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1169         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1171 2012-08-28  Chong Yidong  <cyd@gnu.org>
1173         * automated/files.el: Test every combination of values for
1174         enable-local-variables and enable-local-eval.
1176 2012-08-19  Chong Yidong  <cyd@gnu.org>
1178         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1180 2012-08-18  Chong Yidong  <cyd@gnu.org>
1182         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1184 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1186         * indent/ruby.rb: Rearrange examples, add new ones.
1188 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1190         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1191         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1193 2012-08-11  Glenn Morris  <rgm@gnu.org>
1195         * automated/files.el: New file.
1197         * automated/Makefile.in (all): Fix typo.
1199 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1201         * automated/ruby-mode-tests.el (ruby-should-indent):
1202         Add docstring, check (current-indentation) instead of (current-column).
1203         (ruby-should-indent-buffer): New function.
1204         Add tests for `ruby-deep-indent-paren' behavior.
1205         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1207 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1209         Original tests in test_ruby_mode.rb in upstream (author).
1211 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1213         * automated/ruby-mode-tests.el (ruby-should-indent)
1214         (ruby-assert-state): New functions.
1215         Add new tests.
1217 2012-07-29  David Engster  <deng@randomsample.de>
1219         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1220         New variable to hold test data for name expansion.
1221         (xml-parse-tests): Test the two different types of name expansion.
1223 2012-07-29  Juri Linkov  <juri@jurta.org>
1225         * automated/occur-tests.el (occur-test-case): Use predefined
1226         buffer name " *test-occur*" instead of a random buffer name.
1228 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1230         * automated/ruby-mode-tests.el: New file with one test.
1232 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1234         * indent/shell.sh: Add test case for ${#VAR}.
1236         * indent/latex-mode.tex: New file.
1238 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1240         * eshell.el: Use cl-lib.
1242 2012-07-03  Chong Yidong  <cyd@gnu.org>
1244         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1246 2012-07-02  Chong Yidong  <cyd@gnu.org>
1248         * automated/xml-parse-tests.el (xml-parse-tests--data):
1249         More testcases.
1251 2012-07-01  Chong Yidong  <cyd@gnu.org>
1253         * automated/xml-parse-tests.el: New file.
1255 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1257         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1258         Use cl-flet.
1260 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1262         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1263         Test escaped commas in TZID (Bug#11473).
1264         (icalendar-import-with-timezone): New.
1265         (icalendar-real-world): Add new testcase as given in the bugreport
1266         of Bug#11473.
1268 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1270         * automated/icalendar-tests.el (icalendar-tests--test-import):
1271         Include UID in import tests (Bug#11525).
1272         (icalendar-import-non-recurring, icalendar-import-rrule)
1273         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1274         UID-import change.
1275         (icalendar-import-with-uid): New.
1276         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1277         Include UID in cycle tests.
1278         (icalendar-cycle, icalendar-real-world): UID-import change.
1280 2012-05-21  Glenn Morris  <rgm@gnu.org>
1282         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1284 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1286         * automated/url-util-tests.el: New file to test
1287         lisp/url/url-util.el.  Only `url-build-query-string' and
1288         `url-parse-query-string' are tested right now (Bug#8706).
1290 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1292         * indent/shell.sh:
1293         * indent/shell.rc: Ad some test cases.
1295 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * indent/ruby.rb: New file, to test new syntax-propertize code.
1299 2012-04-11  Glenn Morris  <rgm@gnu.org>
1301         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1303 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1305         * automated/url-future-tests.el (url-future-tests): Move from
1306         lisp/url/url-future.el and rename.
1308 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1310         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1311         Fix broken test, caused by missing trailing blank.
1313 2011-12-03  Chong Yidong  <cyd@gnu.org>
1315         * automated/compile-tests.el (compile-tests--test-regexps-data):
1316         Increase column numbers by one to reflect change in how
1317         compilation-message is recorded (Bug#10172).
1319 2011-11-22  Glenn Morris  <rgm@gnu.org>
1321         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1323 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1325         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1327 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1329         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1330         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1331         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1333 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1335         * automated/newsticker-tests.el
1336         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1337         newsticker--treeview-tree-update.
1339 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1341         * automated/newsticker-tests.el
1342         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1344         * automated/newsticker-tests.el
1345         (newsticker--group-manage-orphan-feeds): Prevent updating
1346         newsticker treeview.  Fixed bug#9763.
1348 2011-10-20  Glenn Morris  <rgm@gnu.org>
1350         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1352         * automated/vc-bzr.el: New file.
1354 2011-10-15  Glenn Morris  <rgm@gnu.org>
1356         * automated/f90.el: New file.
1358 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1360         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1361         to automated/newsticker-tests.el.  Convert to ERT.
1363 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1365         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1366         Remove, simply use string=.
1367         (icalendar--diarytime-to-isotime)
1368         (icalendar--datetime-to-diary-date)
1369         (icalendar--datestring-to-isodate)
1370         (icalendar--format-ical-event)
1371         (icalendar--parse-summary-and-rest)
1372         (icalendar-tests--do-test-import)
1373         (icalendar-tests--do-test-cycle): Change argument order of
1374         string= to EXPECTED ACTUAL.
1375         (icalendar--import-format-sample)
1376         (icalendar--format-ical-event)
1377         (icalendar-import-non-recurring)
1378         (icalendar-import-rrule)
1379         (icalendar-import-duration)
1380         (icalendar-import-bug-6766)
1381         (icalendar-real-world): Adjust to string= instead of
1382         icalendar-tests--compare-strings.
1383         (icalendar-import-multiple-vcalendars): New.
1385 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1387         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1388         Require CL.
1390 2011-05-09  Juri Linkov  <juri@jurta.org>
1392         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1393         Convert to ERT.
1395 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1397         * automated/compile-tests.el: New file.
1399 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1401         * automated/font-parse-tests.el: Don't byte-compile.
1403         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1405 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * automated/lexbind-tests.el: New file.
1409 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1411         * Version 23.3 released.
1413 2011-03-05  Glenn Morris  <rgm@gnu.org>
1415         * eshell.el: Move here from lisp/eshell/esh-test.el.
1417 2011-03-03  Christian Ohler  <ohler@gnu.org>
1419         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1420         New test.
1422 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1424         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1425         convert to ERT format.
1427 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1429         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1430         convert to ERT format.
1432 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1434         * indent/shell.sh:
1435         * indent/shell.rc: New files.
1437 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1439         * automated/font-parse-tests.el: Move from
1440         font-parse-testsuite.el.
1442 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1444         * font-parse-testsuite.el (test-font-parse-data): New file.
1446 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1448         * indent/prolog.prolog: Add tokenizing tests.
1450 2011-01-13  Christian Ohler  <ohler@gnu.org>
1452         * automated: New directory for automated tests.
1454         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1456         * automated/Makefile.in: New file.
1458 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * indent/modula2.mod: New file.
1462 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1464         * indent/octave.m: Add a test to ensure indentation is local.
1466 2010-10-23  Glenn Morris  <rgm@gnu.org>
1468         * comint-testsuite.el
1469         (comint-testsuite--test-comint-password-prompt-regexp):
1470         Add "Please enter the password".  (Bug#7224)
1472 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1474         * indent/prolog.prolog: Use normal spacing around !.
1476 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1478         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1480 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1482         * indent/octave.m: Remove some `fixindent' not needed any more.
1484 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         * indent/octave.m: New file.
1488 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1490         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1491         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1492         (icalendar-testsuite--run-internal-tests): New.
1493         (icalendar-testsuite--test-convert-ordinary-to-ical)
1494         (icalendar-testsuite--test-convert-block-to-ical)
1495         (icalendar-testsuite--test-convert-anniversary-to-ical)
1496         (icalendar-testsuite--test-parse-vtimezone)
1497         (icalendar-testsuite--do-test-export): Code formatting.
1498         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1499         (icalendar-testsuite--do-test-import)
1500         (icalendar-testsuite--do-test-cycle):
1501         Use icalendar-testsuite--compare-strings
1502         (icalendar-testsuite--run-import-tests): Comment added.
1503         (icalendar-testsuite--run-import-tests)
1504         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1506 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1508         * redisplay-testsuite.el (test-redisplay-3): New test.
1510 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1512         * comint-testsuite.el: New file.
1514 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1516         * indent: New dir.
1518 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1520         * Version 23.2 released.
1522 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1524         * cedet/semantic-ia-utest.el
1525         (semantic-symref-test-count-hits-in-tag): Add function, from
1526         semantic-test.el.
1528         * cedet/tests/test.cpp:
1529         * cedet/tests/test.py:
1530         * cedet/tests/teststruct.cpp:
1531         * cedet/tests/testtemplates.cpp:
1532         * cedet/tests/testusing.cpp:
1533         * cedet/tests/scopetest.cpp:
1534         * cedet/tests/scopetest.java: Files deleted.
1536         * cedet/tests/test.make:
1537         * cedet/tests/test.c:
1538         * cedet/tests/testjavacomp.java:
1539         * cedet/tests/testspp.c:
1540         * cedet/tests/testsppreplace.c:
1541         * cedet/tests/testsppreplaced.c:
1542         * cedet/tests/testsubclass.cpp:
1543         * cedet/tests/testsubclass.hh:
1544         * cedet/tests/testtypedefs.cpp:
1545         * cedet/tests/testvarnames.c:
1546         * cedet/tests/test.el:
1547         * cedet/tests/testdoublens.cpp:
1548         * cedet/tests/testdoublens.hpp: Add copyright header.
1550         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1551         Remove reference to deleted files.
1553 2010-03-30  Juri Linkov  <juri@jurta.org>
1555         * occur-testsuite.el (occur-tests): Add tests for context lines.
1557 2010-03-23  Juri Linkov  <juri@jurta.org>
1559         * occur-testsuite.el: New file.
1561 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1563         * Branch for 23.2.
1565 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1567         * icalendar-testsuite.el
1568         (icalendar-testsuite--run-function-tests): Add new tests.
1569         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1570         testcase.
1571         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1572         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1573         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1574         (icalendar-testsuite--test-convert-block-to-ical): New.
1575         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1576         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1578 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1580         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1581         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1582         Fix typos in docstrings and error messages.
1583         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1585 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1587         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1588         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1589         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1591 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1593         * icalendar-testsuite.el
1594         (icalendar-testsuite--run-function-tests):
1595         Add icalendar-testsuite--test-parse-vtimezone.
1596         (icalendar-testsuite--test-parse-vtimezone): New.
1597         (icalendar-testsuite--do-test-cycle): Doc changes.
1598         (icalendar-testsuite--run-real-world-tests): Remove trailing
1599         whitespace -- see change of icalendar--add-diary-entry in
1600         icalendar.el.
1601         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1603 2009-09-30  Glenn Morris  <rgm@gnu.org>
1605         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1607 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1609         * cedet/*: New unit tests, from CEDET repository.
1611 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1613         * redisplay-testsuite.el: New file.
1615 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1617         * Branch for 23.1.
1619 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1621         * icalendar-testsuite.el
1622         (icalendar-testsuite--run-function-tests):
1623         Add icalendar-testsuite--test-diarytime-to-isotime.
1624         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1625         recent icalendar fixes.
1626         (icalendar-testsuite--test-diarytime-to-isotime): New.
1627         (icalendar-testsuite--test-create-uid): Adjust to recent
1628         icalendar changes.
1630 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1632         * bytecomp-testsuite.el: New file.
1634 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1636         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1637         Add `icalendar-testsuite--test-create-uid'.
1638         (icalendar-testsuite--test-create-uid): New.
1640 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1642         * newsticker-testsuite.el: New file.
1644 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1646         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1647         Add icalendar-testsuite--test-datestring-to-isodate,
1648         icalendar-testsuite--test-datetime-to-diary-date, and
1649         icalendar-testsuite--test-calendar-style.
1650         (icalendar-testsuite--test-format-ical-event)
1651         (icalendar-testsuite--test-parse-summary-and-rest):
1652         Doc fix.  Remove european-calendar-style.
1653         (icalendar-testsuite--get-ical-event): Doc fix.
1654         (icalendar-testsuite--test-first-weekday-of-year)
1655         (icalendar-testsuite--run-cycle-tests): Add doc string.
1656         (icalendar-testsuite--test-datestring-to-isodate)
1657         (icalendar-testsuite--test-datetime-to-diary-date)
1658         (icalendar-testsuite--test-calendar-style): New functions.
1659         (icalendar-testsuite--test-export): Handle iso date style.
1660         New arg INPUT-ISO.  Use calendar-date-style.
1661         (icalendar-testsuite--test-import): Handle iso date style.
1662         New arg EXPECTED-ISO.  Use calendar-date-style.
1663         (icalendar-testsuite--test-cycle): Handle iso date style.
1664         (icalendar-testsuite--run-import-tests)
1665         (icalendar-testsuite--run-export-tests)
1666         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1668 2008-02-29  Glenn Morris  <rgm@gnu.org>
1670         * README: New file.
1672 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1674         * icalendar-testsuite.el: New file.
1676 ;; Local Variables:
1677 ;; coding: utf-8
1678 ;; End:
1680   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1682   This file is part of GNU Emacs.
1684   GNU Emacs is free software: you can redistribute it and/or modify
1685   it under the terms of the GNU General Public License as published by
1686   the Free Software Foundation, either version 3 of the License, or
1687   (at your option) any later version.
1689   GNU Emacs is distributed in the hope that it will be useful,
1690   but WITHOUT ANY WARRANTY; without even the implied warranty of
1691   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1692   GNU General Public License for more details.
1694   You should have received a copy of the GNU General Public License
1695   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.