* lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^.
[emacs.git] / test / ChangeLog
blobe7317f79ac825e71d69f55495ba2139ed6f54fd4
1 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * automated/regexp-tests.el: New file.
5 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
7         * automated/reftex-tests.el (reftex-parse-from-file-test):
8         Run temp-dir through file-truename, to make sure the temporary file
9         names are comparable as strings.
11         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
12         Force Unix EOLs by using 'utf-8-unix', since the default of
13         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
15 2013-11-28  Glenn Morris  <rgm@gnu.org>
17         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
19 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
21         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
22         (EMACSOPT): Use $(PATH_SEP).
24 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
26         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
27         Set to nil.
29 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
31         * automated/file-notify-tests.el
32         (file-notify-test-remote-temporary-file-directory):
33         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
34         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
35         (file-notify--deftest-remote): Cleanup connection initially.
36         (file-notify-test03-autorevert): Run also in batch mode.  Use a
37         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
38         does not work on MS Windows.  Call `accept-process-output' for
39         remote files.  Apply `string-match' instead of `string-equal', the
40         messages are different on MS Windows.
42         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
43         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
44         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
46 2013-11-23  Glenn Morris  <rgm@gnu.org>
48         * automated/python-tests.el (python-shell-make-comint-1)
49         (python-shell-make-comint-2, python-shell-get-process-1):
50         Suppress creation of some temp-files.
52         * automated/python-tests.el (python-shell-parse-command-1)
53         (python-shell-make-comint-1, python-shell-make-comint-2)
54         (python-shell-get-process-1)
55         (python-shell-internal-get-or-create-process-1):
56         Skip rather than fail if prereqs not found.
58         * automated/Makefile.in (emacs):
59         Empty EMACSLOADPATH rather than unsetting.
61 2013-11-22  Glenn Morris  <rgm@gnu.org>
63         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
64         Set expected-result.
66 2013-11-21  Glenn Morris  <rgm@gnu.org>
68         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
69         (compile-main): Pass XARGS_LIMIT to xargs.
71         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
72         (EMACSOPT): Use PATH_SEPARATOR.
74 2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
76         * test/automated/ruby-mode-tests.el (ruby-exit!-font-lock):
77         Add a failing test for Bug#15874.
78         * test/automated/ruby-mode-tests.el
79         (ruby--insert-coding-comment-ruby-style)
80         (ruby--insert-coding-comment-emacs-style)
81         (ruby--insert-coding-comment-custom-style):
82         Add a few tests for `ruby--insert-coding-comment'.
84 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
86         Improve API of recently-added bool vector functions (Bug#15912).
87         * automated/data-tests.el: Adjust to API changes.
89 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
91         * automated/tramp-tests.el (tramp-test07-file-exists-p)
92         (tramp-test08-file-local-copy)
93         (tramp-test09-insert-file-contents, tramp-test10-write-region)
94         (tramp-test11-copy-file, tramp-test12-rename-file)
95         (tramp-test13-make-directory, tramp-test14-delete-directory)
96         (tramp-test15-copy-directory, tramp-test16-directory-files)
97         (tramp-test17-insert-directory, tramp-test18-file-attributes)
98         (tramp-test19-directory-files-and-attributes)
99         (tramp-test20-file-modes, tramp-test21-file-links)
100         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
101         (tramp-test24-file-name-completion, tramp-test25-load)
102         (tramp-test26-process-file, tramp-test27-start-file-process)
103         (tramp-test28-shell-command): Cleanup connection initially.
105 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
107         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
108         connection before running the test.
110 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
112         * automated/tramp-tests.el (tramp-test15-copy-directory)
113         (tramp-test16-directory-files, tramp-test17-insert-directory)
114         (tramp-test18-file-attributes)
115         (tramp-test19-directory-files-and-attributes)
116         (tramp-test20-file-modes, tramp-test21-file-links)
117         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
118         (tramp-test24-file-name-completion, tramp-test25-load)
119         (tramp-test26-process-file, tramp-test27-start-file-process):
120         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
121         (tramp-test29-utf8): New test.
123 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
125         * automated/file-notify-tests.el (file-notify-test02-events)
126         (file-notify-test03-autorevert): Suppress messages in `write-region'.
128         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
129         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
130         (tramp-test26-process-file, tramp-test28-shell-command):
131         Ensure, that the directory is not empty when calling "ls".
133 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
135         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
136         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
137         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
138         (tramp-test09-insert-file-contents, tramp-test10-write-region):
139         (tramp-test26-process-file): Add tests.
140         (tramp-test11-copy-file): Remove debug message.
141         (tramp-test20-file-modes): Special case, if user is "root".
143 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
145         * automated/file-notify-tests.el:
146         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
147         `tramp-remote-path' when running on hydra.
148         (tramp-test07-file-exists-p): Remove instrumentation code.
149         (tramp-test26-process-file): Don't use "/bin/true" and
150         "/bin/false", these paths do not exist on hydra.
152 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
154         * automated/process-tests.el: New file.
156 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
158         * indent/ruby.rb: New examples.
160 2013-11-06  Glenn Morris  <rgm@gnu.org>
162         * automated/Makefile.in (setwins): Avoid accidental matches.
164 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
166         * automated/tramp-tests.el (tramp-test07-file-exists-p):
167         Fix docstring.  Instrument, in order to hunt failure on hydra.
169 2013-11-06  Glenn Morris  <rgm@gnu.org>
171         * automated/flymake-tests.el (warning-predicate-rx-gcc)
172         (warning-predicate-function-gcc, warning-predicate-rx-perl)
173         (warning-predicate-function-perl):
174         * automated/info-xref.el (info-xref-test-makeinfo):
175         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
176         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
178 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
180         * automated/tramp-tests.el: New file.
182 2013-11-05  Glenn Morris  <rgm@gnu.org>
184         Get rid of --chdir usage.
185         * automated/Makefile.in (EMACSOPT): Move -L here.
186         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
187         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
188         (.el.elc): No more need to pass -L here.
189         (compile-main): Get rid of sub-shell and cd.
190         (compile-clean, check): Get rid of cd.
192         Make it possible to run tests with a different working directory.
193         * automated/flymake-tests.el (flymake-tests-data-directory): New.
194         (flymake-tests--current-face): Use flymake-tests-data-directory.
195         (warning-predicate-function-gcc, warning-predicate-rx-perl)
196         (warning-predicate-function-perl): Adapt for above change.
197         * automated/zlib-tests.el (zlib-tests-data-directory): New.
198         (zlib--decompress): Use zlib-tests-data-directory.
200         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
201         Remove test that makes no sense.
203         * automated/files.el (files-test-local-variable-data):
204         Fix result typo presumably caused by interference from dir-locals.
205         (file-test--do-local-variables-test): Prevent dir-locals interfering.
207 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
209         * indent/ruby.rb: Add a statement on the line after heredoc.
210         Move a now-successful example.
212         * automated/ruby-mode-tests.el: Remove outdated comment.
214 2013-11-04  Glenn Morris  <rgm@gnu.org>
216         * automated/Makefile.in (abs_srcdir): Remove.
217         (emacs): Unset EMACSLOADPATH.
218         (.el.elc, check): Use -L to append srcdir to load-path.
220 2013-11-02  Glenn Morris  <rgm@gnu.org>
222         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
223         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
224         (abs_srcdir): New, set by configure.
225         (EMACS): Use a relative file name.
226         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
227         (lisp-compile): Remove (assume it's up-to-date).
228         (compile-main): Do not run lisp-compile.
229         (compile-main, compile-clean, compile-always, bootstrap-clean)
230         (check): Use srcdir rather than $test.  Check cd return value.
231         Use --chdir.
232         (doit, compile, compile-always): Remove stuff copied from lisp/.
233         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
235 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
237         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
238         Add a skipping test.
240 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
242         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
244         * indent/css-mode.css (.x2): Test alignement inside braces.
246 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
248         * indent/ruby.rb: New failing example.
250         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
251         Fix the test, in respect to adding the space after the curly.
253 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
255         * automated/ert-tests.el (ert-test-skip-unless): New test case.
256         (ert-test-deftest): Adapt test for changed macro expansion.
257         (ert-test-run-tests-interactively):
258         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
259         Add a skipping test.
261         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
262         (file-notify--test-local-enabled): Make it a function.  Check also
263         for `file-remote-p' of `temporary-file-directory'.
264         (file-notify--test-remote-enabled-checked): New defvar.
265         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
266         internal functions.  Cache result.
267         (file-notify--deftest-remote, file-notify-test00-availability)
268         (file-notify-test01-add-watch, file-notify-test02-events)
269         (file-notify-test03-autorevert): Add checks with `skip_unless'.
270         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
272 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
274         * indent/ruby.rb: Fix syntax error in the latest example.
276 2013-10-23  Glenn Morris  <rgm@gnu.org>
278         * automated/Makefile.in (abs_top_srcdir, top_builddir):
279         New, set by configure.
280         (top_srcdir): Remove.
281         (abs_test, abs_lispsrc): New.
282         (lisp): No longer absolute.
283         (emacs, lisp-compile, compile, compile-always):
284         Quote entities that might contain whitespace.
286 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
288         * indent/ruby.rb: Move two examples to "working" section, add one
289         more.
291 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
293         * indent/ruby.rb: New examples for indentation of blocks.
294         Example of hash inside parens that inflooped before the present commit.
296 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
298         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
299         allows another timer to run.
301 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
303         * indent/ruby.rb: More examples for bug#15594, both failing and
304         now passing.
306 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
308         * indent/ruby.rb: Add two more cases.
310 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
312         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
313         first use.
314         (ruby-should-indent): Use indent-according-to-mode.
315         (ruby-deftest-move-to-block): Use `declare'.
317 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
319         * indent/ruby.rb: Fix a spurious change, add more failing examples.
321 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
323         * indent/ruby.rb: Add a few more tests; adjust some indentation.
325 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
327         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
328         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
330         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
332 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
334         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
335         Adjust indentation of continued line to the new SMIE behavior.
337 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
339         * automated/completion-tests.el:
340         * indent/css-mode.css: New files.
342 2013-10-03  Daiki Ueno  <ueno@gnu.org>
344         * automated/data/package/signed/archive-contents:
345         * automated/data/package/signed/archive-contents.sig:
346         * automated/data/package/signed/signed-good-1.0.el:
347         * automated/data/package/signed/signed-good-1.0.el.sig:
348         * automated/data/package/signed/signed-bad-1.0.el:
349         * automated/data/package/signed/signed-bad-1.0.el.sig:
350         * automated/data/package/key.pub:
351         * automated/data/package/key.sec: New files.
353         * automated/package-test.el (package-test-update-listing)
354         (package-test-update-archives, package-test-describe-package):
355         Adjust to package.el change.
356         (package-test-signed): New test.
358 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
360         * automated/package-test.el: Update all cases to use :url instead
361         of :homepage.
363         * automated/package-x-test.el
364         (package-x-test--single-archive-entry-1-3): Same.
366 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
368         * automated/package-test.el (simple-single-desc-1-4): Remove, it
369         was unused.
370         (simple-single-desc): Expect :homepage property.
371         (multi-file-desc): Same.
372         (with-package-test): Do not save previous `default-directory'
373         value, let-bind the var instead.
374         (package-test-install-single): Expect :homepage property in the
375         generated pkg file.
376         (package-test-describe-package): Expect Homepage button.
377         (package-test-describe-non-installed-package)
378         (package-test-describe-non-installed-multi-file-package): Same.
379         (package-test-describe-not-installed-package): Remove, it was a
380         duplicate.
382         * automated/package-x-test.el
383         (package-x-test--single-archive-entry-1-3): Expect :homepage
384         property.
385         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
387         * automated/data/package/simple-single-1.3.el: Add URL header.
389         * automated/data/package/archive-contents: Add :homepage
390         properties to `simple-single' and `multi-file'.
392 2013-09-22  Daniel Colascione  <dancol@dancol.org>
394         * automated/data-test.el:
395         (bool-vector-count-matches-all-0-nil)
396         (bool-vector-count-matches-all-0-t)
397         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
398         (bool-vector-count-matches-at, bool-vector-intersection-op)
399         (bool-vector-union-op, bool-vector-xor-op)
400         (bool-vector-set-difference-op)
401         (bool-vector-change-detection, bool-vector-not): New tests.
402         (mock-bool-vector-count-matches-at)
403         (test-bool-vector-bv-from-hex-string)
404         (test-bool-vector-to-hex-string)
405         (test-bool-vector-count-matches-at-tc)
406         (test-bool-vector-apply-mock-op)
407         (test-bool-vector-binop): New helper functions.
408         (bool-vector-test-vectors): New testcase data.
410 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
412         * automated/advice-tests.el (advice-test-called-interactively-p-around)
413         (advice-test-called-interactively-p-filter-args)
414         (advice-test-called-interactively-p-around): New tests.
416 2013-09-16  Glenn Morris  <rgm@gnu.org>
418         * automated/eshell.el (eshell-match-result):
419         Return a more informative failure than simply "false".  Update callers.
421         * automated/eshell.el (eshell-test/for-name-shadow-loop):
422         Test value before and after loop as well as during.
424 2013-09-15  Glenn Morris  <rgm@gnu.org>
426         * automated/eshell.el (eshell-test/for-name-shadow-loop):
427         New test.  (Bug#15372)
428         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
430 2013-09-13  Glenn Morris  <rgm@gnu.org>
432         * automated/eshell.el (with-temp-eshell):
433         Use a temp directory for eshell-directory-name.
434         (eshell-test-command-result): New, again using a temp directory.
435         Replace eshell-command-result with this throughout.
436         (eshell-test/for-loop, eshell-test/for-name-loop):
437         Ensure environment variables don't confuse us.
439 2013-09-12  Glenn Morris  <rgm@gnu.org>
441         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
442         due to "has a running process; kill it?" prompts.
444 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
446         * automated/eshell.el: Rename from eshell.el.
447         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
449 2013-09-01  Glenn Morris  <rgm@gnu.org>
451         * automated/Makefile.in (setwins): Avoid leading space in $wins.
452         Otherwise the sed command used by eg compile-main ends up
453         containing "/*.el".  (Bug#15170)
455 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
457         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
458         for portability to hosts where /bin/sh has problems.
460 2013-08-21  David Engster  <deng@randomsample.de>
462         * automated/eieio-tests.el, automated/eieio-test-persist.el:
463         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
464         upstream.  Changed to use ERT.
466 2013-08-14  Daniel Hackney  <dan@haxney.org>
468         * package-test.el: Remove tar-package-building functions.  Tar file
469         used for testing is included in the repository.
470         (package-test-install-texinfo, package-test-cleanup-built-files):
471         Remove.
473 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
475         * automated/python-tests.el (python-imenu-create-index-4)
476         (python-imenu-create-flat-index-2): New tests.
478 2013-08-05  Glenn Morris  <rgm@gnu.org>
480         * automated/mule-util.el: New file, with tests extracted from
481         lisp/international/mule-util.el.
483 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
485         * automated/advice-tests.el (advice-tests-nadvice): Test removal
486         before definition.
487         (advice-tests-macroaliases): New test.
489 2013-08-04  Glenn Morris  <rgm@gnu.org>
491         * automated/ert-tests.el: Disable failing test that no-one seems
492         to know how to fix.  (Bug#13064)
494         * automated/icalendar-tests.el (icalendar-tests--test-export)
495         (icalendar-tests--test-import): Try more precise TZ specification.
496         Remove debug messages.
498 2013-08-03  Glenn Morris  <rgm@gnu.org>
500         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
502         * automated/icalendar-tests.el (icalendar-tests--test-export)
503         (icalendar-tests--test-import):
504         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
505         (icalendar-tests--test-import): Reset zone even if error occurred.
507 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * automated/core-elisp-tests.el: New file.
511 2013-08-01  Glenn Morris  <rgm@gnu.org>
513         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
514         Try to check that the remote system has a notification program.
516 2013-07-31  Glenn Morris  <rgm@gnu.org>
518         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
520 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
522         * automated/file-notify-tests.el
523         (file-notify--test-local-enabled): New defconst.  Replaces all
524         `file-notify-support' occurences.
525         (file-notify--test-remote-enabled): New defun.
526         (file-notify--deftest-remote): Use it.
527         (file-notify-test00-availability): Rewrite.
528         (file-notify-test00-availability-remote): New defun.
529         (file-notify-test01-add-watch): Rewrite first erroneous check.
531 2013-07-23  Glenn Morris  <rgm@gnu.org>
533         * automated/inotify-test.el (inotify-file-watch-simple):
534         Delete temp-file when done.
536         * automated/subword-tests.el: Require subword.
538 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
540         * automated/subword-tests.el: New file.
542 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
544         * automated/python-tests.el (python-imenu-create-index-2)
545         (python-imenu-create-index-3): New tests.
547 2013-07-11  Glenn Morris  <rgm@gnu.org>
549         * automated/ert-tests.el: Require cl-lib at runtime too.
550         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
551         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
552         (ert-test-set-functions, ert-test-gensym)
553         (ert-test-coerce-to-vector, ert-test-string-position)
554         (ert-test-mismatch): Remove tests.
555         * automated/cl-lib.el: New, split from ert-tests.el.
557         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
558         Goto point-min.
559         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
560         (ruby-move-to-block-skips-percent-literal)
561         (ruby-move-to-block-skips-heredoc)
562         (ruby-move-to-block-moves-from-else-to-if)
563         (ruby-beginning-of-defun-does-not-fold-case)
564         (ruby-end-of-defun-skips-to-next-line-after-the-method):
565         Replace goto-line with forward-line/goto-char.
566         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
568         * automated/package-test.el (makeinfo-buffer): Autoload.
569         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
570         (package-test-install-texinfo): Don't require makeinfo.
572         * automated/files.el: Stop "local variables" confusion.
574         * automated/flymake-tests.el (flymake-tests): Remove unused group.
576         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
577         Use with-current-buffer.
579         * automated/undo-tests.el (undo-test-buffer-modified)
580         (undo-test-file-modified): New tests.
582 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
584         * automated/file-notify-tests.el (file-notify-test00-availability):
585         Set :expected-result.
586         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
587         (file-notify-test02-events, file-notify-test02-events-remote)
588         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
589         Skip when `file-notify-support' is nil.  (Bug#14823)
591 2013-07-09  Glenn Morris  <rgm@gnu.org>
593         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
594         Declare.
595         (inotify-file-watch-simple): Silence compiler.
597         * automated/python-tests.el (python-indent-block-enders):
598         Make it actually test something.
600         * automated/package-x-test.el: Require package-test when compiling.
602         * automated/add-log-tests.el, automated/advice-tests.el:
603         * automated/imenu-test.el, automated/package-x-test.el:
604         * automated/python-tests.el, automated/ruby-mode-tests.el:
605         * automated/xml-parse-tests.el: Explictly require ert.
607 2013-07-08  Kenichi Handa  <handa@gnu.org>
609         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
610         Use with-ccoding-priority to avoid side-effect (Bug#14781).
612 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
614         * automated/file-notify-tests.el
615         (file-notify-test-remote-temporary-file-directory):
616         Use `null-device' on w32.
617         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
618         (file-notify--test-results, file-notify--test-event)
619         (file-notify--deftest-remote, file-notify--event-test)
620         (file-notify--test-event-handler)
621         (file-notify--test-make-temp-name): Rename, in order to mark them
622         internal.
623         (tramp-message-show-message, tramp-read-passwd): Tweak them for
624         better fitting in noninteractive tests.
625         (file-notify-test00-availability): Rename from `file-notify-test0'.
626         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
627         Use `temporary-file-directory '.
628         (file-notify-test01-add-watch-remote): New test.
629         (file-notify-test02-events): Rename from `file-notify-test2'.
630         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
631         (file-notify-test03-autorevert): Rename from
632         `file-notify-test4'.  Use timeouts.
633         (file-notify-test03-autorevert-remote): Rename from
634         `file-notify-test5'.
636 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
638         * automated/file-notify-tests.el: New package.
640 2013-06-28  Kenichi Handa  <handa@gnu.org>
642         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
643         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
644         Callers changed.
645         (decoder-tests-filename): New function.
646         (decoder-tests-prefer-utf-8-read)
647         (decoder-tests-prefer-utf-8-write): New function.
648         (ert-test-decoder-prefer-utf-8): New test.
650 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
652         * automated/package-x-test.el: Change the commentary.
653         (package-x-test--single-archive-entry-1-3)
654         (package-x-test--single-archive-entry-1-4): Fix the tests, by
655         using the appropriate data structure.
657 2013-06-27  Daniel Hackney  <dan@haxney.org>
659         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
661         * automated/package-x-test.el: New file.
663         * automated/package-test.el: New file.
665         * automated/data/package: New directory, with test examples.
667 2013-06-27  Glenn Morris  <rgm@gnu.org>
669         * automated/python-tests.el (python-tests-with-temp-file):
670         Clean up after ourself.
672         * automated/undo-tests.el (undo-test3): Remove test that seems to
673         do nothing that the previous one doesn't, except leave a tempfile.
675 2013-06-26  Glenn Morris  <rgm@gnu.org>
677         * automated/info-xref.el: New file.
679 2013-06-25  Glenn Morris  <rgm@gnu.org>
681         * automated/occur-tests.el (occur-test-create): New function.
682         Use it to create separate tests for each element, so we run them
683         all rather than stopping at the first error.
685 2013-06-24  Glenn Morris  <rgm@gnu.org>
687         * automated/occur-tests.el (occur-tests):
688         Update for 2013-05-29 change to occur header line.
690 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
692         Test suite for flymake.
693         * automated/flymake-tests.el:
694         * automated/flymake/warnpred/Makefile
695         * automated/flymake/warnpred/test.c
696         * automated/flymake/warnpred/test.pl: New files.
698 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
700         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
702 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
704         * automated/reftex-tests.el: New test suite for reftex.
706 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
708         * automated/ruby-mode-tests.el: New tests, for percent literals
709         and expression expansion.
711 2013-05-29  Leo Liu  <sdl.web@gmail.com>
713         * indent/octave.m: Tweak.
715 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
717         * tests/eshell.el: Rewrite tests using ERT.
719 2013-05-25  Leo Liu  <sdl.web@gmail.com>
721         * indent/octave.m: Add tests for %!, # and ### comments.
723 2013-05-23  Kenichi Handa  <handa@gnu.org>
725         * automated/decoder-tests.el: New file.
727 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
729         * indent/ruby.rb: Add multiline regexp example.
731         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
732         (ruby-regexp-skips-over-interpolation)
733         (ruby-regexp-continues-till-end-when-unclosed)
734         (ruby-regexp-can-be-multiline)
735         (ruby-interpolation-inside-percent-literal): New tests.
737 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
739         * indent/ruby.rb: Fix indentation after =; add more cases.
741 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
743         * indent/pascal.pas: Add test for mis-identified comments.
745 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
747         * automated/imenu-tests.el: New file.  (Bug#14112)
749 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
751         * automated/python-tests.el (python-imenu-prev-index-position-1):
752         Remove test.
753         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
754         New tests.
756 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
758         * automated/python-tests.el (python-nav-backward-defun-2)
759         (python-nav-backward-defun-3, python-nav-forward-defun-2)
760         (python-nav-forward-defun-3): New tests.
762 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
764         * automated/python-tests.el (python-nav-backward-defun-1)
765         (python-nav-forward-defun-1): New tests.
767 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
769         * automated/add-log-tests.el: New file. (Bug#14112)
771 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
773         * automated/python-tests.el (python-indent-block-enders): New test.
774         (python-info-current-defun-2): Fix test.
776 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
778         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
780 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
782         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
783         (python-tests-with-temp-file): New macro.
784         (python-tests-shell-interpreter): New var.
785         (python-shell-get-process-name-1)
786         (python-shell-internal-get-process-name-1)
787         (python-shell-parse-command-1)
788         (python-shell-calculate-process-environment-1)
789         (python-shell-calculate-process-environment-2)
790         (python-shell-calculate-process-environment-3)
791         (python-shell-calculate-exec-path-1)
792         (python-shell-calculate-exec-path-2)
793         (python-shell-make-comint-1)
794         (python-shell-make-comint-2)
795         (python-shell-get-process-1)
796         (python-shell-get-or-create-process-1)
797         (python-shell-internal-get-or-create-process-1): New tests.
799 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
801         * automated/python-tests.el: New file.
803 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
805         * automated/ruby-mode-tests.el
806         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
807         bits inside the examples.
808         (ruby-move-to-block-skips-heredoc): New test.
809         (ruby-add-log-current-method-after-inner-class):
810         Lower expectations: move point inside a method, initially.
812 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
814         * automated/ruby-mode-tests.el
815         (ruby-move-to-block-skips-percent-literal): New test.
817 2013-02-04  Chong Yidong  <cyd@gnu.org>
819         * automated/thingatpt.el: New file.
821 2013-02-03  Chong Yidong  <cyd@gnu.org>
823         * automated/files.el (file-test--do-local-variables-test):
824         Avoid compilation warning message.
826 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
828         * automated/ruby-mode-tests.el
829         (ruby-indent-spread-args-in-parens): New test.
830         * automated/ruby-mode-tests.el (ruby-block-test-example):
831         Break indentation of the do block opener and add a line inside it.
832         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
833         Adjust line numbers.
835 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
837         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
839 2013-01-14  Glenn Morris  <rgm@gnu.org>
841         * automated/compile-tests.el (compile-tests--test-regexps-data):
842         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
844 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
846         * automated/man-tests.el: New file.
848 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
850         * automated/undo-tests.el (undo-test0): Adjust error to code change.
852 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
854         * automated/undo-tests.el: New file.
856 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
858         * automated/ruby-mode-tests.el
859         (ruby-indent-after-block-in-continued-expression): New test.
861 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
863         * automated/ruby-mode-tests.el:
864         Rename one interpolation test; add three more.
865         (ruby-with-temp-buffer): New macro, use it where appropriate.
866         (ruby-add-log-current-method-examples): Use "_" for target point.
867         Add four new tests for ruby-add-log-current-method.
869 2012-12-11  Glenn Morris  <rgm@gnu.org>
871         * automated/f90.el (f90-test-bug13138): New test.
873 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
875         * automated/inotify-test.el: New test.
877 2012-12-02  Chong Yidong  <cyd@gnu.org>
879         * automated/ruby-mode-tests.el
880         (ruby-add-log-current-method-examples): Don't use loop macro, to
881         allow automated testing to work.
883 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
885         * automated/advice-tests.el (advice-tests--data): Remove.
886         (advice-tests): Move the tests directly here instead.
887         Add called-interactively-p tests.
889 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
891         * automated/ert-x-tests.el: Use cl-lib.
892         * automated/ert-tests.el: Use lexical-binding and cl-lib.
894 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
896         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
897         (ruby-indent-inside-heredoc-after-operator)
898         (ruby-indent-inside-heredoc-after-space): New tests.
899         Change direct font-lock face references to var references.
900         (ruby-interpolation-suppresses-syntax-inside): New test.
901         (ruby-interpolation-inside-percent-literal-with-paren):
902         New failing test.
904 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
906         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
907         (ruby-singleton-class-no-heredoc-font-lock)
908         (ruby-add-log-current-method-examples): New tests.
909         (ruby-test-string): Extract from ruby-should-indent-buffer.
910         (ruby-deftest-move-to-block): New macro.
911         Add several move-to-block tests.
913 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
915         * automated/advice-tests.el: New tests.
917 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
919         * automated/compile-tests.el (compile-tests--test-regexps-data):
920         Add new data for msft's new format.
922 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
924         * automated/ruby-mode-tests.el:
925         (ruby-toggle-block-to-multiline): New test.
926         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
927         (ruby-toggle-block-to-brace): Use buffer-string.
929 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
931         * automated/ruby-mode-tests.el: New tests (Bug#11613).
933 2012-08-28  Chong Yidong  <cyd@gnu.org>
935         * automated/files.el: Test every combination of values for
936         enable-local-variables and enable-local-eval.
938 2012-08-19  Chong Yidong  <cyd@gnu.org>
940         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
942 2012-08-18  Chong Yidong  <cyd@gnu.org>
944         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
946 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
948         * indent/ruby.rb: Rearrange examples, add new ones.
950 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
952         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
953         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
955 2012-08-11  Glenn Morris  <rgm@gnu.org>
957         * automated/files.el: New file.
959         * automated/Makefile.in (all): Fix typo.
961 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
963         * automated/ruby-mode-tests.el (ruby-should-indent):
964         Add docstring, check (current-indentation) instead of (current-column).
965         (ruby-should-indent-buffer): New function.
966         Add tests for `ruby-deep-indent-paren' behavior.
967         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
969 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
971         Original tests in test_ruby_mode.rb in upstream (author).
973 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
975         * automated/ruby-mode-tests.el (ruby-should-indent)
976         (ruby-assert-state): New functions.
977         Add new tests.
979 2012-07-29  David Engster  <deng@randomsample.de>
981         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
982         New variable to hold test data for name expansion.
983         (xml-parse-tests): Test the two different types of name expansion.
985 2012-07-29  Juri Linkov  <juri@jurta.org>
987         * automated/occur-tests.el (occur-test-case): Use predefined
988         buffer name " *test-occur*" instead of a random buffer name.
990 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
992         * automated/ruby-mode-tests.el: New file with one test.
994 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
996         * indent/shell.sh: Add test case for ${#VAR}.
998         * indent/latex-mode.tex: New file.
1000 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1002         * eshell.el: Use cl-lib.
1004 2012-07-03  Chong Yidong  <cyd@gnu.org>
1006         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1008 2012-07-02  Chong Yidong  <cyd@gnu.org>
1010         * automated/xml-parse-tests.el (xml-parse-tests--data):
1011         More testcases.
1013 2012-07-01  Chong Yidong  <cyd@gnu.org>
1015         * automated/xml-parse-tests.el: New file.
1017 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1020         Use cl-flet.
1022 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1024         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1025         Test escaped commas in TZID (Bug#11473).
1026         (icalendar-import-with-timezone): New.
1027         (icalendar-real-world): Add new testcase as given in the bugreport
1028         of Bug#11473.
1030 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1032         * automated/icalendar-tests.el (icalendar-tests--test-import):
1033         Include UID in import tests (Bug#11525).
1034         (icalendar-import-non-recurring, icalendar-import-rrule)
1035         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1036         UID-import change.
1037         (icalendar-import-with-uid): New.
1038         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1039         Include UID in cycle tests.
1040         (icalendar-cycle, icalendar-real-world): UID-import change.
1042 2012-05-21  Glenn Morris  <rgm@gnu.org>
1044         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1046 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1048         * automated/url-util-tests.el: New file to test
1049         lisp/url/url-util.el.  Only `url-build-query-string' and
1050         `url-parse-query-string' are tested right now (Bug#8706).
1052 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * indent/shell.sh:
1055         * indent/shell.rc: Ad some test cases.
1057 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * indent/ruby.rb: New file, to test new syntax-propertize code.
1061 2012-04-11  Glenn Morris  <rgm@gnu.org>
1063         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1065 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1067         * automated/url-future-tests.el (url-future-tests): Move from
1068         lisp/url/url-future.el and rename.
1070 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1072         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1073         Fix broken test, caused by missing trailing blank.
1075 2011-12-03  Chong Yidong  <cyd@gnu.org>
1077         * automated/compile-tests.el (compile-tests--test-regexps-data):
1078         Increase column numbers by one to reflect change in how
1079         compilation-message is recorded (Bug#10172).
1081 2011-11-22  Glenn Morris  <rgm@gnu.org>
1083         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1085 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1087         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1089 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1091         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1092         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1093         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1095 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1097         * automated/newsticker-tests.el
1098         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1099         newsticker--treeview-tree-update.
1101 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1103         * automated/newsticker-tests.el
1104         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1106         * trunk/test/automated/newsticker-tests.el
1107         (newsticker--group-manage-orphan-feeds): Prevent updating
1108         newsticker treeview. Fixed bug#9763.
1110 2011-10-20  Glenn Morris  <rgm@gnu.org>
1112         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1114         * automated/vc-bzr.el: New file.
1116 2011-10-15  Glenn Morris  <rgm@gnu.org>
1118         * automated/f90.el: New file.
1120 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1122         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1123         to automated/newsticker-tests.el. Convert to ERT.
1125 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1127         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1128         Remove, simply use string=.
1129         (icalendar--diarytime-to-isotime)
1130         (icalendar--datetime-to-diary-date)
1131         (icalendar--datestring-to-isodate)
1132         (icalendar--format-ical-event)
1133         (icalendar--parse-summary-and-rest)
1134         (icalendar-tests--do-test-import)
1135         (icalendar-tests--do-test-cycle): Change argument order of
1136         string= to EXPECTED ACTUAL.
1137         (icalendar--import-format-sample)
1138         (icalendar--format-ical-event)
1139         (icalendar-import-non-recurring)
1140         (icalendar-import-rrule)
1141         (icalendar-import-duration)
1142         (icalendar-import-bug-6766)
1143         (icalendar-real-world): Adjust to string= instead of
1144         icalendar-tests--compare-strings.
1145         (icalendar-import-multiple-vcalendars): New.
1147 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1149         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1150         Require CL.
1152 2011-05-09  Juri Linkov  <juri@jurta.org>
1154         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1155         Convert to ERT.
1157 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1159         * automated/compile-tests.el: New file.
1161 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1163         * automated/font-parse-tests.el: Don't byte-compile.
1165         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1167 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1169         * automated/lexbind-tests.el: New file.
1171 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1173         * Version 23.3 released.
1175 2011-03-05  Glenn Morris  <rgm@gnu.org>
1177         * eshell.el: Move here from lisp/eshell/esh-test.el.
1179 2011-03-03  Christian Ohler  <ohler@gnu.org>
1181         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1182         New test.
1184 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1186         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1187         convert to ERT format.
1189 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1191         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1192         convert to ERT format.
1194 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1196         * indent/shell.sh:
1197         * indent/shell.rc: New files.
1199 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1201         * automated/font-parse-tests.el: Move from
1202         font-parse-testsuite.el.
1204 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1206         * font-parse-testsuite.el (test-font-parse-data): New file.
1208 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1210         * indent/prolog.prolog: Add tokenizing tests.
1212 2011-01-13  Christian Ohler  <ohler@gnu.org>
1214         * automated: New directory for automated tests.
1216         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1218         * automated/Makefile.in: New file.
1220 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1222         * indent/modula2.mod: New file.
1224 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * indent/octave.m: Add a test to ensure indentation is local.
1228 2010-10-23  Glenn Morris  <rgm@gnu.org>
1230         * comint-testsuite.el
1231         (comint-testsuite--test-comint-password-prompt-regexp):
1232         Add "Please enter the password".  (Bug#7224)
1234 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * indent/prolog.prolog: Use normal spacing around !.
1238 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1240         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1242 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * indent/octave.m: Remove some `fixindent' not needed any more.
1246 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1248         * indent/octave.m: New file.
1250 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1252         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1253         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1254         (icalendar-testsuite--run-internal-tests): New.
1255         (icalendar-testsuite--test-convert-ordinary-to-ical)
1256         (icalendar-testsuite--test-convert-block-to-ical)
1257         (icalendar-testsuite--test-convert-anniversary-to-ical)
1258         (icalendar-testsuite--test-parse-vtimezone)
1259         (icalendar-testsuite--do-test-export): Code formatting.
1260         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1261         (icalendar-testsuite--do-test-import)
1262         (icalendar-testsuite--do-test-cycle):
1263         Use icalendar-testsuite--compare-strings
1264         (icalendar-testsuite--run-import-tests): Comment added.
1265         (icalendar-testsuite--run-import-tests)
1266         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1268 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1270         * redisplay-testsuite.el (test-redisplay-3): New test.
1272 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1274         * comint-testsuite.el: New file.
1276 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         * indent: New dir.
1280 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1282         * Version 23.2 released.
1284 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1286         * cedet/semantic-ia-utest.el
1287         (semantic-symref-test-count-hits-in-tag): Add function, from
1288         semantic-test.el.
1290         * cedet/tests/test.cpp:
1291         * cedet/tests/test.py:
1292         * cedet/tests/teststruct.cpp:
1293         * cedet/tests/testtemplates.cpp:
1294         * cedet/tests/testusing.cpp:
1295         * cedet/tests/scopetest.cpp:
1296         * cedet/tests/scopetest.java: Files deleted.
1298         * cedet/tests/test.make:
1299         * cedet/tests/test.c:
1300         * cedet/tests/testjavacomp.java:
1301         * cedet/tests/testspp.c:
1302         * cedet/tests/testsppreplace.c:
1303         * cedet/tests/testsppreplaced.c:
1304         * cedet/tests/testsubclass.cpp:
1305         * cedet/tests/testsubclass.hh:
1306         * cedet/tests/testtypedefs.cpp:
1307         * cedet/tests/testvarnames.c:
1308         * cedet/tests/test.el:
1309         * cedet/tests/testdoublens.cpp:
1310         * cedet/tests/testdoublens.hpp: Add copyright header.
1312         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1313         Remove reference to deleted files.
1315 2010-03-30  Juri Linkov  <juri@jurta.org>
1317         * occur-testsuite.el (occur-tests): Add tests for context lines.
1319 2010-03-23  Juri Linkov  <juri@jurta.org>
1321         * occur-testsuite.el: New file.
1323 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1325         * Branch for 23.2.
1327 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1329         * icalendar-testsuite.el
1330         (icalendar-testsuite--run-function-tests): Add new tests.
1331         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1332         testcase.
1333         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1334         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1335         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1336         (icalendar-testsuite--test-convert-block-to-ical): New.
1337         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1338         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1340 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1342         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1343         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1344         Fix typos in docstrings and error messages.
1345         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1347 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1349         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1350         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1351         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1353 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1355         * icalendar-testsuite.el
1356         (icalendar-testsuite--run-function-tests):
1357         Add icalendar-testsuite--test-parse-vtimezone.
1358         (icalendar-testsuite--test-parse-vtimezone): New.
1359         (icalendar-testsuite--do-test-cycle): Doc changes.
1360         (icalendar-testsuite--run-real-world-tests): Remove trailing
1361         whitespace -- see change of icalendar--add-diary-entry in
1362         icalendar.el.
1363         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1365 2009-09-30  Glenn Morris  <rgm@gnu.org>
1367         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1369 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1371         * cedet/*: New unit tests, from CEDET repository.
1373 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1375         * redisplay-testsuite.el: New file.
1377 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1379         * Branch for 23.1.
1381 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1383         * icalendar-testsuite.el
1384         (icalendar-testsuite--run-function-tests):
1385         Add icalendar-testsuite--test-diarytime-to-isotime.
1386         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1387         recent icalendar fixes.
1388         (icalendar-testsuite--test-diarytime-to-isotime): New.
1389         (icalendar-testsuite--test-create-uid): Adjust to recent
1390         icalendar changes.
1392 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1394         * bytecomp-testsuite.el: New file.
1396 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1398         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1399         Add `icalendar-testsuite--test-create-uid'.
1400         (icalendar-testsuite--test-create-uid): New.
1402 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1404         * newsticker-testsuite.el: New file.
1406 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1408         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1409         Add icalendar-testsuite--test-datestring-to-isodate,
1410         icalendar-testsuite--test-datetime-to-diary-date, and
1411         icalendar-testsuite--test-calendar-style.
1412         (icalendar-testsuite--test-format-ical-event):
1413         (icalendar-testsuite--test-parse-summary-and-rest):
1414         Doc fix.  Remove european-calendar-style.
1415         (icalendar-testsuite--get-ical-event): Doc fix.
1416         (icalendar-testsuite--test-first-weekday-of-year):
1417         (icalendar-testsuite--run-cycle-tests): Add doc string.
1418         (icalendar-testsuite--test-datestring-to-isodate):
1419         (icalendar-testsuite--test-datetime-to-diary-date):
1420         (icalendar-testsuite--test-calendar-style): New functions.
1421         (icalendar-testsuite--test-export): Handle iso date style.
1422         New arg INPUT-ISO.  Use calendar-date-style.
1423         (icalendar-testsuite--test-import): Handle iso date style.
1424         New arg EXPECTED-ISO.  Use calendar-date-style.
1425         (icalendar-testsuite--test-cycle): Handle iso date style.
1426         (icalendar-testsuite--run-import-tests):
1427         (icalendar-testsuite--run-export-tests):
1428         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1430 2008-02-29  Glenn Morris  <rgm@gnu.org>
1432         * README: New file.
1434 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1436         * icalendar-testsuite.el: New file.
1438 ;; Local Variables:
1439 ;; coding: utf-8
1440 ;; End:
1442   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1444   This file is part of GNU Emacs.
1446   GNU Emacs is free software: you can redistribute it and/or modify
1447   it under the terms of the GNU General Public License as published by
1448   the Free Software Foundation, either version 3 of the License, or
1449   (at your option) any later version.
1451   GNU Emacs is distributed in the hope that it will be useful,
1452   but WITHOUT ANY WARRANTY; without even the implied warranty of
1453   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1454   GNU General Public License for more details.
1456   You should have received a copy of the GNU General Public License
1457   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.