Add seq-partition and seq-group-by
[emacs.git] / test / ChangeLog
blobf9a54b53420a7ec81b5eeefba124e0923806eb18
1 2015-02-06 Nicolas Petton <nicolas@petton.fr>
3         * automated/seq-tests.el: New tests for seq-mapcat, seq-partition
4         and seq-group-by.
6 2015-02-05  Artur Malabarba  <bruce.connor.am@gmail.com>
8         * automated/package-test.el (package-test-get-deps): Fix typo.
9         (package-test-sort-by-dependence): New test
11 2015-02-03  Artur Malabarba  <bruce.connor.am@gmail.com>
13         * automated/package-test.el (package-test-get-deps): New test.
15 2015-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
19 2015-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
23 2015-01-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
25         * automated/python-tests.el (python-indent-pep8-1)
26         (python-indent-pep8-2, python-indent-pep8-3)
27         (python-indent-after-comment-1, python-indent-after-comment-2)
28         (python-indent-inside-paren-1, python-indent-inside-paren-2)
29         (python-indent-after-block-1, python-indent-after-block-2)
30         (python-indent-after-backslash-1, python-indent-after-backslash-2)
31         (python-indent-after-backslash-3, python-indent-block-enders-1)
32         (python-indent-block-enders-2, python-indent-block-enders-3)
33         (python-indent-block-enders-4, python-indent-block-enders-5)
34         (python-indent-dedenters-1, python-indent-dedenters-2)
35         (python-indent-dedenters-3, python-indent-dedenters-4)
36         (python-indent-dedenters-5, python-indent-dedenters-6)
37         (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
38         (python-indent-base-case, python-indent-after-block-3)
39         (python-indent-after-backslash-5, python-indent-inside-paren-3)
40         (python-indent-inside-paren-4, python-indent-inside-paren-5)
41         (python-indent-inside-paren-6, python-indent-inside-string-1)
42         (python-indent-inside-string-2, python-indent-inside-string-3)
43         (python-indent-dedent-line-backspace-1): New Tests.
45 2015-01-28  Glenn Morris  <rgm@gnu.org>
47         * automated/regexp-tests.el: Require regexp-opt, which is
48         not preloaded --without-x.
50 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * automated/cl-generic-tests.el: Try and make sure cl-lib is not
53         required at run-time.
55 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
58         New test.
60 2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
62         * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
63         This is more portable in shell scripts.
64         Fixes: bug#19658
66 2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
68         Fix package tests when TMPDIR is in HOME.  (Bug#19657)
69         * automated/package-test.el (with-package-test):
70         Bind `abbreviated-home-dir' to nil.
71         (package-test-describe-package, package-test-signed):
72         Expect abbreviated directory names.
74 2015-01-22  Jorgen Schaefer  <contact@jorgenschaefer.de>
76         * automated/package-test.el (package-test-install-prioritized):
77         Re-add the test case and add priority to the correct repository
78         this time around.
80 2015-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
82         * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
83         the setf can be used already in the body of the method.
85 2015-01-20  Jorgen Schaefer  <contact@jorgenschaefer.de>
87         * automated/package-test.el (package-test-install-prioritized):
88         Remove test due to unreproducible failures.
90 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
92         * automated/descr-text-test.el: New file with tests for
93         `describe-char-eldoc--truncate', `describe-char-eldoc--format',
94         and `describe-char-eldoc'.
96 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
98         * automated/tildify-tests.el (tildify-space-undo-test--test):
99         A new helper function for testing `tildify-double-space-undos'
100         behaviour in the `tildify-space' function.
101         (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
102         (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
103         New tests for `tildify-doule-space-undos' behaviour.
105         * automated/tildify-tests.el (tildify-space-test--test):
106         A new helper function for testing `tildify-space' function.
107         (tildify-space-test-html, tildify-space-test-html-nbsp)
108         (tildify-space-test-xml, tildify-space-test-tex): New tests for
109         `tildify-space' function.
111 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * automated/Makefile.in (EMACS_EXTRAOPT): New var.
114         (EMACSOPT): Use it.
116         * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
117         Rename other tests to preserve ordering.
119 2015-01-18  Leo Liu  <sdl.web@gmail.com>
121         * automated/seq-tests.el (test-seq-subseq): Add more tests.
122         (Bug#19434)
124 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
126         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
127         Test `subclass' specializer.
129 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
131         * automated/eieio-tests.el
132         (eieio-test-37-obsolete-name-in-constructor): New test.
134 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
136         * automated/eieio-tests.el (eieio-test-25-slot-tests)
137         (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
138         (eieio-test-30-slot-attribute-override)
139         (eieio-test-31-slot-attribute-override-class-allocation): Don't check
140         that we enforce :protection since we don't any more.
142         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
143         Use an explicit arg instead of eieio--scoped-class.  Update all callers.
145 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
147         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
148         Reset eieio-test--1.
150         * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
151         Rename from cl-generic-test-7-after/before.
152         (cl--generic-test-advice): New function.
153         (cl-generic-test-9-advice): New test.
155 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
157         * automated/package-test.el (package-test-install-prioritized):
158         New test.
160 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
162         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
163         New functions.
164         (test-calc-remove-units, test-calc-extract-units)
165         (test-calc-convert-units): New tests.
167 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
169         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
171 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
173         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
174         keysym arg instead of relying on internal var eieio--generic-call-key.
175         Update all callers.
176         (eieio-test-cl-generic-1): New tests.
178 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
180         * automated/cl-generic-tests.el: New file.
182 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
184         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
185         <foo>-child-p.
187         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
188         Update reference to eieio--generic-call-key.
190 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
192         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
193         Don't use <class>-list types and <class>-list-p predicates.
195         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
196         Don't use <class>-list type.
198         * automated/eieio-test-methodinvoke.el
199         (eieio-test-method-order-list-4):
200         Don't use <class> as a variable.
202 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
204         * automated/eieio-tests.el (eieio-test-04-static-method)
205         (eieio-test-05-static-method-2): Use oref-default to access
206         class slots.
207         (eieio-test-23-inheritance-check): Don't assume that
208         eieio-class-parents returns class names, or that a class can only have
209         a single name.
211         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
212         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
213         Change arg to be a class object.  Update all callers.
215 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
217         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
218         Adjust to new semantics of eieio--scoped-class.
219         (eieio-test-match): Improve error feedback.
221 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * automated/eieio-tests.el: Remove dummy object names.
225         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
226         The type FOO-child is the same as FOO.
228 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
230         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
231         Remove use of eieio-generic-call-methodname.
232         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
233         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
234         Adjust the expected result accordingly.
236 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
238         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
239         New defun.
240         (tramp-test30-special-characters): Use it.  (Bug#19463)
241         (tramp--test-check-files): Filter nil file names out.
243 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
245         Sync with Tramp 2.2.11.
247         * automated/tramp-tests.el (tramp-test30-special-characters):
248         Skip test on MS-Windows.
250 2014-12-27  Glenn Morris  <rgm@gnu.org>
252         * automated/let-alist.el: Load dependency.
254 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
256         * automated/python-tests.el
257         (python-shell-completion-native-interpreter-disabled-p-1): New test.
259 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
261         * automated/python-tests.el (python-shell-get-or-create-process-1)
262         (python-shell-get-or-create-process-2)
263         (python-shell-get-or-create-process-3): Remove tests.
265 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
267         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
269 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
271         * automated/python-tests.el (python-shell-buffer-substring-1)
272         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
273         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
274         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
275         (python-shell-buffer-substring-8)
276         (python-info-encoding-from-cookie-1)
277         (python-info-encoding-from-cookie-2)
278         (python-info-encoding-from-cookie-3)
279         (python-info-encoding-from-cookie-4)
280         (python-info-encoding-from-cookie-5)
281         (python-info-encoding-from-cookie-6)
282         (python-info-encoding-from-cookie-7, python-info-encoding-1)
283         (python-info-encoding-2): New tests.
285 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
287         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
288         expect a given order of "." and "..".
290 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
292         * automated/python-tests.el (python-indent-electric-colon-2)
293         (python-indent-electric-colon-3): New tests.
295 2014-12-27  João Távora  <joaotavora@gmail.com>
297         * automated/electric-tests.el (autowrapping-7): Tests for
298         tex-mode.
300 2014-12-27  Glenn Morris  <rgm@gnu.org>
302         * automated/flymake/warnpred/test.pl: Tweak format, since the
303         previous one seems to have stopped giving a warning with perl 5.20.1.
305 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
307         * automated/python-tests.el (python-shell-get-process-name-1)
308         (python-shell-internal-get-process-name-1): Cleanup.
309         (python-shell-get-process-name-2)
310         (python-shell-internal-get-process-name-2): New tests.
311         (python-shell-calculate-command-1)
312         (python-shell-calculate-process-environment-3)
313         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
314         (python-shell-make-comint-2, python-shell-make-comint-4)
315         (python-shell-get-process-1, python-util-clone-local-variables-1):
316         Replace obsolete function and variable references with current.
318 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
320         * automated/let-alist.el: require `cl-lib'
321         New tests for accessing alists inside alists.
323 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
325         * automated/let-alist.el: New file.
327 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
329         * automated/seq-tests.el: New file.
331 2014-12-16  Glenn Morris  <rgm@gnu.org>
333         * automated/data/flymake/Makefile (check-syntax):
334         Prevent colorized gcc output from confusing flymake.
336         * automated/flymake-tests.el (flymake-tests-data-directory):
337         Change from flymake/warnpred to more standard data/flymake.
338         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
340 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
342         * automated/vc-tests.el (vc-test--revision-granularity-function):
343         New defun.
344         (vc-test--create-repo-function): Rename from
345         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
346         (vc-test--create-repo): Check also for revision-granularity.
347         (vc-test--unregister-function): Additional argument FILE.
348         Adapt all callees.
349         (vc-test--working-revision): New defun.
350         (vc-test-*-working-revision): New tests.
352 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
354         * automated/vc-tests.el (vc-test--register): Check, that the file
355         still exists after register and unregister operations.
357 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
359         * automated/vc-tests.el: New file.
361 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
363         * automated/tramp-tests.el (tramp-test29-vc-registered):
364         Fallback for changed `vc-register' argument list.
366 2014-12-03  Glenn Morris  <rgm@gnu.org>
368         * automated/tramp-tests.el (tramp-test29-vc-registered):
369         Update for recent incompatible change in vc-register.
371 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
373         * automated/python-tests.el
374         (python-shell-calculate-process-environment-4)
375         (python-shell-calculate-process-environment-5): New tests.
376         (python-shell-make-comint-3): Use file-equal-p.
377         (python-shell-get-or-create-process-1)
378         (python-shell-get-or-create-process-2)
379         (python-shell-get-or-create-process-3): Fix interpreter for
380         Windows (Bug#18595).
382 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
384         * automated/libxml-tests.el
385         (libxml-tests--data-comments-preserved): Rename from
386         'libxml-tests--data'.
387         (libxml-tests--data-comments-discarded): New.
388         (libxml-tests): Check whether 'libxml-parse-xml-region' is
389         discarding comments correctly.
391 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
393         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
394         HTML and XML now use no-break space as hard space.  Update tests.
395         (tildify-test-foreach-ignore-environments)
396         (tildify-test-foreach-ignore-environments-early-return,
397         (tildify-test-foreach-region)
398         (tildify-test-foreach-region-early-return)
399         (tildify-test-foreach-region-limit-region): New tests of
400         `tildify-foreach-ignore-environments' and
401         `tildify--foreach-region' functions.
402         (with-test-foreach): New helper macro for the above tests.
404 2014-11-17  Glenn Morris  <rgm@gnu.org>
406         * automated/occur-tests.el (occur-test-case, occur-test-create):
407         In case of failure, show the actual string, rather than just nil.
408         (occur-tests): Update for apparent change in output re control-chars.
410 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
412         * automated/icalendar-tests.el (icalendar-tests--test-export):
413         New optional parameter `alarms'.
414         (icalendar-export-alarms): New test for exporting icalendar
415         alarms.
416         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
418 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
420         * automated/icalendar-tests.el (icalendar-tests--test-import):
421         Mention timezone in doc string.  Clean up.
422         (icalendar-real-world): Add another test case for no-dst
423         timezones.
425 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
427         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
428         Add testcase where offsets of standard time and daylight saving time
429         are equal.
430         (icalendar-real-world): Fix error in test case.  Expected result
431         was wrong when offsets of standard time and daylight saving time
432         were equal.
434 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
436         * automated/python-tests.el
437         (python-shell-calculate-process-environment-2): Fix test.
438         (python-shell-calculate-process-environment-1)
439         (python-shell-calculate-process-environment-3): Cleanup.
441 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
443         * automated/python-tests.el (python-indent-dedenters-8): New test
444         for Bug#18432.
446 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
448         * automated/python-tests.el (python-indent-region-1)
449         (python-indent-region-2, python-indent-region-3)
450         (python-indent-region-4, python-indent-region-5): New tests.
452 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
455         * automated/cl-lib-tests.el: Rename from cl-lib.el.
457 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
459         * automated/libxml-tests.el: New file.
461 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
463         * automated/process-tests.el (process-test-quoted-batfile):
464         New test.
466 2014-10-20  Glenn Morris  <rgm@gnu.org>
468         * Merge in all changes up to 24.4 release.
470 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
472         * indent/scss-mode.scss: New file.
473         * indent/css-mode.css: Add a few uneventful examples.
475 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
477         * BidiCharacterTest.txt: New file, from Unicode.
479         * biditest.el: New file.
481 2014-10-08  Leo Liu  <sdl.web@gmail.com>
483         * automated/print-tests.el: New file.
484         (terpri): Tests for terpri.  (Bug#18652)
486 2014-10-06  Glenn Morris  <rgm@gnu.org>
488         * automated/icalendar-tests.el (icalendar--calendar-style):
489         Remove test, no longer relevant.
491 2014-10-04  Glenn Morris  <rgm@gnu.org>
493         * automated/package-x-test.el: Remove file...
494         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
496 2014-10-02  Glenn Morris  <rgm@gnu.org>
498         * automated/package-test.el (with-package-test, package-test-signed):
499         Also set HOME to a temp value, in case the real one is absent (e.g.
500         hydra) or read-only.  (Bug#18575)
501         (package-test-signed): Use skip-unless rather than expected-result.
503 2014-09-26  Leo Liu  <sdl.web@gmail.com>
505         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
506         New tests.  (Bug#18557)
508 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
510         * automated/newsticker-tests.el
511         (newsticker--group-find-parent-group),
512         (newsticker--group-do-rename-group): New tests.
514 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
516         * automated/fns-tests.el (fns-tests-collate-sort):
517         Bind w32-collate-ignore-punctuation to t when sorting according to
518         UTS#10 rules.
520 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
522         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
523         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
525 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
527         * automated/fns-tests.el (fns-tests-compare-strings): In case
528         `compare-strings' shall return t, check for this.
529         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
531 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
533         * automated/python-tests.el (python-indent-electric-colon-1):
534         New test.  (Bug#18228)
536 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
538         * automated/fns-tests.el (fns-tests-sort): New test.
540 2014-08-28  Glenn Morris  <rgm@gnu.org>
542         * automated/python-tests.el (python-shell-calculate-exec-path-2):
543         Update test for today's python.el changes.
545 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
547         * automated/compile-tests.el (compile--test-error-line): Grok FILE
548         being nil.  Allows for Guile tests to pass.
549         (compile-tests--test-regexps-data): Add Guile tests.
551 2014-08-11  Glenn Morris  <rgm@gnu.org>
553         * automated/data/files-bug18141.el.gz: New file.
554         * automated/files.el (files-test-bug-18141-file):
555         New variable and test.  (Bug#18141)
557 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
559         Enumerate evaluated sexp diary entries (Bug#7911).
560         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
561         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
562         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
563         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
564         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
565         New tests.
567 2014-08-07  Glenn Morris  <rgm@gnu.org>
569         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
571 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
573         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
574         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
576 2014-08-03  Glenn Morris  <rgm@gnu.org>
578         * automated/Makefile.in (check-tar): New rule.
580 2014-08-02  Glenn Morris  <rgm@gnu.org>
582         * automated/fns-tests.el (fns-tests-compare-strings):
583         Update test.  (Bug#17903)
585         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
586         Use more precise TZ specification, as per 2013-08-04.
588 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
590         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
591         New test.
593 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
595         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
597 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
599         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
600         Work around the failures in icalendar-tests which occasionally occur on
601         hydra.nixos.org.
603 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
605         * automated/python-tests.el:
606         (python-util-clone-local-variables-1): Fix test.
608         * automated/python-tests.el (python-shell-make-comint-1):
609         (python-shell-make-comint-2): Fix indentation.
610         (python-shell-make-comint-3)
611         (python-shell-make-comint-4): New tests.
612         (python-shell-get-or-create-process-1): Fix test.
613         (python-shell-get-or-create-process-2)
614         (python-shell-get-or-create-process-3): New tests.
615         (python-shell-internal-get-or-create-process-1): Fix test.
616         (python-shell-prompt-detect-1): New test.
617         (python-shell-prompt-detect-2): New test.  (Bug#17370)
618         (python-shell-prompt-detect-3)
619         (python-shell-prompt-detect-4)
620         (python-shell-prompt-detect-5)
621         (python-shell-prompt-detect-6)
622         (python-shell-prompt-validate-regexps-1)
623         (python-shell-prompt-validate-regexps-2)
624         (python-shell-prompt-validate-regexps-3)
625         (python-shell-prompt-validate-regexps-4)
626         (python-shell-prompt-validate-regexps-5)
627         (python-shell-prompt-validate-regexps-6)
628         (python-shell-prompt-validate-regexps-7)
629         (python-shell-prompt-set-calculated-regexps-1)
630         (python-shell-prompt-set-calculated-regexps-2)
631         (python-shell-prompt-set-calculated-regexps-3)
632         (python-shell-prompt-set-calculated-regexps-4)
633         (python-shell-prompt-set-calculated-regexps-5)
634         (python-shell-prompt-set-calculated-regexps-6)
635         (python-util-valid-regexp-p-1): New tests.
637 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
639         * automated/advice-tests.el (advice-test-call-interactively): Make sure
640         the function's definition is fully restored at the end.
642 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
644         * automated/python-tests.el (python-indent-block-enders-1)
645         (python-indent-block-enders-2): Fix tests.
646         (python-indent-block-enders-3, python-indent-block-enders-4)
647         (python-indent-block-enders-5, python-indent-dedenters-1)
648         (python-indent-dedenters-2): Remove tests.
649         (python-indent-dedenters-1, python-indent-dedenters-2)
650         (python-indent-dedenters-3, python-indent-dedenters-4)
651         (python-indent-dedenters-5, python-indent-dedenters-6)
652         (python-indent-dedenters-7)
653         (python-info-dedenter-opening-block-position-1)
654         (python-info-dedenter-opening-block-position-2)
655         (python-info-dedenter-opening-block-position-3)
656         (python-info-dedenter-opening-block-positions-1)
657         (python-info-dedenter-opening-block-positions-2)
658         (python-info-dedenter-opening-block-positions-3)
659         (python-info-dedenter-opening-block-positions-4)
660         (python-info-dedenter-opening-block-positions-5)
661         (python-info-dedenter-opening-block-message-1)
662         (python-info-dedenter-opening-block-message-2)
663         (python-info-dedenter-opening-block-message-3)
664         (python-info-dedenter-opening-block-message-4)
665         (python-info-dedenter-opening-block-message-5)
666         (python-info-dedenter-statement-p-1)
667         (python-info-dedenter-statement-p-2)
668         (python-info-dedenter-statement-p-3)
669         (python-info-dedenter-statement-p-4)
670         (python-info-dedenter-statement-p-5): New tests.
672 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
674         * indent/perl.perl: Add indentation pattern for hash-table entries.
676 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
678         * automated/dbus-tests.el (dbus-test02-register-service-session)
679         (dbus-test02-register-service-system): Fix docstring.
680         (dbus-test02-register-service-own-bus)
681         (dbus-test03-peer-interface): New tests.
683 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
685         * automated/python-tests.el (python-tests-self-insert): New function.
686         (python-triple-quote-pairing): Use it.
687         (python-parens-electric-indent-1): New test. (Bug#17658)
689 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
691         * automated/subr-x-tests.el: New file.
693 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
695         * automated/tramp-tests.el (tramp--instrument-test-case):
696         Print debug buffer in any case.
698 2014-06-28  Leo Liu  <sdl.web@gmail.com>
700         * automated/calc-tests.el: New file and add tests for math-bignum.
701         (Bug#17556)
703 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
705         * automated/dbus-tests.el (dbus--test-register-service)
706         (dbus-test02-register-service-session): Replace `dbus-ping' calls
707         by `dbus-list-known-names'.  (Bug#17858)
709 2014-06-28  Glenn Morris  <rgm@gnu.org>
711         * automated/Makefile.in (GDB): New variable.
712         (emacs): Use $GDB.  (Bug#15991)
714         * automated/Makefile.in (WRITE_LOG): New variable.
715         (%.log): Use WRITE_LOG.
716         (test_template): Disable logging.
718         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
719         (test_template): New definition.  Apply to TESTS.
721 2014-06-27  Glenn Morris  <rgm@gnu.org>
723         * automated/Makefile.in (check-maybe): Rename from check.
724         (check): Re-run all the tests, every time.
725         (clean, mostlyclean): Also delete *.log~.
727 2014-06-26  Glenn Morris  <rgm@gnu.org>
729         * automated/package-x-test.el: Do not mess with load-path.
731         * automated/Makefile.in (%.log): If error, dump log to stdout.
733 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
735         * automated/package-test.el (package-test-update-listing)
736         (package-test-update-archives, package-test-describe-package):
737         Adjust tests according to new package-list-unsigned.
739 2014-06-26  Glenn Morris  <rgm@gnu.org>
741         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
743         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
745         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
746         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
747         (setwins, compile-targets, compile-main, compile-clean): Remove.
748         (GREP_OPTIONS): Unexport.
749         (.el.elc): Replace with pattern rule.
750         (%.elc, %.log): New pattern rules.
751         (ELFILES, LOGFILES): New variables.
752         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
753         (clean, mostlyclean): New rules.
754         (bootstrap-clean): Simplify.
755         (bootstrap-clean, distclean): Depend on clean.
757 2014-06-25  Glenn Morris  <rgm@gnu.org>
759         * automated/flymake-tests.el (flymake-tests--current-face):
760         Sleep for longer.  Avoid querying.
762 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
764         * automated/fns-tests.el (fns-tests-compare-string): New test.
766 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
768         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
769         according to Bug#17815.
771 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
773         * automated/python-tests.el (python-util-strip-string-1): New test.
775 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
777         Sync with Tramp 2.2.10.
779         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
780         (tramp--instrument-test-case): Extend docstring.
781         (tramp-test15-copy-directory): Skip for tramp-smb.el.
782         (tramp-test21-file-links): Use `file-truename' for directories.
783         (tramp-test27-start-file-process, tramp-test28-shell-command):
784         Retrieve process output more robustly.
785         (tramp--test-check-files): Extend test.
786         (tramp-test30-special-characters): Skip for tramp-adb.el,
787         tramp-gvfs.el and tramp-smb.el.  Add further file names.
789 2014-06-13  Glenn Morris  <rgm@gnu.org>
791         * automated/Makefile.in (compile-main):
792         GNU make automatically passes command-line arguments to sub-makes.
794 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
796         * automated/tildify-tests.el (tildify-test--test): Optimize the test
797         slightly by reusing the same temporary buffer across multiple test
798         cases.
800         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
801         (tildify-test-find-env-group-index-bug): Update to support new
802         signature of the `tildify-foreach-region-outside-env' function.
803         Namely, it now takes pairs as an argument instead of looking it up in
804         `tildify-ignored-environments-alist'.
806         * automated/tildify-tests.el (tildify-test--example-html): Add support
807         for generating XML code, so that…
808         (tildify-test-xml) …test can be added to check handling of XML
809         documents.
811         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
812         New test checking end-regex building when multiple environment pairs
813         use integers to refer to capture groups.
815         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
816         test checking end-regex building in `tildify-find-env' function when
817         integers (denoting capture groups) and strings are mixed together.
819 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
821         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
822         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
824 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
826         * automated/tramp-tests.el (tramp-test29-vc-registered):
827         Instrument failed test case.
829 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
831         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
832         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
834 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
836         * automated/tildify-tests.el: New file.
838 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
840         * indent/ruby.rb: Add one more test.
842         * indent/ps-mode.ps: New file.
844         * indent/octave.m: Add a few more tests.
846         * automated/core-elisp-tests.el
847         (core-elisp-test-window-configurations): New test.
849 2014-05-26  Glenn Morris  <rgm@gnu.org>
851         * automated/package-test.el (package-test-install-single):
852         Update for changed output.
854 2014-05-22  Glenn Morris  <rgm@gnu.org>
856         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
857         Fix handling of temporary elc files.
859         * automated/fns-tests.el (fns-tests-nreverse):
860         Update for changed string behavior.
862 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
864         * automated/fns-tests.el: New file.
865         * automated/fns-tests.el (fns-tests-nreverse)
866         (fns-tests-nreverse-bool-vector): New tests.
868 2014-05-08  Glenn Morris  <rgm@gnu.org>
870         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
871         (vc-bzr-test-faulty-bzr-autoloads):
872         Give bzr a temporary home-directory, in case the real one is missing.
874 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
876         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
877         New test.
879 2014-05-08  Glenn Morris  <rgm@gnu.org>
881         * automated/help-fns.el: New file.
883 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
885         * automated/undo-tests.el (undo-test-region-deletion): New test to
886         demonstrate bug#17235.
887         (undo-test-region-example): New test to verify example given in
888         comments for undo-make-selective-list.
890 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
892         * automated/tramp-tests.el (top):
893         * automated/file-notify-tests.el (top): Do not disable interactive
894         passwords in batch mode.
895         (password-cache-expiry): Set to nil.
897         * automated/file-notify-tests.el
898         (file-notify-test-remote-temporary-file-directory):
899         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
900         Use a mock-up method as default.
901         (tramp-test00-availability): Print the used directory name.
902         (tramp-test33-recursive-load): Fix typo.
904 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
906         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
907         (tramp-test30-special-characters): Remove test for backslash.
909 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
911         * automated/tramp-tests.el
912         (tramp-test19-directory-files-and-attributes)
913         (tramp-test22-file-times): Check for `file-attributes' equality
914         only if there is a usable timestamp.
915         (tramp--test-check-files): Do not use `copy-sequence'.
917 2014-04-22  Daniel Colascione  <dancol@dancol.org>
919         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
920         Add compile flag.
921         (test-byte-comp-macro-expansion)
922         (test-byte-comp-macro-expansion-eval-and-compile)
923         (test-byte-comp-macro-expansion-eval-when-compile)
924         (test-byte-comp-macro-expand-lexical-override): Use it.
925         (test-eager-load-macro-expansion)
926         (test-eager-load-macro-expansion-eval-and-compile)
927         (test-eager-load-macro-expansion-eval-when-compile)
928         (test-eager-load-macro-expand-lexical-override): New tests.
930         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
931         account for removal of `cl-struct-set-slot-value'. Also, move
932         the defstruct to top level.
934 2014-04-21  Daniel Colascione  <dancol@dancol.org>
936         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
937         New function.
938         (test-byte-comp-macro-expansion)
939         (test-byte-comp-macro-expansion-eval-and-compile)
940         (test-byte-comp-macro-expansion-eval-when-compile)
941         (test-byte-comp-macro-expand-lexical-override): New tests.
943         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
944         (cl-the): Fix cl-the test.
946 2014-04-20  Daniel Colascione  <dancol@dancol.org>
948         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
950 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
952         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
953         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
955 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
957         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
958         (tramp--test-make-temp-name): Optional argument LOCAL.
959         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
960         (tramp-test10-write-region): No special test for out-of-band copy
961         needed anymore.
962         (tramp-test11-copy-file, tramp-test12-rename-file)
963         (tramp-test21-file-links): Extend tests.
964         (tramp-test20-file-modes): More robust check for user "root".
965         (tramp--test-check-files): New defun.
966         (tramp-test30-special-characters, tramp-test33-recursive-load)
967         (tramp-test34-unload): New tests.
968         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
970 2014-04-11  Glenn Morris  <rgm@gnu.org>
972         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
974 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
976         * automated/electric-tests.el: Fix spelling error in test name.
977         (whitespace-skipping-for-quotes-not-outside):
978         Rename from whitespace-skipping-for-quotes-not-ouside.
980 2014-04-09  Daniel Colascione  <dancol@dancol.org>
982         * automated/syntax-tests.el: New file.
984 2014-04-09  Glenn Morris  <rgm@gnu.org>
986         * automated/python-tests.el (python-triple-quote-pairing):
987         Enable/disable electric-pair-mode as needed.
989         * automated/electric-tests.el (electric-pair-backspace-1):
990         Replace deleted function.
992 2014-04-07  João Távora  <joaotavora@gmail.com>
994         * automated/python-tests.el (python-triple-quote-pairing): New test.
995         (python-syntax-after-python-backspace): New test.
997         * automated/electric-tests.el (electric-pair-define-test-form):
998         More readable test docstrings.
999         (whitespace-skipping-for-quotes-not-ouside)
1000         (whitespace-skipping-for-quotes-only-inside)
1001         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
1003 2014-04-04  João Távora  <joaotavora@gmail.com>
1005         * automated/electric-tests.el (define-electric-pair-test):
1006         Don't overtest.
1007         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1008         (inhibit-in-mismatched-string-inside-c-comments): New test.
1010 2014-04-02  João Távora  <joaotavora@gmail.com>
1012         * automated/electric-tests.el (inhibit-if-strings-mismatched):
1013         New test, change from `inhibit-only-of-next-is-mismatched'.
1015 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
1017         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1018         (undo-test-region-t-marker): New tests of marker adjustments.
1019         (undo-test-marker-adjustment-moved):
1020         (undo-test-region-mark-adjustment): New tests to demonstrate
1021         bug#16818, which fail without the fix.
1023 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1025         * automated/package-test.el (package-test-describe-package):
1026         Fix test failure in non-graphical mode.
1028 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1030         * automated/subword-tests.el (subword-tests2): More subword tests.
1032         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1033         New test: correct parsing of keyword arguments.
1035 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1037         * automated/package-test.el (package-test-describe-package):
1038         Check for the "Keywords: " line.
1040         * automated/data/package/archive-contents: Include the :keywords
1041         field in `simple-single' data form.
1043 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1045         * automated/package-test.el
1046         (package-test-install-two-dependencies): New test (bug#16826).
1048         * automated/data/package/simple-two-depend-1.1.el: New file.
1050         * automated/data/package/archive-contents:
1051         Add info about the new package.
1053 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1055         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1056         (tramp-test10-write-region): Extend for out-of-band copy.
1057         (tramp-test31-asynchronous-requests): New test.
1059 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1061         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1062         Add new test of undo in region.
1063         (undo-test-in-region-eob): Add test case described at
1064         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1066 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1068         * automated/tramp-tests.el (tramp--test-enabled)
1069         (tramp-test15-copy-directory): No special handling of tramp-adb.el
1070         anymore.  It's fixed in that package.
1072 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1074         * automated/tramp-tests.el (tramp--test-enabled): Move connection
1075         cleanup into this function.  Remove respective code from all test
1076         cases.
1077         (tramp--instrument-test-case): Declare `indent' and `debug'.
1078         Handle other errors as well.
1079         (tramp-test14-delete-directory): Check for `file-error' error.
1080         (tramp-test15-copy-directory): Ignore return value of
1081         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
1082         (tramp-test19-directory-files-and-attributes): Take care of
1083         timestamp of "../".
1084         (tramp-test20-file-modes, tramp-test27-start-file-process)
1085         (tramp-test28-shell-command): Skip for tramp-adb.el.
1086         (tramp-test21-file-links): `file-truename' shall preserve trailing
1087         link of directories.
1088         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1089         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1090         `kill-buffer-query-functions' to nil.
1091         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1093 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1095         * automated/tramp-tests.el
1096         (tramp-test19-directory-files-and-attributes): Do not include
1097         directories in comparison; they might have changed their
1098         timestamps already.
1100 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1102         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1103         (tramp-test17-insert-directory): First line could contain more
1104         text, when produced by `ls-lisp'.
1105         (tramp-test19-directory-files-and-attributes): Instrument failed
1106         test case.
1108 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1110         * automated/tramp-tests.el (tramp-test17-insert-directory):
1111         Make first line "total 123" optional.
1112         (tramp-test20-file-modes, tramp-test22-file-times)
1113         (tramp-test26-process-file, tramp-test27-start-file-process)
1114         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1115         tramp-smb.el.
1116         (tramp-test20-file-modes): Check for "root" only when there is an
1117         explicit user name.
1118         (tramp-test21-file-links): Handle "... not supported" error.
1119         (tramp-test22-file-times): Skip for "don't know" return values.
1120         (tramp-test26-process-file, tramp-test28-shell-command):
1121         Remove color escape sequences.
1122         (tramp-test28-shell-command): Use `accept-process-output' rather
1123         than `sit-for'.
1124         (tramp-test30-utf8): Set coding system `utf-8'.
1126 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
1128         * automated/tramp-tests.el (tramp-test28-shell-command):
1129         Perform an initial `sit-for' prior the while loop.
1131 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1133         Sync with Tramp 2.2.9.
1135         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1136         (tramp-test28-shell-command): Make a while loop when waiting for
1137         process exit.
1139 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
1141         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1142         and `vc-hg'.  Declare `tramp-find-executable' and
1143         `tramp-get-remote-path'.
1144         (tramp-test29-vc-registered): New test.
1145         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1147 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
1149         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1150         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1151         (tramp-test28-shell-command): Improve `shell-command' test.
1152         Add `async-shell-command' tests.
1154 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1156         * automated/file-notify-tests.el (file-notify--wait-for-events):
1157         Use `read-event' instead of `sit-for'.
1158         (file-notify-test02-events): Remove expected result, the bug is
1159         fixed meanwhile.
1160         (file-notify-test02-events, file-notify-test03-autorevert):
1161         Use `sleep-for' instead of `sit-for'.
1163 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1165         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1166         New test.
1168 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1170         * automated/file-notify-tests.el (file-notify--deftest-remote):
1171         Do not skip when the local test has failed.  They are unrelated.
1172         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1173         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1174         `sleep-for'.
1175         (file-notify-test02-events): Check for `file-remote-p' instead of
1176         `file-notify--test-remote-enabled'.
1178 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1180         * automated/file-notify-tests.el (file-notify-test02-events):
1181         Let test case fail for Bug#16519.
1183 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1185         * automated/file-notify-tests.el (file-notify-test02-events):
1186         Hide Bug#16519, until it is solved.
1188 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1190         * automated/file-notify-tests.el
1191         (file-notify--test-local-enabled): Fix error in logic.
1192         (file-notify--wait-for-events): New defmacro.
1193         (file-notify-test02-events): Make short breaks between file operations.
1194         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1195         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1197         * automated/comint-testsuite.el
1198         (comint-testsuite-password-strings): Add localized examples.
1200 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1202         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1203         case if inotify is not linked with Emacs.  Use `read-event' rather
1204         than `sit-for' in order to process events.  (Bug#13662)
1206 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1208         * automated/ert-tests.el (ert-test-record-backtrace):
1209         Reenable test case with adapted test string.  (Bug#13064)
1211 2013-12-28  Glenn Morris  <rgm@gnu.org>
1213         * automated/electric-tests.el: Require 'elec-pair.
1215 2013-12-26  João Távora  <joaotavora@gmail.com>
1217         * automated/electric-tests.el (electric-pair-test-for):
1218         Fix autowrapping tests in batch-mode by running with
1219         `transient-mark-mode' set to `lambda'.
1221         * automated/electric-tests.el: New file.
1223 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1225         * automated/python-tests.el
1226         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1227         (python-nav-forward-sexp-safe-1): New test.
1229 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1231         * automated/ruby-mode-tests.el: Add tests for
1232         `ruby-align-to-stmt-keywords'.
1234         * indent/ruby.rb: Update examples to reflect the lack of change in
1235         default indentation of `begin' blocks.
1237 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1239         * indent/ruby.rb: Update examples according to the change
1240         in `smie-indent-close'.
1242 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1244         * indent/ruby.rb: New examples.
1246 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1248         * automated/python-tests.el (python-indent-dedenters-2): New test.
1250 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1252         * automated/python-tests.el (python-indent-after-comment-1)
1253         (python-indent-after-comment-2): New tests.
1255 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1257         * automated/python-tests.el (python-indent-block-enders-1):
1258         Rename from python-indent-block-enders.
1259         (python-indent-block-enders-2): New test.
1261 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1263         * indent/js.js: New file.
1265 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1267         * automated/dbus-tests.el: New file.
1269 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1271         * automated/regexp-tests.el: New file.
1273 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1275         * automated/reftex-tests.el (reftex-parse-from-file-test):
1276         Run temp-dir through file-truename, to make sure the temporary file
1277         names are comparable as strings.
1279         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1280         Force Unix EOLs by using 'utf-8-unix', since the default of
1281         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1283 2013-11-28  Glenn Morris  <rgm@gnu.org>
1285         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1287 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1289         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1290         (EMACSOPT): Use $(PATH_SEP).
1292 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1294         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1295         Set to nil.
1297 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1299         * automated/file-notify-tests.el
1300         (file-notify-test-remote-temporary-file-directory):
1301         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1302         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1303         (file-notify--deftest-remote): Cleanup connection initially.
1304         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1305         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1306         does not work on MS Windows.  Call `accept-process-output' for
1307         remote files.  Apply `string-match' instead of `string-equal', the
1308         messages are different on MS Windows.
1310         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1311         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1312         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1314 2013-11-23  Glenn Morris  <rgm@gnu.org>
1316         * automated/python-tests.el (python-shell-make-comint-1)
1317         (python-shell-make-comint-2, python-shell-get-process-1):
1318         Suppress creation of some temp-files.
1320         * automated/python-tests.el (python-shell-parse-command-1)
1321         (python-shell-make-comint-1, python-shell-make-comint-2)
1322         (python-shell-get-process-1)
1323         (python-shell-internal-get-or-create-process-1):
1324         Skip rather than fail if prereqs not found.
1326         * automated/Makefile.in (emacs):
1327         Empty EMACSLOADPATH rather than unsetting.
1329 2013-11-22  Glenn Morris  <rgm@gnu.org>
1331         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1332         Set expected-result.
1334 2013-11-21  Glenn Morris  <rgm@gnu.org>
1336         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1337         (compile-main): Pass XARGS_LIMIT to xargs.
1339         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1340         (EMACSOPT): Use PATH_SEPARATOR.
1342 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1344         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1345         Add a failing test for Bug#15874.
1346         (ruby--insert-coding-comment-ruby-style)
1347         (ruby--insert-coding-comment-emacs-style)
1348         (ruby--insert-coding-comment-custom-style):
1349         Add a few tests for `ruby--insert-coding-comment'.
1351 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1353         Improve API of recently-added bool vector functions (Bug#15912).
1354         * automated/data-tests.el: Adjust to API changes.
1356 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1358         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1359         (tramp-test08-file-local-copy)
1360         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1361         (tramp-test11-copy-file, tramp-test12-rename-file)
1362         (tramp-test13-make-directory, tramp-test14-delete-directory)
1363         (tramp-test15-copy-directory, tramp-test16-directory-files)
1364         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1365         (tramp-test19-directory-files-and-attributes)
1366         (tramp-test20-file-modes, tramp-test21-file-links)
1367         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1368         (tramp-test24-file-name-completion, tramp-test25-load)
1369         (tramp-test26-process-file, tramp-test27-start-file-process)
1370         (tramp-test28-shell-command): Cleanup connection initially.
1372 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1374         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1375         connection before running the test.
1377 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1379         * automated/tramp-tests.el (tramp-test15-copy-directory)
1380         (tramp-test16-directory-files, tramp-test17-insert-directory)
1381         (tramp-test18-file-attributes)
1382         (tramp-test19-directory-files-and-attributes)
1383         (tramp-test20-file-modes, tramp-test21-file-links)
1384         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1385         (tramp-test24-file-name-completion, tramp-test25-load)
1386         (tramp-test26-process-file, tramp-test27-start-file-process)
1387         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1388         (tramp-test29-utf8): New test.
1390 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1392         * automated/file-notify-tests.el (file-notify-test02-events)
1393         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1395         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1396         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1397         (tramp-test26-process-file, tramp-test28-shell-command):
1398         Ensure, that the directory is not empty when calling "ls".
1400 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1402         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1403         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1404         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1405         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1406         (tramp-test26-process-file): Add tests.
1407         (tramp-test11-copy-file): Remove debug message.
1408         (tramp-test20-file-modes): Special case, if user is "root".
1410 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1412         * automated/file-notify-tests.el:
1413         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1414         `tramp-remote-path' when running on hydra.
1415         (tramp-test07-file-exists-p): Remove instrumentation code.
1416         (tramp-test26-process-file): Don't use "/bin/true" and
1417         "/bin/false", these paths do not exist on hydra.
1419 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1421         * automated/process-tests.el: New file.
1423 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1425         * indent/ruby.rb: New examples.
1427 2013-11-06  Glenn Morris  <rgm@gnu.org>
1429         * automated/Makefile.in (setwins): Avoid accidental matches.
1431 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1433         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1434         Fix docstring.  Instrument, in order to hunt failure on hydra.
1436 2013-11-06  Glenn Morris  <rgm@gnu.org>
1438         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1439         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1440         (warning-predicate-function-perl):
1441         * automated/info-xref.el (info-xref-test-makeinfo):
1442         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1443         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1445 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1447         * automated/tramp-tests.el: New file.
1449 2013-11-05  Glenn Morris  <rgm@gnu.org>
1451         Get rid of --chdir usage.
1452         * automated/Makefile.in (EMACSOPT): Move -L here.
1453         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1454         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1455         (.el.elc): No more need to pass -L here.
1456         (compile-main): Get rid of sub-shell and cd.
1457         (compile-clean, check): Get rid of cd.
1459         Make it possible to run tests with a different working directory.
1460         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1461         (flymake-tests--current-face): Use flymake-tests-data-directory.
1462         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1463         (warning-predicate-function-perl): Adapt for above change.
1464         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1465         (zlib--decompress): Use zlib-tests-data-directory.
1467         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1468         Remove test that makes no sense.
1470         * automated/files.el (files-test-local-variable-data):
1471         Fix result typo presumably caused by interference from dir-locals.
1472         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1474 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1476         * indent/ruby.rb: Add a statement on the line after heredoc.
1477         Move a now-successful example.
1479         * automated/ruby-mode-tests.el: Remove outdated comment.
1481 2013-11-04  Glenn Morris  <rgm@gnu.org>
1483         * automated/Makefile.in (abs_srcdir): Remove.
1484         (emacs): Unset EMACSLOADPATH.
1485         (.el.elc, check): Use -L to append srcdir to load-path.
1487 2013-11-02  Glenn Morris  <rgm@gnu.org>
1489         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1490         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1491         (abs_srcdir): New, set by configure.
1492         (EMACS): Use a relative file name.
1493         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1494         (lisp-compile): Remove (assume it's up-to-date).
1495         (compile-main): Do not run lisp-compile.
1496         (compile-main, compile-clean, compile-always, bootstrap-clean)
1497         (check): Use srcdir rather than $test.  Check cd return value.
1498         Use --chdir.
1499         (doit, compile, compile-always): Remove stuff copied from lisp/.
1500         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1502 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1504         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1505         Add a skipping test.
1507 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1509         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1511         * indent/css-mode.css (.x2): Test alignement inside braces.
1513 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1515         * indent/ruby.rb: New failing example.
1517         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1518         Fix the test, in respect to adding the space after the curly.
1520 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1522         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1523         (ert-test-deftest): Adapt test for changed macro expansion.
1524         (ert-test-run-tests-interactively):
1525         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1526         Add a skipping test.
1528         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1529         (file-notify--test-local-enabled): Make it a function.  Check also
1530         for `file-remote-p' of `temporary-file-directory'.
1531         (file-notify--test-remote-enabled-checked): New defvar.
1532         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1533         internal functions.  Cache result.
1534         (file-notify--deftest-remote, file-notify-test00-availability)
1535         (file-notify-test01-add-watch, file-notify-test02-events)
1536         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1537         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1539 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1541         * indent/ruby.rb: Fix syntax error in the latest example.
1543 2013-10-23  Glenn Morris  <rgm@gnu.org>
1545         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1546         New, set by configure.
1547         (top_srcdir): Remove.
1548         (abs_test, abs_lispsrc): New.
1549         (lisp): No longer absolute.
1550         (emacs, lisp-compile, compile, compile-always):
1551         Quote entities that might contain whitespace.
1553 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1555         * indent/ruby.rb: Move two examples to "working" section, add one
1556         more.
1558 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1560         * indent/ruby.rb: New examples for indentation of blocks.
1561         Example of hash inside parens that inflooped before the present commit.
1563 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1565         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1566         allows another timer to run.
1568 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1570         * indent/ruby.rb: More examples for bug#15594, both failing and
1571         now passing.
1573 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1575         * indent/ruby.rb: Add two more cases.
1577 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1579         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1580         first use.
1581         (ruby-should-indent): Use indent-according-to-mode.
1582         (ruby-deftest-move-to-block): Use `declare'.
1584 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1586         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1588 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1590         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1592 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1594         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1595         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1597         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1599 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1601         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1602         Adjust indentation of continued line to the new SMIE behavior.
1604 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         * automated/completion-tests.el:
1607         * indent/css-mode.css: New files.
1609 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1611         * automated/data/package/signed/archive-contents:
1612         * automated/data/package/signed/archive-contents.sig:
1613         * automated/data/package/signed/signed-good-1.0.el:
1614         * automated/data/package/signed/signed-good-1.0.el.sig:
1615         * automated/data/package/signed/signed-bad-1.0.el:
1616         * automated/data/package/signed/signed-bad-1.0.el.sig:
1617         * automated/data/package/key.pub:
1618         * automated/data/package/key.sec: New files.
1620         * automated/package-test.el (package-test-update-listing)
1621         (package-test-update-archives, package-test-describe-package):
1622         Adjust to package.el change.
1623         (package-test-signed): New test.
1625 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1627         * automated/package-test.el: Update all cases to use :url instead
1628         of :homepage.
1630         * automated/package-x-test.el
1631         (package-x-test--single-archive-entry-1-3): Same.
1633 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1635         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1636         was unused.
1637         (simple-single-desc): Expect :homepage property.
1638         (multi-file-desc): Same.
1639         (with-package-test): Do not save previous `default-directory'
1640         value, let-bind the var instead.
1641         (package-test-install-single): Expect :homepage property in the
1642         generated pkg file.
1643         (package-test-describe-package): Expect Homepage button.
1644         (package-test-describe-non-installed-package)
1645         (package-test-describe-non-installed-multi-file-package): Same.
1646         (package-test-describe-not-installed-package): Remove, it was a
1647         duplicate.
1649         * automated/package-x-test.el
1650         (package-x-test--single-archive-entry-1-3): Expect :homepage
1651         property.
1652         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1654         * automated/data/package/simple-single-1.3.el: Add URL header.
1656         * automated/data/package/archive-contents: Add :homepage
1657         properties to `simple-single' and `multi-file'.
1659 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1661         * automated/data-tests.el:
1662         (bool-vector-count-matches-all-0-nil)
1663         (bool-vector-count-matches-all-0-t)
1664         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1665         (bool-vector-count-matches-at, bool-vector-intersection-op)
1666         (bool-vector-union-op, bool-vector-xor-op)
1667         (bool-vector-set-difference-op)
1668         (bool-vector-change-detection, bool-vector-not): New tests.
1669         (mock-bool-vector-count-matches-at)
1670         (test-bool-vector-bv-from-hex-string)
1671         (test-bool-vector-to-hex-string)
1672         (test-bool-vector-count-matches-at-tc)
1673         (test-bool-vector-apply-mock-op)
1674         (test-bool-vector-binop): New helper functions.
1675         (bool-vector-test-vectors): New testcase data.
1677 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1679         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1680         (advice-test-called-interactively-p-filter-args)
1681         (advice-test-called-interactively-p-around): New tests.
1683 2013-09-16  Glenn Morris  <rgm@gnu.org>
1685         * automated/eshell.el (eshell-match-result):
1686         Return a more informative failure than simply "false".  Update callers.
1688         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1689         Test value before and after loop as well as during.
1691 2013-09-15  Glenn Morris  <rgm@gnu.org>
1693         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1694         New test.  (Bug#15372)
1695         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1697 2013-09-13  Glenn Morris  <rgm@gnu.org>
1699         * automated/eshell.el (with-temp-eshell):
1700         Use a temp directory for eshell-directory-name.
1701         (eshell-test-command-result): New, again using a temp directory.
1702         Replace eshell-command-result with this throughout.
1703         (eshell-test/for-loop, eshell-test/for-name-loop):
1704         Ensure environment variables don't confuse us.
1706 2013-09-12  Glenn Morris  <rgm@gnu.org>
1708         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1709         due to "has a running process; kill it?" prompts.
1711 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * automated/eshell.el: Rename from eshell.el.
1714         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1716 2013-09-01  Glenn Morris  <rgm@gnu.org>
1718         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1719         Otherwise the sed command used by eg compile-main ends up
1720         containing "/*.el".  (Bug#15170)
1722 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1724         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1725         for portability to hosts where /bin/sh has problems.
1727 2013-08-21  David Engster  <deng@randomsample.de>
1729         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1730         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1731         upstream.  Changed to use ERT.
1733 2013-08-14  Daniel Hackney  <dan@haxney.org>
1735         * automated/package-test.el: Remove tar-package-building functions.
1736         Tar file used for testing is included in the repository.
1737         (package-test-install-texinfo, package-test-cleanup-built-files):
1738         Remove.
1740 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1742         * automated/python-tests.el (python-imenu-create-index-4)
1743         (python-imenu-create-flat-index-2): New tests.
1745 2013-08-05  Glenn Morris  <rgm@gnu.org>
1747         * automated/mule-util.el: New file, with tests extracted from
1748         lisp/international/mule-util.el.
1750 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1753         before definition.
1754         (advice-tests-macroaliases): New test.
1756 2013-08-04  Glenn Morris  <rgm@gnu.org>
1758         * automated/ert-tests.el: Disable failing test that no-one seems
1759         to know how to fix.  (Bug#13064)
1761         * automated/icalendar-tests.el (icalendar-tests--test-export)
1762         (icalendar-tests--test-import): Try more precise TZ specification.
1763         Remove debug messages.
1765 2013-08-03  Glenn Morris  <rgm@gnu.org>
1767         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1769         * automated/icalendar-tests.el (icalendar-tests--test-export)
1770         (icalendar-tests--test-import):
1771         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1772         (icalendar-tests--test-import): Reset zone even if error occurred.
1774 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1776         * automated/core-elisp-tests.el: New file.
1778 2013-08-01  Glenn Morris  <rgm@gnu.org>
1780         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1781         Try to check that the remote system has a notification program.
1783 2013-07-31  Glenn Morris  <rgm@gnu.org>
1785         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1787 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1789         * automated/file-notify-tests.el
1790         (file-notify--test-local-enabled): New defconst.  Replaces all
1791         `file-notify-support' occurrences.
1792         (file-notify--test-remote-enabled): New defun.
1793         (file-notify--deftest-remote): Use it.
1794         (file-notify-test00-availability): Rewrite.
1795         (file-notify-test00-availability-remote): New defun.
1796         (file-notify-test01-add-watch): Rewrite first erroneous check.
1798 2013-07-23  Glenn Morris  <rgm@gnu.org>
1800         * automated/inotify-test.el (inotify-file-watch-simple):
1801         Delete temp-file when done.
1803         * automated/subword-tests.el: Require subword.
1805 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1807         * automated/subword-tests.el: New file.
1809 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1811         * automated/python-tests.el (python-imenu-create-index-2)
1812         (python-imenu-create-index-3): New tests.
1814 2013-07-11  Glenn Morris  <rgm@gnu.org>
1816         * automated/ert-tests.el: Require cl-lib at runtime too.
1817         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1818         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1819         (ert-test-set-functions, ert-test-gensym)
1820         (ert-test-coerce-to-vector, ert-test-string-position)
1821         (ert-test-mismatch): Remove tests.
1822         * automated/cl-lib.el: New, split from ert-tests.el.
1824         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1825         Goto point-min.
1826         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1827         (ruby-move-to-block-skips-percent-literal)
1828         (ruby-move-to-block-skips-heredoc)
1829         (ruby-move-to-block-moves-from-else-to-if)
1830         (ruby-beginning-of-defun-does-not-fold-case)
1831         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1832         Replace goto-line with forward-line/goto-char.
1833         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1835         * automated/package-test.el (makeinfo-buffer): Autoload.
1836         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1837         (package-test-install-texinfo): Don't require makeinfo.
1839         * automated/files.el: Stop "local variables" confusion.
1841         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1843         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1844         Use with-current-buffer.
1846         * automated/undo-tests.el (undo-test-buffer-modified)
1847         (undo-test-file-modified): New tests.
1849 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1851         * automated/file-notify-tests.el (file-notify-test00-availability):
1852         Set :expected-result.
1853         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1854         (file-notify-test02-events, file-notify-test02-events-remote)
1855         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1856         Skip when `file-notify-support' is nil.  (Bug#14823)
1858 2013-07-09  Glenn Morris  <rgm@gnu.org>
1860         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1861         Declare.
1862         (inotify-file-watch-simple): Silence compiler.
1864         * automated/python-tests.el (python-indent-block-enders):
1865         Make it actually test something.
1867         * automated/package-x-test.el: Require package-test when compiling.
1869         * automated/add-log-tests.el, automated/advice-tests.el:
1870         * automated/imenu-test.el, automated/package-x-test.el:
1871         * automated/python-tests.el, automated/ruby-mode-tests.el:
1872         * automated/xml-parse-tests.el: Explicitly require ert.
1874 2013-07-08  Kenichi Handa  <handa@gnu.org>
1876         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1877         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1879 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1881         * automated/file-notify-tests.el
1882         (file-notify-test-remote-temporary-file-directory):
1883         Use `null-device' on w32.
1884         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1885         (file-notify--test-results, file-notify--test-event)
1886         (file-notify--deftest-remote, file-notify--event-test)
1887         (file-notify--test-event-handler)
1888         (file-notify--test-make-temp-name): Rename, in order to mark them
1889         internal.
1890         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1891         better fitting in noninteractive tests.
1892         (file-notify-test00-availability): Rename from `file-notify-test0'.
1893         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1894         Use `temporary-file-directory '.
1895         (file-notify-test01-add-watch-remote): New test.
1896         (file-notify-test02-events): Rename from `file-notify-test2'.
1897         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1898         (file-notify-test03-autorevert): Rename from
1899         `file-notify-test4'.  Use timeouts.
1900         (file-notify-test03-autorevert-remote): Rename from
1901         `file-notify-test5'.
1903 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1905         * automated/file-notify-tests.el: New package.
1907 2013-06-28  Kenichi Handa  <handa@gnu.org>
1909         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1910         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1911         Callers changed.
1912         (decoder-tests-filename): New function.
1913         (decoder-tests-prefer-utf-8-read)
1914         (decoder-tests-prefer-utf-8-write): New function.
1915         (ert-test-decoder-prefer-utf-8): New test.
1917 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1919         * automated/package-x-test.el: Change the commentary.
1920         (package-x-test--single-archive-entry-1-3)
1921         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1922         using the appropriate data structure.
1924 2013-06-27  Daniel Hackney  <dan@haxney.org>
1926         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1928         * automated/package-x-test.el: New file.
1930         * automated/package-test.el: New file.
1932         * automated/data/package: New directory, with test examples.
1934 2013-06-27  Glenn Morris  <rgm@gnu.org>
1936         * automated/python-tests.el (python-tests-with-temp-file):
1937         Clean up after ourself.
1939         * automated/undo-tests.el (undo-test3): Remove test that seems to
1940         do nothing that the previous one doesn't, except leave a tempfile.
1942 2013-06-26  Glenn Morris  <rgm@gnu.org>
1944         * automated/info-xref.el: New file.
1946 2013-06-25  Glenn Morris  <rgm@gnu.org>
1948         * automated/occur-tests.el (occur-test-create): New function.
1949         Use it to create separate tests for each element, so we run them
1950         all rather than stopping at the first error.
1952 2013-06-24  Glenn Morris  <rgm@gnu.org>
1954         * automated/occur-tests.el (occur-tests):
1955         Update for 2013-05-29 change to occur header line.
1957 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1959         Test suite for flymake.
1960         * automated/flymake-tests.el:
1961         * automated/flymake/warnpred/Makefile
1962         * automated/flymake/warnpred/test.c
1963         * automated/flymake/warnpred/test.pl: New files.
1965 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1967         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1969 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1971         * automated/reftex-tests.el: New test suite for reftex.
1973 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1975         * automated/ruby-mode-tests.el: New tests, for percent literals
1976         and expression expansion.
1978 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1980         * indent/octave.m: Tweak.
1982 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1984         * eshell.el: Rewrite tests using ERT.
1986 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1988         * indent/octave.m: Add tests for %!, # and ### comments.
1990 2013-05-23  Kenichi Handa  <handa@gnu.org>
1992         * automated/decoder-tests.el: New file.
1994 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1996         * indent/ruby.rb: Add multiline regexp example.
1998         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1999         (ruby-regexp-skips-over-interpolation)
2000         (ruby-regexp-continues-till-end-when-unclosed)
2001         (ruby-regexp-can-be-multiline)
2002         (ruby-interpolation-inside-percent-literal): New tests.
2004 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2006         * indent/ruby.rb: Fix indentation after =; add more cases.
2008 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2010         * indent/pascal.pas: Add test for mis-identified comments.
2012 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
2014         * automated/imenu-test.el: New file.  (Bug#14112)
2016 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2018         * automated/python-tests.el (python-imenu-prev-index-position-1):
2019         Remove test.
2020         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2021         New tests.
2023 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2025         * automated/python-tests.el (python-nav-backward-defun-2)
2026         (python-nav-backward-defun-3, python-nav-forward-defun-2)
2027         (python-nav-forward-defun-3): New tests.
2029 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2031         * automated/python-tests.el (python-nav-backward-defun-1)
2032         (python-nav-forward-defun-1): New tests.
2034 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
2036         * automated/add-log-tests.el: New file.  (Bug#14112)
2038 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
2040         * automated/python-tests.el (python-indent-block-enders): New test.
2041         (python-info-current-defun-2): Fix test.
2043 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2045         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
2047 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
2049         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2050         (python-tests-with-temp-file): New macro.
2051         (python-tests-shell-interpreter): New var.
2052         (python-shell-get-process-name-1)
2053         (python-shell-internal-get-process-name-1)
2054         (python-shell-parse-command-1)
2055         (python-shell-calculate-process-environment-1)
2056         (python-shell-calculate-process-environment-2)
2057         (python-shell-calculate-process-environment-3)
2058         (python-shell-calculate-exec-path-1)
2059         (python-shell-calculate-exec-path-2)
2060         (python-shell-make-comint-1)
2061         (python-shell-make-comint-2)
2062         (python-shell-get-process-1)
2063         (python-shell-get-or-create-process-1)
2064         (python-shell-internal-get-or-create-process-1): New tests.
2066 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2068         * automated/python-tests.el: New file.
2070 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2072         * automated/ruby-mode-tests.el
2073         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2074         bits inside the examples.
2075         (ruby-move-to-block-skips-heredoc): New test.
2076         (ruby-add-log-current-method-after-inner-class):
2077         Lower expectations: move point inside a method, initially.
2079 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2081         * automated/ruby-mode-tests.el
2082         (ruby-move-to-block-skips-percent-literal): New test.
2084 2013-02-04  Chong Yidong  <cyd@gnu.org>
2086         * automated/thingatpt.el: New file.
2088 2013-02-03  Chong Yidong  <cyd@gnu.org>
2090         * automated/files.el (file-test--do-local-variables-test):
2091         Avoid compilation warning message.
2093 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2095         * automated/ruby-mode-tests.el
2096         (ruby-indent-spread-args-in-parens): New test.
2097         * automated/ruby-mode-tests.el (ruby-block-test-example):
2098         Break indentation of the do block opener and add a line inside it.
2099         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2100         Adjust line numbers.
2102 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
2106 2013-01-14  Glenn Morris  <rgm@gnu.org>
2108         * automated/compile-tests.el (compile-tests--test-regexps-data):
2109         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2111 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2113         * automated/man-tests.el: New file.
2115 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2117         * automated/undo-tests.el (undo-test0): Adjust error to code change.
2119 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2121         * automated/undo-tests.el: New file.
2123 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2125         * automated/ruby-mode-tests.el
2126         (ruby-indent-after-block-in-continued-expression): New test.
2128 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2130         * automated/ruby-mode-tests.el:
2131         Rename one interpolation test; add three more.
2132         (ruby-with-temp-buffer): New macro, use it where appropriate.
2133         (ruby-add-log-current-method-examples): Use "_" for target point.
2134         Add four new tests for ruby-add-log-current-method.
2136 2012-12-11  Glenn Morris  <rgm@gnu.org>
2138         * automated/f90.el (f90-test-bug13138): New test.
2140 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2142         * automated/inotify-test.el: New test.
2144 2012-12-02  Chong Yidong  <cyd@gnu.org>
2146         * automated/ruby-mode-tests.el
2147         (ruby-add-log-current-method-examples): Don't use loop macro, to
2148         allow automated testing to work.
2150 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2152         * automated/advice-tests.el (advice-tests--data): Remove.
2153         (advice-tests): Move the tests directly here instead.
2154         Add called-interactively-p tests.
2156 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2158         * automated/ert-x-tests.el: Use cl-lib.
2159         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2161 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2163         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2164         (ruby-indent-inside-heredoc-after-operator)
2165         (ruby-indent-inside-heredoc-after-space): New tests.
2166         Change direct font-lock face references to var references.
2167         (ruby-interpolation-suppresses-syntax-inside): New test.
2168         (ruby-interpolation-inside-percent-literal-with-paren):
2169         New failing test.
2171 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2173         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2174         (ruby-singleton-class-no-heredoc-font-lock)
2175         (ruby-add-log-current-method-examples): New tests.
2176         (ruby-test-string): Extract from ruby-should-indent-buffer.
2177         (ruby-deftest-move-to-block): New macro.
2178         Add several move-to-block tests.
2180 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2182         * automated/advice-tests.el: New tests.
2184 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2186         * automated/compile-tests.el (compile-tests--test-regexps-data):
2187         Add new data for msft's new format.
2189 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2191         * automated/ruby-mode-tests.el:
2192         (ruby-toggle-block-to-multiline): New test.
2193         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2194         (ruby-toggle-block-to-brace): Use buffer-string.
2196 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2198         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2200 2012-08-28  Chong Yidong  <cyd@gnu.org>
2202         * automated/files.el: Test every combination of values for
2203         enable-local-variables and enable-local-eval.
2205 2012-08-19  Chong Yidong  <cyd@gnu.org>
2207         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2209 2012-08-18  Chong Yidong  <cyd@gnu.org>
2211         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2213 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2215         * indent/ruby.rb: Rearrange examples, add new ones.
2217 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2219         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2220         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2222 2012-08-11  Glenn Morris  <rgm@gnu.org>
2224         * automated/files.el: New file.
2226         * automated/Makefile.in (all): Fix typo.
2228 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2230         * automated/ruby-mode-tests.el (ruby-should-indent):
2231         Add docstring, check (current-indentation) instead of (current-column).
2232         (ruby-should-indent-buffer): New function.
2233         Add tests for `ruby-deep-indent-paren' behavior.
2234         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2236 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2238         Original tests in test_ruby_mode.rb in upstream (author).
2240 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2242         * automated/ruby-mode-tests.el (ruby-should-indent)
2243         (ruby-assert-state): New functions.
2244         Add new tests.
2246 2012-07-29  David Engster  <deng@randomsample.de>
2248         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2249         New variable to hold test data for name expansion.
2250         (xml-parse-tests): Test the two different types of name expansion.
2252 2012-07-29  Juri Linkov  <juri@jurta.org>
2254         * automated/occur-tests.el (occur-test-case): Use predefined
2255         buffer name " *test-occur*" instead of a random buffer name.
2257 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2259         * automated/ruby-mode-tests.el: New file with one test.
2261 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2263         * indent/shell.sh: Add test case for ${#VAR}.
2265         * indent/latex-mode.tex: New file.
2267 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2269         * eshell.el: Use cl-lib.
2271 2012-07-03  Chong Yidong  <cyd@gnu.org>
2273         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2275 2012-07-02  Chong Yidong  <cyd@gnu.org>
2277         * automated/xml-parse-tests.el (xml-parse-tests--data):
2278         More testcases.
2280 2012-07-01  Chong Yidong  <cyd@gnu.org>
2282         * automated/xml-parse-tests.el: New file.
2284 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2286         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2287         Use cl-flet.
2289 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2291         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2292         Test escaped commas in TZID (Bug#11473).
2293         (icalendar-import-with-timezone): New.
2294         (icalendar-real-world): Add new testcase as given in the bugreport
2295         of Bug#11473.
2297 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2299         * automated/icalendar-tests.el (icalendar-tests--test-import):
2300         Include UID in import tests (Bug#11525).
2301         (icalendar-import-non-recurring, icalendar-import-rrule)
2302         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2303         UID-import change.
2304         (icalendar-import-with-uid): New.
2305         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2306         Include UID in cycle tests.
2307         (icalendar-cycle, icalendar-real-world): UID-import change.
2309 2012-05-21  Glenn Morris  <rgm@gnu.org>
2311         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2313 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2315         * automated/url-util-tests.el: New file to test
2316         lisp/url/url-util.el.  Only `url-build-query-string' and
2317         `url-parse-query-string' are tested right now (Bug#8706).
2319 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2321         * indent/shell.sh:
2322         * indent/shell.rc: Ad some test cases.
2324 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2326         * indent/ruby.rb: New file, to test new syntax-propertize code.
2328 2012-04-11  Glenn Morris  <rgm@gnu.org>
2330         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2332 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2334         * automated/url-future-tests.el (url-future-tests): Move from
2335         lisp/url/url-future.el and rename.
2337 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2339         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2340         Fix broken test, caused by missing trailing blank.
2342 2011-12-03  Chong Yidong  <cyd@gnu.org>
2344         * automated/compile-tests.el (compile-tests--test-regexps-data):
2345         Increase column numbers by one to reflect change in how
2346         compilation-message is recorded (Bug#10172).
2348 2011-11-22  Glenn Morris  <rgm@gnu.org>
2350         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2352 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2354         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2356 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2358         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2359         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2360         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2362 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2364         * automated/newsticker-tests.el
2365         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2366         newsticker--treeview-tree-update.
2368 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2370         * automated/newsticker-tests.el
2371         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2373         * automated/newsticker-tests.el
2374         (newsticker--group-manage-orphan-feeds): Prevent updating
2375         newsticker treeview.  Fixed bug#9763.
2377 2011-10-20  Glenn Morris  <rgm@gnu.org>
2379         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2381         * automated/vc-bzr.el: New file.
2383 2011-10-15  Glenn Morris  <rgm@gnu.org>
2385         * automated/f90.el: New file.
2387 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2389         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2390         to automated/newsticker-tests.el.  Convert to ERT.
2392 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2394         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2395         Remove, simply use string=.
2396         (icalendar--diarytime-to-isotime)
2397         (icalendar--datetime-to-diary-date)
2398         (icalendar--datestring-to-isodate)
2399         (icalendar--format-ical-event)
2400         (icalendar--parse-summary-and-rest)
2401         (icalendar-tests--do-test-import)
2402         (icalendar-tests--do-test-cycle): Change argument order of
2403         string= to EXPECTED ACTUAL.
2404         (icalendar--import-format-sample)
2405         (icalendar--format-ical-event)
2406         (icalendar-import-non-recurring)
2407         (icalendar-import-rrule)
2408         (icalendar-import-duration)
2409         (icalendar-import-bug-6766)
2410         (icalendar-real-world): Adjust to string= instead of
2411         icalendar-tests--compare-strings.
2412         (icalendar-import-multiple-vcalendars): New.
2414 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2416         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2417         Require CL.
2419 2011-05-09  Juri Linkov  <juri@jurta.org>
2421         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2422         Convert to ERT.
2424 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2426         * automated/compile-tests.el: New file.
2428 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2430         * automated/font-parse-tests.el: Don't byte-compile.
2432         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2434 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * automated/lexbind-tests.el: New file.
2438 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2440         * Version 23.3 released.
2442 2011-03-05  Glenn Morris  <rgm@gnu.org>
2444         * eshell.el: Move here from lisp/eshell/esh-test.el.
2446 2011-03-03  Christian Ohler  <ohler@gnu.org>
2448         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2449         New test.
2451 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2453         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2454         convert to ERT format.
2456 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2458         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2459         convert to ERT format.
2461 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2463         * indent/shell.sh:
2464         * indent/shell.rc: New files.
2466 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2468         * automated/font-parse-tests.el: Move from
2469         font-parse-testsuite.el.
2471 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2473         * font-parse-testsuite.el (test-font-parse-data): New file.
2475 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2477         * indent/prolog.prolog: Add tokenizing tests.
2479 2011-01-13  Christian Ohler  <ohler@gnu.org>
2481         * automated: New directory for automated tests.
2483         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2485         * automated/Makefile.in: New file.
2487 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2489         * indent/modula2.mod: New file.
2491 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2493         * indent/octave.m: Add a test to ensure indentation is local.
2495 2010-10-23  Glenn Morris  <rgm@gnu.org>
2497         * comint-testsuite.el
2498         (comint-testsuite--test-comint-password-prompt-regexp):
2499         Add "Please enter the password".  (Bug#7224)
2501 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2503         * indent/prolog.prolog: Use normal spacing around !.
2505 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2507         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2509 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2511         * indent/octave.m: Remove some `fixindent' not needed any more.
2513 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2515         * indent/octave.m: New file.
2517 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2519         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2520         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2521         (icalendar-testsuite--run-internal-tests): New.
2522         (icalendar-testsuite--test-convert-ordinary-to-ical)
2523         (icalendar-testsuite--test-convert-block-to-ical)
2524         (icalendar-testsuite--test-convert-anniversary-to-ical)
2525         (icalendar-testsuite--test-parse-vtimezone)
2526         (icalendar-testsuite--do-test-export): Code formatting.
2527         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2528         (icalendar-testsuite--do-test-import)
2529         (icalendar-testsuite--do-test-cycle):
2530         Use icalendar-testsuite--compare-strings
2531         (icalendar-testsuite--run-import-tests): Comment added.
2532         (icalendar-testsuite--run-import-tests)
2533         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2535 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2537         * redisplay-testsuite.el (test-redisplay-3): New test.
2539 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2541         * comint-testsuite.el: New file.
2543 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2545         * indent: New dir.
2547 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2549         * Version 23.2 released.
2551 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2553         * cedet/semantic-ia-utest.el
2554         (semantic-symref-test-count-hits-in-tag): Add function, from
2555         semantic-test.el.
2557         * cedet/tests/test.cpp:
2558         * cedet/tests/test.py:
2559         * cedet/tests/teststruct.cpp:
2560         * cedet/tests/testtemplates.cpp:
2561         * cedet/tests/testusing.cpp:
2562         * cedet/tests/scopetest.cpp:
2563         * cedet/tests/scopetest.java: Files deleted.
2565         * cedet/tests/test.make:
2566         * cedet/tests/test.c:
2567         * cedet/tests/testjavacomp.java:
2568         * cedet/tests/testspp.c:
2569         * cedet/tests/testsppreplace.c:
2570         * cedet/tests/testsppreplaced.c:
2571         * cedet/tests/testsubclass.cpp:
2572         * cedet/tests/testsubclass.hh:
2573         * cedet/tests/testtypedefs.cpp:
2574         * cedet/tests/testvarnames.c:
2575         * cedet/tests/test.el:
2576         * cedet/tests/testdoublens.cpp:
2577         * cedet/tests/testdoublens.hpp: Add copyright header.
2579         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2580         Remove reference to deleted files.
2582 2010-03-30  Juri Linkov  <juri@jurta.org>
2584         * occur-testsuite.el (occur-tests): Add tests for context lines.
2586 2010-03-23  Juri Linkov  <juri@jurta.org>
2588         * occur-testsuite.el: New file.
2590 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2592         * Branch for 23.2.
2594 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2596         * icalendar-testsuite.el
2597         (icalendar-testsuite--run-function-tests): Add new tests.
2598         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2599         testcase.
2600         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2601         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2602         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2603         (icalendar-testsuite--test-convert-block-to-ical): New.
2604         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2605         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2607 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2609         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2610         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2611         Fix typos in docstrings and error messages.
2612         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2614 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2616         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2617         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2618         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2620 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2622         * icalendar-testsuite.el
2623         (icalendar-testsuite--run-function-tests):
2624         Add icalendar-testsuite--test-parse-vtimezone.
2625         (icalendar-testsuite--test-parse-vtimezone): New.
2626         (icalendar-testsuite--do-test-cycle): Doc changes.
2627         (icalendar-testsuite--run-real-world-tests): Remove trailing
2628         whitespace -- see change of icalendar--add-diary-entry in
2629         icalendar.el.
2630         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2632 2009-09-30  Glenn Morris  <rgm@gnu.org>
2634         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2636 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2638         * cedet/*: New unit tests, from CEDET repository.
2640 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2642         * redisplay-testsuite.el: New file.
2644 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2646         * Branch for 23.1.
2648 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2650         * icalendar-testsuite.el
2651         (icalendar-testsuite--run-function-tests):
2652         Add icalendar-testsuite--test-diarytime-to-isotime.
2653         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2654         recent icalendar fixes.
2655         (icalendar-testsuite--test-diarytime-to-isotime): New.
2656         (icalendar-testsuite--test-create-uid): Adjust to recent
2657         icalendar changes.
2659 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2661         * bytecomp-testsuite.el: New file.
2663 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2665         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2666         Add `icalendar-testsuite--test-create-uid'.
2667         (icalendar-testsuite--test-create-uid): New.
2669 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2671         * newsticker-testsuite.el: New file.
2673 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2675         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2676         Add icalendar-testsuite--test-datestring-to-isodate,
2677         icalendar-testsuite--test-datetime-to-diary-date, and
2678         icalendar-testsuite--test-calendar-style.
2679         (icalendar-testsuite--test-format-ical-event)
2680         (icalendar-testsuite--test-parse-summary-and-rest):
2681         Doc fix.  Remove european-calendar-style.
2682         (icalendar-testsuite--get-ical-event): Doc fix.
2683         (icalendar-testsuite--test-first-weekday-of-year)
2684         (icalendar-testsuite--run-cycle-tests): Add doc string.
2685         (icalendar-testsuite--test-datestring-to-isodate)
2686         (icalendar-testsuite--test-datetime-to-diary-date)
2687         (icalendar-testsuite--test-calendar-style): New functions.
2688         (icalendar-testsuite--test-export): Handle iso date style.
2689         New arg INPUT-ISO.  Use calendar-date-style.
2690         (icalendar-testsuite--test-import): Handle iso date style.
2691         New arg EXPECTED-ISO.  Use calendar-date-style.
2692         (icalendar-testsuite--test-cycle): Handle iso date style.
2693         (icalendar-testsuite--run-import-tests)
2694         (icalendar-testsuite--run-export-tests)
2695         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2697 2008-02-29  Glenn Morris  <rgm@gnu.org>
2699         * README: New file.
2701 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2703         * icalendar-testsuite.el: New file.
2705 ;; Local Variables:
2706 ;; coding: utf-8
2707 ;; End:
2709   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2711   This file is part of GNU Emacs.
2713   GNU Emacs is free software: you can redistribute it and/or modify
2714   it under the terms of the GNU General Public License as published by
2715   the Free Software Foundation, either version 3 of the License, or
2716   (at your option) any later version.
2718   GNU Emacs is distributed in the hope that it will be useful,
2719   but WITHOUT ANY WARRANTY; without even the implied warranty of
2720   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2721   GNU General Public License for more details.
2723   You should have received a copy of the GNU General Public License
2724   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.