* configure.ac: Move the OSX 10.6 test.
[emacs.git] / test / ChangeLog
blobea11f9429f0186bcdf6826326dade37c5fa1208b
1 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
3         * BidiCharacterTest.txt: New file, from Unicode.
5         * biditest.el: New file.
7 2014-10-08  Leo Liu  <sdl.web@gmail.com>
9         * automated/print-tests.el: New file.
10         (terpri): Tests for terpri.  (Bug#18652)
12 2014-10-06  Glenn Morris  <rgm@gnu.org>
14         * automated/icalendar-tests.el (icalendar--calendar-style):
15         Remove test, no longer relevant.
17 2014-10-04  Glenn Morris  <rgm@gnu.org>
19         * automated/package-x-test.el: Remove file...
20         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
22 2014-10-02  Glenn Morris  <rgm@gnu.org>
24         * automated/package-test.el (with-package-test, package-test-signed):
25         Also set HOME to a temp value, in case the real one is absent (e.g.
26         hydra) or read-only.  (Bug#18575)
27         (package-test-signed): Use skip-unless rather than expected-result.
29 2014-09-26  Leo Liu  <sdl.web@gmail.com>
31         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer): New
32         tests.  (Bug#18557)
34 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
36         * automated/newsticker-tests.el
37         (newsticker--group-find-parent-group),
38         (newsticker--group-do-rename-group): New tests.
40 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
42         * automated/fns-tests.el (fns-tests-collate-sort): Bind
43         w32-collate-ignore-punctuation to t when sorting according to
44         UTS#10 rules.
46 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
48         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
49         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
51 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
53         * automated/fns-tests.el (fns-tests-compare-strings): In case
54         `compare-strings' shall return t, check for this.
55         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
57 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
59         * automated/python-tests.el (python-indent-electric-colon-1):
60         New test.  (Bug#18228)
62 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
64         * automated/fns-tests.el (fns-tests-sort): New test.
66 2014-08-28  Glenn Morris  <rgm@gnu.org>
68         * automated/python-tests.el (python-shell-calculate-exec-path-2):
69         Update test for today's python.el changes.
71 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
73         * automated/compile-tests.el (compile--test-error-line): Grok FILE
74         being nil.  Allows for Guile tests to pass.
75         (compile-tests--test-regexps-data): Add Guile tests.
77 2014-08-11  Glenn Morris  <rgm@gnu.org>
79         * automated/data/files-bug18141.el.gz: New file.
80         * automated/files.el (files-test-bug-18141-file):
81         New variable and test.  (Bug#18141)
83 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
85         Enumerate evaluated sexp diary entries (Bug#7911).
86         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
87         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
88         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
89         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
90         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
91         New tests.
93 2014-08-07  Glenn Morris  <rgm@gnu.org>
95         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
97 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
99         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
100         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
102 2014-08-03  Glenn Morris  <rgm@gnu.org>
104         * automated/Makefile.in (check-tar): New rule.
106 2014-08-02  Glenn Morris  <rgm@gnu.org>
108         * automated/fns-tests.el (fns-tests-compare-strings):
109         Update test.  (Bug#17903)
111         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
112         Use more precise TZ specification, as per 2013-08-04.
114 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
116         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
117         New test.
119 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
121         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
123 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
125         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
126         Work around the failures in icalendar-tests which occasionally occur on
127         hydra.nixos.org.
129 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
131         * automated/python-tests.el:
132         (python-util-clone-local-variables-1): Fix test.
134         * automated/python-tests.el (python-shell-make-comint-1):
135         (python-shell-make-comint-2): Fix indentation.
136         (python-shell-make-comint-3)
137         (python-shell-make-comint-4): New tests.
138         (python-shell-get-or-create-process-1): Fix test.
139         (python-shell-get-or-create-process-2)
140         (python-shell-get-or-create-process-3): New tests.
141         (python-shell-internal-get-or-create-process-1): Fix test.
142         (python-shell-prompt-detect-1): New test.
143         (python-shell-prompt-detect-2): New test.  (Bug#17370)
144         (python-shell-prompt-detect-3)
145         (python-shell-prompt-detect-4)
146         (python-shell-prompt-detect-5)
147         (python-shell-prompt-detect-6)
148         (python-shell-prompt-validate-regexps-1)
149         (python-shell-prompt-validate-regexps-2)
150         (python-shell-prompt-validate-regexps-3)
151         (python-shell-prompt-validate-regexps-4)
152         (python-shell-prompt-validate-regexps-5)
153         (python-shell-prompt-validate-regexps-6)
154         (python-shell-prompt-validate-regexps-7)
155         (python-shell-prompt-set-calculated-regexps-1)
156         (python-shell-prompt-set-calculated-regexps-2)
157         (python-shell-prompt-set-calculated-regexps-3)
158         (python-shell-prompt-set-calculated-regexps-4)
159         (python-shell-prompt-set-calculated-regexps-5)
160         (python-shell-prompt-set-calculated-regexps-6)
161         (python-util-valid-regexp-p-1): New tests.
163 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * automated/advice-tests.el (advice-test-call-interactively): Make sure
166         the function's definition is fully restored at the end.
168 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
170         * automated/python-tests.el (python-indent-block-enders-1)
171         (python-indent-block-enders-2): Fix tests.
172         (python-indent-block-enders-3, python-indent-block-enders-4)
173         (python-indent-block-enders-5, python-indent-dedenters-1)
174         (python-indent-dedenters-2): Remove tests.
175         (python-indent-dedenters-1, python-indent-dedenters-2)
176         (python-indent-dedenters-3, python-indent-dedenters-4)
177         (python-indent-dedenters-5, python-indent-dedenters-6)
178         (python-indent-dedenters-7)
179         (python-info-dedenter-opening-block-position-1)
180         (python-info-dedenter-opening-block-position-2)
181         (python-info-dedenter-opening-block-position-3)
182         (python-info-dedenter-opening-block-positions-1)
183         (python-info-dedenter-opening-block-positions-2)
184         (python-info-dedenter-opening-block-positions-3)
185         (python-info-dedenter-opening-block-positions-4)
186         (python-info-dedenter-opening-block-positions-5)
187         (python-info-dedenter-opening-block-message-1)
188         (python-info-dedenter-opening-block-message-2)
189         (python-info-dedenter-opening-block-message-3)
190         (python-info-dedenter-opening-block-message-4)
191         (python-info-dedenter-opening-block-message-5)
192         (python-info-dedenter-statement-p-1)
193         (python-info-dedenter-statement-p-2)
194         (python-info-dedenter-statement-p-3)
195         (python-info-dedenter-statement-p-4)
196         (python-info-dedenter-statement-p-5): New tests.
198 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
200         * indent/perl.perl: Add indentation pattern for hash-table entries.
202 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
204         * automated/dbus-tests.el (dbus-test02-register-service-session)
205         (dbus-test02-register-service-system): Fix docstring.
206         (dbus-test02-register-service-own-bus)
207         (dbus-test03-peer-interface): New tests.
209 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
211         * automated/python-tests.el (python-tests-self-insert): New function.
212         (python-triple-quote-pairing): Use it.
213         (python-parens-electric-indent-1): New test. (Bug#17658)
215 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
217         * automated/subr-x-tests.el: New file.
219 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
221         * automated/tramp-tests.el (tramp--instrument-test-case):
222         Print debug buffer in any case.
224 2014-06-28  Leo Liu  <sdl.web@gmail.com>
226         * automated/calc-tests.el: New file and add tests for math-bignum.
227         (Bug#17556)
229 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
231         * automated/dbus-tests.el (dbus--test-register-service)
232         (dbus-test02-register-service-session): Replace `dbus-ping' calls
233         by `dbus-list-known-names'.  (Bug#17858)
235 2014-06-28  Glenn Morris  <rgm@gnu.org>
237         * automated/Makefile.in (GDB): New variable.
238         (emacs): Use $GDB.  (Bug#15991)
240         * automated/Makefile.in (WRITE_LOG): New variable.
241         (%.log): Use WRITE_LOG.
242         (test_template): Disable logging.
244         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
245         (test_template): New definition.  Apply to TESTS.
247 2014-06-27  Glenn Morris  <rgm@gnu.org>
249         * automated/Makefile.in (check-maybe): Rename from check.
250         (check): Re-run all the tests, every time.
251         (clean, mostlyclean): Also delete *.log~.
253 2014-06-26  Glenn Morris  <rgm@gnu.org>
255         * automated/package-x-test.el: Do not mess with load-path.
257         * automated/Makefile.in (%.log): If error, dump log to stdout.
259 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * automated/package-test.el (package-test-update-listing)
262         (package-test-update-archives, package-test-describe-package):
263         Adjust tests according to new package-list-unsigned.
265 2014-06-26  Glenn Morris  <rgm@gnu.org>
267         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
269         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
271         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
272         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
273         (setwins, compile-targets, compile-main, compile-clean): Remove.
274         (GREP_OPTIONS): Unexport.
275         (.el.elc): Replace with pattern rule.
276         (%.elc, %.log): New pattern rules.
277         (ELFILES, LOGFILES): New variables.
278         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
279         (clean, mostlyclean): New rules.
280         (bootstrap-clean): Simplify.
281         (bootstrap-clean, distclean): Depend on clean.
283 2014-06-25  Glenn Morris  <rgm@gnu.org>
285         * automated/flymake-tests.el (flymake-tests--current-face):
286         Sleep for longer.  Avoid querying.
288 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
290         * automated/fns-tests.el (fns-tests-compare-string): New test.
292 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
294         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
295         according to Bug#17815.
297 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
299         * automated/python-tests.el (python-util-strip-string-1): New test.
301 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
303         Sync with Tramp 2.2.10.
305         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
306         (tramp--instrument-test-case): Extend docstring.
307         (tramp-test15-copy-directory): Skip for tramp-smb.el.
308         (tramp-test21-file-links): Use `file-truename' for directories.
309         (tramp-test27-start-file-process, tramp-test28-shell-command):
310         Retrieve process output more robustly.
311         (tramp--test-check-files): Extend test.
312         (tramp-test30-special-characters): Skip for tramp-adb.el,
313         tramp-gvfs.el and tramp-smb.el.  Add further file names.
315 2014-06-13  Glenn Morris  <rgm@gnu.org>
317         * automated/Makefile.in (compile-main):
318         GNU make automatically passes command-line arguments to sub-makes.
320 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
322         * automated/tildify-tests.el (tildify-test--test): Optimize the test
323         slightly by reusing the same temporary buffer across multiple test
324         cases.
326         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
327         (tildify-test-find-env-group-index-bug): Update to support new
328         signature of the `tildify-foreach-region-outside-env' function.
329         Namely, it now takes pairs as an argument instead of looking it up in
330         `tildify-ignored-environments-alist'.
332         * automated/tildify-tests.el (tildify-test--example-html): Add support
333         for generating XML code, so that…
334         (tildify-test-xml) …test can be added to check handling of XML
335         documents.
337         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
338         New test checking end-regex building when multiple environment pairs
339         use integers to refer to capture groups.
341         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
342         test checking end-regex building in `tildify-find-env' function when
343         integers (denoting capture groups) and strings are mixed together.
345 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
347         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
348         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
350 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
352         * automated/tramp-tests.el (tramp-test29-vc-registered):
353         Instrument failed test case.
355 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
358         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
360 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
362         * automated/tildify-tests.el: New file.
364 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
366         * indent/ruby.rb: Add one more test.
368         * indent/ps-mode.ps: New file.
370         * indent/octave.m: Add a few more tests.
372         * automated/core-elisp-tests.el
373         (core-elisp-test-window-configurations): New test.
375 2014-05-26  Glenn Morris  <rgm@gnu.org>
377         * automated/package-test.el (package-test-install-single):
378         Update for changed output.
380 2014-05-22  Glenn Morris  <rgm@gnu.org>
382         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
383         Fix handling of temporary elc files.
385         * automated/fns-tests.el (fns-tests-nreverse):
386         Update for changed string behavior.
388 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
390         * automated/fns-tests.el: New file.
391         * automated/fns-tests.el (fns-tests-nreverse)
392         (fns-tests-nreverse-bool-vector): New tests.
394 2014-05-08  Glenn Morris  <rgm@gnu.org>
396         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
397         (vc-bzr-test-faulty-bzr-autoloads):
398         Give bzr a temporary home-directory, in case the real one is missing.
400 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
402         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
403         New test.
405 2014-05-08  Glenn Morris  <rgm@gnu.org>
407         * automated/help-fns.el: New file.
409 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
411         * automated/undo-tests.el (undo-test-region-deletion): New test to
412         demonstrate bug#17235.
413         (undo-test-region-example): New test to verify example given in
414         comments for undo-make-selective-list.
416 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
418         * automated/tramp-tests.el (top):
419         * automated/file-notify-tests.el (top): Do not disable interactive
420         passwords in batch mode.
421         (password-cache-expiry): Set to nil.
423         * automated/file-notify-tests.el
424         (file-notify-test-remote-temporary-file-directory):
425         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
426         Use a mock-up method as default.
427         (tramp-test00-availability): Print the used directory name.
428         (tramp-test33-recursive-load): Fix typo.
430 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
432         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
433         (tramp-test30-special-characters): Remove test for backslash.
435 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
437         * automated/tramp-tests.el
438         (tramp-test19-directory-files-and-attributes)
439         (tramp-test22-file-times): Check for `file-attributes' equality
440         only if there is a usable timestamp.
441         (tramp--test-check-files): Do not use `copy-sequence'.
443 2014-04-22  Daniel Colascione  <dancol@dancol.org>
445         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
446         Add compile flag.
447         (test-byte-comp-macro-expansion)
448         (test-byte-comp-macro-expansion-eval-and-compile)
449         (test-byte-comp-macro-expansion-eval-when-compile)
450         (test-byte-comp-macro-expand-lexical-override): Use it.
451         (test-eager-load-macro-expansion)
452         (test-eager-load-macro-expansion-eval-and-compile)
453         (test-eager-load-macro-expansion-eval-when-compile)
454         (test-eager-load-macro-expand-lexical-override): New tests.
456         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
457         account for removal of `cl-struct-set-slot-value'. Also, move
458         the defstruct to top level.
460 2014-04-21  Daniel Colascione  <dancol@dancol.org>
462         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
463         New function.
464         (test-byte-comp-macro-expansion)
465         (test-byte-comp-macro-expansion-eval-and-compile)
466         (test-byte-comp-macro-expansion-eval-when-compile)
467         (test-byte-comp-macro-expand-lexical-override): New tests.
469         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
470         (cl-the): Fix cl-the test.
472 2014-04-20  Daniel Colascione  <dancol@dancol.org>
474         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
476 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
478         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
479         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
481 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
483         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
484         (tramp--test-make-temp-name): Optional argument LOCAL.
485         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
486         (tramp-test10-write-region): No special test for out-of-band copy
487         needed anymore.
488         (tramp-test11-copy-file, tramp-test12-rename-file)
489         (tramp-test21-file-links): Extend tests.
490         (tramp-test20-file-modes): More robust check for user "root".
491         (tramp--test-check-files): New defun.
492         (tramp-test30-special-characters, tramp-test33-recursive-load)
493         (tramp-test34-unload): New tests.
494         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
496 2014-04-11  Glenn Morris  <rgm@gnu.org>
498         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
500 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
502         * automated/electric-tests.el: Fix spelling error in test name.
503         (whitespace-skipping-for-quotes-not-outside):
504         Rename from whitespace-skipping-for-quotes-not-ouside.
506 2014-04-09  Daniel Colascione  <dancol@dancol.org>
508         * automated/syntax-tests.el: New file.
510 2014-04-09  Glenn Morris  <rgm@gnu.org>
512         * automated/python-tests.el (python-triple-quote-pairing):
513         Enable/disable electric-pair-mode as needed.
515         * automated/electric-tests.el (electric-pair-backspace-1):
516         Replace deleted function.
518 2014-04-07  João Távora  <joaotavora@gmail.com>
520         * automated/python-tests.el (python-triple-quote-pairing): New test.
521         (python-syntax-after-python-backspace): New test.
523         * automated/electric-tests.el (electric-pair-define-test-form):
524         More readable test docstrings.
525         (whitespace-skipping-for-quotes-not-ouside)
526         (whitespace-skipping-for-quotes-only-inside)
527         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
529 2014-04-04  João Távora  <joaotavora@gmail.com>
531         * automated/electric-tests.el (define-electric-pair-test):
532         Don't overtest.
533         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
534         (inhibit-in-mismatched-string-inside-c-comments): New test.
536 2014-04-02  João Távora  <joaotavora@gmail.com>
538         * automated/electric-tests.el (inhibit-if-strings-mismatched):
539         New test, change from `inhibit-only-of-next-is-mismatched'.
541 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
543         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
544         (undo-test-region-t-marker): New tests of marker adjustments.
545         (undo-test-marker-adjustment-moved):
546         (undo-test-region-mark-adjustment): New tests to demonstrate
547         bug#16818, which fail without the fix.
549 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
551         * automated/package-test.el (package-test-describe-package):
552         Fix test failure in non-graphical mode.
554 2014-03-23  Daniel Colascione  <dancol@dancol.org>
556         * automated/subword-tests.el (subword-tests2): More subword tests.
558         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
559         test: correct parsing of keyword arguments.
561 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
563         * automated/package-test.el (package-test-describe-package):
564         Check for the "Keywords: " line.
566         * automated/data/package/archive-contents: Include the :keywords
567         field in `simple-single' data form.
569 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
571         * automated/package-test.el
572         (package-test-install-two-dependencies): New test (bug#16826).
574         * automated/data/package/simple-two-depend-1.1.el: New file.
576         * automated/data/package/archive-contents:
577         Add info about the new package.
579 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
581         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
582         (tramp-test10-write-region): Extend for out-of-band copy.
583         (tramp-test31-asynchronous-requests): New test.
585 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
587         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
588         Add new test of undo in region.
589         (undo-test-in-region-eob): Add test case described at
590         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
592 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
594         * automated/tramp-tests.el (tramp--test-enabled)
595         (tramp-test15-copy-directory): No special handling of tramp-adb.el
596         anymore.  It's fixed in that package.
598 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
600         * automated/tramp-tests.el (tramp--test-enabled): Move connection
601         cleanup into this function.  Remove respective code from all test
602         cases.
603         (tramp--instrument-test-case): Declare `indent' and `debug'.
604         Handle other errors as well.
605         (tramp-test14-delete-directory): Check for `file-error' error.
606         (tramp-test15-copy-directory): Ignore return value of
607         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
608         (tramp-test19-directory-files-and-attributes): Take care of
609         timestamp of "../".
610         (tramp-test20-file-modes, tramp-test27-start-file-process)
611         (tramp-test28-shell-command): Skip for tramp-adb.el.
612         (tramp-test21-file-links): `file-truename' shall preserve trailing
613         link of directories.
614         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
615         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
616         `kill-buffer-query-functions' to nil.
617         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
619 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
621         * automated/tramp-tests.el
622         (tramp-test19-directory-files-and-attributes): Do not include
623         directories in comparison; they might have changed their
624         timestamps already.
626 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
628         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
629         (tramp-test17-insert-directory): First line could contain more
630         text, when produced by `ls-lisp'.
631         (tramp-test19-directory-files-and-attributes): Instrument failed
632         test case.
634 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
636         * automated/tramp-tests.el (tramp-test17-insert-directory):
637         Make first line "total 123" optional.
638         (tramp-test20-file-modes, tramp-test22-file-times)
639         (tramp-test26-process-file, tramp-test27-start-file-process)
640         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
641         tramp-smb.el.
642         (tramp-test20-file-modes): Check for "root" only when there is an
643         explicit user name.
644         (tramp-test21-file-links): Handle "... not supported" error.
645         (tramp-test22-file-times): Skip for "don't know" return values.
646         (tramp-test26-process-file, tramp-test28-shell-command):
647         Remove color escape sequences.
648         (tramp-test28-shell-command): Use `accept-process-output' rather
649         than `sit-for'.
650         (tramp-test30-utf8): Set coding system `utf-8'.
652 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
654         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
655         an initial `sit-for' prior the while loop.
657 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
659         Sync with Tramp 2.2.9.
661         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
662         (tramp-test28-shell-command): Make a while loop when waiting for
663         process exit.
665 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
667         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
668         and `vc-hg'.  Declare `tramp-find-executable' and
669         `tramp-get-remote-path'.
670         (tramp-test29-vc-registered): New test.
671         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
673 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
675         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
676         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
677         (tramp-test28-shell-command): Improve `shell-command' test.  Add
678         `async-shell-command' tests.
680 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
682         * automated/file-notify-tests.el (file-notify--wait-for-events):
683         Use `read-event' instead of `sit-for'.
684         (file-notify-test02-events): Remove expected result, the bug is
685         fixed meanwhile.
686         (file-notify-test02-events, file-notify-test03-autorevert):
687         Use `sleep-for' instead of `sit-for'.
689 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
691         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
692         New test.
694 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
696         * automated/file-notify-tests.el (file-notify--deftest-remote):
697         Do not skip when the local test has failed.  They are unrelated.
698         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
699         `noninteractive' to nil, otherwise `sit-for' could be degraded to
700         `sleep-for'.
701         (file-notify-test02-events): Check for `file-remote-p' instead of
702         `file-notify--test-remote-enabled'.
704 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
706         * automated/file-notify-tests.el (file-notify-test02-events):
707         Let test case fail for Bug#16519.
709 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
711         * automated/file-notify-tests.el (file-notify-test02-events):
712         Hide Bug#16519, until it is solved.
714 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
716         * automated/file-notify-tests.el
717         (file-notify--test-local-enabled): Fix error in logic.
718         (file-notify--wait-for-events): New defmacro.
719         (file-notify-test02-events): Make short breaks between file operations.
720         Use `file-notify--wait-for-events'.  Check, that events have arrived.
721         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
723         * automated/comint-testsuite.el
724         (comint-testsuite-password-strings): Add localized examples.
726 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
728         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
729         case if inotify is not linked with Emacs.  Use `read-event' rather
730         than `sit-for' in order to process events.  (Bug#13662)
732 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
734         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
735         test case with adapted test string.  (Bug#13064)
737 2013-12-28  Glenn Morris  <rgm@gnu.org>
739         * automated/electric-tests.el: Require 'elec-pair.
741 2013-12-26  João Távora  <joaotavora@gmail.com>
743         * automated/electric-tests.el (electric-pair-test-for):
744         Fix autowrapping tests in batch-mode by running with
745         `transient-mark-mode' set to `lambda'.
747         * automated/electric-tests.el: New file.
749 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
751         * automated/python-tests.el
752         (python-nav-lisp-forward-sexp-safe-1): Remove test.
753         (python-nav-forward-sexp-safe-1): New test.
755 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
757         * automated/ruby-mode-tests.el: Add tests for
758         `ruby-align-to-stmt-keywords'.
760         * indent/ruby.rb: Update examples to reflect the lack of change in
761         default indentation of `begin' blocks.
763 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
765         * indent/ruby.rb: Update examples according to the change
766         in `smie-indent-close'.
768 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
770         * indent/ruby.rb: New examples.
772 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
774         * automated/python-tests.el (python-indent-dedenters-2): New test.
776 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
778         * automated/python-tests.el (python-indent-after-comment-1)
779         (python-indent-after-comment-2): New tests.
781 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
783         * automated/python-tests.el (python-indent-block-enders-1):
784         Rename from python-indent-block-enders.
785         (python-indent-block-enders-2): New test.
787 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
789         * indent/js.js: New file.
791 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
793         * automated/dbus-tests.el: New file.
795 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
797         * automated/regexp-tests.el: New file.
799 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
801         * automated/reftex-tests.el (reftex-parse-from-file-test):
802         Run temp-dir through file-truename, to make sure the temporary file
803         names are comparable as strings.
805         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
806         Force Unix EOLs by using 'utf-8-unix', since the default of
807         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
809 2013-11-28  Glenn Morris  <rgm@gnu.org>
811         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
813 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
815         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
816         (EMACSOPT): Use $(PATH_SEP).
818 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
820         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
821         Set to nil.
823 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
825         * automated/file-notify-tests.el
826         (file-notify-test-remote-temporary-file-directory):
827         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
828         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
829         (file-notify--deftest-remote): Cleanup connection initially.
830         (file-notify-test03-autorevert): Run also in batch mode.  Use a
831         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
832         does not work on MS Windows.  Call `accept-process-output' for
833         remote files.  Apply `string-match' instead of `string-equal', the
834         messages are different on MS Windows.
836         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
837         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
838         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
840 2013-11-23  Glenn Morris  <rgm@gnu.org>
842         * automated/python-tests.el (python-shell-make-comint-1)
843         (python-shell-make-comint-2, python-shell-get-process-1):
844         Suppress creation of some temp-files.
846         * automated/python-tests.el (python-shell-parse-command-1)
847         (python-shell-make-comint-1, python-shell-make-comint-2)
848         (python-shell-get-process-1)
849         (python-shell-internal-get-or-create-process-1):
850         Skip rather than fail if prereqs not found.
852         * automated/Makefile.in (emacs):
853         Empty EMACSLOADPATH rather than unsetting.
855 2013-11-22  Glenn Morris  <rgm@gnu.org>
857         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
858         Set expected-result.
860 2013-11-21  Glenn Morris  <rgm@gnu.org>
862         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
863         (compile-main): Pass XARGS_LIMIT to xargs.
865         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
866         (EMACSOPT): Use PATH_SEPARATOR.
868 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
870         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
871         Add a failing test for Bug#15874.
872         (ruby--insert-coding-comment-ruby-style)
873         (ruby--insert-coding-comment-emacs-style)
874         (ruby--insert-coding-comment-custom-style):
875         Add a few tests for `ruby--insert-coding-comment'.
877 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
879         Improve API of recently-added bool vector functions (Bug#15912).
880         * automated/data-tests.el: Adjust to API changes.
882 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
884         * automated/tramp-tests.el (tramp-test07-file-exists-p)
885         (tramp-test08-file-local-copy)
886         (tramp-test09-insert-file-contents, tramp-test10-write-region)
887         (tramp-test11-copy-file, tramp-test12-rename-file)
888         (tramp-test13-make-directory, tramp-test14-delete-directory)
889         (tramp-test15-copy-directory, tramp-test16-directory-files)
890         (tramp-test17-insert-directory, tramp-test18-file-attributes)
891         (tramp-test19-directory-files-and-attributes)
892         (tramp-test20-file-modes, tramp-test21-file-links)
893         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
894         (tramp-test24-file-name-completion, tramp-test25-load)
895         (tramp-test26-process-file, tramp-test27-start-file-process)
896         (tramp-test28-shell-command): Cleanup connection initially.
898 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
900         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
901         connection before running the test.
903 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
905         * automated/tramp-tests.el (tramp-test15-copy-directory)
906         (tramp-test16-directory-files, tramp-test17-insert-directory)
907         (tramp-test18-file-attributes)
908         (tramp-test19-directory-files-and-attributes)
909         (tramp-test20-file-modes, tramp-test21-file-links)
910         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
911         (tramp-test24-file-name-completion, tramp-test25-load)
912         (tramp-test26-process-file, tramp-test27-start-file-process)
913         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
914         (tramp-test29-utf8): New test.
916 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
918         * automated/file-notify-tests.el (file-notify-test02-events)
919         (file-notify-test03-autorevert): Suppress messages in `write-region'.
921         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
922         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
923         (tramp-test26-process-file, tramp-test28-shell-command):
924         Ensure, that the directory is not empty when calling "ls".
926 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
928         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
929         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
930         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
931         (tramp-test09-insert-file-contents, tramp-test10-write-region)
932         (tramp-test26-process-file): Add tests.
933         (tramp-test11-copy-file): Remove debug message.
934         (tramp-test20-file-modes): Special case, if user is "root".
936 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
938         * automated/file-notify-tests.el:
939         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
940         `tramp-remote-path' when running on hydra.
941         (tramp-test07-file-exists-p): Remove instrumentation code.
942         (tramp-test26-process-file): Don't use "/bin/true" and
943         "/bin/false", these paths do not exist on hydra.
945 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
947         * automated/process-tests.el: New file.
949 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
951         * indent/ruby.rb: New examples.
953 2013-11-06  Glenn Morris  <rgm@gnu.org>
955         * automated/Makefile.in (setwins): Avoid accidental matches.
957 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
959         * automated/tramp-tests.el (tramp-test07-file-exists-p):
960         Fix docstring.  Instrument, in order to hunt failure on hydra.
962 2013-11-06  Glenn Morris  <rgm@gnu.org>
964         * automated/flymake-tests.el (warning-predicate-rx-gcc)
965         (warning-predicate-function-gcc, warning-predicate-rx-perl)
966         (warning-predicate-function-perl):
967         * automated/info-xref.el (info-xref-test-makeinfo):
968         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
969         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
971 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
973         * automated/tramp-tests.el: New file.
975 2013-11-05  Glenn Morris  <rgm@gnu.org>
977         Get rid of --chdir usage.
978         * automated/Makefile.in (EMACSOPT): Move -L here.
979         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
980         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
981         (.el.elc): No more need to pass -L here.
982         (compile-main): Get rid of sub-shell and cd.
983         (compile-clean, check): Get rid of cd.
985         Make it possible to run tests with a different working directory.
986         * automated/flymake-tests.el (flymake-tests-data-directory): New.
987         (flymake-tests--current-face): Use flymake-tests-data-directory.
988         (warning-predicate-function-gcc, warning-predicate-rx-perl)
989         (warning-predicate-function-perl): Adapt for above change.
990         * automated/zlib-tests.el (zlib-tests-data-directory): New.
991         (zlib--decompress): Use zlib-tests-data-directory.
993         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
994         Remove test that makes no sense.
996         * automated/files.el (files-test-local-variable-data):
997         Fix result typo presumably caused by interference from dir-locals.
998         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1000 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1002         * indent/ruby.rb: Add a statement on the line after heredoc.
1003         Move a now-successful example.
1005         * automated/ruby-mode-tests.el: Remove outdated comment.
1007 2013-11-04  Glenn Morris  <rgm@gnu.org>
1009         * automated/Makefile.in (abs_srcdir): Remove.
1010         (emacs): Unset EMACSLOADPATH.
1011         (.el.elc, check): Use -L to append srcdir to load-path.
1013 2013-11-02  Glenn Morris  <rgm@gnu.org>
1015         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1016         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1017         (abs_srcdir): New, set by configure.
1018         (EMACS): Use a relative file name.
1019         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1020         (lisp-compile): Remove (assume it's up-to-date).
1021         (compile-main): Do not run lisp-compile.
1022         (compile-main, compile-clean, compile-always, bootstrap-clean)
1023         (check): Use srcdir rather than $test.  Check cd return value.
1024         Use --chdir.
1025         (doit, compile, compile-always): Remove stuff copied from lisp/.
1026         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1028 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1030         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1031         Add a skipping test.
1033 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1037         * indent/css-mode.css (.x2): Test alignement inside braces.
1039 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1041         * indent/ruby.rb: New failing example.
1043         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1044         Fix the test, in respect to adding the space after the curly.
1046 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1048         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1049         (ert-test-deftest): Adapt test for changed macro expansion.
1050         (ert-test-run-tests-interactively):
1051         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1052         Add a skipping test.
1054         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1055         (file-notify--test-local-enabled): Make it a function.  Check also
1056         for `file-remote-p' of `temporary-file-directory'.
1057         (file-notify--test-remote-enabled-checked): New defvar.
1058         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1059         internal functions.  Cache result.
1060         (file-notify--deftest-remote, file-notify-test00-availability)
1061         (file-notify-test01-add-watch, file-notify-test02-events)
1062         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1063         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1065 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1067         * indent/ruby.rb: Fix syntax error in the latest example.
1069 2013-10-23  Glenn Morris  <rgm@gnu.org>
1071         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1072         New, set by configure.
1073         (top_srcdir): Remove.
1074         (abs_test, abs_lispsrc): New.
1075         (lisp): No longer absolute.
1076         (emacs, lisp-compile, compile, compile-always):
1077         Quote entities that might contain whitespace.
1079 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1081         * indent/ruby.rb: Move two examples to "working" section, add one
1082         more.
1084 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1086         * indent/ruby.rb: New examples for indentation of blocks.
1087         Example of hash inside parens that inflooped before the present commit.
1089 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1091         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1092         allows another timer to run.
1094 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1096         * indent/ruby.rb: More examples for bug#15594, both failing and
1097         now passing.
1099 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1101         * indent/ruby.rb: Add two more cases.
1103 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1105         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1106         first use.
1107         (ruby-should-indent): Use indent-according-to-mode.
1108         (ruby-deftest-move-to-block): Use `declare'.
1110 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1112         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1114 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1116         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1118 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1120         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1121         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1123         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1125 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1127         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1128         Adjust indentation of continued line to the new SMIE behavior.
1130 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1132         * automated/completion-tests.el:
1133         * indent/css-mode.css: New files.
1135 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1137         * automated/data/package/signed/archive-contents:
1138         * automated/data/package/signed/archive-contents.sig:
1139         * automated/data/package/signed/signed-good-1.0.el:
1140         * automated/data/package/signed/signed-good-1.0.el.sig:
1141         * automated/data/package/signed/signed-bad-1.0.el:
1142         * automated/data/package/signed/signed-bad-1.0.el.sig:
1143         * automated/data/package/key.pub:
1144         * automated/data/package/key.sec: New files.
1146         * automated/package-test.el (package-test-update-listing)
1147         (package-test-update-archives, package-test-describe-package):
1148         Adjust to package.el change.
1149         (package-test-signed): New test.
1151 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1153         * automated/package-test.el: Update all cases to use :url instead
1154         of :homepage.
1156         * automated/package-x-test.el
1157         (package-x-test--single-archive-entry-1-3): Same.
1159 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1161         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1162         was unused.
1163         (simple-single-desc): Expect :homepage property.
1164         (multi-file-desc): Same.
1165         (with-package-test): Do not save previous `default-directory'
1166         value, let-bind the var instead.
1167         (package-test-install-single): Expect :homepage property in the
1168         generated pkg file.
1169         (package-test-describe-package): Expect Homepage button.
1170         (package-test-describe-non-installed-package)
1171         (package-test-describe-non-installed-multi-file-package): Same.
1172         (package-test-describe-not-installed-package): Remove, it was a
1173         duplicate.
1175         * automated/package-x-test.el
1176         (package-x-test--single-archive-entry-1-3): Expect :homepage
1177         property.
1178         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1180         * automated/data/package/simple-single-1.3.el: Add URL header.
1182         * automated/data/package/archive-contents: Add :homepage
1183         properties to `simple-single' and `multi-file'.
1185 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1187         * automated/data-tests.el:
1188         (bool-vector-count-matches-all-0-nil)
1189         (bool-vector-count-matches-all-0-t)
1190         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1191         (bool-vector-count-matches-at, bool-vector-intersection-op)
1192         (bool-vector-union-op, bool-vector-xor-op)
1193         (bool-vector-set-difference-op)
1194         (bool-vector-change-detection, bool-vector-not): New tests.
1195         (mock-bool-vector-count-matches-at)
1196         (test-bool-vector-bv-from-hex-string)
1197         (test-bool-vector-to-hex-string)
1198         (test-bool-vector-count-matches-at-tc)
1199         (test-bool-vector-apply-mock-op)
1200         (test-bool-vector-binop): New helper functions.
1201         (bool-vector-test-vectors): New testcase data.
1203 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1205         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1206         (advice-test-called-interactively-p-filter-args)
1207         (advice-test-called-interactively-p-around): New tests.
1209 2013-09-16  Glenn Morris  <rgm@gnu.org>
1211         * automated/eshell.el (eshell-match-result):
1212         Return a more informative failure than simply "false".  Update callers.
1214         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1215         Test value before and after loop as well as during.
1217 2013-09-15  Glenn Morris  <rgm@gnu.org>
1219         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1220         New test.  (Bug#15372)
1221         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1223 2013-09-13  Glenn Morris  <rgm@gnu.org>
1225         * automated/eshell.el (with-temp-eshell):
1226         Use a temp directory for eshell-directory-name.
1227         (eshell-test-command-result): New, again using a temp directory.
1228         Replace eshell-command-result with this throughout.
1229         (eshell-test/for-loop, eshell-test/for-name-loop):
1230         Ensure environment variables don't confuse us.
1232 2013-09-12  Glenn Morris  <rgm@gnu.org>
1234         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1235         due to "has a running process; kill it?" prompts.
1237 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1239         * automated/eshell.el: Rename from eshell.el.
1240         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1242 2013-09-01  Glenn Morris  <rgm@gnu.org>
1244         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1245         Otherwise the sed command used by eg compile-main ends up
1246         containing "/*.el".  (Bug#15170)
1248 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1250         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1251         for portability to hosts where /bin/sh has problems.
1253 2013-08-21  David Engster  <deng@randomsample.de>
1255         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1256         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1257         upstream.  Changed to use ERT.
1259 2013-08-14  Daniel Hackney  <dan@haxney.org>
1261         * automated/package-test.el: Remove tar-package-building functions.
1262         Tar file used for testing is included in the repository.
1263         (package-test-install-texinfo, package-test-cleanup-built-files):
1264         Remove.
1266 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1268         * automated/python-tests.el (python-imenu-create-index-4)
1269         (python-imenu-create-flat-index-2): New tests.
1271 2013-08-05  Glenn Morris  <rgm@gnu.org>
1273         * automated/mule-util.el: New file, with tests extracted from
1274         lisp/international/mule-util.el.
1276 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1279         before definition.
1280         (advice-tests-macroaliases): New test.
1282 2013-08-04  Glenn Morris  <rgm@gnu.org>
1284         * automated/ert-tests.el: Disable failing test that no-one seems
1285         to know how to fix.  (Bug#13064)
1287         * automated/icalendar-tests.el (icalendar-tests--test-export)
1288         (icalendar-tests--test-import): Try more precise TZ specification.
1289         Remove debug messages.
1291 2013-08-03  Glenn Morris  <rgm@gnu.org>
1293         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1295         * automated/icalendar-tests.el (icalendar-tests--test-export)
1296         (icalendar-tests--test-import):
1297         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1298         (icalendar-tests--test-import): Reset zone even if error occurred.
1300 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1302         * automated/core-elisp-tests.el: New file.
1304 2013-08-01  Glenn Morris  <rgm@gnu.org>
1306         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1307         Try to check that the remote system has a notification program.
1309 2013-07-31  Glenn Morris  <rgm@gnu.org>
1311         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1313 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1315         * automated/file-notify-tests.el
1316         (file-notify--test-local-enabled): New defconst.  Replaces all
1317         `file-notify-support' occurrences.
1318         (file-notify--test-remote-enabled): New defun.
1319         (file-notify--deftest-remote): Use it.
1320         (file-notify-test00-availability): Rewrite.
1321         (file-notify-test00-availability-remote): New defun.
1322         (file-notify-test01-add-watch): Rewrite first erroneous check.
1324 2013-07-23  Glenn Morris  <rgm@gnu.org>
1326         * automated/inotify-test.el (inotify-file-watch-simple):
1327         Delete temp-file when done.
1329         * automated/subword-tests.el: Require subword.
1331 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1333         * automated/subword-tests.el: New file.
1335 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1337         * automated/python-tests.el (python-imenu-create-index-2)
1338         (python-imenu-create-index-3): New tests.
1340 2013-07-11  Glenn Morris  <rgm@gnu.org>
1342         * automated/ert-tests.el: Require cl-lib at runtime too.
1343         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1344         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1345         (ert-test-set-functions, ert-test-gensym)
1346         (ert-test-coerce-to-vector, ert-test-string-position)
1347         (ert-test-mismatch): Remove tests.
1348         * automated/cl-lib.el: New, split from ert-tests.el.
1350         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1351         Goto point-min.
1352         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1353         (ruby-move-to-block-skips-percent-literal)
1354         (ruby-move-to-block-skips-heredoc)
1355         (ruby-move-to-block-moves-from-else-to-if)
1356         (ruby-beginning-of-defun-does-not-fold-case)
1357         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1358         Replace goto-line with forward-line/goto-char.
1359         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1361         * automated/package-test.el (makeinfo-buffer): Autoload.
1362         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1363         (package-test-install-texinfo): Don't require makeinfo.
1365         * automated/files.el: Stop "local variables" confusion.
1367         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1369         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1370         Use with-current-buffer.
1372         * automated/undo-tests.el (undo-test-buffer-modified)
1373         (undo-test-file-modified): New tests.
1375 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1377         * automated/file-notify-tests.el (file-notify-test00-availability):
1378         Set :expected-result.
1379         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1380         (file-notify-test02-events, file-notify-test02-events-remote)
1381         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1382         Skip when `file-notify-support' is nil.  (Bug#14823)
1384 2013-07-09  Glenn Morris  <rgm@gnu.org>
1386         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1387         Declare.
1388         (inotify-file-watch-simple): Silence compiler.
1390         * automated/python-tests.el (python-indent-block-enders):
1391         Make it actually test something.
1393         * automated/package-x-test.el: Require package-test when compiling.
1395         * automated/add-log-tests.el, automated/advice-tests.el:
1396         * automated/imenu-test.el, automated/package-x-test.el:
1397         * automated/python-tests.el, automated/ruby-mode-tests.el:
1398         * automated/xml-parse-tests.el: Explicitly require ert.
1400 2013-07-08  Kenichi Handa  <handa@gnu.org>
1402         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1403         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1405 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1407         * automated/file-notify-tests.el
1408         (file-notify-test-remote-temporary-file-directory):
1409         Use `null-device' on w32.
1410         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1411         (file-notify--test-results, file-notify--test-event)
1412         (file-notify--deftest-remote, file-notify--event-test)
1413         (file-notify--test-event-handler)
1414         (file-notify--test-make-temp-name): Rename, in order to mark them
1415         internal.
1416         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1417         better fitting in noninteractive tests.
1418         (file-notify-test00-availability): Rename from `file-notify-test0'.
1419         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1420         Use `temporary-file-directory '.
1421         (file-notify-test01-add-watch-remote): New test.
1422         (file-notify-test02-events): Rename from `file-notify-test2'.
1423         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1424         (file-notify-test03-autorevert): Rename from
1425         `file-notify-test4'.  Use timeouts.
1426         (file-notify-test03-autorevert-remote): Rename from
1427         `file-notify-test5'.
1429 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1431         * automated/file-notify-tests.el: New package.
1433 2013-06-28  Kenichi Handa  <handa@gnu.org>
1435         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1436         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1437         Callers changed.
1438         (decoder-tests-filename): New function.
1439         (decoder-tests-prefer-utf-8-read)
1440         (decoder-tests-prefer-utf-8-write): New function.
1441         (ert-test-decoder-prefer-utf-8): New test.
1443 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1445         * automated/package-x-test.el: Change the commentary.
1446         (package-x-test--single-archive-entry-1-3)
1447         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1448         using the appropriate data structure.
1450 2013-06-27  Daniel Hackney  <dan@haxney.org>
1452         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1454         * automated/package-x-test.el: New file.
1456         * automated/package-test.el: New file.
1458         * automated/data/package: New directory, with test examples.
1460 2013-06-27  Glenn Morris  <rgm@gnu.org>
1462         * automated/python-tests.el (python-tests-with-temp-file):
1463         Clean up after ourself.
1465         * automated/undo-tests.el (undo-test3): Remove test that seems to
1466         do nothing that the previous one doesn't, except leave a tempfile.
1468 2013-06-26  Glenn Morris  <rgm@gnu.org>
1470         * automated/info-xref.el: New file.
1472 2013-06-25  Glenn Morris  <rgm@gnu.org>
1474         * automated/occur-tests.el (occur-test-create): New function.
1475         Use it to create separate tests for each element, so we run them
1476         all rather than stopping at the first error.
1478 2013-06-24  Glenn Morris  <rgm@gnu.org>
1480         * automated/occur-tests.el (occur-tests):
1481         Update for 2013-05-29 change to occur header line.
1483 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1485         Test suite for flymake.
1486         * automated/flymake-tests.el:
1487         * automated/flymake/warnpred/Makefile
1488         * automated/flymake/warnpred/test.c
1489         * automated/flymake/warnpred/test.pl: New files.
1491 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1493         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1495 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1497         * automated/reftex-tests.el: New test suite for reftex.
1499 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1501         * automated/ruby-mode-tests.el: New tests, for percent literals
1502         and expression expansion.
1504 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1506         * indent/octave.m: Tweak.
1508 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1510         * eshell.el: Rewrite tests using ERT.
1512 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1514         * indent/octave.m: Add tests for %!, # and ### comments.
1516 2013-05-23  Kenichi Handa  <handa@gnu.org>
1518         * automated/decoder-tests.el: New file.
1520 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1522         * indent/ruby.rb: Add multiline regexp example.
1524         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1525         (ruby-regexp-skips-over-interpolation)
1526         (ruby-regexp-continues-till-end-when-unclosed)
1527         (ruby-regexp-can-be-multiline)
1528         (ruby-interpolation-inside-percent-literal): New tests.
1530 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1532         * indent/ruby.rb: Fix indentation after =; add more cases.
1534 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1536         * indent/pascal.pas: Add test for mis-identified comments.
1538 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1540         * automated/imenu-test.el: New file.  (Bug#14112)
1542 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1544         * automated/python-tests.el (python-imenu-prev-index-position-1):
1545         Remove test.
1546         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1547         New tests.
1549 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1551         * automated/python-tests.el (python-nav-backward-defun-2)
1552         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1553         (python-nav-forward-defun-3): New tests.
1555 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1557         * automated/python-tests.el (python-nav-backward-defun-1)
1558         (python-nav-forward-defun-1): New tests.
1560 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1562         * automated/add-log-tests.el: New file.  (Bug#14112)
1564 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1566         * automated/python-tests.el (python-indent-block-enders): New test.
1567         (python-info-current-defun-2): Fix test.
1569 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1571         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1573 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1575         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1576         (python-tests-with-temp-file): New macro.
1577         (python-tests-shell-interpreter): New var.
1578         (python-shell-get-process-name-1)
1579         (python-shell-internal-get-process-name-1)
1580         (python-shell-parse-command-1)
1581         (python-shell-calculate-process-environment-1)
1582         (python-shell-calculate-process-environment-2)
1583         (python-shell-calculate-process-environment-3)
1584         (python-shell-calculate-exec-path-1)
1585         (python-shell-calculate-exec-path-2)
1586         (python-shell-make-comint-1)
1587         (python-shell-make-comint-2)
1588         (python-shell-get-process-1)
1589         (python-shell-get-or-create-process-1)
1590         (python-shell-internal-get-or-create-process-1): New tests.
1592 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1594         * automated/python-tests.el: New file.
1596 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1598         * automated/ruby-mode-tests.el
1599         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1600         bits inside the examples.
1601         (ruby-move-to-block-skips-heredoc): New test.
1602         (ruby-add-log-current-method-after-inner-class):
1603         Lower expectations: move point inside a method, initially.
1605 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1607         * automated/ruby-mode-tests.el
1608         (ruby-move-to-block-skips-percent-literal): New test.
1610 2013-02-04  Chong Yidong  <cyd@gnu.org>
1612         * automated/thingatpt.el: New file.
1614 2013-02-03  Chong Yidong  <cyd@gnu.org>
1616         * automated/files.el (file-test--do-local-variables-test):
1617         Avoid compilation warning message.
1619 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1621         * automated/ruby-mode-tests.el
1622         (ruby-indent-spread-args-in-parens): New test.
1623         * automated/ruby-mode-tests.el (ruby-block-test-example):
1624         Break indentation of the do block opener and add a line inside it.
1625         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1626         Adjust line numbers.
1628 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1630         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1632 2013-01-14  Glenn Morris  <rgm@gnu.org>
1634         * automated/compile-tests.el (compile-tests--test-regexps-data):
1635         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1637 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1639         * automated/man-tests.el: New file.
1641 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1643         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1645 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1647         * automated/undo-tests.el: New file.
1649 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1651         * automated/ruby-mode-tests.el
1652         (ruby-indent-after-block-in-continued-expression): New test.
1654 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1656         * automated/ruby-mode-tests.el:
1657         Rename one interpolation test; add three more.
1658         (ruby-with-temp-buffer): New macro, use it where appropriate.
1659         (ruby-add-log-current-method-examples): Use "_" for target point.
1660         Add four new tests for ruby-add-log-current-method.
1662 2012-12-11  Glenn Morris  <rgm@gnu.org>
1664         * automated/f90.el (f90-test-bug13138): New test.
1666 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1668         * automated/inotify-test.el: New test.
1670 2012-12-02  Chong Yidong  <cyd@gnu.org>
1672         * automated/ruby-mode-tests.el
1673         (ruby-add-log-current-method-examples): Don't use loop macro, to
1674         allow automated testing to work.
1676 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1678         * automated/advice-tests.el (advice-tests--data): Remove.
1679         (advice-tests): Move the tests directly here instead.
1680         Add called-interactively-p tests.
1682 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1684         * automated/ert-x-tests.el: Use cl-lib.
1685         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1687 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1689         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1690         (ruby-indent-inside-heredoc-after-operator)
1691         (ruby-indent-inside-heredoc-after-space): New tests.
1692         Change direct font-lock face references to var references.
1693         (ruby-interpolation-suppresses-syntax-inside): New test.
1694         (ruby-interpolation-inside-percent-literal-with-paren):
1695         New failing test.
1697 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1699         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1700         (ruby-singleton-class-no-heredoc-font-lock)
1701         (ruby-add-log-current-method-examples): New tests.
1702         (ruby-test-string): Extract from ruby-should-indent-buffer.
1703         (ruby-deftest-move-to-block): New macro.
1704         Add several move-to-block tests.
1706 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * automated/advice-tests.el: New tests.
1710 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1712         * automated/compile-tests.el (compile-tests--test-regexps-data):
1713         Add new data for msft's new format.
1715 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1717         * automated/ruby-mode-tests.el:
1718         (ruby-toggle-block-to-multiline): New test.
1719         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1720         (ruby-toggle-block-to-brace): Use buffer-string.
1722 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1724         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1726 2012-08-28  Chong Yidong  <cyd@gnu.org>
1728         * automated/files.el: Test every combination of values for
1729         enable-local-variables and enable-local-eval.
1731 2012-08-19  Chong Yidong  <cyd@gnu.org>
1733         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1735 2012-08-18  Chong Yidong  <cyd@gnu.org>
1737         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1739 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1741         * indent/ruby.rb: Rearrange examples, add new ones.
1743 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1745         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1746         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1748 2012-08-11  Glenn Morris  <rgm@gnu.org>
1750         * automated/files.el: New file.
1752         * automated/Makefile.in (all): Fix typo.
1754 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1756         * automated/ruby-mode-tests.el (ruby-should-indent):
1757         Add docstring, check (current-indentation) instead of (current-column).
1758         (ruby-should-indent-buffer): New function.
1759         Add tests for `ruby-deep-indent-paren' behavior.
1760         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1762 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1764         Original tests in test_ruby_mode.rb in upstream (author).
1766 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1768         * automated/ruby-mode-tests.el (ruby-should-indent)
1769         (ruby-assert-state): New functions.
1770         Add new tests.
1772 2012-07-29  David Engster  <deng@randomsample.de>
1774         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1775         New variable to hold test data for name expansion.
1776         (xml-parse-tests): Test the two different types of name expansion.
1778 2012-07-29  Juri Linkov  <juri@jurta.org>
1780         * automated/occur-tests.el (occur-test-case): Use predefined
1781         buffer name " *test-occur*" instead of a random buffer name.
1783 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1785         * automated/ruby-mode-tests.el: New file with one test.
1787 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1789         * indent/shell.sh: Add test case for ${#VAR}.
1791         * indent/latex-mode.tex: New file.
1793 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1795         * eshell.el: Use cl-lib.
1797 2012-07-03  Chong Yidong  <cyd@gnu.org>
1799         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1801 2012-07-02  Chong Yidong  <cyd@gnu.org>
1803         * automated/xml-parse-tests.el (xml-parse-tests--data):
1804         More testcases.
1806 2012-07-01  Chong Yidong  <cyd@gnu.org>
1808         * automated/xml-parse-tests.el: New file.
1810 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1812         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1813         Use cl-flet.
1815 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1817         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1818         Test escaped commas in TZID (Bug#11473).
1819         (icalendar-import-with-timezone): New.
1820         (icalendar-real-world): Add new testcase as given in the bugreport
1821         of Bug#11473.
1823 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1825         * automated/icalendar-tests.el (icalendar-tests--test-import):
1826         Include UID in import tests (Bug#11525).
1827         (icalendar-import-non-recurring, icalendar-import-rrule)
1828         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1829         UID-import change.
1830         (icalendar-import-with-uid): New.
1831         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1832         Include UID in cycle tests.
1833         (icalendar-cycle, icalendar-real-world): UID-import change.
1835 2012-05-21  Glenn Morris  <rgm@gnu.org>
1837         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1839 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1841         * automated/url-util-tests.el: New file to test
1842         lisp/url/url-util.el.  Only `url-build-query-string' and
1843         `url-parse-query-string' are tested right now (Bug#8706).
1845 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1847         * indent/shell.sh:
1848         * indent/shell.rc: Ad some test cases.
1850 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1852         * indent/ruby.rb: New file, to test new syntax-propertize code.
1854 2012-04-11  Glenn Morris  <rgm@gnu.org>
1856         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1858 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1860         * automated/url-future-tests.el (url-future-tests): Move from
1861         lisp/url/url-future.el and rename.
1863 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1865         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1866         Fix broken test, caused by missing trailing blank.
1868 2011-12-03  Chong Yidong  <cyd@gnu.org>
1870         * automated/compile-tests.el (compile-tests--test-regexps-data):
1871         Increase column numbers by one to reflect change in how
1872         compilation-message is recorded (Bug#10172).
1874 2011-11-22  Glenn Morris  <rgm@gnu.org>
1876         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1878 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1880         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1882 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1884         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1885         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1886         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1888 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1890         * automated/newsticker-tests.el
1891         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1892         newsticker--treeview-tree-update.
1894 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1896         * automated/newsticker-tests.el
1897         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1899         * automated/newsticker-tests.el
1900         (newsticker--group-manage-orphan-feeds): Prevent updating
1901         newsticker treeview.  Fixed bug#9763.
1903 2011-10-20  Glenn Morris  <rgm@gnu.org>
1905         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1907         * automated/vc-bzr.el: New file.
1909 2011-10-15  Glenn Morris  <rgm@gnu.org>
1911         * automated/f90.el: New file.
1913 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1915         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1916         to automated/newsticker-tests.el.  Convert to ERT.
1918 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1920         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1921         Remove, simply use string=.
1922         (icalendar--diarytime-to-isotime)
1923         (icalendar--datetime-to-diary-date)
1924         (icalendar--datestring-to-isodate)
1925         (icalendar--format-ical-event)
1926         (icalendar--parse-summary-and-rest)
1927         (icalendar-tests--do-test-import)
1928         (icalendar-tests--do-test-cycle): Change argument order of
1929         string= to EXPECTED ACTUAL.
1930         (icalendar--import-format-sample)
1931         (icalendar--format-ical-event)
1932         (icalendar-import-non-recurring)
1933         (icalendar-import-rrule)
1934         (icalendar-import-duration)
1935         (icalendar-import-bug-6766)
1936         (icalendar-real-world): Adjust to string= instead of
1937         icalendar-tests--compare-strings.
1938         (icalendar-import-multiple-vcalendars): New.
1940 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1942         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1943         Require CL.
1945 2011-05-09  Juri Linkov  <juri@jurta.org>
1947         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1948         Convert to ERT.
1950 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1952         * automated/compile-tests.el: New file.
1954 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1956         * automated/font-parse-tests.el: Don't byte-compile.
1958         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1960 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1962         * automated/lexbind-tests.el: New file.
1964 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1966         * Version 23.3 released.
1968 2011-03-05  Glenn Morris  <rgm@gnu.org>
1970         * eshell.el: Move here from lisp/eshell/esh-test.el.
1972 2011-03-03  Christian Ohler  <ohler@gnu.org>
1974         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1975         New test.
1977 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1979         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1980         convert to ERT format.
1982 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1984         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1985         convert to ERT format.
1987 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1989         * indent/shell.sh:
1990         * indent/shell.rc: New files.
1992 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1994         * automated/font-parse-tests.el: Move from
1995         font-parse-testsuite.el.
1997 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1999         * font-parse-testsuite.el (test-font-parse-data): New file.
2001 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         * indent/prolog.prolog: Add tokenizing tests.
2005 2011-01-13  Christian Ohler  <ohler@gnu.org>
2007         * automated: New directory for automated tests.
2009         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2011         * automated/Makefile.in: New file.
2013 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         * indent/modula2.mod: New file.
2017 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2019         * indent/octave.m: Add a test to ensure indentation is local.
2021 2010-10-23  Glenn Morris  <rgm@gnu.org>
2023         * comint-testsuite.el
2024         (comint-testsuite--test-comint-password-prompt-regexp):
2025         Add "Please enter the password".  (Bug#7224)
2027 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * indent/prolog.prolog: Use normal spacing around !.
2031 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2033         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2035 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2037         * indent/octave.m: Remove some `fixindent' not needed any more.
2039 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2041         * indent/octave.m: New file.
2043 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2045         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2046         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2047         (icalendar-testsuite--run-internal-tests): New.
2048         (icalendar-testsuite--test-convert-ordinary-to-ical)
2049         (icalendar-testsuite--test-convert-block-to-ical)
2050         (icalendar-testsuite--test-convert-anniversary-to-ical)
2051         (icalendar-testsuite--test-parse-vtimezone)
2052         (icalendar-testsuite--do-test-export): Code formatting.
2053         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2054         (icalendar-testsuite--do-test-import)
2055         (icalendar-testsuite--do-test-cycle):
2056         Use icalendar-testsuite--compare-strings
2057         (icalendar-testsuite--run-import-tests): Comment added.
2058         (icalendar-testsuite--run-import-tests)
2059         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2061 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2063         * redisplay-testsuite.el (test-redisplay-3): New test.
2065 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2067         * comint-testsuite.el: New file.
2069 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * indent: New dir.
2073 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2075         * Version 23.2 released.
2077 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2079         * cedet/semantic-ia-utest.el
2080         (semantic-symref-test-count-hits-in-tag): Add function, from
2081         semantic-test.el.
2083         * cedet/tests/test.cpp:
2084         * cedet/tests/test.py:
2085         * cedet/tests/teststruct.cpp:
2086         * cedet/tests/testtemplates.cpp:
2087         * cedet/tests/testusing.cpp:
2088         * cedet/tests/scopetest.cpp:
2089         * cedet/tests/scopetest.java: Files deleted.
2091         * cedet/tests/test.make:
2092         * cedet/tests/test.c:
2093         * cedet/tests/testjavacomp.java:
2094         * cedet/tests/testspp.c:
2095         * cedet/tests/testsppreplace.c:
2096         * cedet/tests/testsppreplaced.c:
2097         * cedet/tests/testsubclass.cpp:
2098         * cedet/tests/testsubclass.hh:
2099         * cedet/tests/testtypedefs.cpp:
2100         * cedet/tests/testvarnames.c:
2101         * cedet/tests/test.el:
2102         * cedet/tests/testdoublens.cpp:
2103         * cedet/tests/testdoublens.hpp: Add copyright header.
2105         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2106         Remove reference to deleted files.
2108 2010-03-30  Juri Linkov  <juri@jurta.org>
2110         * occur-testsuite.el (occur-tests): Add tests for context lines.
2112 2010-03-23  Juri Linkov  <juri@jurta.org>
2114         * occur-testsuite.el: New file.
2116 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2118         * Branch for 23.2.
2120 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2122         * icalendar-testsuite.el
2123         (icalendar-testsuite--run-function-tests): Add new tests.
2124         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2125         testcase.
2126         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2127         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2128         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2129         (icalendar-testsuite--test-convert-block-to-ical): New.
2130         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2131         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2133 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2135         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2136         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2137         Fix typos in docstrings and error messages.
2138         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2140 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2142         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2143         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2144         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2146 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2148         * icalendar-testsuite.el
2149         (icalendar-testsuite--run-function-tests):
2150         Add icalendar-testsuite--test-parse-vtimezone.
2151         (icalendar-testsuite--test-parse-vtimezone): New.
2152         (icalendar-testsuite--do-test-cycle): Doc changes.
2153         (icalendar-testsuite--run-real-world-tests): Remove trailing
2154         whitespace -- see change of icalendar--add-diary-entry in
2155         icalendar.el.
2156         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2158 2009-09-30  Glenn Morris  <rgm@gnu.org>
2160         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2162 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2164         * cedet/*: New unit tests, from CEDET repository.
2166 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2168         * redisplay-testsuite.el: New file.
2170 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2172         * Branch for 23.1.
2174 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2176         * icalendar-testsuite.el
2177         (icalendar-testsuite--run-function-tests):
2178         Add icalendar-testsuite--test-diarytime-to-isotime.
2179         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2180         recent icalendar fixes.
2181         (icalendar-testsuite--test-diarytime-to-isotime): New.
2182         (icalendar-testsuite--test-create-uid): Adjust to recent
2183         icalendar changes.
2185 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2187         * bytecomp-testsuite.el: New file.
2189 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2191         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2192         Add `icalendar-testsuite--test-create-uid'.
2193         (icalendar-testsuite--test-create-uid): New.
2195 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2197         * newsticker-testsuite.el: New file.
2199 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2201         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2202         Add icalendar-testsuite--test-datestring-to-isodate,
2203         icalendar-testsuite--test-datetime-to-diary-date, and
2204         icalendar-testsuite--test-calendar-style.
2205         (icalendar-testsuite--test-format-ical-event)
2206         (icalendar-testsuite--test-parse-summary-and-rest):
2207         Doc fix.  Remove european-calendar-style.
2208         (icalendar-testsuite--get-ical-event): Doc fix.
2209         (icalendar-testsuite--test-first-weekday-of-year)
2210         (icalendar-testsuite--run-cycle-tests): Add doc string.
2211         (icalendar-testsuite--test-datestring-to-isodate)
2212         (icalendar-testsuite--test-datetime-to-diary-date)
2213         (icalendar-testsuite--test-calendar-style): New functions.
2214         (icalendar-testsuite--test-export): Handle iso date style.
2215         New arg INPUT-ISO.  Use calendar-date-style.
2216         (icalendar-testsuite--test-import): Handle iso date style.
2217         New arg EXPECTED-ISO.  Use calendar-date-style.
2218         (icalendar-testsuite--test-cycle): Handle iso date style.
2219         (icalendar-testsuite--run-import-tests)
2220         (icalendar-testsuite--run-export-tests)
2221         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2223 2008-02-29  Glenn Morris  <rgm@gnu.org>
2225         * README: New file.
2227 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2229         * icalendar-testsuite.el: New file.
2231 ;; Local Variables:
2232 ;; coding: utf-8
2233 ;; End:
2235   Copyright (C) 2008-2014 Free Software Foundation, Inc.
2237   This file is part of GNU Emacs.
2239   GNU Emacs is free software: you can redistribute it and/or modify
2240   it under the terms of the GNU General Public License as published by
2241   the Free Software Foundation, either version 3 of the License, or
2242   (at your option) any later version.
2244   GNU Emacs is distributed in the hope that it will be useful,
2245   but WITHOUT ANY WARRANTY; without even the implied warranty of
2246   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2247   GNU General Public License for more details.
2249   You should have received a copy of the GNU General Public License
2250   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.