Better changelog for xwidgets
[emacs.git] / test / ChangeLog
blob28178812a95553291c3070833c0436c71720f6dc
1 2015-02-01 Joakim Verona  <joakim@verona.se>
2         Support for testing xwidgets
3         * xwidget-test-manual.el:
5 2015-02-01  Grégoire Jadi  <daimrod@gmail.com>
6         Support for testing xwidgets
7         * automated/xwidget-tests.el:
9 2015-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
13 2015-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15         * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
17 2015-01-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
19         * automated/python-tests.el (python-indent-pep8-1)
20         (python-indent-pep8-2, python-indent-pep8-3)
21         (python-indent-after-comment-1, python-indent-after-comment-2)
22         (python-indent-inside-paren-1, python-indent-inside-paren-2)
23         (python-indent-after-block-1, python-indent-after-block-2)
24         (python-indent-after-backslash-1, python-indent-after-backslash-2)
25         (python-indent-after-backslash-3, python-indent-block-enders-1)
26         (python-indent-block-enders-2, python-indent-block-enders-3)
27         (python-indent-block-enders-4, python-indent-block-enders-5)
28         (python-indent-dedenters-1, python-indent-dedenters-2)
29         (python-indent-dedenters-3, python-indent-dedenters-4)
30         (python-indent-dedenters-5, python-indent-dedenters-6)
31         (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
32         (python-indent-base-case, python-indent-after-block-3)
33         (python-indent-after-backslash-5, python-indent-inside-paren-3)
34         (python-indent-inside-paren-4, python-indent-inside-paren-5)
35         (python-indent-inside-paren-6, python-indent-inside-string-1)
36         (python-indent-inside-string-2, python-indent-inside-string-3)
37         (python-indent-dedent-line-backspace-1): New Tests.
39 2015-01-28  Glenn Morris  <rgm@gnu.org>
41         * automated/regexp-tests.el: Require regexp-opt, which is
42         not preloaded --without-x.
44 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
46         * automated/cl-generic-tests.el: Try and make sure cl-lib is not
47         required at run-time.
49 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
52         New test.
54 2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
56         * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
57         This is more portable in shell scripts.
58         Fixes: bug#19658
60 2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
62         Fix package tests when TMPDIR is in HOME.  (Bug#19657)
63         * automated/package-test.el (with-package-test):
64         Bind `abbreviated-home-dir' to nil.
65         (package-test-describe-package, package-test-signed):
66         Expect abbreviated directory names.
68 2015-01-22  Jorgen Schaefer  <contact@jorgenschaefer.de>
70         * automated/package-test.el (package-test-install-prioritized):
71         Re-add the test case and add priority to the correct repository
72         this time around.
74 2015-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
76         * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
77         the setf can be used already in the body of the method.
79 2015-01-20  Jorgen Schaefer  <contact@jorgenschaefer.de>
81         * automated/package-test.el (package-test-install-prioritized):
82         Remove test due to unreproducible failures.
84 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
86         * automated/descr-text-test.el: New file with tests for
87         `describe-char-eldoc--truncate', `describe-char-eldoc--format',
88         and `describe-char-eldoc'.
90 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
92         * automated/tildify-tests.el (tildify-space-undo-test--test):
93         A new helper function for testing `tildify-double-space-undos'
94         behaviour in the `tildify-space' function.
95         (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
96         (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
97         New tests for `tildify-doule-space-undos' behaviour.
99         * automated/tildify-tests.el (tildify-space-test--test):
100         A new helper function for testing `tildify-space' function.
101         (tildify-space-test-html, tildify-space-test-html-nbsp)
102         (tildify-space-test-xml, tildify-space-test-tex): New tests for
103         `tildify-space' function.
105 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * automated/Makefile.in (EMACS_EXTRAOPT): New var.
108         (EMACSOPT): Use it.
110         * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
111         Rename other tests to preserve ordering.
113 2015-01-18  Leo Liu  <sdl.web@gmail.com>
115         * automated/seq-tests.el (test-seq-subseq): Add more tests.
116         (Bug#19434)
118 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
121         Test `subclass' specializer.
123 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
125         * automated/eieio-tests.el
126         (eieio-test-37-obsolete-name-in-constructor): New test.
128 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
130         * automated/eieio-tests.el (eieio-test-25-slot-tests)
131         (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
132         (eieio-test-30-slot-attribute-override)
133         (eieio-test-31-slot-attribute-override-class-allocation): Don't check
134         that we enforce :protection since we don't any more.
136         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
137         Use an explicit arg instead of eieio--scoped-class.  Update all callers.
139 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
141         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
142         Reset eieio-test--1.
144         * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
145         Rename from cl-generic-test-7-after/before.
146         (cl--generic-test-advice): New function.
147         (cl-generic-test-9-advice): New test.
149 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
151         * automated/package-test.el (package-test-install-prioritized):
152         New test.
154 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
156         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
157         New functions.
158         (test-calc-remove-units, test-calc-extract-units)
159         (test-calc-convert-units): New tests.
161 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
163         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
165 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
168         keysym arg instead of relying on internal var eieio--generic-call-key.
169         Update all callers.
170         (eieio-test-cl-generic-1): New tests.
172 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
174         * automated/cl-generic-tests.el: New file.
176 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
179         <foo>-child-p.
181         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
182         Update reference to eieio--generic-call-key.
184 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
186         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
187         Don't use <class>-list types and <class>-list-p predicates.
189         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
190         Don't use <class>-list type.
192         * automated/eieio-test-methodinvoke.el
193         (eieio-test-method-order-list-4):
194         Don't use <class> as a variable.
196 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * automated/eieio-tests.el (eieio-test-04-static-method)
199         (eieio-test-05-static-method-2): Use oref-default to access
200         class slots.
201         (eieio-test-23-inheritance-check): Don't assume that
202         eieio-class-parents returns class names, or that a class can only have
203         a single name.
205         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
206         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
207         Change arg to be a class object.  Update all callers.
209 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
211         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
212         Adjust to new semantics of eieio--scoped-class.
213         (eieio-test-match): Improve error feedback.
215 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
217         * automated/eieio-tests.el: Remove dummy object names.
219         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
220         The type FOO-child is the same as FOO.
222 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
224         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
225         Remove use of eieio-generic-call-methodname.
226         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
227         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
228         Adjust the expected result accordingly.
230 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
232         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
233         New defun.
234         (tramp-test30-special-characters): Use it.  (Bug#19463)
235         (tramp--test-check-files): Filter nil file names out.
237 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
239         Sync with Tramp 2.2.11.
241         * automated/tramp-tests.el (tramp-test30-special-characters):
242         Skip test on MS-Windows.
244 2014-12-27  Glenn Morris  <rgm@gnu.org>
246         * automated/let-alist.el: Load dependency.
248 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
250         * automated/python-tests.el
251         (python-shell-completion-native-interpreter-disabled-p-1): New test.
253 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
255         * automated/python-tests.el (python-shell-get-or-create-process-1)
256         (python-shell-get-or-create-process-2)
257         (python-shell-get-or-create-process-3): Remove tests.
259 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
261         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
263 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
265         * automated/python-tests.el (python-shell-buffer-substring-1)
266         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
267         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
268         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
269         (python-shell-buffer-substring-8)
270         (python-info-encoding-from-cookie-1)
271         (python-info-encoding-from-cookie-2)
272         (python-info-encoding-from-cookie-3)
273         (python-info-encoding-from-cookie-4)
274         (python-info-encoding-from-cookie-5)
275         (python-info-encoding-from-cookie-6)
276         (python-info-encoding-from-cookie-7, python-info-encoding-1)
277         (python-info-encoding-2): New tests.
279 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
281         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
282         expect a given order of "." and "..".
284 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
286         * automated/python-tests.el (python-indent-electric-colon-2)
287         (python-indent-electric-colon-3): New tests.
289 2014-12-27  João Távora  <joaotavora@gmail.com>
291         * automated/electric-tests.el (autowrapping-7): Tests for
292         tex-mode.
294 2014-12-27  Glenn Morris  <rgm@gnu.org>
296         * automated/flymake/warnpred/test.pl: Tweak format, since the
297         previous one seems to have stopped giving a warning with perl 5.20.1.
299 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
301         * automated/python-tests.el (python-shell-get-process-name-1)
302         (python-shell-internal-get-process-name-1): Cleanup.
303         (python-shell-get-process-name-2)
304         (python-shell-internal-get-process-name-2): New tests.
305         (python-shell-calculate-command-1)
306         (python-shell-calculate-process-environment-3)
307         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
308         (python-shell-make-comint-2, python-shell-make-comint-4)
309         (python-shell-get-process-1, python-util-clone-local-variables-1):
310         Replace obsolete function and variable references with current.
312 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
314         * automated/let-alist.el: require `cl-lib'
315         New tests for accessing alists inside alists.
317 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
319         * automated/let-alist.el: New file.
321 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
323         * automated/seq-tests.el: New file.
325 2014-12-16  Glenn Morris  <rgm@gnu.org>
327         * automated/data/flymake/Makefile (check-syntax):
328         Prevent colorized gcc output from confusing flymake.
330         * automated/flymake-tests.el (flymake-tests-data-directory):
331         Change from flymake/warnpred to more standard data/flymake.
332         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
334 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
336         * automated/vc-tests.el (vc-test--revision-granularity-function):
337         New defun.
338         (vc-test--create-repo-function): Rename from
339         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
340         (vc-test--create-repo): Check also for revision-granularity.
341         (vc-test--unregister-function): Additional argument FILE.
342         Adapt all callees.
343         (vc-test--working-revision): New defun.
344         (vc-test-*-working-revision): New tests.
346 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
348         * automated/vc-tests.el (vc-test--register): Check, that the file
349         still exists after register and unregister operations.
351 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
353         * automated/vc-tests.el: New file.
355 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
357         * automated/tramp-tests.el (tramp-test29-vc-registered):
358         Fallback for changed `vc-register' argument list.
360 2014-12-03  Glenn Morris  <rgm@gnu.org>
362         * automated/tramp-tests.el (tramp-test29-vc-registered):
363         Update for recent incompatible change in vc-register.
365 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
367         * automated/python-tests.el
368         (python-shell-calculate-process-environment-4)
369         (python-shell-calculate-process-environment-5): New tests.
370         (python-shell-make-comint-3): Use file-equal-p.
371         (python-shell-get-or-create-process-1)
372         (python-shell-get-or-create-process-2)
373         (python-shell-get-or-create-process-3): Fix interpreter for
374         Windows (Bug#18595).
376 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
378         * automated/libxml-tests.el
379         (libxml-tests--data-comments-preserved): Rename from
380         'libxml-tests--data'.
381         (libxml-tests--data-comments-discarded): New.
382         (libxml-tests): Check whether 'libxml-parse-xml-region' is
383         discarding comments correctly.
385 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
387         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
388         HTML and XML now use no-break space as hard space.  Update tests.
389         (tildify-test-foreach-ignore-environments)
390         (tildify-test-foreach-ignore-environments-early-return,
391         (tildify-test-foreach-region)
392         (tildify-test-foreach-region-early-return)
393         (tildify-test-foreach-region-limit-region): New tests of
394         `tildify-foreach-ignore-environments' and
395         `tildify--foreach-region' functions.
396         (with-test-foreach): New helper macro for the above tests.
398 2014-11-17  Glenn Morris  <rgm@gnu.org>
400         * automated/occur-tests.el (occur-test-case, occur-test-create):
401         In case of failure, show the actual string, rather than just nil.
402         (occur-tests): Update for apparent change in output re control-chars.
404 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
406         * automated/icalendar-tests.el (icalendar-tests--test-export):
407         New optional parameter `alarms'.
408         (icalendar-export-alarms): New test for exporting icalendar
409         alarms.
410         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
412 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
414         * automated/icalendar-tests.el (icalendar-tests--test-import):
415         Mention timezone in doc string.  Clean up.
416         (icalendar-real-world): Add another test case for no-dst
417         timezones.
419 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
421         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
422         Add testcase where offsets of standard time and daylight saving time
423         are equal.
424         (icalendar-real-world): Fix error in test case.  Expected result
425         was wrong when offsets of standard time and daylight saving time
426         were equal.
428 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
430         * automated/python-tests.el
431         (python-shell-calculate-process-environment-2): Fix test.
432         (python-shell-calculate-process-environment-1)
433         (python-shell-calculate-process-environment-3): Cleanup.
435 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
437         * automated/python-tests.el (python-indent-dedenters-8): New test
438         for Bug#18432.
440 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
442         * automated/python-tests.el (python-indent-region-1)
443         (python-indent-region-2, python-indent-region-3)
444         (python-indent-region-4, python-indent-region-5): New tests.
446 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
449         * automated/cl-lib-tests.el: Rename from cl-lib.el.
451 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
453         * automated/libxml-tests.el: New file.
455 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
457         * automated/process-tests.el (process-test-quoted-batfile):
458         New test.
460 2014-10-20  Glenn Morris  <rgm@gnu.org>
462         * Merge in all changes up to 24.4 release.
464 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
466         * indent/scss-mode.scss: New file.
467         * indent/css-mode.css: Add a few uneventful examples.
469 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
471         * BidiCharacterTest.txt: New file, from Unicode.
473         * biditest.el: New file.
475 2014-10-08  Leo Liu  <sdl.web@gmail.com>
477         * automated/print-tests.el: New file.
478         (terpri): Tests for terpri.  (Bug#18652)
480 2014-10-06  Glenn Morris  <rgm@gnu.org>
482         * automated/icalendar-tests.el (icalendar--calendar-style):
483         Remove test, no longer relevant.
485 2014-10-04  Glenn Morris  <rgm@gnu.org>
487         * automated/package-x-test.el: Remove file...
488         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
490 2014-10-02  Glenn Morris  <rgm@gnu.org>
492         * automated/package-test.el (with-package-test, package-test-signed):
493         Also set HOME to a temp value, in case the real one is absent (e.g.
494         hydra) or read-only.  (Bug#18575)
495         (package-test-signed): Use skip-unless rather than expected-result.
497 2014-09-26  Leo Liu  <sdl.web@gmail.com>
499         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
500         New tests.  (Bug#18557)
502 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
504         * automated/newsticker-tests.el
505         (newsticker--group-find-parent-group),
506         (newsticker--group-do-rename-group): New tests.
508 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
510         * automated/fns-tests.el (fns-tests-collate-sort):
511         Bind w32-collate-ignore-punctuation to t when sorting according to
512         UTS#10 rules.
514 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
516         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
517         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
519 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
521         * automated/fns-tests.el (fns-tests-compare-strings): In case
522         `compare-strings' shall return t, check for this.
523         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
525 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
527         * automated/python-tests.el (python-indent-electric-colon-1):
528         New test.  (Bug#18228)
530 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
532         * automated/fns-tests.el (fns-tests-sort): New test.
534 2014-08-28  Glenn Morris  <rgm@gnu.org>
536         * automated/python-tests.el (python-shell-calculate-exec-path-2):
537         Update test for today's python.el changes.
539 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
541         * automated/compile-tests.el (compile--test-error-line): Grok FILE
542         being nil.  Allows for Guile tests to pass.
543         (compile-tests--test-regexps-data): Add Guile tests.
545 2014-08-11  Glenn Morris  <rgm@gnu.org>
547         * automated/data/files-bug18141.el.gz: New file.
548         * automated/files.el (files-test-bug-18141-file):
549         New variable and test.  (Bug#18141)
551 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
553         Enumerate evaluated sexp diary entries (Bug#7911).
554         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
555         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
556         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
557         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
558         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
559         New tests.
561 2014-08-07  Glenn Morris  <rgm@gnu.org>
563         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
565 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
567         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
568         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
570 2014-08-03  Glenn Morris  <rgm@gnu.org>
572         * automated/Makefile.in (check-tar): New rule.
574 2014-08-02  Glenn Morris  <rgm@gnu.org>
576         * automated/fns-tests.el (fns-tests-compare-strings):
577         Update test.  (Bug#17903)
579         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
580         Use more precise TZ specification, as per 2013-08-04.
582 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
584         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
585         New test.
587 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
589         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
591 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
593         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
594         Work around the failures in icalendar-tests which occasionally occur on
595         hydra.nixos.org.
597 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
599         * automated/python-tests.el:
600         (python-util-clone-local-variables-1): Fix test.
602         * automated/python-tests.el (python-shell-make-comint-1):
603         (python-shell-make-comint-2): Fix indentation.
604         (python-shell-make-comint-3)
605         (python-shell-make-comint-4): New tests.
606         (python-shell-get-or-create-process-1): Fix test.
607         (python-shell-get-or-create-process-2)
608         (python-shell-get-or-create-process-3): New tests.
609         (python-shell-internal-get-or-create-process-1): Fix test.
610         (python-shell-prompt-detect-1): New test.
611         (python-shell-prompt-detect-2): New test.  (Bug#17370)
612         (python-shell-prompt-detect-3)
613         (python-shell-prompt-detect-4)
614         (python-shell-prompt-detect-5)
615         (python-shell-prompt-detect-6)
616         (python-shell-prompt-validate-regexps-1)
617         (python-shell-prompt-validate-regexps-2)
618         (python-shell-prompt-validate-regexps-3)
619         (python-shell-prompt-validate-regexps-4)
620         (python-shell-prompt-validate-regexps-5)
621         (python-shell-prompt-validate-regexps-6)
622         (python-shell-prompt-validate-regexps-7)
623         (python-shell-prompt-set-calculated-regexps-1)
624         (python-shell-prompt-set-calculated-regexps-2)
625         (python-shell-prompt-set-calculated-regexps-3)
626         (python-shell-prompt-set-calculated-regexps-4)
627         (python-shell-prompt-set-calculated-regexps-5)
628         (python-shell-prompt-set-calculated-regexps-6)
629         (python-util-valid-regexp-p-1): New tests.
631 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * automated/advice-tests.el (advice-test-call-interactively): Make sure
634         the function's definition is fully restored at the end.
636 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
638         * automated/python-tests.el (python-indent-block-enders-1)
639         (python-indent-block-enders-2): Fix tests.
640         (python-indent-block-enders-3, python-indent-block-enders-4)
641         (python-indent-block-enders-5, python-indent-dedenters-1)
642         (python-indent-dedenters-2): Remove tests.
643         (python-indent-dedenters-1, python-indent-dedenters-2)
644         (python-indent-dedenters-3, python-indent-dedenters-4)
645         (python-indent-dedenters-5, python-indent-dedenters-6)
646         (python-indent-dedenters-7)
647         (python-info-dedenter-opening-block-position-1)
648         (python-info-dedenter-opening-block-position-2)
649         (python-info-dedenter-opening-block-position-3)
650         (python-info-dedenter-opening-block-positions-1)
651         (python-info-dedenter-opening-block-positions-2)
652         (python-info-dedenter-opening-block-positions-3)
653         (python-info-dedenter-opening-block-positions-4)
654         (python-info-dedenter-opening-block-positions-5)
655         (python-info-dedenter-opening-block-message-1)
656         (python-info-dedenter-opening-block-message-2)
657         (python-info-dedenter-opening-block-message-3)
658         (python-info-dedenter-opening-block-message-4)
659         (python-info-dedenter-opening-block-message-5)
660         (python-info-dedenter-statement-p-1)
661         (python-info-dedenter-statement-p-2)
662         (python-info-dedenter-statement-p-3)
663         (python-info-dedenter-statement-p-4)
664         (python-info-dedenter-statement-p-5): New tests.
666 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
668         * indent/perl.perl: Add indentation pattern for hash-table entries.
670 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
672         * automated/dbus-tests.el (dbus-test02-register-service-session)
673         (dbus-test02-register-service-system): Fix docstring.
674         (dbus-test02-register-service-own-bus)
675         (dbus-test03-peer-interface): New tests.
677 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
679         * automated/python-tests.el (python-tests-self-insert): New function.
680         (python-triple-quote-pairing): Use it.
681         (python-parens-electric-indent-1): New test. (Bug#17658)
683 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
685         * automated/subr-x-tests.el: New file.
687 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
689         * automated/tramp-tests.el (tramp--instrument-test-case):
690         Print debug buffer in any case.
692 2014-06-28  Leo Liu  <sdl.web@gmail.com>
694         * automated/calc-tests.el: New file and add tests for math-bignum.
695         (Bug#17556)
697 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
699         * automated/dbus-tests.el (dbus--test-register-service)
700         (dbus-test02-register-service-session): Replace `dbus-ping' calls
701         by `dbus-list-known-names'.  (Bug#17858)
703 2014-06-28  Glenn Morris  <rgm@gnu.org>
705         * automated/Makefile.in (GDB): New variable.
706         (emacs): Use $GDB.  (Bug#15991)
708         * automated/Makefile.in (WRITE_LOG): New variable.
709         (%.log): Use WRITE_LOG.
710         (test_template): Disable logging.
712         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
713         (test_template): New definition.  Apply to TESTS.
715 2014-06-27  Glenn Morris  <rgm@gnu.org>
717         * automated/Makefile.in (check-maybe): Rename from check.
718         (check): Re-run all the tests, every time.
719         (clean, mostlyclean): Also delete *.log~.
721 2014-06-26  Glenn Morris  <rgm@gnu.org>
723         * automated/package-x-test.el: Do not mess with load-path.
725         * automated/Makefile.in (%.log): If error, dump log to stdout.
727 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
729         * automated/package-test.el (package-test-update-listing)
730         (package-test-update-archives, package-test-describe-package):
731         Adjust tests according to new package-list-unsigned.
733 2014-06-26  Glenn Morris  <rgm@gnu.org>
735         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
737         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
739         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
740         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
741         (setwins, compile-targets, compile-main, compile-clean): Remove.
742         (GREP_OPTIONS): Unexport.
743         (.el.elc): Replace with pattern rule.
744         (%.elc, %.log): New pattern rules.
745         (ELFILES, LOGFILES): New variables.
746         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
747         (clean, mostlyclean): New rules.
748         (bootstrap-clean): Simplify.
749         (bootstrap-clean, distclean): Depend on clean.
751 2014-06-25  Glenn Morris  <rgm@gnu.org>
753         * automated/flymake-tests.el (flymake-tests--current-face):
754         Sleep for longer.  Avoid querying.
756 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
758         * automated/fns-tests.el (fns-tests-compare-string): New test.
760 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
762         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
763         according to Bug#17815.
765 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
767         * automated/python-tests.el (python-util-strip-string-1): New test.
769 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
771         Sync with Tramp 2.2.10.
773         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
774         (tramp--instrument-test-case): Extend docstring.
775         (tramp-test15-copy-directory): Skip for tramp-smb.el.
776         (tramp-test21-file-links): Use `file-truename' for directories.
777         (tramp-test27-start-file-process, tramp-test28-shell-command):
778         Retrieve process output more robustly.
779         (tramp--test-check-files): Extend test.
780         (tramp-test30-special-characters): Skip for tramp-adb.el,
781         tramp-gvfs.el and tramp-smb.el.  Add further file names.
783 2014-06-13  Glenn Morris  <rgm@gnu.org>
785         * automated/Makefile.in (compile-main):
786         GNU make automatically passes command-line arguments to sub-makes.
788 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
790         * automated/tildify-tests.el (tildify-test--test): Optimize the test
791         slightly by reusing the same temporary buffer across multiple test
792         cases.
794         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
795         (tildify-test-find-env-group-index-bug): Update to support new
796         signature of the `tildify-foreach-region-outside-env' function.
797         Namely, it now takes pairs as an argument instead of looking it up in
798         `tildify-ignored-environments-alist'.
800         * automated/tildify-tests.el (tildify-test--example-html): Add support
801         for generating XML code, so that…
802         (tildify-test-xml) …test can be added to check handling of XML
803         documents.
805         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
806         New test checking end-regex building when multiple environment pairs
807         use integers to refer to capture groups.
809         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
810         test checking end-regex building in `tildify-find-env' function when
811         integers (denoting capture groups) and strings are mixed together.
813 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
815         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
816         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
818 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
820         * automated/tramp-tests.el (tramp-test29-vc-registered):
821         Instrument failed test case.
823 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
826         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
828 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
830         * automated/tildify-tests.el: New file.
832 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
834         * indent/ruby.rb: Add one more test.
836         * indent/ps-mode.ps: New file.
838         * indent/octave.m: Add a few more tests.
840         * automated/core-elisp-tests.el
841         (core-elisp-test-window-configurations): New test.
843 2014-05-26  Glenn Morris  <rgm@gnu.org>
845         * automated/package-test.el (package-test-install-single):
846         Update for changed output.
848 2014-05-22  Glenn Morris  <rgm@gnu.org>
850         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
851         Fix handling of temporary elc files.
853         * automated/fns-tests.el (fns-tests-nreverse):
854         Update for changed string behavior.
856 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
858         * automated/fns-tests.el: New file.
859         * automated/fns-tests.el (fns-tests-nreverse)
860         (fns-tests-nreverse-bool-vector): New tests.
862 2014-05-08  Glenn Morris  <rgm@gnu.org>
864         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
865         (vc-bzr-test-faulty-bzr-autoloads):
866         Give bzr a temporary home-directory, in case the real one is missing.
868 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
870         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
871         New test.
873 2014-05-08  Glenn Morris  <rgm@gnu.org>
875         * automated/help-fns.el: New file.
877 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
879         * automated/undo-tests.el (undo-test-region-deletion): New test to
880         demonstrate bug#17235.
881         (undo-test-region-example): New test to verify example given in
882         comments for undo-make-selective-list.
884 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
886         * automated/tramp-tests.el (top):
887         * automated/file-notify-tests.el (top): Do not disable interactive
888         passwords in batch mode.
889         (password-cache-expiry): Set to nil.
891         * automated/file-notify-tests.el
892         (file-notify-test-remote-temporary-file-directory):
893         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
894         Use a mock-up method as default.
895         (tramp-test00-availability): Print the used directory name.
896         (tramp-test33-recursive-load): Fix typo.
898 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
900         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
901         (tramp-test30-special-characters): Remove test for backslash.
903 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
905         * automated/tramp-tests.el
906         (tramp-test19-directory-files-and-attributes)
907         (tramp-test22-file-times): Check for `file-attributes' equality
908         only if there is a usable timestamp.
909         (tramp--test-check-files): Do not use `copy-sequence'.
911 2014-04-22  Daniel Colascione  <dancol@dancol.org>
913         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
914         Add compile flag.
915         (test-byte-comp-macro-expansion)
916         (test-byte-comp-macro-expansion-eval-and-compile)
917         (test-byte-comp-macro-expansion-eval-when-compile)
918         (test-byte-comp-macro-expand-lexical-override): Use it.
919         (test-eager-load-macro-expansion)
920         (test-eager-load-macro-expansion-eval-and-compile)
921         (test-eager-load-macro-expansion-eval-when-compile)
922         (test-eager-load-macro-expand-lexical-override): New tests.
924         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
925         account for removal of `cl-struct-set-slot-value'. Also, move
926         the defstruct to top level.
928 2014-04-21  Daniel Colascione  <dancol@dancol.org>
930         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
931         New function.
932         (test-byte-comp-macro-expansion)
933         (test-byte-comp-macro-expansion-eval-and-compile)
934         (test-byte-comp-macro-expansion-eval-when-compile)
935         (test-byte-comp-macro-expand-lexical-override): New tests.
937         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
938         (cl-the): Fix cl-the test.
940 2014-04-20  Daniel Colascione  <dancol@dancol.org>
942         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
944 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
946         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
947         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
949 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
951         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
952         (tramp--test-make-temp-name): Optional argument LOCAL.
953         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
954         (tramp-test10-write-region): No special test for out-of-band copy
955         needed anymore.
956         (tramp-test11-copy-file, tramp-test12-rename-file)
957         (tramp-test21-file-links): Extend tests.
958         (tramp-test20-file-modes): More robust check for user "root".
959         (tramp--test-check-files): New defun.
960         (tramp-test30-special-characters, tramp-test33-recursive-load)
961         (tramp-test34-unload): New tests.
962         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
964 2014-04-11  Glenn Morris  <rgm@gnu.org>
966         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
968 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
970         * automated/electric-tests.el: Fix spelling error in test name.
971         (whitespace-skipping-for-quotes-not-outside):
972         Rename from whitespace-skipping-for-quotes-not-ouside.
974 2014-04-09  Daniel Colascione  <dancol@dancol.org>
976         * automated/syntax-tests.el: New file.
978 2014-04-09  Glenn Morris  <rgm@gnu.org>
980         * automated/python-tests.el (python-triple-quote-pairing):
981         Enable/disable electric-pair-mode as needed.
983         * automated/electric-tests.el (electric-pair-backspace-1):
984         Replace deleted function.
986 2014-04-07  João Távora  <joaotavora@gmail.com>
988         * automated/python-tests.el (python-triple-quote-pairing): New test.
989         (python-syntax-after-python-backspace): New test.
991         * automated/electric-tests.el (electric-pair-define-test-form):
992         More readable test docstrings.
993         (whitespace-skipping-for-quotes-not-ouside)
994         (whitespace-skipping-for-quotes-only-inside)
995         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
997 2014-04-04  João Távora  <joaotavora@gmail.com>
999         * automated/electric-tests.el (define-electric-pair-test):
1000         Don't overtest.
1001         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1002         (inhibit-in-mismatched-string-inside-c-comments): New test.
1004 2014-04-02  João Távora  <joaotavora@gmail.com>
1006         * automated/electric-tests.el (inhibit-if-strings-mismatched):
1007         New test, change from `inhibit-only-of-next-is-mismatched'.
1009 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
1011         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1012         (undo-test-region-t-marker): New tests of marker adjustments.
1013         (undo-test-marker-adjustment-moved):
1014         (undo-test-region-mark-adjustment): New tests to demonstrate
1015         bug#16818, which fail without the fix.
1017 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1019         * automated/package-test.el (package-test-describe-package):
1020         Fix test failure in non-graphical mode.
1022 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1024         * automated/subword-tests.el (subword-tests2): More subword tests.
1026         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1027         New test: correct parsing of keyword arguments.
1029 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1031         * automated/package-test.el (package-test-describe-package):
1032         Check for the "Keywords: " line.
1034         * automated/data/package/archive-contents: Include the :keywords
1035         field in `simple-single' data form.
1037 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1039         * automated/package-test.el
1040         (package-test-install-two-dependencies): New test (bug#16826).
1042         * automated/data/package/simple-two-depend-1.1.el: New file.
1044         * automated/data/package/archive-contents:
1045         Add info about the new package.
1047 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1049         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1050         (tramp-test10-write-region): Extend for out-of-band copy.
1051         (tramp-test31-asynchronous-requests): New test.
1053 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1055         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1056         Add new test of undo in region.
1057         (undo-test-in-region-eob): Add test case described at
1058         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1060 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1062         * automated/tramp-tests.el (tramp--test-enabled)
1063         (tramp-test15-copy-directory): No special handling of tramp-adb.el
1064         anymore.  It's fixed in that package.
1066 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1068         * automated/tramp-tests.el (tramp--test-enabled): Move connection
1069         cleanup into this function.  Remove respective code from all test
1070         cases.
1071         (tramp--instrument-test-case): Declare `indent' and `debug'.
1072         Handle other errors as well.
1073         (tramp-test14-delete-directory): Check for `file-error' error.
1074         (tramp-test15-copy-directory): Ignore return value of
1075         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
1076         (tramp-test19-directory-files-and-attributes): Take care of
1077         timestamp of "../".
1078         (tramp-test20-file-modes, tramp-test27-start-file-process)
1079         (tramp-test28-shell-command): Skip for tramp-adb.el.
1080         (tramp-test21-file-links): `file-truename' shall preserve trailing
1081         link of directories.
1082         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1083         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1084         `kill-buffer-query-functions' to nil.
1085         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1087 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1089         * automated/tramp-tests.el
1090         (tramp-test19-directory-files-and-attributes): Do not include
1091         directories in comparison; they might have changed their
1092         timestamps already.
1094 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1096         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1097         (tramp-test17-insert-directory): First line could contain more
1098         text, when produced by `ls-lisp'.
1099         (tramp-test19-directory-files-and-attributes): Instrument failed
1100         test case.
1102 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1104         * automated/tramp-tests.el (tramp-test17-insert-directory):
1105         Make first line "total 123" optional.
1106         (tramp-test20-file-modes, tramp-test22-file-times)
1107         (tramp-test26-process-file, tramp-test27-start-file-process)
1108         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1109         tramp-smb.el.
1110         (tramp-test20-file-modes): Check for "root" only when there is an
1111         explicit user name.
1112         (tramp-test21-file-links): Handle "... not supported" error.
1113         (tramp-test22-file-times): Skip for "don't know" return values.
1114         (tramp-test26-process-file, tramp-test28-shell-command):
1115         Remove color escape sequences.
1116         (tramp-test28-shell-command): Use `accept-process-output' rather
1117         than `sit-for'.
1118         (tramp-test30-utf8): Set coding system `utf-8'.
1120 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
1122         * automated/tramp-tests.el (tramp-test28-shell-command):
1123         Perform an initial `sit-for' prior the while loop.
1125 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1127         Sync with Tramp 2.2.9.
1129         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1130         (tramp-test28-shell-command): Make a while loop when waiting for
1131         process exit.
1133 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
1135         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1136         and `vc-hg'.  Declare `tramp-find-executable' and
1137         `tramp-get-remote-path'.
1138         (tramp-test29-vc-registered): New test.
1139         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1141 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
1143         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1144         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1145         (tramp-test28-shell-command): Improve `shell-command' test.
1146         Add `async-shell-command' tests.
1148 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1150         * automated/file-notify-tests.el (file-notify--wait-for-events):
1151         Use `read-event' instead of `sit-for'.
1152         (file-notify-test02-events): Remove expected result, the bug is
1153         fixed meanwhile.
1154         (file-notify-test02-events, file-notify-test03-autorevert):
1155         Use `sleep-for' instead of `sit-for'.
1157 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1159         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1160         New test.
1162 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1164         * automated/file-notify-tests.el (file-notify--deftest-remote):
1165         Do not skip when the local test has failed.  They are unrelated.
1166         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1167         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1168         `sleep-for'.
1169         (file-notify-test02-events): Check for `file-remote-p' instead of
1170         `file-notify--test-remote-enabled'.
1172 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1174         * automated/file-notify-tests.el (file-notify-test02-events):
1175         Let test case fail for Bug#16519.
1177 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1179         * automated/file-notify-tests.el (file-notify-test02-events):
1180         Hide Bug#16519, until it is solved.
1182 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1184         * automated/file-notify-tests.el
1185         (file-notify--test-local-enabled): Fix error in logic.
1186         (file-notify--wait-for-events): New defmacro.
1187         (file-notify-test02-events): Make short breaks between file operations.
1188         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1189         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1191         * automated/comint-testsuite.el
1192         (comint-testsuite-password-strings): Add localized examples.
1194 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1196         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1197         case if inotify is not linked with Emacs.  Use `read-event' rather
1198         than `sit-for' in order to process events.  (Bug#13662)
1200 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1202         * automated/ert-tests.el (ert-test-record-backtrace):
1203         Reenable test case with adapted test string.  (Bug#13064)
1205 2013-12-28  Glenn Morris  <rgm@gnu.org>
1207         * automated/electric-tests.el: Require 'elec-pair.
1209 2013-12-26  João Távora  <joaotavora@gmail.com>
1211         * automated/electric-tests.el (electric-pair-test-for):
1212         Fix autowrapping tests in batch-mode by running with
1213         `transient-mark-mode' set to `lambda'.
1215         * automated/electric-tests.el: New file.
1217 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1219         * automated/python-tests.el
1220         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1221         (python-nav-forward-sexp-safe-1): New test.
1223 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1225         * automated/ruby-mode-tests.el: Add tests for
1226         `ruby-align-to-stmt-keywords'.
1228         * indent/ruby.rb: Update examples to reflect the lack of change in
1229         default indentation of `begin' blocks.
1231 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1233         * indent/ruby.rb: Update examples according to the change
1234         in `smie-indent-close'.
1236 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1238         * indent/ruby.rb: New examples.
1240 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1242         * automated/python-tests.el (python-indent-dedenters-2): New test.
1244 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1246         * automated/python-tests.el (python-indent-after-comment-1)
1247         (python-indent-after-comment-2): New tests.
1249 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1251         * automated/python-tests.el (python-indent-block-enders-1):
1252         Rename from python-indent-block-enders.
1253         (python-indent-block-enders-2): New test.
1255 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1257         * indent/js.js: New file.
1259 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1261         * automated/dbus-tests.el: New file.
1263 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1265         * automated/regexp-tests.el: New file.
1267 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1269         * automated/reftex-tests.el (reftex-parse-from-file-test):
1270         Run temp-dir through file-truename, to make sure the temporary file
1271         names are comparable as strings.
1273         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1274         Force Unix EOLs by using 'utf-8-unix', since the default of
1275         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1277 2013-11-28  Glenn Morris  <rgm@gnu.org>
1279         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1281 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1283         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1284         (EMACSOPT): Use $(PATH_SEP).
1286 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1288         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1289         Set to nil.
1291 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1293         * automated/file-notify-tests.el
1294         (file-notify-test-remote-temporary-file-directory):
1295         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1296         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1297         (file-notify--deftest-remote): Cleanup connection initially.
1298         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1299         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1300         does not work on MS Windows.  Call `accept-process-output' for
1301         remote files.  Apply `string-match' instead of `string-equal', the
1302         messages are different on MS Windows.
1304         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1305         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1306         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1308 2013-11-23  Glenn Morris  <rgm@gnu.org>
1310         * automated/python-tests.el (python-shell-make-comint-1)
1311         (python-shell-make-comint-2, python-shell-get-process-1):
1312         Suppress creation of some temp-files.
1314         * automated/python-tests.el (python-shell-parse-command-1)
1315         (python-shell-make-comint-1, python-shell-make-comint-2)
1316         (python-shell-get-process-1)
1317         (python-shell-internal-get-or-create-process-1):
1318         Skip rather than fail if prereqs not found.
1320         * automated/Makefile.in (emacs):
1321         Empty EMACSLOADPATH rather than unsetting.
1323 2013-11-22  Glenn Morris  <rgm@gnu.org>
1325         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1326         Set expected-result.
1328 2013-11-21  Glenn Morris  <rgm@gnu.org>
1330         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1331         (compile-main): Pass XARGS_LIMIT to xargs.
1333         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1334         (EMACSOPT): Use PATH_SEPARATOR.
1336 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1338         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1339         Add a failing test for Bug#15874.
1340         (ruby--insert-coding-comment-ruby-style)
1341         (ruby--insert-coding-comment-emacs-style)
1342         (ruby--insert-coding-comment-custom-style):
1343         Add a few tests for `ruby--insert-coding-comment'.
1345 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1347         Improve API of recently-added bool vector functions (Bug#15912).
1348         * automated/data-tests.el: Adjust to API changes.
1350 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1352         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1353         (tramp-test08-file-local-copy)
1354         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1355         (tramp-test11-copy-file, tramp-test12-rename-file)
1356         (tramp-test13-make-directory, tramp-test14-delete-directory)
1357         (tramp-test15-copy-directory, tramp-test16-directory-files)
1358         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1359         (tramp-test19-directory-files-and-attributes)
1360         (tramp-test20-file-modes, tramp-test21-file-links)
1361         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1362         (tramp-test24-file-name-completion, tramp-test25-load)
1363         (tramp-test26-process-file, tramp-test27-start-file-process)
1364         (tramp-test28-shell-command): Cleanup connection initially.
1366 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1368         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1369         connection before running the test.
1371 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1373         * automated/tramp-tests.el (tramp-test15-copy-directory)
1374         (tramp-test16-directory-files, tramp-test17-insert-directory)
1375         (tramp-test18-file-attributes)
1376         (tramp-test19-directory-files-and-attributes)
1377         (tramp-test20-file-modes, tramp-test21-file-links)
1378         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1379         (tramp-test24-file-name-completion, tramp-test25-load)
1380         (tramp-test26-process-file, tramp-test27-start-file-process)
1381         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1382         (tramp-test29-utf8): New test.
1384 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1386         * automated/file-notify-tests.el (file-notify-test02-events)
1387         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1389         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1390         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1391         (tramp-test26-process-file, tramp-test28-shell-command):
1392         Ensure, that the directory is not empty when calling "ls".
1394 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1396         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1397         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1398         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1399         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1400         (tramp-test26-process-file): Add tests.
1401         (tramp-test11-copy-file): Remove debug message.
1402         (tramp-test20-file-modes): Special case, if user is "root".
1404 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1406         * automated/file-notify-tests.el:
1407         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1408         `tramp-remote-path' when running on hydra.
1409         (tramp-test07-file-exists-p): Remove instrumentation code.
1410         (tramp-test26-process-file): Don't use "/bin/true" and
1411         "/bin/false", these paths do not exist on hydra.
1413 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1415         * automated/process-tests.el: New file.
1417 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1419         * indent/ruby.rb: New examples.
1421 2013-11-06  Glenn Morris  <rgm@gnu.org>
1423         * automated/Makefile.in (setwins): Avoid accidental matches.
1425 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1427         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1428         Fix docstring.  Instrument, in order to hunt failure on hydra.
1430 2013-11-06  Glenn Morris  <rgm@gnu.org>
1432         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1433         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1434         (warning-predicate-function-perl):
1435         * automated/info-xref.el (info-xref-test-makeinfo):
1436         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1437         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1439 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1441         * automated/tramp-tests.el: New file.
1443 2013-11-05  Glenn Morris  <rgm@gnu.org>
1445         Get rid of --chdir usage.
1446         * automated/Makefile.in (EMACSOPT): Move -L here.
1447         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1448         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1449         (.el.elc): No more need to pass -L here.
1450         (compile-main): Get rid of sub-shell and cd.
1451         (compile-clean, check): Get rid of cd.
1453         Make it possible to run tests with a different working directory.
1454         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1455         (flymake-tests--current-face): Use flymake-tests-data-directory.
1456         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1457         (warning-predicate-function-perl): Adapt for above change.
1458         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1459         (zlib--decompress): Use zlib-tests-data-directory.
1461         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1462         Remove test that makes no sense.
1464         * automated/files.el (files-test-local-variable-data):
1465         Fix result typo presumably caused by interference from dir-locals.
1466         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1468 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1470         * indent/ruby.rb: Add a statement on the line after heredoc.
1471         Move a now-successful example.
1473         * automated/ruby-mode-tests.el: Remove outdated comment.
1475 2013-11-04  Glenn Morris  <rgm@gnu.org>
1477         * automated/Makefile.in (abs_srcdir): Remove.
1478         (emacs): Unset EMACSLOADPATH.
1479         (.el.elc, check): Use -L to append srcdir to load-path.
1481 2013-11-02  Glenn Morris  <rgm@gnu.org>
1483         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1484         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1485         (abs_srcdir): New, set by configure.
1486         (EMACS): Use a relative file name.
1487         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1488         (lisp-compile): Remove (assume it's up-to-date).
1489         (compile-main): Do not run lisp-compile.
1490         (compile-main, compile-clean, compile-always, bootstrap-clean)
1491         (check): Use srcdir rather than $test.  Check cd return value.
1492         Use --chdir.
1493         (doit, compile, compile-always): Remove stuff copied from lisp/.
1494         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1496 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1498         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1499         Add a skipping test.
1501 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1503         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1505         * indent/css-mode.css (.x2): Test alignement inside braces.
1507 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1509         * indent/ruby.rb: New failing example.
1511         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1512         Fix the test, in respect to adding the space after the curly.
1514 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1516         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1517         (ert-test-deftest): Adapt test for changed macro expansion.
1518         (ert-test-run-tests-interactively):
1519         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1520         Add a skipping test.
1522         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1523         (file-notify--test-local-enabled): Make it a function.  Check also
1524         for `file-remote-p' of `temporary-file-directory'.
1525         (file-notify--test-remote-enabled-checked): New defvar.
1526         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1527         internal functions.  Cache result.
1528         (file-notify--deftest-remote, file-notify-test00-availability)
1529         (file-notify-test01-add-watch, file-notify-test02-events)
1530         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1531         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1533 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1535         * indent/ruby.rb: Fix syntax error in the latest example.
1537 2013-10-23  Glenn Morris  <rgm@gnu.org>
1539         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1540         New, set by configure.
1541         (top_srcdir): Remove.
1542         (abs_test, abs_lispsrc): New.
1543         (lisp): No longer absolute.
1544         (emacs, lisp-compile, compile, compile-always):
1545         Quote entities that might contain whitespace.
1547 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1549         * indent/ruby.rb: Move two examples to "working" section, add one
1550         more.
1552 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1554         * indent/ruby.rb: New examples for indentation of blocks.
1555         Example of hash inside parens that inflooped before the present commit.
1557 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1559         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1560         allows another timer to run.
1562 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1564         * indent/ruby.rb: More examples for bug#15594, both failing and
1565         now passing.
1567 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1569         * indent/ruby.rb: Add two more cases.
1571 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1573         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1574         first use.
1575         (ruby-should-indent): Use indent-according-to-mode.
1576         (ruby-deftest-move-to-block): Use `declare'.
1578 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1580         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1582 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1584         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1586 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1588         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1589         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1591         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1593 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1596         Adjust indentation of continued line to the new SMIE behavior.
1598 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1600         * automated/completion-tests.el:
1601         * indent/css-mode.css: New files.
1603 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1605         * automated/data/package/signed/archive-contents:
1606         * automated/data/package/signed/archive-contents.sig:
1607         * automated/data/package/signed/signed-good-1.0.el:
1608         * automated/data/package/signed/signed-good-1.0.el.sig:
1609         * automated/data/package/signed/signed-bad-1.0.el:
1610         * automated/data/package/signed/signed-bad-1.0.el.sig:
1611         * automated/data/package/key.pub:
1612         * automated/data/package/key.sec: New files.
1614         * automated/package-test.el (package-test-update-listing)
1615         (package-test-update-archives, package-test-describe-package):
1616         Adjust to package.el change.
1617         (package-test-signed): New test.
1619 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1621         * automated/package-test.el: Update all cases to use :url instead
1622         of :homepage.
1624         * automated/package-x-test.el
1625         (package-x-test--single-archive-entry-1-3): Same.
1627 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1629         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1630         was unused.
1631         (simple-single-desc): Expect :homepage property.
1632         (multi-file-desc): Same.
1633         (with-package-test): Do not save previous `default-directory'
1634         value, let-bind the var instead.
1635         (package-test-install-single): Expect :homepage property in the
1636         generated pkg file.
1637         (package-test-describe-package): Expect Homepage button.
1638         (package-test-describe-non-installed-package)
1639         (package-test-describe-non-installed-multi-file-package): Same.
1640         (package-test-describe-not-installed-package): Remove, it was a
1641         duplicate.
1643         * automated/package-x-test.el
1644         (package-x-test--single-archive-entry-1-3): Expect :homepage
1645         property.
1646         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1648         * automated/data/package/simple-single-1.3.el: Add URL header.
1650         * automated/data/package/archive-contents: Add :homepage
1651         properties to `simple-single' and `multi-file'.
1653 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1655         * automated/data-tests.el:
1656         (bool-vector-count-matches-all-0-nil)
1657         (bool-vector-count-matches-all-0-t)
1658         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1659         (bool-vector-count-matches-at, bool-vector-intersection-op)
1660         (bool-vector-union-op, bool-vector-xor-op)
1661         (bool-vector-set-difference-op)
1662         (bool-vector-change-detection, bool-vector-not): New tests.
1663         (mock-bool-vector-count-matches-at)
1664         (test-bool-vector-bv-from-hex-string)
1665         (test-bool-vector-to-hex-string)
1666         (test-bool-vector-count-matches-at-tc)
1667         (test-bool-vector-apply-mock-op)
1668         (test-bool-vector-binop): New helper functions.
1669         (bool-vector-test-vectors): New testcase data.
1671 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1673         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1674         (advice-test-called-interactively-p-filter-args)
1675         (advice-test-called-interactively-p-around): New tests.
1677 2013-09-16  Glenn Morris  <rgm@gnu.org>
1679         * automated/eshell.el (eshell-match-result):
1680         Return a more informative failure than simply "false".  Update callers.
1682         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1683         Test value before and after loop as well as during.
1685 2013-09-15  Glenn Morris  <rgm@gnu.org>
1687         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1688         New test.  (Bug#15372)
1689         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1691 2013-09-13  Glenn Morris  <rgm@gnu.org>
1693         * automated/eshell.el (with-temp-eshell):
1694         Use a temp directory for eshell-directory-name.
1695         (eshell-test-command-result): New, again using a temp directory.
1696         Replace eshell-command-result with this throughout.
1697         (eshell-test/for-loop, eshell-test/for-name-loop):
1698         Ensure environment variables don't confuse us.
1700 2013-09-12  Glenn Morris  <rgm@gnu.org>
1702         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1703         due to "has a running process; kill it?" prompts.
1705 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1707         * automated/eshell.el: Rename from eshell.el.
1708         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1710 2013-09-01  Glenn Morris  <rgm@gnu.org>
1712         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1713         Otherwise the sed command used by eg compile-main ends up
1714         containing "/*.el".  (Bug#15170)
1716 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1718         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1719         for portability to hosts where /bin/sh has problems.
1721 2013-08-21  David Engster  <deng@randomsample.de>
1723         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1724         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1725         upstream.  Changed to use ERT.
1727 2013-08-14  Daniel Hackney  <dan@haxney.org>
1729         * automated/package-test.el: Remove tar-package-building functions.
1730         Tar file used for testing is included in the repository.
1731         (package-test-install-texinfo, package-test-cleanup-built-files):
1732         Remove.
1734 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1736         * automated/python-tests.el (python-imenu-create-index-4)
1737         (python-imenu-create-flat-index-2): New tests.
1739 2013-08-05  Glenn Morris  <rgm@gnu.org>
1741         * automated/mule-util.el: New file, with tests extracted from
1742         lisp/international/mule-util.el.
1744 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1746         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1747         before definition.
1748         (advice-tests-macroaliases): New test.
1750 2013-08-04  Glenn Morris  <rgm@gnu.org>
1752         * automated/ert-tests.el: Disable failing test that no-one seems
1753         to know how to fix.  (Bug#13064)
1755         * automated/icalendar-tests.el (icalendar-tests--test-export)
1756         (icalendar-tests--test-import): Try more precise TZ specification.
1757         Remove debug messages.
1759 2013-08-03  Glenn Morris  <rgm@gnu.org>
1761         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1763         * automated/icalendar-tests.el (icalendar-tests--test-export)
1764         (icalendar-tests--test-import):
1765         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1766         (icalendar-tests--test-import): Reset zone even if error occurred.
1768 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1770         * automated/core-elisp-tests.el: New file.
1772 2013-08-01  Glenn Morris  <rgm@gnu.org>
1774         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1775         Try to check that the remote system has a notification program.
1777 2013-07-31  Glenn Morris  <rgm@gnu.org>
1779         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1781 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1783         * automated/file-notify-tests.el
1784         (file-notify--test-local-enabled): New defconst.  Replaces all
1785         `file-notify-support' occurrences.
1786         (file-notify--test-remote-enabled): New defun.
1787         (file-notify--deftest-remote): Use it.
1788         (file-notify-test00-availability): Rewrite.
1789         (file-notify-test00-availability-remote): New defun.
1790         (file-notify-test01-add-watch): Rewrite first erroneous check.
1792 2013-07-23  Glenn Morris  <rgm@gnu.org>
1794         * automated/inotify-test.el (inotify-file-watch-simple):
1795         Delete temp-file when done.
1797         * automated/subword-tests.el: Require subword.
1799 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * automated/subword-tests.el: New file.
1803 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1805         * automated/python-tests.el (python-imenu-create-index-2)
1806         (python-imenu-create-index-3): New tests.
1808 2013-07-11  Glenn Morris  <rgm@gnu.org>
1810         * automated/ert-tests.el: Require cl-lib at runtime too.
1811         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1812         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1813         (ert-test-set-functions, ert-test-gensym)
1814         (ert-test-coerce-to-vector, ert-test-string-position)
1815         (ert-test-mismatch): Remove tests.
1816         * automated/cl-lib.el: New, split from ert-tests.el.
1818         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1819         Goto point-min.
1820         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1821         (ruby-move-to-block-skips-percent-literal)
1822         (ruby-move-to-block-skips-heredoc)
1823         (ruby-move-to-block-moves-from-else-to-if)
1824         (ruby-beginning-of-defun-does-not-fold-case)
1825         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1826         Replace goto-line with forward-line/goto-char.
1827         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1829         * automated/package-test.el (makeinfo-buffer): Autoload.
1830         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1831         (package-test-install-texinfo): Don't require makeinfo.
1833         * automated/files.el: Stop "local variables" confusion.
1835         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1837         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1838         Use with-current-buffer.
1840         * automated/undo-tests.el (undo-test-buffer-modified)
1841         (undo-test-file-modified): New tests.
1843 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1845         * automated/file-notify-tests.el (file-notify-test00-availability):
1846         Set :expected-result.
1847         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1848         (file-notify-test02-events, file-notify-test02-events-remote)
1849         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1850         Skip when `file-notify-support' is nil.  (Bug#14823)
1852 2013-07-09  Glenn Morris  <rgm@gnu.org>
1854         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1855         Declare.
1856         (inotify-file-watch-simple): Silence compiler.
1858         * automated/python-tests.el (python-indent-block-enders):
1859         Make it actually test something.
1861         * automated/package-x-test.el: Require package-test when compiling.
1863         * automated/add-log-tests.el, automated/advice-tests.el:
1864         * automated/imenu-test.el, automated/package-x-test.el:
1865         * automated/python-tests.el, automated/ruby-mode-tests.el:
1866         * automated/xml-parse-tests.el: Explicitly require ert.
1868 2013-07-08  Kenichi Handa  <handa@gnu.org>
1870         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1871         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1873 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1875         * automated/file-notify-tests.el
1876         (file-notify-test-remote-temporary-file-directory):
1877         Use `null-device' on w32.
1878         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1879         (file-notify--test-results, file-notify--test-event)
1880         (file-notify--deftest-remote, file-notify--event-test)
1881         (file-notify--test-event-handler)
1882         (file-notify--test-make-temp-name): Rename, in order to mark them
1883         internal.
1884         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1885         better fitting in noninteractive tests.
1886         (file-notify-test00-availability): Rename from `file-notify-test0'.
1887         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1888         Use `temporary-file-directory '.
1889         (file-notify-test01-add-watch-remote): New test.
1890         (file-notify-test02-events): Rename from `file-notify-test2'.
1891         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1892         (file-notify-test03-autorevert): Rename from
1893         `file-notify-test4'.  Use timeouts.
1894         (file-notify-test03-autorevert-remote): Rename from
1895         `file-notify-test5'.
1897 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1899         * automated/file-notify-tests.el: New package.
1901 2013-06-28  Kenichi Handa  <handa@gnu.org>
1903         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1904         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1905         Callers changed.
1906         (decoder-tests-filename): New function.
1907         (decoder-tests-prefer-utf-8-read)
1908         (decoder-tests-prefer-utf-8-write): New function.
1909         (ert-test-decoder-prefer-utf-8): New test.
1911 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1913         * automated/package-x-test.el: Change the commentary.
1914         (package-x-test--single-archive-entry-1-3)
1915         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1916         using the appropriate data structure.
1918 2013-06-27  Daniel Hackney  <dan@haxney.org>
1920         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1922         * automated/package-x-test.el: New file.
1924         * automated/package-test.el: New file.
1926         * automated/data/package: New directory, with test examples.
1928 2013-06-27  Glenn Morris  <rgm@gnu.org>
1930         * automated/python-tests.el (python-tests-with-temp-file):
1931         Clean up after ourself.
1933         * automated/undo-tests.el (undo-test3): Remove test that seems to
1934         do nothing that the previous one doesn't, except leave a tempfile.
1936 2013-06-26  Glenn Morris  <rgm@gnu.org>
1938         * automated/info-xref.el: New file.
1940 2013-06-25  Glenn Morris  <rgm@gnu.org>
1942         * automated/occur-tests.el (occur-test-create): New function.
1943         Use it to create separate tests for each element, so we run them
1944         all rather than stopping at the first error.
1946 2013-06-24  Glenn Morris  <rgm@gnu.org>
1948         * automated/occur-tests.el (occur-tests):
1949         Update for 2013-05-29 change to occur header line.
1951 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1953         Test suite for flymake.
1954         * automated/flymake-tests.el:
1955         * automated/flymake/warnpred/Makefile
1956         * automated/flymake/warnpred/test.c
1957         * automated/flymake/warnpred/test.pl: New files.
1959 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1961         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1963 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1965         * automated/reftex-tests.el: New test suite for reftex.
1967 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1969         * automated/ruby-mode-tests.el: New tests, for percent literals
1970         and expression expansion.
1972 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1974         * indent/octave.m: Tweak.
1976 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1978         * eshell.el: Rewrite tests using ERT.
1980 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1982         * indent/octave.m: Add tests for %!, # and ### comments.
1984 2013-05-23  Kenichi Handa  <handa@gnu.org>
1986         * automated/decoder-tests.el: New file.
1988 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1990         * indent/ruby.rb: Add multiline regexp example.
1992         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1993         (ruby-regexp-skips-over-interpolation)
1994         (ruby-regexp-continues-till-end-when-unclosed)
1995         (ruby-regexp-can-be-multiline)
1996         (ruby-interpolation-inside-percent-literal): New tests.
1998 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2000         * indent/ruby.rb: Fix indentation after =; add more cases.
2002 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2004         * indent/pascal.pas: Add test for mis-identified comments.
2006 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
2008         * automated/imenu-test.el: New file.  (Bug#14112)
2010 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2012         * automated/python-tests.el (python-imenu-prev-index-position-1):
2013         Remove test.
2014         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2015         New tests.
2017 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2019         * automated/python-tests.el (python-nav-backward-defun-2)
2020         (python-nav-backward-defun-3, python-nav-forward-defun-2)
2021         (python-nav-forward-defun-3): New tests.
2023 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2025         * automated/python-tests.el (python-nav-backward-defun-1)
2026         (python-nav-forward-defun-1): New tests.
2028 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
2030         * automated/add-log-tests.el: New file.  (Bug#14112)
2032 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
2034         * automated/python-tests.el (python-indent-block-enders): New test.
2035         (python-info-current-defun-2): Fix test.
2037 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2039         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
2041 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
2043         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2044         (python-tests-with-temp-file): New macro.
2045         (python-tests-shell-interpreter): New var.
2046         (python-shell-get-process-name-1)
2047         (python-shell-internal-get-process-name-1)
2048         (python-shell-parse-command-1)
2049         (python-shell-calculate-process-environment-1)
2050         (python-shell-calculate-process-environment-2)
2051         (python-shell-calculate-process-environment-3)
2052         (python-shell-calculate-exec-path-1)
2053         (python-shell-calculate-exec-path-2)
2054         (python-shell-make-comint-1)
2055         (python-shell-make-comint-2)
2056         (python-shell-get-process-1)
2057         (python-shell-get-or-create-process-1)
2058         (python-shell-internal-get-or-create-process-1): New tests.
2060 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2062         * automated/python-tests.el: New file.
2064 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2066         * automated/ruby-mode-tests.el
2067         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2068         bits inside the examples.
2069         (ruby-move-to-block-skips-heredoc): New test.
2070         (ruby-add-log-current-method-after-inner-class):
2071         Lower expectations: move point inside a method, initially.
2073 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2075         * automated/ruby-mode-tests.el
2076         (ruby-move-to-block-skips-percent-literal): New test.
2078 2013-02-04  Chong Yidong  <cyd@gnu.org>
2080         * automated/thingatpt.el: New file.
2082 2013-02-03  Chong Yidong  <cyd@gnu.org>
2084         * automated/files.el (file-test--do-local-variables-test):
2085         Avoid compilation warning message.
2087 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2089         * automated/ruby-mode-tests.el
2090         (ruby-indent-spread-args-in-parens): New test.
2091         * automated/ruby-mode-tests.el (ruby-block-test-example):
2092         Break indentation of the do block opener and add a line inside it.
2093         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2094         Adjust line numbers.
2096 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2098         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
2100 2013-01-14  Glenn Morris  <rgm@gnu.org>
2102         * automated/compile-tests.el (compile-tests--test-regexps-data):
2103         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2105 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2107         * automated/man-tests.el: New file.
2109 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2111         * automated/undo-tests.el (undo-test0): Adjust error to code change.
2113 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2115         * automated/undo-tests.el: New file.
2117 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2119         * automated/ruby-mode-tests.el
2120         (ruby-indent-after-block-in-continued-expression): New test.
2122 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2124         * automated/ruby-mode-tests.el:
2125         Rename one interpolation test; add three more.
2126         (ruby-with-temp-buffer): New macro, use it where appropriate.
2127         (ruby-add-log-current-method-examples): Use "_" for target point.
2128         Add four new tests for ruby-add-log-current-method.
2130 2012-12-11  Glenn Morris  <rgm@gnu.org>
2132         * automated/f90.el (f90-test-bug13138): New test.
2134 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2136         * automated/inotify-test.el: New test.
2138 2012-12-02  Chong Yidong  <cyd@gnu.org>
2140         * automated/ruby-mode-tests.el
2141         (ruby-add-log-current-method-examples): Don't use loop macro, to
2142         allow automated testing to work.
2144 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2146         * automated/advice-tests.el (advice-tests--data): Remove.
2147         (advice-tests): Move the tests directly here instead.
2148         Add called-interactively-p tests.
2150 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2152         * automated/ert-x-tests.el: Use cl-lib.
2153         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2155 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2157         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2158         (ruby-indent-inside-heredoc-after-operator)
2159         (ruby-indent-inside-heredoc-after-space): New tests.
2160         Change direct font-lock face references to var references.
2161         (ruby-interpolation-suppresses-syntax-inside): New test.
2162         (ruby-interpolation-inside-percent-literal-with-paren):
2163         New failing test.
2165 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2167         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2168         (ruby-singleton-class-no-heredoc-font-lock)
2169         (ruby-add-log-current-method-examples): New tests.
2170         (ruby-test-string): Extract from ruby-should-indent-buffer.
2171         (ruby-deftest-move-to-block): New macro.
2172         Add several move-to-block tests.
2174 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2176         * automated/advice-tests.el: New tests.
2178 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2180         * automated/compile-tests.el (compile-tests--test-regexps-data):
2181         Add new data for msft's new format.
2183 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2185         * automated/ruby-mode-tests.el:
2186         (ruby-toggle-block-to-multiline): New test.
2187         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2188         (ruby-toggle-block-to-brace): Use buffer-string.
2190 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2192         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2194 2012-08-28  Chong Yidong  <cyd@gnu.org>
2196         * automated/files.el: Test every combination of values for
2197         enable-local-variables and enable-local-eval.
2199 2012-08-19  Chong Yidong  <cyd@gnu.org>
2201         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2203 2012-08-18  Chong Yidong  <cyd@gnu.org>
2205         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2207 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2209         * indent/ruby.rb: Rearrange examples, add new ones.
2211 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2213         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2214         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2216 2012-08-11  Glenn Morris  <rgm@gnu.org>
2218         * automated/files.el: New file.
2220         * automated/Makefile.in (all): Fix typo.
2222 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2224         * automated/ruby-mode-tests.el (ruby-should-indent):
2225         Add docstring, check (current-indentation) instead of (current-column).
2226         (ruby-should-indent-buffer): New function.
2227         Add tests for `ruby-deep-indent-paren' behavior.
2228         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2230 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2232         Original tests in test_ruby_mode.rb in upstream (author).
2234 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2236         * automated/ruby-mode-tests.el (ruby-should-indent)
2237         (ruby-assert-state): New functions.
2238         Add new tests.
2240 2012-07-29  David Engster  <deng@randomsample.de>
2242         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2243         New variable to hold test data for name expansion.
2244         (xml-parse-tests): Test the two different types of name expansion.
2246 2012-07-29  Juri Linkov  <juri@jurta.org>
2248         * automated/occur-tests.el (occur-test-case): Use predefined
2249         buffer name " *test-occur*" instead of a random buffer name.
2251 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2253         * automated/ruby-mode-tests.el: New file with one test.
2255 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2257         * indent/shell.sh: Add test case for ${#VAR}.
2259         * indent/latex-mode.tex: New file.
2261 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2263         * eshell.el: Use cl-lib.
2265 2012-07-03  Chong Yidong  <cyd@gnu.org>
2267         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2269 2012-07-02  Chong Yidong  <cyd@gnu.org>
2271         * automated/xml-parse-tests.el (xml-parse-tests--data):
2272         More testcases.
2274 2012-07-01  Chong Yidong  <cyd@gnu.org>
2276         * automated/xml-parse-tests.el: New file.
2278 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2280         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2281         Use cl-flet.
2283 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2285         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2286         Test escaped commas in TZID (Bug#11473).
2287         (icalendar-import-with-timezone): New.
2288         (icalendar-real-world): Add new testcase as given in the bugreport
2289         of Bug#11473.
2291 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2293         * automated/icalendar-tests.el (icalendar-tests--test-import):
2294         Include UID in import tests (Bug#11525).
2295         (icalendar-import-non-recurring, icalendar-import-rrule)
2296         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2297         UID-import change.
2298         (icalendar-import-with-uid): New.
2299         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2300         Include UID in cycle tests.
2301         (icalendar-cycle, icalendar-real-world): UID-import change.
2303 2012-05-21  Glenn Morris  <rgm@gnu.org>
2305         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2307 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2309         * automated/url-util-tests.el: New file to test
2310         lisp/url/url-util.el.  Only `url-build-query-string' and
2311         `url-parse-query-string' are tested right now (Bug#8706).
2313 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2315         * indent/shell.sh:
2316         * indent/shell.rc: Ad some test cases.
2318 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * indent/ruby.rb: New file, to test new syntax-propertize code.
2322 2012-04-11  Glenn Morris  <rgm@gnu.org>
2324         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2326 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2328         * automated/url-future-tests.el (url-future-tests): Move from
2329         lisp/url/url-future.el and rename.
2331 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2333         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2334         Fix broken test, caused by missing trailing blank.
2336 2011-12-03  Chong Yidong  <cyd@gnu.org>
2338         * automated/compile-tests.el (compile-tests--test-regexps-data):
2339         Increase column numbers by one to reflect change in how
2340         compilation-message is recorded (Bug#10172).
2342 2011-11-22  Glenn Morris  <rgm@gnu.org>
2344         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2346 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2348         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2350 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2352         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2353         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2354         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2356 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2358         * automated/newsticker-tests.el
2359         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2360         newsticker--treeview-tree-update.
2362 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2364         * automated/newsticker-tests.el
2365         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2367         * automated/newsticker-tests.el
2368         (newsticker--group-manage-orphan-feeds): Prevent updating
2369         newsticker treeview.  Fixed bug#9763.
2371 2011-10-20  Glenn Morris  <rgm@gnu.org>
2373         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2375         * automated/vc-bzr.el: New file.
2377 2011-10-15  Glenn Morris  <rgm@gnu.org>
2379         * automated/f90.el: New file.
2381 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2383         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2384         to automated/newsticker-tests.el.  Convert to ERT.
2386 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2388         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2389         Remove, simply use string=.
2390         (icalendar--diarytime-to-isotime)
2391         (icalendar--datetime-to-diary-date)
2392         (icalendar--datestring-to-isodate)
2393         (icalendar--format-ical-event)
2394         (icalendar--parse-summary-and-rest)
2395         (icalendar-tests--do-test-import)
2396         (icalendar-tests--do-test-cycle): Change argument order of
2397         string= to EXPECTED ACTUAL.
2398         (icalendar--import-format-sample)
2399         (icalendar--format-ical-event)
2400         (icalendar-import-non-recurring)
2401         (icalendar-import-rrule)
2402         (icalendar-import-duration)
2403         (icalendar-import-bug-6766)
2404         (icalendar-real-world): Adjust to string= instead of
2405         icalendar-tests--compare-strings.
2406         (icalendar-import-multiple-vcalendars): New.
2408 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2410         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2411         Require CL.
2413 2011-05-09  Juri Linkov  <juri@jurta.org>
2415         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2416         Convert to ERT.
2418 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2420         * automated/compile-tests.el: New file.
2422 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2424         * automated/font-parse-tests.el: Don't byte-compile.
2426         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2428 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2430         * automated/lexbind-tests.el: New file.
2432 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2434         * Version 23.3 released.
2436 2011-03-05  Glenn Morris  <rgm@gnu.org>
2438         * eshell.el: Move here from lisp/eshell/esh-test.el.
2440 2011-03-03  Christian Ohler  <ohler@gnu.org>
2442         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2443         New test.
2445 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2447         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2448         convert to ERT format.
2450 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2452         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2453         convert to ERT format.
2455 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2457         * indent/shell.sh:
2458         * indent/shell.rc: New files.
2460 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2462         * automated/font-parse-tests.el: Move from
2463         font-parse-testsuite.el.
2465 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2467         * font-parse-testsuite.el (test-font-parse-data): New file.
2469 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2471         * indent/prolog.prolog: Add tokenizing tests.
2473 2011-01-13  Christian Ohler  <ohler@gnu.org>
2475         * automated: New directory for automated tests.
2477         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2479         * automated/Makefile.in: New file.
2481 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2483         * indent/modula2.mod: New file.
2485 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2487         * indent/octave.m: Add a test to ensure indentation is local.
2489 2010-10-23  Glenn Morris  <rgm@gnu.org>
2491         * comint-testsuite.el
2492         (comint-testsuite--test-comint-password-prompt-regexp):
2493         Add "Please enter the password".  (Bug#7224)
2495 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2497         * indent/prolog.prolog: Use normal spacing around !.
2499 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2501         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2503 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2505         * indent/octave.m: Remove some `fixindent' not needed any more.
2507 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2509         * indent/octave.m: New file.
2511 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2513         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2514         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2515         (icalendar-testsuite--run-internal-tests): New.
2516         (icalendar-testsuite--test-convert-ordinary-to-ical)
2517         (icalendar-testsuite--test-convert-block-to-ical)
2518         (icalendar-testsuite--test-convert-anniversary-to-ical)
2519         (icalendar-testsuite--test-parse-vtimezone)
2520         (icalendar-testsuite--do-test-export): Code formatting.
2521         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2522         (icalendar-testsuite--do-test-import)
2523         (icalendar-testsuite--do-test-cycle):
2524         Use icalendar-testsuite--compare-strings
2525         (icalendar-testsuite--run-import-tests): Comment added.
2526         (icalendar-testsuite--run-import-tests)
2527         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2529 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2531         * redisplay-testsuite.el (test-redisplay-3): New test.
2533 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2535         * comint-testsuite.el: New file.
2537 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2539         * indent: New dir.
2541 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2543         * Version 23.2 released.
2545 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2547         * cedet/semantic-ia-utest.el
2548         (semantic-symref-test-count-hits-in-tag): Add function, from
2549         semantic-test.el.
2551         * cedet/tests/test.cpp:
2552         * cedet/tests/test.py:
2553         * cedet/tests/teststruct.cpp:
2554         * cedet/tests/testtemplates.cpp:
2555         * cedet/tests/testusing.cpp:
2556         * cedet/tests/scopetest.cpp:
2557         * cedet/tests/scopetest.java: Files deleted.
2559         * cedet/tests/test.make:
2560         * cedet/tests/test.c:
2561         * cedet/tests/testjavacomp.java:
2562         * cedet/tests/testspp.c:
2563         * cedet/tests/testsppreplace.c:
2564         * cedet/tests/testsppreplaced.c:
2565         * cedet/tests/testsubclass.cpp:
2566         * cedet/tests/testsubclass.hh:
2567         * cedet/tests/testtypedefs.cpp:
2568         * cedet/tests/testvarnames.c:
2569         * cedet/tests/test.el:
2570         * cedet/tests/testdoublens.cpp:
2571         * cedet/tests/testdoublens.hpp: Add copyright header.
2573         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2574         Remove reference to deleted files.
2576 2010-03-30  Juri Linkov  <juri@jurta.org>
2578         * occur-testsuite.el (occur-tests): Add tests for context lines.
2580 2010-03-23  Juri Linkov  <juri@jurta.org>
2582         * occur-testsuite.el: New file.
2584 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2586         * Branch for 23.2.
2588 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2590         * icalendar-testsuite.el
2591         (icalendar-testsuite--run-function-tests): Add new tests.
2592         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2593         testcase.
2594         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2595         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2596         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2597         (icalendar-testsuite--test-convert-block-to-ical): New.
2598         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2599         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2601 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2603         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2604         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2605         Fix typos in docstrings and error messages.
2606         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2608 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2610         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2611         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2612         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2614 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2616         * icalendar-testsuite.el
2617         (icalendar-testsuite--run-function-tests):
2618         Add icalendar-testsuite--test-parse-vtimezone.
2619         (icalendar-testsuite--test-parse-vtimezone): New.
2620         (icalendar-testsuite--do-test-cycle): Doc changes.
2621         (icalendar-testsuite--run-real-world-tests): Remove trailing
2622         whitespace -- see change of icalendar--add-diary-entry in
2623         icalendar.el.
2624         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2626 2009-09-30  Glenn Morris  <rgm@gnu.org>
2628         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2630 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2632         * cedet/*: New unit tests, from CEDET repository.
2634 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2636         * redisplay-testsuite.el: New file.
2638 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2640         * Branch for 23.1.
2642 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2644         * icalendar-testsuite.el
2645         (icalendar-testsuite--run-function-tests):
2646         Add icalendar-testsuite--test-diarytime-to-isotime.
2647         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2648         recent icalendar fixes.
2649         (icalendar-testsuite--test-diarytime-to-isotime): New.
2650         (icalendar-testsuite--test-create-uid): Adjust to recent
2651         icalendar changes.
2653 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2655         * bytecomp-testsuite.el: New file.
2657 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2659         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2660         Add `icalendar-testsuite--test-create-uid'.
2661         (icalendar-testsuite--test-create-uid): New.
2663 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2665         * newsticker-testsuite.el: New file.
2667 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2669         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2670         Add icalendar-testsuite--test-datestring-to-isodate,
2671         icalendar-testsuite--test-datetime-to-diary-date, and
2672         icalendar-testsuite--test-calendar-style.
2673         (icalendar-testsuite--test-format-ical-event)
2674         (icalendar-testsuite--test-parse-summary-and-rest):
2675         Doc fix.  Remove european-calendar-style.
2676         (icalendar-testsuite--get-ical-event): Doc fix.
2677         (icalendar-testsuite--test-first-weekday-of-year)
2678         (icalendar-testsuite--run-cycle-tests): Add doc string.
2679         (icalendar-testsuite--test-datestring-to-isodate)
2680         (icalendar-testsuite--test-datetime-to-diary-date)
2681         (icalendar-testsuite--test-calendar-style): New functions.
2682         (icalendar-testsuite--test-export): Handle iso date style.
2683         New arg INPUT-ISO.  Use calendar-date-style.
2684         (icalendar-testsuite--test-import): Handle iso date style.
2685         New arg EXPECTED-ISO.  Use calendar-date-style.
2686         (icalendar-testsuite--test-cycle): Handle iso date style.
2687         (icalendar-testsuite--run-import-tests)
2688         (icalendar-testsuite--run-export-tests)
2689         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2691 2008-02-29  Glenn Morris  <rgm@gnu.org>
2693         * README: New file.
2695 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2697         * icalendar-testsuite.el: New file.
2699 ;; Local Variables:
2700 ;; coding: utf-8
2701 ;; End:
2703   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2705   This file is part of GNU Emacs.
2707   GNU Emacs is free software: you can redistribute it and/or modify
2708   it under the terms of the GNU General Public License as published by
2709   the Free Software Foundation, either version 3 of the License, or
2710   (at your option) any later version.
2712   GNU Emacs is distributed in the hope that it will be useful,
2713   but WITHOUT ANY WARRANTY; without even the implied warranty of
2714   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2715   GNU General Public License for more details.
2717   You should have received a copy of the GNU General Public License
2718   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.