etc/NEWS: Mention the feature of query replace pairs.
[emacs.git] / test / ChangeLog
blob86f8e240af433f493d1b302003ca9e89c275731a
1 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
3         * automated/libxml-tests.el: New file.
5 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
7         * test/automated/process-tests.el (process-test-quoted-batfile):
8         New test.
10 2014-10-20  Glenn Morris  <rgm@gnu.org>
12         * Merge in all changes up to 24.4 release.
14 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16         * indent/scss-mode.scss: New file.
17         * indent/css-mode.css: Add a few uneventful examples.
19 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
21         * BidiCharacterTest.txt: New file, from Unicode.
23         * biditest.el: New file.
25 2014-10-08  Leo Liu  <sdl.web@gmail.com>
27         * automated/print-tests.el: New file.
28         (terpri): Tests for terpri.  (Bug#18652)
30 2014-10-06  Glenn Morris  <rgm@gnu.org>
32         * automated/icalendar-tests.el (icalendar--calendar-style):
33         Remove test, no longer relevant.
35 2014-10-04  Glenn Morris  <rgm@gnu.org>
37         * automated/package-x-test.el: Remove file...
38         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
40 2014-10-02  Glenn Morris  <rgm@gnu.org>
42         * automated/package-test.el (with-package-test, package-test-signed):
43         Also set HOME to a temp value, in case the real one is absent (e.g.
44         hydra) or read-only.  (Bug#18575)
45         (package-test-signed): Use skip-unless rather than expected-result.
47 2014-09-26  Leo Liu  <sdl.web@gmail.com>
49         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
50         New tests.  (Bug#18557)
52 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
54         * automated/newsticker-tests.el
55         (newsticker--group-find-parent-group),
56         (newsticker--group-do-rename-group): New tests.
58 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
60         * automated/fns-tests.el (fns-tests-collate-sort):
61         Bind w32-collate-ignore-punctuation to t when sorting according to
62         UTS#10 rules.
64 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
66         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
67         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
69 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
71         * automated/fns-tests.el (fns-tests-compare-strings): In case
72         `compare-strings' shall return t, check for this.
73         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
75 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
77         * automated/python-tests.el (python-indent-electric-colon-1):
78         New test.  (Bug#18228)
80 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
82         * automated/fns-tests.el (fns-tests-sort): New test.
84 2014-08-28  Glenn Morris  <rgm@gnu.org>
86         * automated/python-tests.el (python-shell-calculate-exec-path-2):
87         Update test for today's python.el changes.
89 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
91         * automated/compile-tests.el (compile--test-error-line): Grok FILE
92         being nil.  Allows for Guile tests to pass.
93         (compile-tests--test-regexps-data): Add Guile tests.
95 2014-08-11  Glenn Morris  <rgm@gnu.org>
97         * automated/data/files-bug18141.el.gz: New file.
98         * automated/files.el (files-test-bug-18141-file):
99         New variable and test.  (Bug#18141)
101 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
103         Enumerate evaluated sexp diary entries (Bug#7911).
104         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
105         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
106         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
107         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
108         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
109         New tests.
111 2014-08-07  Glenn Morris  <rgm@gnu.org>
113         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
115 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
117         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
118         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
120 2014-08-03  Glenn Morris  <rgm@gnu.org>
122         * automated/Makefile.in (check-tar): New rule.
124 2014-08-02  Glenn Morris  <rgm@gnu.org>
126         * automated/fns-tests.el (fns-tests-compare-strings):
127         Update test.  (Bug#17903)
129         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
130         Use more precise TZ specification, as per 2013-08-04.
132 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
134         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
135         New test.
137 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
139         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
141 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
143         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
144         Work around the failures in icalendar-tests which occasionally occur on
145         hydra.nixos.org.
147 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
149         * automated/python-tests.el:
150         (python-util-clone-local-variables-1): Fix test.
152         * automated/python-tests.el (python-shell-make-comint-1):
153         (python-shell-make-comint-2): Fix indentation.
154         (python-shell-make-comint-3)
155         (python-shell-make-comint-4): New tests.
156         (python-shell-get-or-create-process-1): Fix test.
157         (python-shell-get-or-create-process-2)
158         (python-shell-get-or-create-process-3): New tests.
159         (python-shell-internal-get-or-create-process-1): Fix test.
160         (python-shell-prompt-detect-1): New test.
161         (python-shell-prompt-detect-2): New test.  (Bug#17370)
162         (python-shell-prompt-detect-3)
163         (python-shell-prompt-detect-4)
164         (python-shell-prompt-detect-5)
165         (python-shell-prompt-detect-6)
166         (python-shell-prompt-validate-regexps-1)
167         (python-shell-prompt-validate-regexps-2)
168         (python-shell-prompt-validate-regexps-3)
169         (python-shell-prompt-validate-regexps-4)
170         (python-shell-prompt-validate-regexps-5)
171         (python-shell-prompt-validate-regexps-6)
172         (python-shell-prompt-validate-regexps-7)
173         (python-shell-prompt-set-calculated-regexps-1)
174         (python-shell-prompt-set-calculated-regexps-2)
175         (python-shell-prompt-set-calculated-regexps-3)
176         (python-shell-prompt-set-calculated-regexps-4)
177         (python-shell-prompt-set-calculated-regexps-5)
178         (python-shell-prompt-set-calculated-regexps-6)
179         (python-util-valid-regexp-p-1): New tests.
181 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
183         * automated/advice-tests.el (advice-test-call-interactively): Make sure
184         the function's definition is fully restored at the end.
186 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
188         * automated/python-tests.el (python-indent-block-enders-1)
189         (python-indent-block-enders-2): Fix tests.
190         (python-indent-block-enders-3, python-indent-block-enders-4)
191         (python-indent-block-enders-5, python-indent-dedenters-1)
192         (python-indent-dedenters-2): Remove tests.
193         (python-indent-dedenters-1, python-indent-dedenters-2)
194         (python-indent-dedenters-3, python-indent-dedenters-4)
195         (python-indent-dedenters-5, python-indent-dedenters-6)
196         (python-indent-dedenters-7)
197         (python-info-dedenter-opening-block-position-1)
198         (python-info-dedenter-opening-block-position-2)
199         (python-info-dedenter-opening-block-position-3)
200         (python-info-dedenter-opening-block-positions-1)
201         (python-info-dedenter-opening-block-positions-2)
202         (python-info-dedenter-opening-block-positions-3)
203         (python-info-dedenter-opening-block-positions-4)
204         (python-info-dedenter-opening-block-positions-5)
205         (python-info-dedenter-opening-block-message-1)
206         (python-info-dedenter-opening-block-message-2)
207         (python-info-dedenter-opening-block-message-3)
208         (python-info-dedenter-opening-block-message-4)
209         (python-info-dedenter-opening-block-message-5)
210         (python-info-dedenter-statement-p-1)
211         (python-info-dedenter-statement-p-2)
212         (python-info-dedenter-statement-p-3)
213         (python-info-dedenter-statement-p-4)
214         (python-info-dedenter-statement-p-5): New tests.
216 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
218         * indent/perl.perl: Add indentation pattern for hash-table entries.
220 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
222         * automated/dbus-tests.el (dbus-test02-register-service-session)
223         (dbus-test02-register-service-system): Fix docstring.
224         (dbus-test02-register-service-own-bus)
225         (dbus-test03-peer-interface): New tests.
227 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
229         * automated/python-tests.el (python-tests-self-insert): New function.
230         (python-triple-quote-pairing): Use it.
231         (python-parens-electric-indent-1): New test. (Bug#17658)
233 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
235         * automated/subr-x-tests.el: New file.
237 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
239         * automated/tramp-tests.el (tramp--instrument-test-case):
240         Print debug buffer in any case.
242 2014-06-28  Leo Liu  <sdl.web@gmail.com>
244         * automated/calc-tests.el: New file and add tests for math-bignum.
245         (Bug#17556)
247 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
249         * automated/dbus-tests.el (dbus--test-register-service)
250         (dbus-test02-register-service-session): Replace `dbus-ping' calls
251         by `dbus-list-known-names'.  (Bug#17858)
253 2014-06-28  Glenn Morris  <rgm@gnu.org>
255         * automated/Makefile.in (GDB): New variable.
256         (emacs): Use $GDB.  (Bug#15991)
258         * automated/Makefile.in (WRITE_LOG): New variable.
259         (%.log): Use WRITE_LOG.
260         (test_template): Disable logging.
262         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
263         (test_template): New definition.  Apply to TESTS.
265 2014-06-27  Glenn Morris  <rgm@gnu.org>
267         * automated/Makefile.in (check-maybe): Rename from check.
268         (check): Re-run all the tests, every time.
269         (clean, mostlyclean): Also delete *.log~.
271 2014-06-26  Glenn Morris  <rgm@gnu.org>
273         * automated/package-x-test.el: Do not mess with load-path.
275         * automated/Makefile.in (%.log): If error, dump log to stdout.
277 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * automated/package-test.el (package-test-update-listing)
280         (package-test-update-archives, package-test-describe-package):
281         Adjust tests according to new package-list-unsigned.
283 2014-06-26  Glenn Morris  <rgm@gnu.org>
285         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
287         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
289         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
290         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
291         (setwins, compile-targets, compile-main, compile-clean): Remove.
292         (GREP_OPTIONS): Unexport.
293         (.el.elc): Replace with pattern rule.
294         (%.elc, %.log): New pattern rules.
295         (ELFILES, LOGFILES): New variables.
296         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
297         (clean, mostlyclean): New rules.
298         (bootstrap-clean): Simplify.
299         (bootstrap-clean, distclean): Depend on clean.
301 2014-06-25  Glenn Morris  <rgm@gnu.org>
303         * automated/flymake-tests.el (flymake-tests--current-face):
304         Sleep for longer.  Avoid querying.
306 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
308         * automated/fns-tests.el (fns-tests-compare-string): New test.
310 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
312         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
313         according to Bug#17815.
315 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
317         * automated/python-tests.el (python-util-strip-string-1): New test.
319 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
321         Sync with Tramp 2.2.10.
323         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
324         (tramp--instrument-test-case): Extend docstring.
325         (tramp-test15-copy-directory): Skip for tramp-smb.el.
326         (tramp-test21-file-links): Use `file-truename' for directories.
327         (tramp-test27-start-file-process, tramp-test28-shell-command):
328         Retrieve process output more robustly.
329         (tramp--test-check-files): Extend test.
330         (tramp-test30-special-characters): Skip for tramp-adb.el,
331         tramp-gvfs.el and tramp-smb.el.  Add further file names.
333 2014-06-13  Glenn Morris  <rgm@gnu.org>
335         * automated/Makefile.in (compile-main):
336         GNU make automatically passes command-line arguments to sub-makes.
338 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
340         * automated/tildify-tests.el (tildify-test--test): Optimize the test
341         slightly by reusing the same temporary buffer across multiple test
342         cases.
344         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
345         (tildify-test-find-env-group-index-bug): Update to support new
346         signature of the `tildify-foreach-region-outside-env' function.
347         Namely, it now takes pairs as an argument instead of looking it up in
348         `tildify-ignored-environments-alist'.
350         * automated/tildify-tests.el (tildify-test--example-html): Add support
351         for generating XML code, so that…
352         (tildify-test-xml) …test can be added to check handling of XML
353         documents.
355         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
356         New test checking end-regex building when multiple environment pairs
357         use integers to refer to capture groups.
359         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
360         test checking end-regex building in `tildify-find-env' function when
361         integers (denoting capture groups) and strings are mixed together.
363 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
365         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
366         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
368 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
370         * automated/tramp-tests.el (tramp-test29-vc-registered):
371         Instrument failed test case.
373 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
376         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
378 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
380         * automated/tildify-tests.el: New file.
382 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
384         * indent/ruby.rb: Add one more test.
386         * indent/ps-mode.ps: New file.
388         * indent/octave.m: Add a few more tests.
390         * automated/core-elisp-tests.el
391         (core-elisp-test-window-configurations): New test.
393 2014-05-26  Glenn Morris  <rgm@gnu.org>
395         * automated/package-test.el (package-test-install-single):
396         Update for changed output.
398 2014-05-22  Glenn Morris  <rgm@gnu.org>
400         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
401         Fix handling of temporary elc files.
403         * automated/fns-tests.el (fns-tests-nreverse):
404         Update for changed string behavior.
406 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
408         * automated/fns-tests.el: New file.
409         * automated/fns-tests.el (fns-tests-nreverse)
410         (fns-tests-nreverse-bool-vector): New tests.
412 2014-05-08  Glenn Morris  <rgm@gnu.org>
414         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
415         (vc-bzr-test-faulty-bzr-autoloads):
416         Give bzr a temporary home-directory, in case the real one is missing.
418 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
420         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
421         New test.
423 2014-05-08  Glenn Morris  <rgm@gnu.org>
425         * automated/help-fns.el: New file.
427 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
429         * automated/undo-tests.el (undo-test-region-deletion): New test to
430         demonstrate bug#17235.
431         (undo-test-region-example): New test to verify example given in
432         comments for undo-make-selective-list.
434 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
436         * automated/tramp-tests.el (top):
437         * automated/file-notify-tests.el (top): Do not disable interactive
438         passwords in batch mode.
439         (password-cache-expiry): Set to nil.
441         * automated/file-notify-tests.el
442         (file-notify-test-remote-temporary-file-directory):
443         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
444         Use a mock-up method as default.
445         (tramp-test00-availability): Print the used directory name.
446         (tramp-test33-recursive-load): Fix typo.
448 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
450         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
451         (tramp-test30-special-characters): Remove test for backslash.
453 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
455         * automated/tramp-tests.el
456         (tramp-test19-directory-files-and-attributes)
457         (tramp-test22-file-times): Check for `file-attributes' equality
458         only if there is a usable timestamp.
459         (tramp--test-check-files): Do not use `copy-sequence'.
461 2014-04-22  Daniel Colascione  <dancol@dancol.org>
463         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
464         Add compile flag.
465         (test-byte-comp-macro-expansion)
466         (test-byte-comp-macro-expansion-eval-and-compile)
467         (test-byte-comp-macro-expansion-eval-when-compile)
468         (test-byte-comp-macro-expand-lexical-override): Use it.
469         (test-eager-load-macro-expansion)
470         (test-eager-load-macro-expansion-eval-and-compile)
471         (test-eager-load-macro-expansion-eval-when-compile)
472         (test-eager-load-macro-expand-lexical-override): New tests.
474         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
475         account for removal of `cl-struct-set-slot-value'. Also, move
476         the defstruct to top level.
478 2014-04-21  Daniel Colascione  <dancol@dancol.org>
480         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
481         New function.
482         (test-byte-comp-macro-expansion)
483         (test-byte-comp-macro-expansion-eval-and-compile)
484         (test-byte-comp-macro-expansion-eval-when-compile)
485         (test-byte-comp-macro-expand-lexical-override): New tests.
487         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
488         (cl-the): Fix cl-the test.
490 2014-04-20  Daniel Colascione  <dancol@dancol.org>
492         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
494 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
496         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
497         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
499 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
501         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
502         (tramp--test-make-temp-name): Optional argument LOCAL.
503         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
504         (tramp-test10-write-region): No special test for out-of-band copy
505         needed anymore.
506         (tramp-test11-copy-file, tramp-test12-rename-file)
507         (tramp-test21-file-links): Extend tests.
508         (tramp-test20-file-modes): More robust check for user "root".
509         (tramp--test-check-files): New defun.
510         (tramp-test30-special-characters, tramp-test33-recursive-load)
511         (tramp-test34-unload): New tests.
512         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
514 2014-04-11  Glenn Morris  <rgm@gnu.org>
516         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
518 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
520         * automated/electric-tests.el: Fix spelling error in test name.
521         (whitespace-skipping-for-quotes-not-outside):
522         Rename from whitespace-skipping-for-quotes-not-ouside.
524 2014-04-09  Daniel Colascione  <dancol@dancol.org>
526         * automated/syntax-tests.el: New file.
528 2014-04-09  Glenn Morris  <rgm@gnu.org>
530         * automated/python-tests.el (python-triple-quote-pairing):
531         Enable/disable electric-pair-mode as needed.
533         * automated/electric-tests.el (electric-pair-backspace-1):
534         Replace deleted function.
536 2014-04-07  João Távora  <joaotavora@gmail.com>
538         * automated/python-tests.el (python-triple-quote-pairing): New test.
539         (python-syntax-after-python-backspace): New test.
541         * automated/electric-tests.el (electric-pair-define-test-form):
542         More readable test docstrings.
543         (whitespace-skipping-for-quotes-not-ouside)
544         (whitespace-skipping-for-quotes-only-inside)
545         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
547 2014-04-04  João Távora  <joaotavora@gmail.com>
549         * automated/electric-tests.el (define-electric-pair-test):
550         Don't overtest.
551         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
552         (inhibit-in-mismatched-string-inside-c-comments): New test.
554 2014-04-02  João Távora  <joaotavora@gmail.com>
556         * automated/electric-tests.el (inhibit-if-strings-mismatched):
557         New test, change from `inhibit-only-of-next-is-mismatched'.
559 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
561         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
562         (undo-test-region-t-marker): New tests of marker adjustments.
563         (undo-test-marker-adjustment-moved):
564         (undo-test-region-mark-adjustment): New tests to demonstrate
565         bug#16818, which fail without the fix.
567 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
569         * automated/package-test.el (package-test-describe-package):
570         Fix test failure in non-graphical mode.
572 2014-03-23  Daniel Colascione  <dancol@dancol.org>
574         * automated/subword-tests.el (subword-tests2): More subword tests.
576         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
577         New test: correct parsing of keyword arguments.
579 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
581         * automated/package-test.el (package-test-describe-package):
582         Check for the "Keywords: " line.
584         * automated/data/package/archive-contents: Include the :keywords
585         field in `simple-single' data form.
587 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
589         * automated/package-test.el
590         (package-test-install-two-dependencies): New test (bug#16826).
592         * automated/data/package/simple-two-depend-1.1.el: New file.
594         * automated/data/package/archive-contents:
595         Add info about the new package.
597 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
599         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
600         (tramp-test10-write-region): Extend for out-of-band copy.
601         (tramp-test31-asynchronous-requests): New test.
603 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
605         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
606         Add new test of undo in region.
607         (undo-test-in-region-eob): Add test case described at
608         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
610 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
612         * automated/tramp-tests.el (tramp--test-enabled)
613         (tramp-test15-copy-directory): No special handling of tramp-adb.el
614         anymore.  It's fixed in that package.
616 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
618         * automated/tramp-tests.el (tramp--test-enabled): Move connection
619         cleanup into this function.  Remove respective code from all test
620         cases.
621         (tramp--instrument-test-case): Declare `indent' and `debug'.
622         Handle other errors as well.
623         (tramp-test14-delete-directory): Check for `file-error' error.
624         (tramp-test15-copy-directory): Ignore return value of
625         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
626         (tramp-test19-directory-files-and-attributes): Take care of
627         timestamp of "../".
628         (tramp-test20-file-modes, tramp-test27-start-file-process)
629         (tramp-test28-shell-command): Skip for tramp-adb.el.
630         (tramp-test21-file-links): `file-truename' shall preserve trailing
631         link of directories.
632         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
633         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
634         `kill-buffer-query-functions' to nil.
635         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
637 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
639         * automated/tramp-tests.el
640         (tramp-test19-directory-files-and-attributes): Do not include
641         directories in comparison; they might have changed their
642         timestamps already.
644 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
646         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
647         (tramp-test17-insert-directory): First line could contain more
648         text, when produced by `ls-lisp'.
649         (tramp-test19-directory-files-and-attributes): Instrument failed
650         test case.
652 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
654         * automated/tramp-tests.el (tramp-test17-insert-directory):
655         Make first line "total 123" optional.
656         (tramp-test20-file-modes, tramp-test22-file-times)
657         (tramp-test26-process-file, tramp-test27-start-file-process)
658         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
659         tramp-smb.el.
660         (tramp-test20-file-modes): Check for "root" only when there is an
661         explicit user name.
662         (tramp-test21-file-links): Handle "... not supported" error.
663         (tramp-test22-file-times): Skip for "don't know" return values.
664         (tramp-test26-process-file, tramp-test28-shell-command):
665         Remove color escape sequences.
666         (tramp-test28-shell-command): Use `accept-process-output' rather
667         than `sit-for'.
668         (tramp-test30-utf8): Set coding system `utf-8'.
670 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
672         * automated/tramp-tests.el (tramp-test28-shell-command):
673         Perform an initial `sit-for' prior the while loop.
675 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
677         Sync with Tramp 2.2.9.
679         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
680         (tramp-test28-shell-command): Make a while loop when waiting for
681         process exit.
683 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
685         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
686         and `vc-hg'.  Declare `tramp-find-executable' and
687         `tramp-get-remote-path'.
688         (tramp-test29-vc-registered): New test.
689         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
691 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
693         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
694         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
695         (tramp-test28-shell-command): Improve `shell-command' test.
696         Add `async-shell-command' tests.
698 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
700         * automated/file-notify-tests.el (file-notify--wait-for-events):
701         Use `read-event' instead of `sit-for'.
702         (file-notify-test02-events): Remove expected result, the bug is
703         fixed meanwhile.
704         (file-notify-test02-events, file-notify-test03-autorevert):
705         Use `sleep-for' instead of `sit-for'.
707 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
709         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
710         New test.
712 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
714         * automated/file-notify-tests.el (file-notify--deftest-remote):
715         Do not skip when the local test has failed.  They are unrelated.
716         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
717         `noninteractive' to nil, otherwise `sit-for' could be degraded to
718         `sleep-for'.
719         (file-notify-test02-events): Check for `file-remote-p' instead of
720         `file-notify--test-remote-enabled'.
722 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
724         * automated/file-notify-tests.el (file-notify-test02-events):
725         Let test case fail for Bug#16519.
727 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
729         * automated/file-notify-tests.el (file-notify-test02-events):
730         Hide Bug#16519, until it is solved.
732 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
734         * automated/file-notify-tests.el
735         (file-notify--test-local-enabled): Fix error in logic.
736         (file-notify--wait-for-events): New defmacro.
737         (file-notify-test02-events): Make short breaks between file operations.
738         Use `file-notify--wait-for-events'.  Check, that events have arrived.
739         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
741         * automated/comint-testsuite.el
742         (comint-testsuite-password-strings): Add localized examples.
744 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
746         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
747         case if inotify is not linked with Emacs.  Use `read-event' rather
748         than `sit-for' in order to process events.  (Bug#13662)
750 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
752         * automated/ert-tests.el (ert-test-record-backtrace):
753         Reenable test case with adapted test string.  (Bug#13064)
755 2013-12-28  Glenn Morris  <rgm@gnu.org>
757         * automated/electric-tests.el: Require 'elec-pair.
759 2013-12-26  João Távora  <joaotavora@gmail.com>
761         * automated/electric-tests.el (electric-pair-test-for):
762         Fix autowrapping tests in batch-mode by running with
763         `transient-mark-mode' set to `lambda'.
765         * automated/electric-tests.el: New file.
767 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
769         * automated/python-tests.el
770         (python-nav-lisp-forward-sexp-safe-1): Remove test.
771         (python-nav-forward-sexp-safe-1): New test.
773 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
775         * automated/ruby-mode-tests.el: Add tests for
776         `ruby-align-to-stmt-keywords'.
778         * indent/ruby.rb: Update examples to reflect the lack of change in
779         default indentation of `begin' blocks.
781 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
783         * indent/ruby.rb: Update examples according to the change
784         in `smie-indent-close'.
786 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
788         * indent/ruby.rb: New examples.
790 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
792         * automated/python-tests.el (python-indent-dedenters-2): New test.
794 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
796         * automated/python-tests.el (python-indent-after-comment-1)
797         (python-indent-after-comment-2): New tests.
799 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
801         * automated/python-tests.el (python-indent-block-enders-1):
802         Rename from python-indent-block-enders.
803         (python-indent-block-enders-2): New test.
805 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
807         * indent/js.js: New file.
809 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
811         * automated/dbus-tests.el: New file.
813 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * automated/regexp-tests.el: New file.
817 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
819         * automated/reftex-tests.el (reftex-parse-from-file-test):
820         Run temp-dir through file-truename, to make sure the temporary file
821         names are comparable as strings.
823         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
824         Force Unix EOLs by using 'utf-8-unix', since the default of
825         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
827 2013-11-28  Glenn Morris  <rgm@gnu.org>
829         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
831 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
833         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
834         (EMACSOPT): Use $(PATH_SEP).
836 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
838         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
839         Set to nil.
841 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
843         * automated/file-notify-tests.el
844         (file-notify-test-remote-temporary-file-directory):
845         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
846         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
847         (file-notify--deftest-remote): Cleanup connection initially.
848         (file-notify-test03-autorevert): Run also in batch mode.  Use a
849         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
850         does not work on MS Windows.  Call `accept-process-output' for
851         remote files.  Apply `string-match' instead of `string-equal', the
852         messages are different on MS Windows.
854         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
855         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
856         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
858 2013-11-23  Glenn Morris  <rgm@gnu.org>
860         * automated/python-tests.el (python-shell-make-comint-1)
861         (python-shell-make-comint-2, python-shell-get-process-1):
862         Suppress creation of some temp-files.
864         * automated/python-tests.el (python-shell-parse-command-1)
865         (python-shell-make-comint-1, python-shell-make-comint-2)
866         (python-shell-get-process-1)
867         (python-shell-internal-get-or-create-process-1):
868         Skip rather than fail if prereqs not found.
870         * automated/Makefile.in (emacs):
871         Empty EMACSLOADPATH rather than unsetting.
873 2013-11-22  Glenn Morris  <rgm@gnu.org>
875         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
876         Set expected-result.
878 2013-11-21  Glenn Morris  <rgm@gnu.org>
880         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
881         (compile-main): Pass XARGS_LIMIT to xargs.
883         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
884         (EMACSOPT): Use PATH_SEPARATOR.
886 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
888         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
889         Add a failing test for Bug#15874.
890         (ruby--insert-coding-comment-ruby-style)
891         (ruby--insert-coding-comment-emacs-style)
892         (ruby--insert-coding-comment-custom-style):
893         Add a few tests for `ruby--insert-coding-comment'.
895 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
897         Improve API of recently-added bool vector functions (Bug#15912).
898         * automated/data-tests.el: Adjust to API changes.
900 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
902         * automated/tramp-tests.el (tramp-test07-file-exists-p)
903         (tramp-test08-file-local-copy)
904         (tramp-test09-insert-file-contents, tramp-test10-write-region)
905         (tramp-test11-copy-file, tramp-test12-rename-file)
906         (tramp-test13-make-directory, tramp-test14-delete-directory)
907         (tramp-test15-copy-directory, tramp-test16-directory-files)
908         (tramp-test17-insert-directory, tramp-test18-file-attributes)
909         (tramp-test19-directory-files-and-attributes)
910         (tramp-test20-file-modes, tramp-test21-file-links)
911         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
912         (tramp-test24-file-name-completion, tramp-test25-load)
913         (tramp-test26-process-file, tramp-test27-start-file-process)
914         (tramp-test28-shell-command): Cleanup connection initially.
916 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
918         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
919         connection before running the test.
921 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
923         * automated/tramp-tests.el (tramp-test15-copy-directory)
924         (tramp-test16-directory-files, tramp-test17-insert-directory)
925         (tramp-test18-file-attributes)
926         (tramp-test19-directory-files-and-attributes)
927         (tramp-test20-file-modes, tramp-test21-file-links)
928         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
929         (tramp-test24-file-name-completion, tramp-test25-load)
930         (tramp-test26-process-file, tramp-test27-start-file-process)
931         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
932         (tramp-test29-utf8): New test.
934 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
936         * automated/file-notify-tests.el (file-notify-test02-events)
937         (file-notify-test03-autorevert): Suppress messages in `write-region'.
939         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
940         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
941         (tramp-test26-process-file, tramp-test28-shell-command):
942         Ensure, that the directory is not empty when calling "ls".
944 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
946         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
947         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
948         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
949         (tramp-test09-insert-file-contents, tramp-test10-write-region)
950         (tramp-test26-process-file): Add tests.
951         (tramp-test11-copy-file): Remove debug message.
952         (tramp-test20-file-modes): Special case, if user is "root".
954 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
956         * automated/file-notify-tests.el:
957         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
958         `tramp-remote-path' when running on hydra.
959         (tramp-test07-file-exists-p): Remove instrumentation code.
960         (tramp-test26-process-file): Don't use "/bin/true" and
961         "/bin/false", these paths do not exist on hydra.
963 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
965         * automated/process-tests.el: New file.
967 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
969         * indent/ruby.rb: New examples.
971 2013-11-06  Glenn Morris  <rgm@gnu.org>
973         * automated/Makefile.in (setwins): Avoid accidental matches.
975 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
977         * automated/tramp-tests.el (tramp-test07-file-exists-p):
978         Fix docstring.  Instrument, in order to hunt failure on hydra.
980 2013-11-06  Glenn Morris  <rgm@gnu.org>
982         * automated/flymake-tests.el (warning-predicate-rx-gcc)
983         (warning-predicate-function-gcc, warning-predicate-rx-perl)
984         (warning-predicate-function-perl):
985         * automated/info-xref.el (info-xref-test-makeinfo):
986         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
987         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
989 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
991         * automated/tramp-tests.el: New file.
993 2013-11-05  Glenn Morris  <rgm@gnu.org>
995         Get rid of --chdir usage.
996         * automated/Makefile.in (EMACSOPT): Move -L here.
997         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
998         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
999         (.el.elc): No more need to pass -L here.
1000         (compile-main): Get rid of sub-shell and cd.
1001         (compile-clean, check): Get rid of cd.
1003         Make it possible to run tests with a different working directory.
1004         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1005         (flymake-tests--current-face): Use flymake-tests-data-directory.
1006         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1007         (warning-predicate-function-perl): Adapt for above change.
1008         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1009         (zlib--decompress): Use zlib-tests-data-directory.
1011         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1012         Remove test that makes no sense.
1014         * automated/files.el (files-test-local-variable-data):
1015         Fix result typo presumably caused by interference from dir-locals.
1016         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1018 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1020         * indent/ruby.rb: Add a statement on the line after heredoc.
1021         Move a now-successful example.
1023         * automated/ruby-mode-tests.el: Remove outdated comment.
1025 2013-11-04  Glenn Morris  <rgm@gnu.org>
1027         * automated/Makefile.in (abs_srcdir): Remove.
1028         (emacs): Unset EMACSLOADPATH.
1029         (.el.elc, check): Use -L to append srcdir to load-path.
1031 2013-11-02  Glenn Morris  <rgm@gnu.org>
1033         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1034         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1035         (abs_srcdir): New, set by configure.
1036         (EMACS): Use a relative file name.
1037         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1038         (lisp-compile): Remove (assume it's up-to-date).
1039         (compile-main): Do not run lisp-compile.
1040         (compile-main, compile-clean, compile-always, bootstrap-clean)
1041         (check): Use srcdir rather than $test.  Check cd return value.
1042         Use --chdir.
1043         (doit, compile, compile-always): Remove stuff copied from lisp/.
1044         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1046 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1048         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1049         Add a skipping test.
1051 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1055         * indent/css-mode.css (.x2): Test alignement inside braces.
1057 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1059         * indent/ruby.rb: New failing example.
1061         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1062         Fix the test, in respect to adding the space after the curly.
1064 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1066         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1067         (ert-test-deftest): Adapt test for changed macro expansion.
1068         (ert-test-run-tests-interactively):
1069         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1070         Add a skipping test.
1072         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1073         (file-notify--test-local-enabled): Make it a function.  Check also
1074         for `file-remote-p' of `temporary-file-directory'.
1075         (file-notify--test-remote-enabled-checked): New defvar.
1076         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1077         internal functions.  Cache result.
1078         (file-notify--deftest-remote, file-notify-test00-availability)
1079         (file-notify-test01-add-watch, file-notify-test02-events)
1080         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1081         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1083 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1085         * indent/ruby.rb: Fix syntax error in the latest example.
1087 2013-10-23  Glenn Morris  <rgm@gnu.org>
1089         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1090         New, set by configure.
1091         (top_srcdir): Remove.
1092         (abs_test, abs_lispsrc): New.
1093         (lisp): No longer absolute.
1094         (emacs, lisp-compile, compile, compile-always):
1095         Quote entities that might contain whitespace.
1097 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1099         * indent/ruby.rb: Move two examples to "working" section, add one
1100         more.
1102 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1104         * indent/ruby.rb: New examples for indentation of blocks.
1105         Example of hash inside parens that inflooped before the present commit.
1107 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1109         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1110         allows another timer to run.
1112 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1114         * indent/ruby.rb: More examples for bug#15594, both failing and
1115         now passing.
1117 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1119         * indent/ruby.rb: Add two more cases.
1121 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1123         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1124         first use.
1125         (ruby-should-indent): Use indent-according-to-mode.
1126         (ruby-deftest-move-to-block): Use `declare'.
1128 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1130         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1132 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1134         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1136 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1138         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1139         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1141         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1143 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1145         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1146         Adjust indentation of continued line to the new SMIE behavior.
1148 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1150         * automated/completion-tests.el:
1151         * indent/css-mode.css: New files.
1153 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1155         * automated/data/package/signed/archive-contents:
1156         * automated/data/package/signed/archive-contents.sig:
1157         * automated/data/package/signed/signed-good-1.0.el:
1158         * automated/data/package/signed/signed-good-1.0.el.sig:
1159         * automated/data/package/signed/signed-bad-1.0.el:
1160         * automated/data/package/signed/signed-bad-1.0.el.sig:
1161         * automated/data/package/key.pub:
1162         * automated/data/package/key.sec: New files.
1164         * automated/package-test.el (package-test-update-listing)
1165         (package-test-update-archives, package-test-describe-package):
1166         Adjust to package.el change.
1167         (package-test-signed): New test.
1169 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1171         * automated/package-test.el: Update all cases to use :url instead
1172         of :homepage.
1174         * automated/package-x-test.el
1175         (package-x-test--single-archive-entry-1-3): Same.
1177 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1179         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1180         was unused.
1181         (simple-single-desc): Expect :homepage property.
1182         (multi-file-desc): Same.
1183         (with-package-test): Do not save previous `default-directory'
1184         value, let-bind the var instead.
1185         (package-test-install-single): Expect :homepage property in the
1186         generated pkg file.
1187         (package-test-describe-package): Expect Homepage button.
1188         (package-test-describe-non-installed-package)
1189         (package-test-describe-non-installed-multi-file-package): Same.
1190         (package-test-describe-not-installed-package): Remove, it was a
1191         duplicate.
1193         * automated/package-x-test.el
1194         (package-x-test--single-archive-entry-1-3): Expect :homepage
1195         property.
1196         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1198         * automated/data/package/simple-single-1.3.el: Add URL header.
1200         * automated/data/package/archive-contents: Add :homepage
1201         properties to `simple-single' and `multi-file'.
1203 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1205         * automated/data-tests.el:
1206         (bool-vector-count-matches-all-0-nil)
1207         (bool-vector-count-matches-all-0-t)
1208         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1209         (bool-vector-count-matches-at, bool-vector-intersection-op)
1210         (bool-vector-union-op, bool-vector-xor-op)
1211         (bool-vector-set-difference-op)
1212         (bool-vector-change-detection, bool-vector-not): New tests.
1213         (mock-bool-vector-count-matches-at)
1214         (test-bool-vector-bv-from-hex-string)
1215         (test-bool-vector-to-hex-string)
1216         (test-bool-vector-count-matches-at-tc)
1217         (test-bool-vector-apply-mock-op)
1218         (test-bool-vector-binop): New helper functions.
1219         (bool-vector-test-vectors): New testcase data.
1221 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1223         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1224         (advice-test-called-interactively-p-filter-args)
1225         (advice-test-called-interactively-p-around): New tests.
1227 2013-09-16  Glenn Morris  <rgm@gnu.org>
1229         * automated/eshell.el (eshell-match-result):
1230         Return a more informative failure than simply "false".  Update callers.
1232         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1233         Test value before and after loop as well as during.
1235 2013-09-15  Glenn Morris  <rgm@gnu.org>
1237         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1238         New test.  (Bug#15372)
1239         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1241 2013-09-13  Glenn Morris  <rgm@gnu.org>
1243         * automated/eshell.el (with-temp-eshell):
1244         Use a temp directory for eshell-directory-name.
1245         (eshell-test-command-result): New, again using a temp directory.
1246         Replace eshell-command-result with this throughout.
1247         (eshell-test/for-loop, eshell-test/for-name-loop):
1248         Ensure environment variables don't confuse us.
1250 2013-09-12  Glenn Morris  <rgm@gnu.org>
1252         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1253         due to "has a running process; kill it?" prompts.
1255 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1257         * automated/eshell.el: Rename from eshell.el.
1258         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1260 2013-09-01  Glenn Morris  <rgm@gnu.org>
1262         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1263         Otherwise the sed command used by eg compile-main ends up
1264         containing "/*.el".  (Bug#15170)
1266 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1268         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1269         for portability to hosts where /bin/sh has problems.
1271 2013-08-21  David Engster  <deng@randomsample.de>
1273         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1274         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1275         upstream.  Changed to use ERT.
1277 2013-08-14  Daniel Hackney  <dan@haxney.org>
1279         * automated/package-test.el: Remove tar-package-building functions.
1280         Tar file used for testing is included in the repository.
1281         (package-test-install-texinfo, package-test-cleanup-built-files):
1282         Remove.
1284 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1286         * automated/python-tests.el (python-imenu-create-index-4)
1287         (python-imenu-create-flat-index-2): New tests.
1289 2013-08-05  Glenn Morris  <rgm@gnu.org>
1291         * automated/mule-util.el: New file, with tests extracted from
1292         lisp/international/mule-util.el.
1294 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1296         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1297         before definition.
1298         (advice-tests-macroaliases): New test.
1300 2013-08-04  Glenn Morris  <rgm@gnu.org>
1302         * automated/ert-tests.el: Disable failing test that no-one seems
1303         to know how to fix.  (Bug#13064)
1305         * automated/icalendar-tests.el (icalendar-tests--test-export)
1306         (icalendar-tests--test-import): Try more precise TZ specification.
1307         Remove debug messages.
1309 2013-08-03  Glenn Morris  <rgm@gnu.org>
1311         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1313         * automated/icalendar-tests.el (icalendar-tests--test-export)
1314         (icalendar-tests--test-import):
1315         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1316         (icalendar-tests--test-import): Reset zone even if error occurred.
1318 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1320         * automated/core-elisp-tests.el: New file.
1322 2013-08-01  Glenn Morris  <rgm@gnu.org>
1324         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1325         Try to check that the remote system has a notification program.
1327 2013-07-31  Glenn Morris  <rgm@gnu.org>
1329         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1331 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1333         * automated/file-notify-tests.el
1334         (file-notify--test-local-enabled): New defconst.  Replaces all
1335         `file-notify-support' occurrences.
1336         (file-notify--test-remote-enabled): New defun.
1337         (file-notify--deftest-remote): Use it.
1338         (file-notify-test00-availability): Rewrite.
1339         (file-notify-test00-availability-remote): New defun.
1340         (file-notify-test01-add-watch): Rewrite first erroneous check.
1342 2013-07-23  Glenn Morris  <rgm@gnu.org>
1344         * automated/inotify-test.el (inotify-file-watch-simple):
1345         Delete temp-file when done.
1347         * automated/subword-tests.el: Require subword.
1349 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1351         * automated/subword-tests.el: New file.
1353 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1355         * automated/python-tests.el (python-imenu-create-index-2)
1356         (python-imenu-create-index-3): New tests.
1358 2013-07-11  Glenn Morris  <rgm@gnu.org>
1360         * automated/ert-tests.el: Require cl-lib at runtime too.
1361         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1362         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1363         (ert-test-set-functions, ert-test-gensym)
1364         (ert-test-coerce-to-vector, ert-test-string-position)
1365         (ert-test-mismatch): Remove tests.
1366         * automated/cl-lib.el: New, split from ert-tests.el.
1368         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1369         Goto point-min.
1370         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1371         (ruby-move-to-block-skips-percent-literal)
1372         (ruby-move-to-block-skips-heredoc)
1373         (ruby-move-to-block-moves-from-else-to-if)
1374         (ruby-beginning-of-defun-does-not-fold-case)
1375         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1376         Replace goto-line with forward-line/goto-char.
1377         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1379         * automated/package-test.el (makeinfo-buffer): Autoload.
1380         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1381         (package-test-install-texinfo): Don't require makeinfo.
1383         * automated/files.el: Stop "local variables" confusion.
1385         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1387         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1388         Use with-current-buffer.
1390         * automated/undo-tests.el (undo-test-buffer-modified)
1391         (undo-test-file-modified): New tests.
1393 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1395         * automated/file-notify-tests.el (file-notify-test00-availability):
1396         Set :expected-result.
1397         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1398         (file-notify-test02-events, file-notify-test02-events-remote)
1399         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1400         Skip when `file-notify-support' is nil.  (Bug#14823)
1402 2013-07-09  Glenn Morris  <rgm@gnu.org>
1404         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1405         Declare.
1406         (inotify-file-watch-simple): Silence compiler.
1408         * automated/python-tests.el (python-indent-block-enders):
1409         Make it actually test something.
1411         * automated/package-x-test.el: Require package-test when compiling.
1413         * automated/add-log-tests.el, automated/advice-tests.el:
1414         * automated/imenu-test.el, automated/package-x-test.el:
1415         * automated/python-tests.el, automated/ruby-mode-tests.el:
1416         * automated/xml-parse-tests.el: Explicitly require ert.
1418 2013-07-08  Kenichi Handa  <handa@gnu.org>
1420         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1421         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1423 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1425         * automated/file-notify-tests.el
1426         (file-notify-test-remote-temporary-file-directory):
1427         Use `null-device' on w32.
1428         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1429         (file-notify--test-results, file-notify--test-event)
1430         (file-notify--deftest-remote, file-notify--event-test)
1431         (file-notify--test-event-handler)
1432         (file-notify--test-make-temp-name): Rename, in order to mark them
1433         internal.
1434         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1435         better fitting in noninteractive tests.
1436         (file-notify-test00-availability): Rename from `file-notify-test0'.
1437         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1438         Use `temporary-file-directory '.
1439         (file-notify-test01-add-watch-remote): New test.
1440         (file-notify-test02-events): Rename from `file-notify-test2'.
1441         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1442         (file-notify-test03-autorevert): Rename from
1443         `file-notify-test4'.  Use timeouts.
1444         (file-notify-test03-autorevert-remote): Rename from
1445         `file-notify-test5'.
1447 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1449         * automated/file-notify-tests.el: New package.
1451 2013-06-28  Kenichi Handa  <handa@gnu.org>
1453         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1454         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1455         Callers changed.
1456         (decoder-tests-filename): New function.
1457         (decoder-tests-prefer-utf-8-read)
1458         (decoder-tests-prefer-utf-8-write): New function.
1459         (ert-test-decoder-prefer-utf-8): New test.
1461 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1463         * automated/package-x-test.el: Change the commentary.
1464         (package-x-test--single-archive-entry-1-3)
1465         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1466         using the appropriate data structure.
1468 2013-06-27  Daniel Hackney  <dan@haxney.org>
1470         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1472         * automated/package-x-test.el: New file.
1474         * automated/package-test.el: New file.
1476         * automated/data/package: New directory, with test examples.
1478 2013-06-27  Glenn Morris  <rgm@gnu.org>
1480         * automated/python-tests.el (python-tests-with-temp-file):
1481         Clean up after ourself.
1483         * automated/undo-tests.el (undo-test3): Remove test that seems to
1484         do nothing that the previous one doesn't, except leave a tempfile.
1486 2013-06-26  Glenn Morris  <rgm@gnu.org>
1488         * automated/info-xref.el: New file.
1490 2013-06-25  Glenn Morris  <rgm@gnu.org>
1492         * automated/occur-tests.el (occur-test-create): New function.
1493         Use it to create separate tests for each element, so we run them
1494         all rather than stopping at the first error.
1496 2013-06-24  Glenn Morris  <rgm@gnu.org>
1498         * automated/occur-tests.el (occur-tests):
1499         Update for 2013-05-29 change to occur header line.
1501 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1503         Test suite for flymake.
1504         * automated/flymake-tests.el:
1505         * automated/flymake/warnpred/Makefile
1506         * automated/flymake/warnpred/test.c
1507         * automated/flymake/warnpred/test.pl: New files.
1509 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1511         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1513 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1515         * automated/reftex-tests.el: New test suite for reftex.
1517 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1519         * automated/ruby-mode-tests.el: New tests, for percent literals
1520         and expression expansion.
1522 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1524         * indent/octave.m: Tweak.
1526 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1528         * eshell.el: Rewrite tests using ERT.
1530 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1532         * indent/octave.m: Add tests for %!, # and ### comments.
1534 2013-05-23  Kenichi Handa  <handa@gnu.org>
1536         * automated/decoder-tests.el: New file.
1538 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1540         * indent/ruby.rb: Add multiline regexp example.
1542         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1543         (ruby-regexp-skips-over-interpolation)
1544         (ruby-regexp-continues-till-end-when-unclosed)
1545         (ruby-regexp-can-be-multiline)
1546         (ruby-interpolation-inside-percent-literal): New tests.
1548 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1550         * indent/ruby.rb: Fix indentation after =; add more cases.
1552 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1554         * indent/pascal.pas: Add test for mis-identified comments.
1556 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1558         * automated/imenu-test.el: New file.  (Bug#14112)
1560 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1562         * automated/python-tests.el (python-imenu-prev-index-position-1):
1563         Remove test.
1564         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1565         New tests.
1567 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1569         * automated/python-tests.el (python-nav-backward-defun-2)
1570         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1571         (python-nav-forward-defun-3): New tests.
1573 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1575         * automated/python-tests.el (python-nav-backward-defun-1)
1576         (python-nav-forward-defun-1): New tests.
1578 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1580         * automated/add-log-tests.el: New file.  (Bug#14112)
1582 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1584         * automated/python-tests.el (python-indent-block-enders): New test.
1585         (python-info-current-defun-2): Fix test.
1587 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1589         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1591 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1593         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1594         (python-tests-with-temp-file): New macro.
1595         (python-tests-shell-interpreter): New var.
1596         (python-shell-get-process-name-1)
1597         (python-shell-internal-get-process-name-1)
1598         (python-shell-parse-command-1)
1599         (python-shell-calculate-process-environment-1)
1600         (python-shell-calculate-process-environment-2)
1601         (python-shell-calculate-process-environment-3)
1602         (python-shell-calculate-exec-path-1)
1603         (python-shell-calculate-exec-path-2)
1604         (python-shell-make-comint-1)
1605         (python-shell-make-comint-2)
1606         (python-shell-get-process-1)
1607         (python-shell-get-or-create-process-1)
1608         (python-shell-internal-get-or-create-process-1): New tests.
1610 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1612         * automated/python-tests.el: New file.
1614 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1616         * automated/ruby-mode-tests.el
1617         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1618         bits inside the examples.
1619         (ruby-move-to-block-skips-heredoc): New test.
1620         (ruby-add-log-current-method-after-inner-class):
1621         Lower expectations: move point inside a method, initially.
1623 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1625         * automated/ruby-mode-tests.el
1626         (ruby-move-to-block-skips-percent-literal): New test.
1628 2013-02-04  Chong Yidong  <cyd@gnu.org>
1630         * automated/thingatpt.el: New file.
1632 2013-02-03  Chong Yidong  <cyd@gnu.org>
1634         * automated/files.el (file-test--do-local-variables-test):
1635         Avoid compilation warning message.
1637 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1639         * automated/ruby-mode-tests.el
1640         (ruby-indent-spread-args-in-parens): New test.
1641         * automated/ruby-mode-tests.el (ruby-block-test-example):
1642         Break indentation of the do block opener and add a line inside it.
1643         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1644         Adjust line numbers.
1646 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1650 2013-01-14  Glenn Morris  <rgm@gnu.org>
1652         * automated/compile-tests.el (compile-tests--test-regexps-data):
1653         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1655 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1657         * automated/man-tests.el: New file.
1659 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1661         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1663 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1665         * automated/undo-tests.el: New file.
1667 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1669         * automated/ruby-mode-tests.el
1670         (ruby-indent-after-block-in-continued-expression): New test.
1672 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1674         * automated/ruby-mode-tests.el:
1675         Rename one interpolation test; add three more.
1676         (ruby-with-temp-buffer): New macro, use it where appropriate.
1677         (ruby-add-log-current-method-examples): Use "_" for target point.
1678         Add four new tests for ruby-add-log-current-method.
1680 2012-12-11  Glenn Morris  <rgm@gnu.org>
1682         * automated/f90.el (f90-test-bug13138): New test.
1684 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1686         * automated/inotify-test.el: New test.
1688 2012-12-02  Chong Yidong  <cyd@gnu.org>
1690         * automated/ruby-mode-tests.el
1691         (ruby-add-log-current-method-examples): Don't use loop macro, to
1692         allow automated testing to work.
1694 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1696         * automated/advice-tests.el (advice-tests--data): Remove.
1697         (advice-tests): Move the tests directly here instead.
1698         Add called-interactively-p tests.
1700 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * automated/ert-x-tests.el: Use cl-lib.
1703         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1705 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1707         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1708         (ruby-indent-inside-heredoc-after-operator)
1709         (ruby-indent-inside-heredoc-after-space): New tests.
1710         Change direct font-lock face references to var references.
1711         (ruby-interpolation-suppresses-syntax-inside): New test.
1712         (ruby-interpolation-inside-percent-literal-with-paren):
1713         New failing test.
1715 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1717         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1718         (ruby-singleton-class-no-heredoc-font-lock)
1719         (ruby-add-log-current-method-examples): New tests.
1720         (ruby-test-string): Extract from ruby-should-indent-buffer.
1721         (ruby-deftest-move-to-block): New macro.
1722         Add several move-to-block tests.
1724 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1726         * automated/advice-tests.el: New tests.
1728 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1730         * automated/compile-tests.el (compile-tests--test-regexps-data):
1731         Add new data for msft's new format.
1733 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1735         * automated/ruby-mode-tests.el:
1736         (ruby-toggle-block-to-multiline): New test.
1737         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1738         (ruby-toggle-block-to-brace): Use buffer-string.
1740 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1742         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1744 2012-08-28  Chong Yidong  <cyd@gnu.org>
1746         * automated/files.el: Test every combination of values for
1747         enable-local-variables and enable-local-eval.
1749 2012-08-19  Chong Yidong  <cyd@gnu.org>
1751         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1753 2012-08-18  Chong Yidong  <cyd@gnu.org>
1755         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1757 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1759         * indent/ruby.rb: Rearrange examples, add new ones.
1761 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1763         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1764         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1766 2012-08-11  Glenn Morris  <rgm@gnu.org>
1768         * automated/files.el: New file.
1770         * automated/Makefile.in (all): Fix typo.
1772 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1774         * automated/ruby-mode-tests.el (ruby-should-indent):
1775         Add docstring, check (current-indentation) instead of (current-column).
1776         (ruby-should-indent-buffer): New function.
1777         Add tests for `ruby-deep-indent-paren' behavior.
1778         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1780 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1782         Original tests in test_ruby_mode.rb in upstream (author).
1784 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1786         * automated/ruby-mode-tests.el (ruby-should-indent)
1787         (ruby-assert-state): New functions.
1788         Add new tests.
1790 2012-07-29  David Engster  <deng@randomsample.de>
1792         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1793         New variable to hold test data for name expansion.
1794         (xml-parse-tests): Test the two different types of name expansion.
1796 2012-07-29  Juri Linkov  <juri@jurta.org>
1798         * automated/occur-tests.el (occur-test-case): Use predefined
1799         buffer name " *test-occur*" instead of a random buffer name.
1801 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1803         * automated/ruby-mode-tests.el: New file with one test.
1805 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1807         * indent/shell.sh: Add test case for ${#VAR}.
1809         * indent/latex-mode.tex: New file.
1811 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1813         * eshell.el: Use cl-lib.
1815 2012-07-03  Chong Yidong  <cyd@gnu.org>
1817         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1819 2012-07-02  Chong Yidong  <cyd@gnu.org>
1821         * automated/xml-parse-tests.el (xml-parse-tests--data):
1822         More testcases.
1824 2012-07-01  Chong Yidong  <cyd@gnu.org>
1826         * automated/xml-parse-tests.el: New file.
1828 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1830         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1831         Use cl-flet.
1833 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1835         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1836         Test escaped commas in TZID (Bug#11473).
1837         (icalendar-import-with-timezone): New.
1838         (icalendar-real-world): Add new testcase as given in the bugreport
1839         of Bug#11473.
1841 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1843         * automated/icalendar-tests.el (icalendar-tests--test-import):
1844         Include UID in import tests (Bug#11525).
1845         (icalendar-import-non-recurring, icalendar-import-rrule)
1846         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1847         UID-import change.
1848         (icalendar-import-with-uid): New.
1849         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1850         Include UID in cycle tests.
1851         (icalendar-cycle, icalendar-real-world): UID-import change.
1853 2012-05-21  Glenn Morris  <rgm@gnu.org>
1855         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1857 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1859         * automated/url-util-tests.el: New file to test
1860         lisp/url/url-util.el.  Only `url-build-query-string' and
1861         `url-parse-query-string' are tested right now (Bug#8706).
1863 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1865         * indent/shell.sh:
1866         * indent/shell.rc: Ad some test cases.
1868 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1870         * indent/ruby.rb: New file, to test new syntax-propertize code.
1872 2012-04-11  Glenn Morris  <rgm@gnu.org>
1874         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1876 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1878         * automated/url-future-tests.el (url-future-tests): Move from
1879         lisp/url/url-future.el and rename.
1881 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1883         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1884         Fix broken test, caused by missing trailing blank.
1886 2011-12-03  Chong Yidong  <cyd@gnu.org>
1888         * automated/compile-tests.el (compile-tests--test-regexps-data):
1889         Increase column numbers by one to reflect change in how
1890         compilation-message is recorded (Bug#10172).
1892 2011-11-22  Glenn Morris  <rgm@gnu.org>
1894         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1896 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1898         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1900 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1902         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1903         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1904         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1906 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1908         * automated/newsticker-tests.el
1909         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1910         newsticker--treeview-tree-update.
1912 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1914         * automated/newsticker-tests.el
1915         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1917         * automated/newsticker-tests.el
1918         (newsticker--group-manage-orphan-feeds): Prevent updating
1919         newsticker treeview.  Fixed bug#9763.
1921 2011-10-20  Glenn Morris  <rgm@gnu.org>
1923         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1925         * automated/vc-bzr.el: New file.
1927 2011-10-15  Glenn Morris  <rgm@gnu.org>
1929         * automated/f90.el: New file.
1931 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1933         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1934         to automated/newsticker-tests.el.  Convert to ERT.
1936 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1938         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1939         Remove, simply use string=.
1940         (icalendar--diarytime-to-isotime)
1941         (icalendar--datetime-to-diary-date)
1942         (icalendar--datestring-to-isodate)
1943         (icalendar--format-ical-event)
1944         (icalendar--parse-summary-and-rest)
1945         (icalendar-tests--do-test-import)
1946         (icalendar-tests--do-test-cycle): Change argument order of
1947         string= to EXPECTED ACTUAL.
1948         (icalendar--import-format-sample)
1949         (icalendar--format-ical-event)
1950         (icalendar-import-non-recurring)
1951         (icalendar-import-rrule)
1952         (icalendar-import-duration)
1953         (icalendar-import-bug-6766)
1954         (icalendar-real-world): Adjust to string= instead of
1955         icalendar-tests--compare-strings.
1956         (icalendar-import-multiple-vcalendars): New.
1958 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1960         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1961         Require CL.
1963 2011-05-09  Juri Linkov  <juri@jurta.org>
1965         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1966         Convert to ERT.
1968 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1970         * automated/compile-tests.el: New file.
1972 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1974         * automated/font-parse-tests.el: Don't byte-compile.
1976         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1978 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1980         * automated/lexbind-tests.el: New file.
1982 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1984         * Version 23.3 released.
1986 2011-03-05  Glenn Morris  <rgm@gnu.org>
1988         * eshell.el: Move here from lisp/eshell/esh-test.el.
1990 2011-03-03  Christian Ohler  <ohler@gnu.org>
1992         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1993         New test.
1995 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1997         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1998         convert to ERT format.
2000 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2002         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2003         convert to ERT format.
2005 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2007         * indent/shell.sh:
2008         * indent/shell.rc: New files.
2010 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2012         * automated/font-parse-tests.el: Move from
2013         font-parse-testsuite.el.
2015 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2017         * font-parse-testsuite.el (test-font-parse-data): New file.
2019 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2021         * indent/prolog.prolog: Add tokenizing tests.
2023 2011-01-13  Christian Ohler  <ohler@gnu.org>
2025         * automated: New directory for automated tests.
2027         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2029         * automated/Makefile.in: New file.
2031 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2033         * indent/modula2.mod: New file.
2035 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2037         * indent/octave.m: Add a test to ensure indentation is local.
2039 2010-10-23  Glenn Morris  <rgm@gnu.org>
2041         * comint-testsuite.el
2042         (comint-testsuite--test-comint-password-prompt-regexp):
2043         Add "Please enter the password".  (Bug#7224)
2045 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2047         * indent/prolog.prolog: Use normal spacing around !.
2049 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2053 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2055         * indent/octave.m: Remove some `fixindent' not needed any more.
2057 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2059         * indent/octave.m: New file.
2061 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2063         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2064         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2065         (icalendar-testsuite--run-internal-tests): New.
2066         (icalendar-testsuite--test-convert-ordinary-to-ical)
2067         (icalendar-testsuite--test-convert-block-to-ical)
2068         (icalendar-testsuite--test-convert-anniversary-to-ical)
2069         (icalendar-testsuite--test-parse-vtimezone)
2070         (icalendar-testsuite--do-test-export): Code formatting.
2071         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2072         (icalendar-testsuite--do-test-import)
2073         (icalendar-testsuite--do-test-cycle):
2074         Use icalendar-testsuite--compare-strings
2075         (icalendar-testsuite--run-import-tests): Comment added.
2076         (icalendar-testsuite--run-import-tests)
2077         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2079 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2081         * redisplay-testsuite.el (test-redisplay-3): New test.
2083 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2085         * comint-testsuite.el: New file.
2087 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2089         * indent: New dir.
2091 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2093         * Version 23.2 released.
2095 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2097         * cedet/semantic-ia-utest.el
2098         (semantic-symref-test-count-hits-in-tag): Add function, from
2099         semantic-test.el.
2101         * cedet/tests/test.cpp:
2102         * cedet/tests/test.py:
2103         * cedet/tests/teststruct.cpp:
2104         * cedet/tests/testtemplates.cpp:
2105         * cedet/tests/testusing.cpp:
2106         * cedet/tests/scopetest.cpp:
2107         * cedet/tests/scopetest.java: Files deleted.
2109         * cedet/tests/test.make:
2110         * cedet/tests/test.c:
2111         * cedet/tests/testjavacomp.java:
2112         * cedet/tests/testspp.c:
2113         * cedet/tests/testsppreplace.c:
2114         * cedet/tests/testsppreplaced.c:
2115         * cedet/tests/testsubclass.cpp:
2116         * cedet/tests/testsubclass.hh:
2117         * cedet/tests/testtypedefs.cpp:
2118         * cedet/tests/testvarnames.c:
2119         * cedet/tests/test.el:
2120         * cedet/tests/testdoublens.cpp:
2121         * cedet/tests/testdoublens.hpp: Add copyright header.
2123         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2124         Remove reference to deleted files.
2126 2010-03-30  Juri Linkov  <juri@jurta.org>
2128         * occur-testsuite.el (occur-tests): Add tests for context lines.
2130 2010-03-23  Juri Linkov  <juri@jurta.org>
2132         * occur-testsuite.el: New file.
2134 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2136         * Branch for 23.2.
2138 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2140         * icalendar-testsuite.el
2141         (icalendar-testsuite--run-function-tests): Add new tests.
2142         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2143         testcase.
2144         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2145         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2146         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2147         (icalendar-testsuite--test-convert-block-to-ical): New.
2148         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2149         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2151 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2153         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2154         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2155         Fix typos in docstrings and error messages.
2156         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2158 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2160         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2161         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2162         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2164 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2166         * icalendar-testsuite.el
2167         (icalendar-testsuite--run-function-tests):
2168         Add icalendar-testsuite--test-parse-vtimezone.
2169         (icalendar-testsuite--test-parse-vtimezone): New.
2170         (icalendar-testsuite--do-test-cycle): Doc changes.
2171         (icalendar-testsuite--run-real-world-tests): Remove trailing
2172         whitespace -- see change of icalendar--add-diary-entry in
2173         icalendar.el.
2174         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2176 2009-09-30  Glenn Morris  <rgm@gnu.org>
2178         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2180 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2182         * cedet/*: New unit tests, from CEDET repository.
2184 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2186         * redisplay-testsuite.el: New file.
2188 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2190         * Branch for 23.1.
2192 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2194         * icalendar-testsuite.el
2195         (icalendar-testsuite--run-function-tests):
2196         Add icalendar-testsuite--test-diarytime-to-isotime.
2197         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2198         recent icalendar fixes.
2199         (icalendar-testsuite--test-diarytime-to-isotime): New.
2200         (icalendar-testsuite--test-create-uid): Adjust to recent
2201         icalendar changes.
2203 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2205         * bytecomp-testsuite.el: New file.
2207 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2209         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2210         Add `icalendar-testsuite--test-create-uid'.
2211         (icalendar-testsuite--test-create-uid): New.
2213 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2215         * newsticker-testsuite.el: New file.
2217 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2219         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2220         Add icalendar-testsuite--test-datestring-to-isodate,
2221         icalendar-testsuite--test-datetime-to-diary-date, and
2222         icalendar-testsuite--test-calendar-style.
2223         (icalendar-testsuite--test-format-ical-event)
2224         (icalendar-testsuite--test-parse-summary-and-rest):
2225         Doc fix.  Remove european-calendar-style.
2226         (icalendar-testsuite--get-ical-event): Doc fix.
2227         (icalendar-testsuite--test-first-weekday-of-year)
2228         (icalendar-testsuite--run-cycle-tests): Add doc string.
2229         (icalendar-testsuite--test-datestring-to-isodate)
2230         (icalendar-testsuite--test-datetime-to-diary-date)
2231         (icalendar-testsuite--test-calendar-style): New functions.
2232         (icalendar-testsuite--test-export): Handle iso date style.
2233         New arg INPUT-ISO.  Use calendar-date-style.
2234         (icalendar-testsuite--test-import): Handle iso date style.
2235         New arg EXPECTED-ISO.  Use calendar-date-style.
2236         (icalendar-testsuite--test-cycle): Handle iso date style.
2237         (icalendar-testsuite--run-import-tests)
2238         (icalendar-testsuite--run-export-tests)
2239         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2241 2008-02-29  Glenn Morris  <rgm@gnu.org>
2243         * README: New file.
2245 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2247         * icalendar-testsuite.el: New file.
2249 ;; Local Variables:
2250 ;; coding: utf-8
2251 ;; End:
2253   Copyright (C) 2008-2014 Free Software Foundation, Inc.
2255   This file is part of GNU Emacs.
2257   GNU Emacs is free software: you can redistribute it and/or modify
2258   it under the terms of the GNU General Public License as published by
2259   the Free Software Foundation, either version 3 of the License, or
2260   (at your option) any later version.
2262   GNU Emacs is distributed in the hope that it will be useful,
2263   but WITHOUT ANY WARRANTY; without even the implied warranty of
2264   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2265   GNU General Public License for more details.
2267   You should have received a copy of the GNU General Public License
2268   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.