* lisp/mpc.el (mpc-reorder): Don't bother splitting the "active" elements
[emacs.git] / test / ChangeLog
blob2de81475e88d7a2d0d6256737d571f883ea96f76
1 2014-08-11  Glenn Morris  <rgm@gnu.org>
3         * automated/data/files-bug18141.el.gz: New file.
4         * automated/files.el (files-test-bug-18141-file):
5         New variable and test.  (Bug#18141)
7 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
9         Enumerate evaluated sexp diary entries (Bug#7911).
10         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
11         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
12         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
14         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
15         New tests.
17 2014-08-07  Glenn Morris  <rgm@gnu.org>
19         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
21 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
23         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
24         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
26 2014-08-03  Glenn Morris  <rgm@gnu.org>
28         * automated/Makefile.in (check-tar): New rule.
30 2014-08-02  Glenn Morris  <rgm@gnu.org>
32         * automated/fns-tests.el (fns-tests-compare-strings):
33         Update test.  (Bug#17903)
35         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
36         Use more precise TZ specification, as per 2013-08-04.
38 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
40         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
41         New test.
43 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
45         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
47 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
49         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
50         Work around the failures in icalendar-tests which occasionally occur on
51         hydra.nixos.org.
53 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
55         * automated/python-tests.el:
56         (python-util-clone-local-variables-1): Fix test.
58         * automated/python-tests.el (python-shell-make-comint-1):
59         (python-shell-make-comint-2): Fix indentation.
60         (python-shell-make-comint-3)
61         (python-shell-make-comint-4): New tests.
62         (python-shell-get-or-create-process-1): Fix test.
63         (python-shell-get-or-create-process-2)
64         (python-shell-get-or-create-process-3): New tests.
65         (python-shell-internal-get-or-create-process-1): Fix test.
66         (python-shell-prompt-detect-1): New test.
67         (python-shell-prompt-detect-2): New test.  (Bug#17370)
68         (python-shell-prompt-detect-3)
69         (python-shell-prompt-detect-4)
70         (python-shell-prompt-detect-5)
71         (python-shell-prompt-detect-6)
72         (python-shell-prompt-validate-regexps-1)
73         (python-shell-prompt-validate-regexps-2)
74         (python-shell-prompt-validate-regexps-3)
75         (python-shell-prompt-validate-regexps-4)
76         (python-shell-prompt-validate-regexps-5)
77         (python-shell-prompt-validate-regexps-6)
78         (python-shell-prompt-validate-regexps-7)
79         (python-shell-prompt-set-calculated-regexps-1)
80         (python-shell-prompt-set-calculated-regexps-2)
81         (python-shell-prompt-set-calculated-regexps-3)
82         (python-shell-prompt-set-calculated-regexps-4)
83         (python-shell-prompt-set-calculated-regexps-5)
84         (python-shell-prompt-set-calculated-regexps-6)
85         (python-util-valid-regexp-p-1): New tests.
87 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
89         * automated/advice-tests.el (advice-test-call-interactively): Make sure
90         the function's definition is fully restored at the end.
92 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
94         * automated/python-tests.el (python-indent-block-enders-1)
95         (python-indent-block-enders-2): Fix tests.
96         (python-indent-block-enders-3, python-indent-block-enders-4)
97         (python-indent-block-enders-5, python-indent-dedenters-1)
98         (python-indent-dedenters-2): Remove tests.
99         (python-indent-dedenters-1, python-indent-dedenters-2)
100         (python-indent-dedenters-3, python-indent-dedenters-4)
101         (python-indent-dedenters-5, python-indent-dedenters-6)
102         (python-indent-dedenters-7)
103         (python-info-dedenter-opening-block-position-1)
104         (python-info-dedenter-opening-block-position-2)
105         (python-info-dedenter-opening-block-position-3)
106         (python-info-dedenter-opening-block-positions-1)
107         (python-info-dedenter-opening-block-positions-2)
108         (python-info-dedenter-opening-block-positions-3)
109         (python-info-dedenter-opening-block-positions-4)
110         (python-info-dedenter-opening-block-positions-5)
111         (python-info-dedenter-opening-block-message-1)
112         (python-info-dedenter-opening-block-message-2)
113         (python-info-dedenter-opening-block-message-3)
114         (python-info-dedenter-opening-block-message-4)
115         (python-info-dedenter-opening-block-message-5)
116         (python-info-dedenter-statement-p-1)
117         (python-info-dedenter-statement-p-2)
118         (python-info-dedenter-statement-p-3)
119         (python-info-dedenter-statement-p-4)
120         (python-info-dedenter-statement-p-5): New tests.
122 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * indent/perl.perl: Add indentation pattern for hash-table entries.
126 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
128         * automated/dbus-tests.el (dbus-test02-register-service-session)
129         (dbus-test02-register-service-system): Fix docstring.
130         (dbus-test02-register-service-own-bus)
131         (dbus-test03-peer-interface): New tests.
133 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
135         * automated/python-tests.el (python-tests-self-insert): New function.
136         (python-triple-quote-pairing): Use it.
137         (python-parens-electric-indent-1): New test. (Bug#17658)
139 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
141         * automated/subr-x-tests.el: New file.
143 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
145         * automated/tramp-tests.el (tramp--instrument-test-case):
146         Print debug buffer in any case.
148 2014-06-28  Leo Liu  <sdl.web@gmail.com>
150         * automated/calc-tests.el: New file and add tests for math-bignum.
151         (Bug#17556)
153 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
155         * automated/dbus-tests.el (dbus--test-register-service)
156         (dbus-test02-register-service-session): Replace `dbus-ping' calls
157         by `dbus-list-known-names'.  (Bug#17858)
159 2014-06-28  Glenn Morris  <rgm@gnu.org>
161         * automated/Makefile.in (GDB): New variable.
162         (emacs): Use $GDB.  (Bug#15991)
164         * automated/Makefile.in (WRITE_LOG): New variable.
165         (%.log): Use WRITE_LOG.
166         (test_template): Disable logging.
168         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
169         (test_template): New definition.  Apply to TESTS.
171 2014-06-27  Glenn Morris  <rgm@gnu.org>
173         * automated/Makefile.in (check-maybe): Rename from check.
174         (check): Re-run all the tests, every time.
175         (clean, mostlyclean): Also delete *.log~.
177 2014-06-26  Glenn Morris  <rgm@gnu.org>
179         * automated/package-x-test.el: Do not mess with load-path.
181         * automated/Makefile.in (%.log): If error, dump log to stdout.
183 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
185         * automated/package-test.el (package-test-update-listing)
186         (package-test-update-archives, package-test-describe-package):
187         Adjust tests according to new package-list-unsigned.
189 2014-06-26  Glenn Morris  <rgm@gnu.org>
191         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
193         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
195         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
196         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
197         (setwins, compile-targets, compile-main, compile-clean): Remove.
198         (GREP_OPTIONS): Unexport.
199         (.el.elc): Replace with pattern rule.
200         (%.elc, %.log): New pattern rules.
201         (ELFILES, LOGFILES): New variables.
202         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
203         (clean, mostlyclean): New rules.
204         (bootstrap-clean): Simplify.
205         (bootstrap-clean, distclean): Depend on clean.
207 2014-06-25  Glenn Morris  <rgm@gnu.org>
209         * automated/flymake-tests.el (flymake-tests--current-face):
210         Sleep for longer.  Avoid querying.
212 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
214         * automated/fns-tests.el (fns-tests-compare-string): New test.
216 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
218         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
219         according to Bug#17815.
221 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
223         * automated/python-tests.el (python-util-strip-string-1): New test.
225 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
227         Sync with Tramp 2.2.10.
229         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
230         (tramp--instrument-test-case): Extend docstring.
231         (tramp-test15-copy-directory): Skip for tramp-smb.el.
232         (tramp-test21-file-links): Use `file-truename' for directories.
233         (tramp-test27-start-file-process, tramp-test28-shell-command):
234         Retrieve process output more robustly.
235         (tramp--test-check-files): Extend test.
236         (tramp-test30-special-characters): Skip for tramp-adb.el,
237         tramp-gvfs.el and tramp-smb.el.  Add further file names.
239 2014-06-13  Glenn Morris  <rgm@gnu.org>
241         * automated/Makefile.in (compile-main):
242         GNU make automatically passes command-line arguments to sub-makes.
244 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
246         * automated/tildify-tests.el (tildify-test--test): Optimise the test
247         slightly by reusing the same temporary buffer across multiple test
248         cases.
250         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
251         (tildify-test-find-env-group-index-bug): Update to support new
252         signature of the `tildify-foreach-region-outside-env' function.
253         Namely, it now takes pairs as an argument instead of looking it up in
254         `tildify-ignored-environments-alist'.
256         * automated/tildify-tests.el (tildify-test--example-html): Add support
257         for generating XML code, so that…
258         (tildify-test-xml) …test can be added to check handling of XML
259         documents.
261         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
262         New test checking end-regex building when multiple environment pairs
263         use integers to refer to capture groups.
265         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
266         test checking end-regex building in `tildify-find-env' function when
267         integers (denoting capture groups) and strings are mixed together.
269 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
271         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
272         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
274 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
276         * automated/tramp-tests.el (tramp-test29-vc-registered):
277         Instrument failed test case.
279 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
282         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
284 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
286         * automated/tildify-tests.el: New file.
288 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
290         * indent/ruby.rb: Add one more test.
292         * indent/ps-mode.ps: New file.
294         * indent/octave.m: Add a few more tests.
296         * automated/core-elisp-tests.el
297         (core-elisp-test-window-configurations): New test.
299 2014-05-26  Glenn Morris  <rgm@gnu.org>
301         * automated/package-test.el (package-test-install-single):
302         Update for changed output.
304 2014-05-22  Glenn Morris  <rgm@gnu.org>
306         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
307         Fix handling of temporary elc files.
309         * automated/fns-tests.el (fns-tests-nreverse):
310         Update for changed string behavior.
312 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
314         * automated/fns-tests.el: New file.
315         * automated/fns-tests.el (fns-tests-nreverse)
316         (fns-tests-nreverse-bool-vector): New tests.
318 2014-05-08  Glenn Morris  <rgm@gnu.org>
320         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
321         (vc-bzr-test-faulty-bzr-autoloads):
322         Give bzr a temporary home-directory, in case the real one is missing.
324 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
326         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
327         New test.
329 2014-05-08  Glenn Morris  <rgm@gnu.org>
331         * automated/help-fns.el: New file.
333 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
335         * automated/undo-tests.el (undo-test-region-deletion): New test to
336         demonstrate bug#17235.
337         (undo-test-region-example): New test to verify example given in
338         comments for undo-make-selective-list.
340 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
342         * automated/tramp-tests.el (top):
343         * automated/file-notify-tests.el (top): Do not disable interactive
344         passwords in batch mode.
345         (password-cache-expiry): Set to nil.
347         * automated/file-notify-tests.el
348         (file-notify-test-remote-temporary-file-directory):
349         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
350         Use a mock-up method as default.
351         (tramp-test00-availability): Print the used directory name.
352         (tramp-test33-recursive-load): Fix typo.
354 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
356         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
357         (tramp-test30-special-characters): Remove test for backslash.
359 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
361         * automated/tramp-tests.el
362         (tramp-test19-directory-files-and-attributes)
363         (tramp-test22-file-times): Check for `file-attributes' equality
364         only if there is a usable timestamp.
365         (tramp--test-check-files): Do not use `copy-sequence'.
367 2014-04-22  Daniel Colascione  <dancol@dancol.org>
369         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
370         Add compile flag.
371         (test-byte-comp-macro-expansion)
372         (test-byte-comp-macro-expansion-eval-and-compile)
373         (test-byte-comp-macro-expansion-eval-when-compile)
374         (test-byte-comp-macro-expand-lexical-override): Use it.
375         (test-eager-load-macro-expansion)
376         (test-eager-load-macro-expansion-eval-and-compile)
377         (test-eager-load-macro-expansion-eval-when-compile)
378         (test-eager-load-macro-expand-lexical-override): New tests.
380         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
381         account for removal of `cl-struct-set-slot-value'. Also, move
382         the defstruct to top level.
384 2014-04-21  Daniel Colascione  <dancol@dancol.org>
386         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
387         New function.
388         (test-byte-comp-macro-expansion)
389         (test-byte-comp-macro-expansion-eval-and-compile)
390         (test-byte-comp-macro-expansion-eval-when-compile)
391         (test-byte-comp-macro-expand-lexical-override): New tests.
393         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
394         (cl-the): Fix cl-the test.
396 2014-04-20  Daniel Colascione  <dancol@dancol.org>
398         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
400 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
402         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
403         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
405 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
407         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
408         (tramp--test-make-temp-name): Optional argument LOCAL.
409         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
410         (tramp-test10-write-region): No special test for out-of-band copy
411         needed anymore.
412         (tramp-test11-copy-file, tramp-test12-rename-file)
413         (tramp-test21-file-links): Extend tests.
414         (tramp-test20-file-modes): More robust check for user "root".
415         (tramp--test-check-files): New defun.
416         (tramp-test30-special-characters, tramp-test33-recursive-load)
417         (tramp-test34-unload): New tests.
418         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
420 2014-04-11  Glenn Morris  <rgm@gnu.org>
422         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
424 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
426         * automated/electric-tests.el: Fix spelling error in test name.
427         (whitespace-skipping-for-quotes-not-outside):
428         Rename from whitespace-skipping-for-quotes-not-ouside.
430 2014-04-09  Daniel Colascione  <dancol@dancol.org>
432         * automated/syntax-tests.el: New file.
434 2014-04-09  Glenn Morris  <rgm@gnu.org>
436         * automated/python-tests.el (python-triple-quote-pairing):
437         Enable/disable electric-pair-mode as needed.
439         * automated/electric-tests.el (electric-pair-backspace-1):
440         Replace deleted function.
442 2014-04-07  João Távora  <joaotavora@gmail.com>
444         * automated/python-tests.el (python-triple-quote-pairing): New test.
445         (python-syntax-after-python-backspace): New test.
447         * automated/electric-tests.el (electric-pair-define-test-form):
448         More readable test docstrings.
449         (whitespace-skipping-for-quotes-not-ouside)
450         (whitespace-skipping-for-quotes-only-inside)
451         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
453 2014-04-04  João Távora  <joaotavora@gmail.com>
455         * automated/electric-tests.el (define-electric-pair-test):
456         Don't overtest.
457         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
458         (inhibit-in-mismatched-string-inside-c-comments): New test.
460 2014-04-02  João Távora  <joaotavora@gmail.com>
462         * automated/electric-tests.el (inhibit-if-strings-mismatched):
463         New test, change from `inhibit-only-of-next-is-mismatched'.
465 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
467         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
468         (undo-test-region-t-marker): New tests of marker adjustments.
469         (undo-test-marker-adjustment-moved):
470         (undo-test-region-mark-adjustment): New tests to demonstrate
471         bug#16818, which fail without the fix.
473 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
475         * automated/package-test.el (package-test-describe-package):
476         Fix test failure in non-graphical mode.
478 2014-03-23  Daniel Colascione  <dancol@dancol.org>
480         * automated/subword-tests.el (subword-tests2): More subword tests.
482         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
483         test: correct parsing of keyword arguments.
485 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
487         * automated/package-test.el (package-test-describe-package):
488         Check for the "Keywords: " line.
490         * automated/data/package/archive-contents: Include the :keywords
491         field in `simple-single' data form.
493 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
495         * automated/package-test.el
496         (package-test-install-two-dependencies): New test (bug#16826).
498         * automated/data/package/simple-two-depend-1.1.el: New file.
500         * automated/data/package/archive-contents:
501         Add info about the new package.
503 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
505         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
506         (tramp-test10-write-region): Extend for out-of-band copy.
507         (tramp-test31-asynchronous-requests): New test.
509 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
511         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
512         Add new test of undo in region.
513         (undo-test-in-region-eob): Add test case described at
514         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
516 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
518         * automated/tramp-tests.el (tramp--test-enabled)
519         (tramp-test15-copy-directory): No special handling of tramp-adb.el
520         anymore.  It's fixed in that package.
522 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
524         * automated/tramp-tests.el (tramp--test-enabled): Move connection
525         cleanup into this function.  Remove respective code from all test
526         cases.
527         (tramp--instrument-test-case): Declare `indent' and `debug'.
528         Handle other errors as well.
529         (tramp-test14-delete-directory): Check for `file-error' error.
530         (tramp-test15-copy-directory): Ignore return value of
531         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
532         (tramp-test19-directory-files-and-attributes): Take care of
533         timestamp of "../".
534         (tramp-test20-file-modes, tramp-test27-start-file-process)
535         (tramp-test28-shell-command): Skip for tramp-adb.el.
536         (tramp-test21-file-links): `file-truename' shall preserve trailing
537         link of directories.
538         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
539         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
540         `kill-buffer-query-functions' to nil.
541         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
543 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
545         * automated/tramp-tests.el
546         (tramp-test19-directory-files-and-attributes): Do not include
547         directories in comparison; they might have changed their
548         timestamps already.
550 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
552         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
553         (tramp-test17-insert-directory): First line could contain more
554         text, when produced by `ls-lisp'.
555         (tramp-test19-directory-files-and-attributes): Instrument failed
556         test case.
558 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
560         * automated/tramp-tests.el (tramp-test17-insert-directory):
561         Make first line "total 123" optional.
562         (tramp-test20-file-modes, tramp-test22-file-times)
563         (tramp-test26-process-file, tramp-test27-start-file-process)
564         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
565         tramp-smb.el.
566         (tramp-test20-file-modes): Check for "root" only when there is an
567         explicit user name.
568         (tramp-test21-file-links): Handle "... not supported" error.
569         (tramp-test22-file-times): Skip for "don't know" return values.
570         (tramp-test26-process-file, tramp-test28-shell-command):
571         Remove color escape sequences.
572         (tramp-test28-shell-command): Use `accept-process-output' rather
573         than `sit-for'.
574         (tramp-test30-utf8): Set coding system `utf-8'.
576 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
578         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
579         an initial `sit-for' prior the while loop.
581 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
583         Sync with Tramp 2.2.9.
585         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
586         (tramp-test28-shell-command): Make a while loop when waiting for
587         process exit.
589 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
591         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
592         and `vc-hg'.  Declare `tramp-find-executable' and
593         `tramp-get-remote-path'.
594         (tramp-test29-vc-registered): New test.
595         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
597 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
599         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
600         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
601         (tramp-test28-shell-command): Improve `shell-command' test.  Add
602         `async-shell-command' tests.
604 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
606         * automated/file-notify-tests.el (file-notify--wait-for-events):
607         Use `read-event' instead of `sit-for'.
608         (file-notify-test02-events): Remove expected result, the bug is
609         fixed meanwhile.
610         (file-notify-test02-events, file-notify-test03-autorevert):
611         Use `sleep-for' instead of `sit-for'.
613 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
615         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
616         New test.
618 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
620         * automated/file-notify-tests.el (file-notify--deftest-remote):
621         Do not skip when the local test has failed.  They are unrelated.
622         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
623         `noninteractive' to nil, otherwise `sit-for' could be degraded to
624         `sleep-for'.
625         (file-notify-test02-events): Check for `file-remote-p' instead of
626         `file-notify--test-remote-enabled'.
628 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
630         * automated/file-notify-tests.el (file-notify-test02-events):
631         Let test case fail for Bug#16519.
633 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
635         * automated/file-notify-tests.el (file-notify-test02-events):
636         Hide Bug#16519, until it is solved.
638 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
640         * automated/file-notify-tests.el
641         (file-notify--test-local-enabled): Fix error in logic.
642         (file-notify--wait-for-events): New defmacro.
643         (file-notify-test02-events): Make short breaks between file operations.
644         Use `file-notify--wait-for-events'.  Check, that events have arrived.
645         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
647         * automated/comint-testsuite.el
648         (comint-testsuite-password-strings): Add localized examples.
650 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
652         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
653         case if inotify is not linked with Emacs.  Use `read-event' rather
654         than `sit-for' in order to process events.  (Bug#13662)
656 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
658         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
659         test case with adapted test string.  (Bug#13064)
661 2013-12-28  Glenn Morris  <rgm@gnu.org>
663         * automated/electric-tests.el: Require 'elec-pair.
665 2013-12-26  João Távora  <joaotavora@gmail.com>
667         * automated/electric-tests.el (electric-pair-test-for):
668         Fix autowrapping tests in batch-mode by running with
669         `transient-mark-mode' set to `lambda'.
671         * automated/electric-tests.el: New file.
673 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
675         * automated/python-tests.el
676         (python-nav-lisp-forward-sexp-safe-1): Remove test.
677         (python-nav-forward-sexp-safe-1): New test.
679 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
681         * automated/ruby-mode-tests.el: Add tests for
682         `ruby-align-to-stmt-keywords'.
684         * indent/ruby.rb: Update examples to reflect the lack of change in
685         default indentation of `begin' blocks.
687 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
689         * indent/ruby.rb: Update examples according to the change
690         in `smie-indent-close'.
692 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
694         * indent/ruby.rb: New examples.
696 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
698         * automated/python-tests.el (python-indent-dedenters-2): New test.
700 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
702         * automated/python-tests.el (python-indent-after-comment-1)
703         (python-indent-after-comment-2): New tests.
705 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
707         * automated/python-tests.el (python-indent-block-enders-1):
708         Rename from python-indent-block-enders.
709         (python-indent-block-enders-2): New test.
711 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
713         * indent/js.js: New file.
715 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
717         * automated/dbus-tests.el: New file.
719 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
721         * automated/regexp-tests.el: New file.
723 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
725         * automated/reftex-tests.el (reftex-parse-from-file-test):
726         Run temp-dir through file-truename, to make sure the temporary file
727         names are comparable as strings.
729         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
730         Force Unix EOLs by using 'utf-8-unix', since the default of
731         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
733 2013-11-28  Glenn Morris  <rgm@gnu.org>
735         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
737 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
739         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
740         (EMACSOPT): Use $(PATH_SEP).
742 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
744         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
745         Set to nil.
747 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
749         * automated/file-notify-tests.el
750         (file-notify-test-remote-temporary-file-directory):
751         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
752         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
753         (file-notify--deftest-remote): Cleanup connection initially.
754         (file-notify-test03-autorevert): Run also in batch mode.  Use a
755         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
756         does not work on MS Windows.  Call `accept-process-output' for
757         remote files.  Apply `string-match' instead of `string-equal', the
758         messages are different on MS Windows.
760         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
761         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
762         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
764 2013-11-23  Glenn Morris  <rgm@gnu.org>
766         * automated/python-tests.el (python-shell-make-comint-1)
767         (python-shell-make-comint-2, python-shell-get-process-1):
768         Suppress creation of some temp-files.
770         * automated/python-tests.el (python-shell-parse-command-1)
771         (python-shell-make-comint-1, python-shell-make-comint-2)
772         (python-shell-get-process-1)
773         (python-shell-internal-get-or-create-process-1):
774         Skip rather than fail if prereqs not found.
776         * automated/Makefile.in (emacs):
777         Empty EMACSLOADPATH rather than unsetting.
779 2013-11-22  Glenn Morris  <rgm@gnu.org>
781         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
782         Set expected-result.
784 2013-11-21  Glenn Morris  <rgm@gnu.org>
786         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
787         (compile-main): Pass XARGS_LIMIT to xargs.
789         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
790         (EMACSOPT): Use PATH_SEPARATOR.
792 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
794         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
795         Add a failing test for Bug#15874.
796         (ruby--insert-coding-comment-ruby-style)
797         (ruby--insert-coding-comment-emacs-style)
798         (ruby--insert-coding-comment-custom-style):
799         Add a few tests for `ruby--insert-coding-comment'.
801 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
803         Improve API of recently-added bool vector functions (Bug#15912).
804         * automated/data-tests.el: Adjust to API changes.
806 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
808         * automated/tramp-tests.el (tramp-test07-file-exists-p)
809         (tramp-test08-file-local-copy)
810         (tramp-test09-insert-file-contents, tramp-test10-write-region)
811         (tramp-test11-copy-file, tramp-test12-rename-file)
812         (tramp-test13-make-directory, tramp-test14-delete-directory)
813         (tramp-test15-copy-directory, tramp-test16-directory-files)
814         (tramp-test17-insert-directory, tramp-test18-file-attributes)
815         (tramp-test19-directory-files-and-attributes)
816         (tramp-test20-file-modes, tramp-test21-file-links)
817         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
818         (tramp-test24-file-name-completion, tramp-test25-load)
819         (tramp-test26-process-file, tramp-test27-start-file-process)
820         (tramp-test28-shell-command): Cleanup connection initially.
822 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
824         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
825         connection before running the test.
827 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
829         * automated/tramp-tests.el (tramp-test15-copy-directory)
830         (tramp-test16-directory-files, tramp-test17-insert-directory)
831         (tramp-test18-file-attributes)
832         (tramp-test19-directory-files-and-attributes)
833         (tramp-test20-file-modes, tramp-test21-file-links)
834         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
835         (tramp-test24-file-name-completion, tramp-test25-load)
836         (tramp-test26-process-file, tramp-test27-start-file-process)
837         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
838         (tramp-test29-utf8): New test.
840 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
842         * automated/file-notify-tests.el (file-notify-test02-events)
843         (file-notify-test03-autorevert): Suppress messages in `write-region'.
845         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
846         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
847         (tramp-test26-process-file, tramp-test28-shell-command):
848         Ensure, that the directory is not empty when calling "ls".
850 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
852         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
853         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
854         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
855         (tramp-test09-insert-file-contents, tramp-test10-write-region)
856         (tramp-test26-process-file): Add tests.
857         (tramp-test11-copy-file): Remove debug message.
858         (tramp-test20-file-modes): Special case, if user is "root".
860 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
862         * automated/file-notify-tests.el:
863         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
864         `tramp-remote-path' when running on hydra.
865         (tramp-test07-file-exists-p): Remove instrumentation code.
866         (tramp-test26-process-file): Don't use "/bin/true" and
867         "/bin/false", these paths do not exist on hydra.
869 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
871         * automated/process-tests.el: New file.
873 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
875         * indent/ruby.rb: New examples.
877 2013-11-06  Glenn Morris  <rgm@gnu.org>
879         * automated/Makefile.in (setwins): Avoid accidental matches.
881 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
883         * automated/tramp-tests.el (tramp-test07-file-exists-p):
884         Fix docstring.  Instrument, in order to hunt failure on hydra.
886 2013-11-06  Glenn Morris  <rgm@gnu.org>
888         * automated/flymake-tests.el (warning-predicate-rx-gcc)
889         (warning-predicate-function-gcc, warning-predicate-rx-perl)
890         (warning-predicate-function-perl):
891         * automated/info-xref.el (info-xref-test-makeinfo):
892         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
893         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
895 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
897         * automated/tramp-tests.el: New file.
899 2013-11-05  Glenn Morris  <rgm@gnu.org>
901         Get rid of --chdir usage.
902         * automated/Makefile.in (EMACSOPT): Move -L here.
903         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
904         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
905         (.el.elc): No more need to pass -L here.
906         (compile-main): Get rid of sub-shell and cd.
907         (compile-clean, check): Get rid of cd.
909         Make it possible to run tests with a different working directory.
910         * automated/flymake-tests.el (flymake-tests-data-directory): New.
911         (flymake-tests--current-face): Use flymake-tests-data-directory.
912         (warning-predicate-function-gcc, warning-predicate-rx-perl)
913         (warning-predicate-function-perl): Adapt for above change.
914         * automated/zlib-tests.el (zlib-tests-data-directory): New.
915         (zlib--decompress): Use zlib-tests-data-directory.
917         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
918         Remove test that makes no sense.
920         * automated/files.el (files-test-local-variable-data):
921         Fix result typo presumably caused by interference from dir-locals.
922         (file-test--do-local-variables-test): Prevent dir-locals interfering.
924 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
926         * indent/ruby.rb: Add a statement on the line after heredoc.
927         Move a now-successful example.
929         * automated/ruby-mode-tests.el: Remove outdated comment.
931 2013-11-04  Glenn Morris  <rgm@gnu.org>
933         * automated/Makefile.in (abs_srcdir): Remove.
934         (emacs): Unset EMACSLOADPATH.
935         (.el.elc, check): Use -L to append srcdir to load-path.
937 2013-11-02  Glenn Morris  <rgm@gnu.org>
939         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
940         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
941         (abs_srcdir): New, set by configure.
942         (EMACS): Use a relative file name.
943         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
944         (lisp-compile): Remove (assume it's up-to-date).
945         (compile-main): Do not run lisp-compile.
946         (compile-main, compile-clean, compile-always, bootstrap-clean)
947         (check): Use srcdir rather than $test.  Check cd return value.
948         Use --chdir.
949         (doit, compile, compile-always): Remove stuff copied from lisp/.
950         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
952 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
954         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
955         Add a skipping test.
957 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
959         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
961         * indent/css-mode.css (.x2): Test alignement inside braces.
963 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
965         * indent/ruby.rb: New failing example.
967         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
968         Fix the test, in respect to adding the space after the curly.
970 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
972         * automated/ert-tests.el (ert-test-skip-unless): New test case.
973         (ert-test-deftest): Adapt test for changed macro expansion.
974         (ert-test-run-tests-interactively):
975         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
976         Add a skipping test.
978         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
979         (file-notify--test-local-enabled): Make it a function.  Check also
980         for `file-remote-p' of `temporary-file-directory'.
981         (file-notify--test-remote-enabled-checked): New defvar.
982         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
983         internal functions.  Cache result.
984         (file-notify--deftest-remote, file-notify-test00-availability)
985         (file-notify-test01-add-watch, file-notify-test02-events)
986         (file-notify-test03-autorevert): Add checks with `skip_unless'.
987         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
989 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
991         * indent/ruby.rb: Fix syntax error in the latest example.
993 2013-10-23  Glenn Morris  <rgm@gnu.org>
995         * automated/Makefile.in (abs_top_srcdir, top_builddir):
996         New, set by configure.
997         (top_srcdir): Remove.
998         (abs_test, abs_lispsrc): New.
999         (lisp): No longer absolute.
1000         (emacs, lisp-compile, compile, compile-always):
1001         Quote entities that might contain whitespace.
1003 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1005         * indent/ruby.rb: Move two examples to "working" section, add one
1006         more.
1008 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1010         * indent/ruby.rb: New examples for indentation of blocks.
1011         Example of hash inside parens that inflooped before the present commit.
1013 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1015         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1016         allows another timer to run.
1018 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1020         * indent/ruby.rb: More examples for bug#15594, both failing and
1021         now passing.
1023 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1025         * indent/ruby.rb: Add two more cases.
1027 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1030         first use.
1031         (ruby-should-indent): Use indent-according-to-mode.
1032         (ruby-deftest-move-to-block): Use `declare'.
1034 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1036         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1038 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1040         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1042 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1044         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1045         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1047         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1049 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1052         Adjust indentation of continued line to the new SMIE behavior.
1054 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1056         * automated/completion-tests.el:
1057         * indent/css-mode.css: New files.
1059 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1061         * automated/data/package/signed/archive-contents:
1062         * automated/data/package/signed/archive-contents.sig:
1063         * automated/data/package/signed/signed-good-1.0.el:
1064         * automated/data/package/signed/signed-good-1.0.el.sig:
1065         * automated/data/package/signed/signed-bad-1.0.el:
1066         * automated/data/package/signed/signed-bad-1.0.el.sig:
1067         * automated/data/package/key.pub:
1068         * automated/data/package/key.sec: New files.
1070         * automated/package-test.el (package-test-update-listing)
1071         (package-test-update-archives, package-test-describe-package):
1072         Adjust to package.el change.
1073         (package-test-signed): New test.
1075 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1077         * automated/package-test.el: Update all cases to use :url instead
1078         of :homepage.
1080         * automated/package-x-test.el
1081         (package-x-test--single-archive-entry-1-3): Same.
1083 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1085         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1086         was unused.
1087         (simple-single-desc): Expect :homepage property.
1088         (multi-file-desc): Same.
1089         (with-package-test): Do not save previous `default-directory'
1090         value, let-bind the var instead.
1091         (package-test-install-single): Expect :homepage property in the
1092         generated pkg file.
1093         (package-test-describe-package): Expect Homepage button.
1094         (package-test-describe-non-installed-package)
1095         (package-test-describe-non-installed-multi-file-package): Same.
1096         (package-test-describe-not-installed-package): Remove, it was a
1097         duplicate.
1099         * automated/package-x-test.el
1100         (package-x-test--single-archive-entry-1-3): Expect :homepage
1101         property.
1102         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1104         * automated/data/package/simple-single-1.3.el: Add URL header.
1106         * automated/data/package/archive-contents: Add :homepage
1107         properties to `simple-single' and `multi-file'.
1109 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1111         * automated/data-tests.el:
1112         (bool-vector-count-matches-all-0-nil)
1113         (bool-vector-count-matches-all-0-t)
1114         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1115         (bool-vector-count-matches-at, bool-vector-intersection-op)
1116         (bool-vector-union-op, bool-vector-xor-op)
1117         (bool-vector-set-difference-op)
1118         (bool-vector-change-detection, bool-vector-not): New tests.
1119         (mock-bool-vector-count-matches-at)
1120         (test-bool-vector-bv-from-hex-string)
1121         (test-bool-vector-to-hex-string)
1122         (test-bool-vector-count-matches-at-tc)
1123         (test-bool-vector-apply-mock-op)
1124         (test-bool-vector-binop): New helper functions.
1125         (bool-vector-test-vectors): New testcase data.
1127 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1129         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1130         (advice-test-called-interactively-p-filter-args)
1131         (advice-test-called-interactively-p-around): New tests.
1133 2013-09-16  Glenn Morris  <rgm@gnu.org>
1135         * automated/eshell.el (eshell-match-result):
1136         Return a more informative failure than simply "false".  Update callers.
1138         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1139         Test value before and after loop as well as during.
1141 2013-09-15  Glenn Morris  <rgm@gnu.org>
1143         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1144         New test.  (Bug#15372)
1145         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1147 2013-09-13  Glenn Morris  <rgm@gnu.org>
1149         * automated/eshell.el (with-temp-eshell):
1150         Use a temp directory for eshell-directory-name.
1151         (eshell-test-command-result): New, again using a temp directory.
1152         Replace eshell-command-result with this throughout.
1153         (eshell-test/for-loop, eshell-test/for-name-loop):
1154         Ensure environment variables don't confuse us.
1156 2013-09-12  Glenn Morris  <rgm@gnu.org>
1158         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1159         due to "has a running process; kill it?" prompts.
1161 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1163         * automated/eshell.el: Rename from eshell.el.
1164         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1166 2013-09-01  Glenn Morris  <rgm@gnu.org>
1168         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1169         Otherwise the sed command used by eg compile-main ends up
1170         containing "/*.el".  (Bug#15170)
1172 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1174         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1175         for portability to hosts where /bin/sh has problems.
1177 2013-08-21  David Engster  <deng@randomsample.de>
1179         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1180         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1181         upstream.  Changed to use ERT.
1183 2013-08-14  Daniel Hackney  <dan@haxney.org>
1185         * automated/package-test.el: Remove tar-package-building functions.
1186         Tar file used for testing is included in the repository.
1187         (package-test-install-texinfo, package-test-cleanup-built-files):
1188         Remove.
1190 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1192         * automated/python-tests.el (python-imenu-create-index-4)
1193         (python-imenu-create-flat-index-2): New tests.
1195 2013-08-05  Glenn Morris  <rgm@gnu.org>
1197         * automated/mule-util.el: New file, with tests extracted from
1198         lisp/international/mule-util.el.
1200 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1202         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1203         before definition.
1204         (advice-tests-macroaliases): New test.
1206 2013-08-04  Glenn Morris  <rgm@gnu.org>
1208         * automated/ert-tests.el: Disable failing test that no-one seems
1209         to know how to fix.  (Bug#13064)
1211         * automated/icalendar-tests.el (icalendar-tests--test-export)
1212         (icalendar-tests--test-import): Try more precise TZ specification.
1213         Remove debug messages.
1215 2013-08-03  Glenn Morris  <rgm@gnu.org>
1217         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1219         * automated/icalendar-tests.el (icalendar-tests--test-export)
1220         (icalendar-tests--test-import):
1221         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1222         (icalendar-tests--test-import): Reset zone even if error occurred.
1224 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * automated/core-elisp-tests.el: New file.
1228 2013-08-01  Glenn Morris  <rgm@gnu.org>
1230         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1231         Try to check that the remote system has a notification program.
1233 2013-07-31  Glenn Morris  <rgm@gnu.org>
1235         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1237 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1239         * automated/file-notify-tests.el
1240         (file-notify--test-local-enabled): New defconst.  Replaces all
1241         `file-notify-support' occurrences.
1242         (file-notify--test-remote-enabled): New defun.
1243         (file-notify--deftest-remote): Use it.
1244         (file-notify-test00-availability): Rewrite.
1245         (file-notify-test00-availability-remote): New defun.
1246         (file-notify-test01-add-watch): Rewrite first erroneous check.
1248 2013-07-23  Glenn Morris  <rgm@gnu.org>
1250         * automated/inotify-test.el (inotify-file-watch-simple):
1251         Delete temp-file when done.
1253         * automated/subword-tests.el: Require subword.
1255 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1257         * automated/subword-tests.el: New file.
1259 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1261         * automated/python-tests.el (python-imenu-create-index-2)
1262         (python-imenu-create-index-3): New tests.
1264 2013-07-11  Glenn Morris  <rgm@gnu.org>
1266         * automated/ert-tests.el: Require cl-lib at runtime too.
1267         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1268         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1269         (ert-test-set-functions, ert-test-gensym)
1270         (ert-test-coerce-to-vector, ert-test-string-position)
1271         (ert-test-mismatch): Remove tests.
1272         * automated/cl-lib.el: New, split from ert-tests.el.
1274         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1275         Goto point-min.
1276         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1277         (ruby-move-to-block-skips-percent-literal)
1278         (ruby-move-to-block-skips-heredoc)
1279         (ruby-move-to-block-moves-from-else-to-if)
1280         (ruby-beginning-of-defun-does-not-fold-case)
1281         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1282         Replace goto-line with forward-line/goto-char.
1283         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1285         * automated/package-test.el (makeinfo-buffer): Autoload.
1286         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1287         (package-test-install-texinfo): Don't require makeinfo.
1289         * automated/files.el: Stop "local variables" confusion.
1291         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1293         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1294         Use with-current-buffer.
1296         * automated/undo-tests.el (undo-test-buffer-modified)
1297         (undo-test-file-modified): New tests.
1299 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1301         * automated/file-notify-tests.el (file-notify-test00-availability):
1302         Set :expected-result.
1303         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1304         (file-notify-test02-events, file-notify-test02-events-remote)
1305         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1306         Skip when `file-notify-support' is nil.  (Bug#14823)
1308 2013-07-09  Glenn Morris  <rgm@gnu.org>
1310         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1311         Declare.
1312         (inotify-file-watch-simple): Silence compiler.
1314         * automated/python-tests.el (python-indent-block-enders):
1315         Make it actually test something.
1317         * automated/package-x-test.el: Require package-test when compiling.
1319         * automated/add-log-tests.el, automated/advice-tests.el:
1320         * automated/imenu-test.el, automated/package-x-test.el:
1321         * automated/python-tests.el, automated/ruby-mode-tests.el:
1322         * automated/xml-parse-tests.el: Explicitly require ert.
1324 2013-07-08  Kenichi Handa  <handa@gnu.org>
1326         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1327         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1329 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1331         * automated/file-notify-tests.el
1332         (file-notify-test-remote-temporary-file-directory):
1333         Use `null-device' on w32.
1334         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1335         (file-notify--test-results, file-notify--test-event)
1336         (file-notify--deftest-remote, file-notify--event-test)
1337         (file-notify--test-event-handler)
1338         (file-notify--test-make-temp-name): Rename, in order to mark them
1339         internal.
1340         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1341         better fitting in noninteractive tests.
1342         (file-notify-test00-availability): Rename from `file-notify-test0'.
1343         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1344         Use `temporary-file-directory '.
1345         (file-notify-test01-add-watch-remote): New test.
1346         (file-notify-test02-events): Rename from `file-notify-test2'.
1347         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1348         (file-notify-test03-autorevert): Rename from
1349         `file-notify-test4'.  Use timeouts.
1350         (file-notify-test03-autorevert-remote): Rename from
1351         `file-notify-test5'.
1353 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1355         * automated/file-notify-tests.el: New package.
1357 2013-06-28  Kenichi Handa  <handa@gnu.org>
1359         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1360         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1361         Callers changed.
1362         (decoder-tests-filename): New function.
1363         (decoder-tests-prefer-utf-8-read)
1364         (decoder-tests-prefer-utf-8-write): New function.
1365         (ert-test-decoder-prefer-utf-8): New test.
1367 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1369         * automated/package-x-test.el: Change the commentary.
1370         (package-x-test--single-archive-entry-1-3)
1371         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1372         using the appropriate data structure.
1374 2013-06-27  Daniel Hackney  <dan@haxney.org>
1376         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1378         * automated/package-x-test.el: New file.
1380         * automated/package-test.el: New file.
1382         * automated/data/package: New directory, with test examples.
1384 2013-06-27  Glenn Morris  <rgm@gnu.org>
1386         * automated/python-tests.el (python-tests-with-temp-file):
1387         Clean up after ourself.
1389         * automated/undo-tests.el (undo-test3): Remove test that seems to
1390         do nothing that the previous one doesn't, except leave a tempfile.
1392 2013-06-26  Glenn Morris  <rgm@gnu.org>
1394         * automated/info-xref.el: New file.
1396 2013-06-25  Glenn Morris  <rgm@gnu.org>
1398         * automated/occur-tests.el (occur-test-create): New function.
1399         Use it to create separate tests for each element, so we run them
1400         all rather than stopping at the first error.
1402 2013-06-24  Glenn Morris  <rgm@gnu.org>
1404         * automated/occur-tests.el (occur-tests):
1405         Update for 2013-05-29 change to occur header line.
1407 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1409         Test suite for flymake.
1410         * automated/flymake-tests.el:
1411         * automated/flymake/warnpred/Makefile
1412         * automated/flymake/warnpred/test.c
1413         * automated/flymake/warnpred/test.pl: New files.
1415 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1417         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1419 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1421         * automated/reftex-tests.el: New test suite for reftex.
1423 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1425         * automated/ruby-mode-tests.el: New tests, for percent literals
1426         and expression expansion.
1428 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1430         * indent/octave.m: Tweak.
1432 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1434         * eshell.el: Rewrite tests using ERT.
1436 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1438         * indent/octave.m: Add tests for %!, # and ### comments.
1440 2013-05-23  Kenichi Handa  <handa@gnu.org>
1442         * automated/decoder-tests.el: New file.
1444 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1446         * indent/ruby.rb: Add multiline regexp example.
1448         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1449         (ruby-regexp-skips-over-interpolation)
1450         (ruby-regexp-continues-till-end-when-unclosed)
1451         (ruby-regexp-can-be-multiline)
1452         (ruby-interpolation-inside-percent-literal): New tests.
1454 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1456         * indent/ruby.rb: Fix indentation after =; add more cases.
1458 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * indent/pascal.pas: Add test for mis-identified comments.
1462 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1464         * automated/imenu-test.el: New file.  (Bug#14112)
1466 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1468         * automated/python-tests.el (python-imenu-prev-index-position-1):
1469         Remove test.
1470         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1471         New tests.
1473 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1475         * automated/python-tests.el (python-nav-backward-defun-2)
1476         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1477         (python-nav-forward-defun-3): New tests.
1479 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1481         * automated/python-tests.el (python-nav-backward-defun-1)
1482         (python-nav-forward-defun-1): New tests.
1484 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1486         * automated/add-log-tests.el: New file.  (Bug#14112)
1488 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1490         * automated/python-tests.el (python-indent-block-enders): New test.
1491         (python-info-current-defun-2): Fix test.
1493 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1495         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1497 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1499         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1500         (python-tests-with-temp-file): New macro.
1501         (python-tests-shell-interpreter): New var.
1502         (python-shell-get-process-name-1)
1503         (python-shell-internal-get-process-name-1)
1504         (python-shell-parse-command-1)
1505         (python-shell-calculate-process-environment-1)
1506         (python-shell-calculate-process-environment-2)
1507         (python-shell-calculate-process-environment-3)
1508         (python-shell-calculate-exec-path-1)
1509         (python-shell-calculate-exec-path-2)
1510         (python-shell-make-comint-1)
1511         (python-shell-make-comint-2)
1512         (python-shell-get-process-1)
1513         (python-shell-get-or-create-process-1)
1514         (python-shell-internal-get-or-create-process-1): New tests.
1516 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1518         * automated/python-tests.el: New file.
1520 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1522         * automated/ruby-mode-tests.el
1523         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1524         bits inside the examples.
1525         (ruby-move-to-block-skips-heredoc): New test.
1526         (ruby-add-log-current-method-after-inner-class):
1527         Lower expectations: move point inside a method, initially.
1529 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1531         * automated/ruby-mode-tests.el
1532         (ruby-move-to-block-skips-percent-literal): New test.
1534 2013-02-04  Chong Yidong  <cyd@gnu.org>
1536         * automated/thingatpt.el: New file.
1538 2013-02-03  Chong Yidong  <cyd@gnu.org>
1540         * automated/files.el (file-test--do-local-variables-test):
1541         Avoid compilation warning message.
1543 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1545         * automated/ruby-mode-tests.el
1546         (ruby-indent-spread-args-in-parens): New test.
1547         * automated/ruby-mode-tests.el (ruby-block-test-example):
1548         Break indentation of the do block opener and add a line inside it.
1549         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1550         Adjust line numbers.
1552 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1554         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1556 2013-01-14  Glenn Morris  <rgm@gnu.org>
1558         * automated/compile-tests.el (compile-tests--test-regexps-data):
1559         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1561 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1563         * automated/man-tests.el: New file.
1565 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1567         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1569 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1571         * automated/undo-tests.el: New file.
1573 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1575         * automated/ruby-mode-tests.el
1576         (ruby-indent-after-block-in-continued-expression): New test.
1578 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1580         * automated/ruby-mode-tests.el:
1581         Rename one interpolation test; add three more.
1582         (ruby-with-temp-buffer): New macro, use it where appropriate.
1583         (ruby-add-log-current-method-examples): Use "_" for target point.
1584         Add four new tests for ruby-add-log-current-method.
1586 2012-12-11  Glenn Morris  <rgm@gnu.org>
1588         * automated/f90.el (f90-test-bug13138): New test.
1590 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1592         * automated/inotify-test.el: New test.
1594 2012-12-02  Chong Yidong  <cyd@gnu.org>
1596         * automated/ruby-mode-tests.el
1597         (ruby-add-log-current-method-examples): Don't use loop macro, to
1598         allow automated testing to work.
1600 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1602         * automated/advice-tests.el (advice-tests--data): Remove.
1603         (advice-tests): Move the tests directly here instead.
1604         Add called-interactively-p tests.
1606 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1608         * automated/ert-x-tests.el: Use cl-lib.
1609         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1611 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1613         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1614         (ruby-indent-inside-heredoc-after-operator)
1615         (ruby-indent-inside-heredoc-after-space): New tests.
1616         Change direct font-lock face references to var references.
1617         (ruby-interpolation-suppresses-syntax-inside): New test.
1618         (ruby-interpolation-inside-percent-literal-with-paren):
1619         New failing test.
1621 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1623         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1624         (ruby-singleton-class-no-heredoc-font-lock)
1625         (ruby-add-log-current-method-examples): New tests.
1626         (ruby-test-string): Extract from ruby-should-indent-buffer.
1627         (ruby-deftest-move-to-block): New macro.
1628         Add several move-to-block tests.
1630 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1632         * automated/advice-tests.el: New tests.
1634 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1636         * automated/compile-tests.el (compile-tests--test-regexps-data):
1637         Add new data for msft's new format.
1639 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1641         * automated/ruby-mode-tests.el:
1642         (ruby-toggle-block-to-multiline): New test.
1643         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1644         (ruby-toggle-block-to-brace): Use buffer-string.
1646 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1648         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1650 2012-08-28  Chong Yidong  <cyd@gnu.org>
1652         * automated/files.el: Test every combination of values for
1653         enable-local-variables and enable-local-eval.
1655 2012-08-19  Chong Yidong  <cyd@gnu.org>
1657         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1659 2012-08-18  Chong Yidong  <cyd@gnu.org>
1661         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1663 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1665         * indent/ruby.rb: Rearrange examples, add new ones.
1667 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1669         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1670         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1672 2012-08-11  Glenn Morris  <rgm@gnu.org>
1674         * automated/files.el: New file.
1676         * automated/Makefile.in (all): Fix typo.
1678 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1680         * automated/ruby-mode-tests.el (ruby-should-indent):
1681         Add docstring, check (current-indentation) instead of (current-column).
1682         (ruby-should-indent-buffer): New function.
1683         Add tests for `ruby-deep-indent-paren' behavior.
1684         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1686 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1688         Original tests in test_ruby_mode.rb in upstream (author).
1690 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1692         * automated/ruby-mode-tests.el (ruby-should-indent)
1693         (ruby-assert-state): New functions.
1694         Add new tests.
1696 2012-07-29  David Engster  <deng@randomsample.de>
1698         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1699         New variable to hold test data for name expansion.
1700         (xml-parse-tests): Test the two different types of name expansion.
1702 2012-07-29  Juri Linkov  <juri@jurta.org>
1704         * automated/occur-tests.el (occur-test-case): Use predefined
1705         buffer name " *test-occur*" instead of a random buffer name.
1707 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1709         * automated/ruby-mode-tests.el: New file with one test.
1711 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * indent/shell.sh: Add test case for ${#VAR}.
1715         * indent/latex-mode.tex: New file.
1717 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * eshell.el: Use cl-lib.
1721 2012-07-03  Chong Yidong  <cyd@gnu.org>
1723         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1725 2012-07-02  Chong Yidong  <cyd@gnu.org>
1727         * automated/xml-parse-tests.el (xml-parse-tests--data):
1728         More testcases.
1730 2012-07-01  Chong Yidong  <cyd@gnu.org>
1732         * automated/xml-parse-tests.el: New file.
1734 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1736         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1737         Use cl-flet.
1739 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1741         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1742         Test escaped commas in TZID (Bug#11473).
1743         (icalendar-import-with-timezone): New.
1744         (icalendar-real-world): Add new testcase as given in the bugreport
1745         of Bug#11473.
1747 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1749         * automated/icalendar-tests.el (icalendar-tests--test-import):
1750         Include UID in import tests (Bug#11525).
1751         (icalendar-import-non-recurring, icalendar-import-rrule)
1752         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1753         UID-import change.
1754         (icalendar-import-with-uid): New.
1755         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1756         Include UID in cycle tests.
1757         (icalendar-cycle, icalendar-real-world): UID-import change.
1759 2012-05-21  Glenn Morris  <rgm@gnu.org>
1761         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1763 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1765         * automated/url-util-tests.el: New file to test
1766         lisp/url/url-util.el.  Only `url-build-query-string' and
1767         `url-parse-query-string' are tested right now (Bug#8706).
1769 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1771         * indent/shell.sh:
1772         * indent/shell.rc: Ad some test cases.
1774 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1776         * indent/ruby.rb: New file, to test new syntax-propertize code.
1778 2012-04-11  Glenn Morris  <rgm@gnu.org>
1780         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1782 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1784         * automated/url-future-tests.el (url-future-tests): Move from
1785         lisp/url/url-future.el and rename.
1787 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1789         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1790         Fix broken test, caused by missing trailing blank.
1792 2011-12-03  Chong Yidong  <cyd@gnu.org>
1794         * automated/compile-tests.el (compile-tests--test-regexps-data):
1795         Increase column numbers by one to reflect change in how
1796         compilation-message is recorded (Bug#10172).
1798 2011-11-22  Glenn Morris  <rgm@gnu.org>
1800         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1802 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1804         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1806 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1808         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1809         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1810         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1812 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1814         * automated/newsticker-tests.el
1815         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1816         newsticker--treeview-tree-update.
1818 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1820         * automated/newsticker-tests.el
1821         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1823         * automated/newsticker-tests.el
1824         (newsticker--group-manage-orphan-feeds): Prevent updating
1825         newsticker treeview.  Fixed bug#9763.
1827 2011-10-20  Glenn Morris  <rgm@gnu.org>
1829         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1831         * automated/vc-bzr.el: New file.
1833 2011-10-15  Glenn Morris  <rgm@gnu.org>
1835         * automated/f90.el: New file.
1837 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1839         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1840         to automated/newsticker-tests.el.  Convert to ERT.
1842 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1844         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1845         Remove, simply use string=.
1846         (icalendar--diarytime-to-isotime)
1847         (icalendar--datetime-to-diary-date)
1848         (icalendar--datestring-to-isodate)
1849         (icalendar--format-ical-event)
1850         (icalendar--parse-summary-and-rest)
1851         (icalendar-tests--do-test-import)
1852         (icalendar-tests--do-test-cycle): Change argument order of
1853         string= to EXPECTED ACTUAL.
1854         (icalendar--import-format-sample)
1855         (icalendar--format-ical-event)
1856         (icalendar-import-non-recurring)
1857         (icalendar-import-rrule)
1858         (icalendar-import-duration)
1859         (icalendar-import-bug-6766)
1860         (icalendar-real-world): Adjust to string= instead of
1861         icalendar-tests--compare-strings.
1862         (icalendar-import-multiple-vcalendars): New.
1864 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1866         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1867         Require CL.
1869 2011-05-09  Juri Linkov  <juri@jurta.org>
1871         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1872         Convert to ERT.
1874 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1876         * automated/compile-tests.el: New file.
1878 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1880         * automated/font-parse-tests.el: Don't byte-compile.
1882         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1884 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1886         * automated/lexbind-tests.el: New file.
1888 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1890         * Version 23.3 released.
1892 2011-03-05  Glenn Morris  <rgm@gnu.org>
1894         * eshell.el: Move here from lisp/eshell/esh-test.el.
1896 2011-03-03  Christian Ohler  <ohler@gnu.org>
1898         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1899         New test.
1901 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1903         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1904         convert to ERT format.
1906 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1908         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1909         convert to ERT format.
1911 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         * indent/shell.sh:
1914         * indent/shell.rc: New files.
1916 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1918         * automated/font-parse-tests.el: Move from
1919         font-parse-testsuite.el.
1921 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1923         * font-parse-testsuite.el (test-font-parse-data): New file.
1925 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1927         * indent/prolog.prolog: Add tokenizing tests.
1929 2011-01-13  Christian Ohler  <ohler@gnu.org>
1931         * automated: New directory for automated tests.
1933         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1935         * automated/Makefile.in: New file.
1937 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1939         * indent/modula2.mod: New file.
1941 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1943         * indent/octave.m: Add a test to ensure indentation is local.
1945 2010-10-23  Glenn Morris  <rgm@gnu.org>
1947         * comint-testsuite.el
1948         (comint-testsuite--test-comint-password-prompt-regexp):
1949         Add "Please enter the password".  (Bug#7224)
1951 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1953         * indent/prolog.prolog: Use normal spacing around !.
1955 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1957         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1959 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1961         * indent/octave.m: Remove some `fixindent' not needed any more.
1963 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * indent/octave.m: New file.
1967 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1969         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1970         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1971         (icalendar-testsuite--run-internal-tests): New.
1972         (icalendar-testsuite--test-convert-ordinary-to-ical)
1973         (icalendar-testsuite--test-convert-block-to-ical)
1974         (icalendar-testsuite--test-convert-anniversary-to-ical)
1975         (icalendar-testsuite--test-parse-vtimezone)
1976         (icalendar-testsuite--do-test-export): Code formatting.
1977         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1978         (icalendar-testsuite--do-test-import)
1979         (icalendar-testsuite--do-test-cycle):
1980         Use icalendar-testsuite--compare-strings
1981         (icalendar-testsuite--run-import-tests): Comment added.
1982         (icalendar-testsuite--run-import-tests)
1983         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1985 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1987         * redisplay-testsuite.el (test-redisplay-3): New test.
1989 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1991         * comint-testsuite.el: New file.
1993 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1995         * indent: New dir.
1997 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1999         * Version 23.2 released.
2001 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2003         * cedet/semantic-ia-utest.el
2004         (semantic-symref-test-count-hits-in-tag): Add function, from
2005         semantic-test.el.
2007         * cedet/tests/test.cpp:
2008         * cedet/tests/test.py:
2009         * cedet/tests/teststruct.cpp:
2010         * cedet/tests/testtemplates.cpp:
2011         * cedet/tests/testusing.cpp:
2012         * cedet/tests/scopetest.cpp:
2013         * cedet/tests/scopetest.java: Files deleted.
2015         * cedet/tests/test.make:
2016         * cedet/tests/test.c:
2017         * cedet/tests/testjavacomp.java:
2018         * cedet/tests/testspp.c:
2019         * cedet/tests/testsppreplace.c:
2020         * cedet/tests/testsppreplaced.c:
2021         * cedet/tests/testsubclass.cpp:
2022         * cedet/tests/testsubclass.hh:
2023         * cedet/tests/testtypedefs.cpp:
2024         * cedet/tests/testvarnames.c:
2025         * cedet/tests/test.el:
2026         * cedet/tests/testdoublens.cpp:
2027         * cedet/tests/testdoublens.hpp: Add copyright header.
2029         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2030         Remove reference to deleted files.
2032 2010-03-30  Juri Linkov  <juri@jurta.org>
2034         * occur-testsuite.el (occur-tests): Add tests for context lines.
2036 2010-03-23  Juri Linkov  <juri@jurta.org>
2038         * occur-testsuite.el: New file.
2040 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2042         * Branch for 23.2.
2044 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2046         * icalendar-testsuite.el
2047         (icalendar-testsuite--run-function-tests): Add new tests.
2048         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2049         testcase.
2050         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2051         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2052         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2053         (icalendar-testsuite--test-convert-block-to-ical): New.
2054         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2055         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2057 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2059         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2060         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2061         Fix typos in docstrings and error messages.
2062         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2064 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2066         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2067         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2068         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2070 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2072         * icalendar-testsuite.el
2073         (icalendar-testsuite--run-function-tests):
2074         Add icalendar-testsuite--test-parse-vtimezone.
2075         (icalendar-testsuite--test-parse-vtimezone): New.
2076         (icalendar-testsuite--do-test-cycle): Doc changes.
2077         (icalendar-testsuite--run-real-world-tests): Remove trailing
2078         whitespace -- see change of icalendar--add-diary-entry in
2079         icalendar.el.
2080         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2082 2009-09-30  Glenn Morris  <rgm@gnu.org>
2084         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2086 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2088         * cedet/*: New unit tests, from CEDET repository.
2090 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2092         * redisplay-testsuite.el: New file.
2094 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2096         * Branch for 23.1.
2098 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2100         * icalendar-testsuite.el
2101         (icalendar-testsuite--run-function-tests):
2102         Add icalendar-testsuite--test-diarytime-to-isotime.
2103         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2104         recent icalendar fixes.
2105         (icalendar-testsuite--test-diarytime-to-isotime): New.
2106         (icalendar-testsuite--test-create-uid): Adjust to recent
2107         icalendar changes.
2109 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2111         * bytecomp-testsuite.el: New file.
2113 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2115         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2116         Add `icalendar-testsuite--test-create-uid'.
2117         (icalendar-testsuite--test-create-uid): New.
2119 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2121         * newsticker-testsuite.el: New file.
2123 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2125         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2126         Add icalendar-testsuite--test-datestring-to-isodate,
2127         icalendar-testsuite--test-datetime-to-diary-date, and
2128         icalendar-testsuite--test-calendar-style.
2129         (icalendar-testsuite--test-format-ical-event)
2130         (icalendar-testsuite--test-parse-summary-and-rest):
2131         Doc fix.  Remove european-calendar-style.
2132         (icalendar-testsuite--get-ical-event): Doc fix.
2133         (icalendar-testsuite--test-first-weekday-of-year)
2134         (icalendar-testsuite--run-cycle-tests): Add doc string.
2135         (icalendar-testsuite--test-datestring-to-isodate)
2136         (icalendar-testsuite--test-datetime-to-diary-date)
2137         (icalendar-testsuite--test-calendar-style): New functions.
2138         (icalendar-testsuite--test-export): Handle iso date style.
2139         New arg INPUT-ISO.  Use calendar-date-style.
2140         (icalendar-testsuite--test-import): Handle iso date style.
2141         New arg EXPECTED-ISO.  Use calendar-date-style.
2142         (icalendar-testsuite--test-cycle): Handle iso date style.
2143         (icalendar-testsuite--run-import-tests)
2144         (icalendar-testsuite--run-export-tests)
2145         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2147 2008-02-29  Glenn Morris  <rgm@gnu.org>
2149         * README: New file.
2151 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2153         * icalendar-testsuite.el: New file.
2155 ;; Local Variables:
2156 ;; coding: utf-8
2157 ;; End:
2159   Copyright (C) 2008-2014 Free Software Foundation, Inc.
2161   This file is part of GNU Emacs.
2163   GNU Emacs is free software: you can redistribute it and/or modify
2164   it under the terms of the GNU General Public License as published by
2165   the Free Software Foundation, either version 3 of the License, or
2166   (at your option) any later version.
2168   GNU Emacs is distributed in the hope that it will be useful,
2169   but WITHOUT ANY WARRANTY; without even the implied warranty of
2170   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2171   GNU General Public License for more details.
2173   You should have received a copy of the GNU General Public License
2174   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.