f90.el: add some support for continued strings without leading '&'
[emacs.git] / test / ChangeLog
blob7ba14964c0a9accc8a581bbf9fa69a8ea1d3d07b
1 2015-02-24  Glenn Morris  <rgm@gnu.org>
3         * automated/f90.el (f90-test-bug-19809): New test.
5 2015-02-22  Michael Albinus  <michael.albinus@gmx.de>
7         * automated/tramp-tests.el (tramp-test17-insert-directory):
8         Suppress localized settings in order to have a proper check for
9         the summary line.
11 2015-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * automated/eieio-test-methodinvoke.el (make-instance): Add methods
14         here rather than on eieio-constructor.
16 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
18         * automated/sasl-scram-rfc-tests.el: New file.
20 2015-02-11  Nicolas Petton <nicolas@petton.fr>
22         * automated/seq-tests.el (test-seq-reverse, test-seq-group-by):
23         Add a test for seq-reverse and update test for seq-group-by to
24         test vectors and strings, not only lists.
26 2015-02-10  Glenn Morris  <rgm@gnu.org>
28         * automated/package-test.el (package-test-signed):
29         More informative failure messages.
31 2015-02-09  Nicolas Petton <nicolas@petton.fr>
33         * automated/seq-tests.el (test-seq-group-by): Update test for
34         seq-group-by to check that sequence elements are returned in the
35         correct order.
37 2015-02-07  Fabián Ezequiel Gallina  <fgallina@gnu.org>
39         * automated/python-tests.el (python-eldoc--get-symbol-at-point-1)
40         (python-eldoc--get-symbol-at-point-2)
41         (python-eldoc--get-symbol-at-point-3)
42         (python-eldoc--get-symbol-at-point-4): New tests.
44         * automated/python-tests.el (python-tests-visible-string):
45         New function.
46         (python-parens-electric-indent-1)
47         (python-triple-quote-pairing): Fix indentation, move require calls.
48         (python-hideshow-hide-levels-1)
49         (python-hideshow-hide-levels-2): New tests.
51 2015-02-07  Dmitry Gutov  <dgutov@yandex.ru>
53         * automated/vc-tests.el (vc-test--working-revision): Fix
54         `vc-working-revision' checks to be compared against nil, which is
55         what is should return for unregistered files.
57 2015-02-06 Nicolas Petton <nicolas@petton.fr>
59         * automated/seq-tests.el: New tests for seq-mapcat, seq-partition
60         and seq-group-by.
62 2015-02-05  Artur Malabarba  <bruce.connor.am@gmail.com>
64         * automated/package-test.el (package-test-get-deps): Fix typo.
65         (package-test-sort-by-dependence): New test
67 2015-02-03  Artur Malabarba  <bruce.connor.am@gmail.com>
69         * automated/package-test.el (package-test-get-deps): New test.
71 2015-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
73         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
75 2015-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
79 2015-01-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
81         * automated/python-tests.el (python-indent-pep8-1)
82         (python-indent-pep8-2, python-indent-pep8-3)
83         (python-indent-after-comment-1, python-indent-after-comment-2)
84         (python-indent-inside-paren-1, python-indent-inside-paren-2)
85         (python-indent-after-block-1, python-indent-after-block-2)
86         (python-indent-after-backslash-1, python-indent-after-backslash-2)
87         (python-indent-after-backslash-3, python-indent-block-enders-1)
88         (python-indent-block-enders-2, python-indent-block-enders-3)
89         (python-indent-block-enders-4, python-indent-block-enders-5)
90         (python-indent-dedenters-1, python-indent-dedenters-2)
91         (python-indent-dedenters-3, python-indent-dedenters-4)
92         (python-indent-dedenters-5, python-indent-dedenters-6)
93         (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
94         (python-indent-base-case, python-indent-after-block-3)
95         (python-indent-after-backslash-5, python-indent-inside-paren-3)
96         (python-indent-inside-paren-4, python-indent-inside-paren-5)
97         (python-indent-inside-paren-6, python-indent-inside-string-1)
98         (python-indent-inside-string-2, python-indent-inside-string-3)
99         (python-indent-dedent-line-backspace-1): New Tests.
101 2015-01-28  Glenn Morris  <rgm@gnu.org>
103         * automated/regexp-tests.el: Require regexp-opt, which is
104         not preloaded --without-x.
106 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * automated/cl-generic-tests.el: Try and make sure cl-lib is not
109         required at run-time.
111 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
114         New test.
116 2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
118         * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
119         This is more portable in shell scripts.
120         Fixes: bug#19658
122 2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
124         Fix package tests when TMPDIR is in HOME.  (Bug#19657)
125         * automated/package-test.el (with-package-test):
126         Bind `abbreviated-home-dir' to nil.
127         (package-test-describe-package, package-test-signed):
128         Expect abbreviated directory names.
130 2015-01-22  Jorgen Schaefer  <contact@jorgenschaefer.de>
132         * automated/package-test.el (package-test-install-prioritized):
133         Re-add the test case and add priority to the correct repository
134         this time around.
136 2015-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
139         the setf can be used already in the body of the method.
141 2015-01-20  Jorgen Schaefer  <contact@jorgenschaefer.de>
143         * automated/package-test.el (package-test-install-prioritized):
144         Remove test due to unreproducible failures.
146 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
148         * automated/descr-text-test.el: New file with tests for
149         `describe-char-eldoc--truncate', `describe-char-eldoc--format',
150         and `describe-char-eldoc'.
152 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
154         * automated/tildify-tests.el (tildify-space-undo-test--test):
155         A new helper function for testing `tildify-double-space-undos'
156         behaviour in the `tildify-space' function.
157         (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
158         (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
159         New tests for `tildify-doule-space-undos' behaviour.
161         * automated/tildify-tests.el (tildify-space-test--test):
162         A new helper function for testing `tildify-space' function.
163         (tildify-space-test-html, tildify-space-test-html-nbsp)
164         (tildify-space-test-xml, tildify-space-test-tex): New tests for
165         `tildify-space' function.
167 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * automated/Makefile.in (EMACS_EXTRAOPT): New var.
170         (EMACSOPT): Use it.
172         * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
173         Rename other tests to preserve ordering.
175 2015-01-18  Leo Liu  <sdl.web@gmail.com>
177         * automated/seq-tests.el (test-seq-subseq): Add more tests.
178         (Bug#19434)
180 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
183         Test `subclass' specializer.
185 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
187         * automated/eieio-tests.el
188         (eieio-test-37-obsolete-name-in-constructor): New test.
190 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
192         * automated/eieio-tests.el (eieio-test-25-slot-tests)
193         (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
194         (eieio-test-30-slot-attribute-override)
195         (eieio-test-31-slot-attribute-override-class-allocation): Don't check
196         that we enforce :protection since we don't any more.
198         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
199         Use an explicit arg instead of eieio--scoped-class.  Update all callers.
201 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
204         Reset eieio-test--1.
206         * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
207         Rename from cl-generic-test-7-after/before.
208         (cl--generic-test-advice): New function.
209         (cl-generic-test-9-advice): New test.
211 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
213         * automated/package-test.el (package-test-install-prioritized):
214         New test.
216 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
218         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
219         New functions.
220         (test-calc-remove-units, test-calc-extract-units)
221         (test-calc-convert-units): New tests.
223 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
225         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
227 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
229         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
230         keysym arg instead of relying on internal var eieio--generic-call-key.
231         Update all callers.
232         (eieio-test-cl-generic-1): New tests.
234 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * automated/cl-generic-tests.el: New file.
238 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
241         <foo>-child-p.
243         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
244         Update reference to eieio--generic-call-key.
246 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
249         Don't use <class>-list types and <class>-list-p predicates.
251         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
252         Don't use <class>-list type.
254         * automated/eieio-test-methodinvoke.el
255         (eieio-test-method-order-list-4):
256         Don't use <class> as a variable.
258 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
260         * automated/eieio-tests.el (eieio-test-04-static-method)
261         (eieio-test-05-static-method-2): Use oref-default to access
262         class slots.
263         (eieio-test-23-inheritance-check): Don't assume that
264         eieio-class-parents returns class names, or that a class can only have
265         a single name.
267         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
268         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
269         Change arg to be a class object.  Update all callers.
271 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
273         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
274         Adjust to new semantics of eieio--scoped-class.
275         (eieio-test-match): Improve error feedback.
277 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * automated/eieio-tests.el: Remove dummy object names.
281         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
282         The type FOO-child is the same as FOO.
284 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
286         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
287         Remove use of eieio-generic-call-methodname.
288         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
289         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
290         Adjust the expected result accordingly.
292 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
294         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
295         New defun.
296         (tramp-test30-special-characters): Use it.  (Bug#19463)
297         (tramp--test-check-files): Filter nil file names out.
299 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
301         Sync with Tramp 2.2.11.
303         * automated/tramp-tests.el (tramp-test30-special-characters):
304         Skip test on MS-Windows.
306 2014-12-27  Glenn Morris  <rgm@gnu.org>
308         * automated/let-alist.el: Load dependency.
310 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
312         * automated/python-tests.el
313         (python-shell-completion-native-interpreter-disabled-p-1): New test.
315 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
317         * automated/python-tests.el (python-shell-get-or-create-process-1)
318         (python-shell-get-or-create-process-2)
319         (python-shell-get-or-create-process-3): Remove tests.
321 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
323         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
325 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
327         * automated/python-tests.el (python-shell-buffer-substring-1)
328         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
329         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
330         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
331         (python-shell-buffer-substring-8)
332         (python-info-encoding-from-cookie-1)
333         (python-info-encoding-from-cookie-2)
334         (python-info-encoding-from-cookie-3)
335         (python-info-encoding-from-cookie-4)
336         (python-info-encoding-from-cookie-5)
337         (python-info-encoding-from-cookie-6)
338         (python-info-encoding-from-cookie-7, python-info-encoding-1)
339         (python-info-encoding-2): New tests.
341 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
343         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
344         expect a given order of "." and "..".
346 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
348         * automated/python-tests.el (python-indent-electric-colon-2)
349         (python-indent-electric-colon-3): New tests.
351 2014-12-27  João Távora  <joaotavora@gmail.com>
353         * automated/electric-tests.el (autowrapping-7): Tests for
354         tex-mode.
356 2014-12-27  Glenn Morris  <rgm@gnu.org>
358         * automated/flymake/warnpred/test.pl: Tweak format, since the
359         previous one seems to have stopped giving a warning with perl 5.20.1.
361 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
363         * automated/python-tests.el (python-shell-get-process-name-1)
364         (python-shell-internal-get-process-name-1): Cleanup.
365         (python-shell-get-process-name-2)
366         (python-shell-internal-get-process-name-2): New tests.
367         (python-shell-calculate-command-1)
368         (python-shell-calculate-process-environment-3)
369         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
370         (python-shell-make-comint-2, python-shell-make-comint-4)
371         (python-shell-get-process-1, python-util-clone-local-variables-1):
372         Replace obsolete function and variable references with current.
374 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
376         * automated/let-alist.el: require `cl-lib'
377         New tests for accessing alists inside alists.
379 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
381         * automated/let-alist.el: New file.
383 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
385         * automated/seq-tests.el: New file.
387 2014-12-16  Glenn Morris  <rgm@gnu.org>
389         * automated/data/flymake/Makefile (check-syntax):
390         Prevent colorized gcc output from confusing flymake.
392         * automated/flymake-tests.el (flymake-tests-data-directory):
393         Change from flymake/warnpred to more standard data/flymake.
394         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
396 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
398         * automated/vc-tests.el (vc-test--revision-granularity-function):
399         New defun.
400         (vc-test--create-repo-function): Rename from
401         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
402         (vc-test--create-repo): Check also for revision-granularity.
403         (vc-test--unregister-function): Additional argument FILE.
404         Adapt all callees.
405         (vc-test--working-revision): New defun.
406         (vc-test-*-working-revision): New tests.
408 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
410         * automated/vc-tests.el (vc-test--register): Check, that the file
411         still exists after register and unregister operations.
413 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
415         * automated/vc-tests.el: New file.
417 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
419         * automated/tramp-tests.el (tramp-test29-vc-registered):
420         Fallback for changed `vc-register' argument list.
422 2014-12-03  Glenn Morris  <rgm@gnu.org>
424         * automated/tramp-tests.el (tramp-test29-vc-registered):
425         Update for recent incompatible change in vc-register.
427 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
429         * automated/python-tests.el
430         (python-shell-calculate-process-environment-4)
431         (python-shell-calculate-process-environment-5): New tests.
432         (python-shell-make-comint-3): Use file-equal-p.
433         (python-shell-get-or-create-process-1)
434         (python-shell-get-or-create-process-2)
435         (python-shell-get-or-create-process-3): Fix interpreter for
436         Windows (Bug#18595).
438 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
440         * automated/libxml-tests.el
441         (libxml-tests--data-comments-preserved): Rename from
442         'libxml-tests--data'.
443         (libxml-tests--data-comments-discarded): New.
444         (libxml-tests): Check whether 'libxml-parse-xml-region' is
445         discarding comments correctly.
447 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
449         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
450         HTML and XML now use no-break space as hard space.  Update tests.
451         (tildify-test-foreach-ignore-environments)
452         (tildify-test-foreach-ignore-environments-early-return,
453         (tildify-test-foreach-region)
454         (tildify-test-foreach-region-early-return)
455         (tildify-test-foreach-region-limit-region): New tests of
456         `tildify-foreach-ignore-environments' and
457         `tildify--foreach-region' functions.
458         (with-test-foreach): New helper macro for the above tests.
460 2014-11-17  Glenn Morris  <rgm@gnu.org>
462         * automated/occur-tests.el (occur-test-case, occur-test-create):
463         In case of failure, show the actual string, rather than just nil.
464         (occur-tests): Update for apparent change in output re control-chars.
466 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
468         * automated/icalendar-tests.el (icalendar-tests--test-export):
469         New optional parameter `alarms'.
470         (icalendar-export-alarms): New test for exporting icalendar
471         alarms.
472         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
474 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
476         * automated/icalendar-tests.el (icalendar-tests--test-import):
477         Mention timezone in doc string.  Clean up.
478         (icalendar-real-world): Add another test case for no-dst
479         timezones.
481 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
483         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
484         Add testcase where offsets of standard time and daylight saving time
485         are equal.
486         (icalendar-real-world): Fix error in test case.  Expected result
487         was wrong when offsets of standard time and daylight saving time
488         were equal.
490 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
492         * automated/python-tests.el
493         (python-shell-calculate-process-environment-2): Fix test.
494         (python-shell-calculate-process-environment-1)
495         (python-shell-calculate-process-environment-3): Cleanup.
497 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
499         * automated/python-tests.el (python-indent-dedenters-8): New test
500         for Bug#18432.
502 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
504         * automated/python-tests.el (python-indent-region-1)
505         (python-indent-region-2, python-indent-region-3)
506         (python-indent-region-4, python-indent-region-5): New tests.
508 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
510         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
511         * automated/cl-lib-tests.el: Rename from cl-lib.el.
513 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
515         * automated/libxml-tests.el: New file.
517 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
519         * automated/process-tests.el (process-test-quoted-batfile):
520         New test.
522 2014-10-20  Glenn Morris  <rgm@gnu.org>
524         * Merge in all changes up to 24.4 release.
526 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
528         * indent/scss-mode.scss: New file.
529         * indent/css-mode.css: Add a few uneventful examples.
531 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
533         * BidiCharacterTest.txt: New file, from Unicode.
535         * biditest.el: New file.
537 2014-10-08  Leo Liu  <sdl.web@gmail.com>
539         * automated/print-tests.el: New file.
540         (terpri): Tests for terpri.  (Bug#18652)
542 2014-10-06  Glenn Morris  <rgm@gnu.org>
544         * automated/icalendar-tests.el (icalendar--calendar-style):
545         Remove test, no longer relevant.
547 2014-10-04  Glenn Morris  <rgm@gnu.org>
549         * automated/package-x-test.el: Remove file...
550         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
552 2014-10-02  Glenn Morris  <rgm@gnu.org>
554         * automated/package-test.el (with-package-test, package-test-signed):
555         Also set HOME to a temp value, in case the real one is absent (e.g.
556         hydra) or read-only.  (Bug#18575)
557         (package-test-signed): Use skip-unless rather than expected-result.
559 2014-09-26  Leo Liu  <sdl.web@gmail.com>
561         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
562         New tests.  (Bug#18557)
564 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
566         * automated/newsticker-tests.el
567         (newsticker--group-find-parent-group),
568         (newsticker--group-do-rename-group): New tests.
570 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
572         * automated/fns-tests.el (fns-tests-collate-sort):
573         Bind w32-collate-ignore-punctuation to t when sorting according to
574         UTS#10 rules.
576 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
578         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
579         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
581 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
583         * automated/fns-tests.el (fns-tests-compare-strings): In case
584         `compare-strings' shall return t, check for this.
585         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
587 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
589         * automated/python-tests.el (python-indent-electric-colon-1):
590         New test.  (Bug#18228)
592 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
594         * automated/fns-tests.el (fns-tests-sort): New test.
596 2014-08-28  Glenn Morris  <rgm@gnu.org>
598         * automated/python-tests.el (python-shell-calculate-exec-path-2):
599         Update test for today's python.el changes.
601 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
603         * automated/compile-tests.el (compile--test-error-line): Grok FILE
604         being nil.  Allows for Guile tests to pass.
605         (compile-tests--test-regexps-data): Add Guile tests.
607 2014-08-11  Glenn Morris  <rgm@gnu.org>
609         * automated/data/files-bug18141.el.gz: New file.
610         * automated/files.el (files-test-bug-18141-file):
611         New variable and test.  (Bug#18141)
613 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
615         Enumerate evaluated sexp diary entries (Bug#7911).
616         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
617         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
618         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
619         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
620         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
621         New tests.
623 2014-08-07  Glenn Morris  <rgm@gnu.org>
625         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
627 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
629         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
630         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
632 2014-08-03  Glenn Morris  <rgm@gnu.org>
634         * automated/Makefile.in (check-tar): New rule.
636 2014-08-02  Glenn Morris  <rgm@gnu.org>
638         * automated/fns-tests.el (fns-tests-compare-strings):
639         Update test.  (Bug#17903)
641         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
642         Use more precise TZ specification, as per 2013-08-04.
644 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
646         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
647         New test.
649 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
651         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
653 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
655         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
656         Work around the failures in icalendar-tests which occasionally occur on
657         hydra.nixos.org.
659 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
661         * automated/python-tests.el:
662         (python-util-clone-local-variables-1): Fix test.
664         * automated/python-tests.el (python-shell-make-comint-1):
665         (python-shell-make-comint-2): Fix indentation.
666         (python-shell-make-comint-3)
667         (python-shell-make-comint-4): New tests.
668         (python-shell-get-or-create-process-1): Fix test.
669         (python-shell-get-or-create-process-2)
670         (python-shell-get-or-create-process-3): New tests.
671         (python-shell-internal-get-or-create-process-1): Fix test.
672         (python-shell-prompt-detect-1): New test.
673         (python-shell-prompt-detect-2): New test.  (Bug#17370)
674         (python-shell-prompt-detect-3)
675         (python-shell-prompt-detect-4)
676         (python-shell-prompt-detect-5)
677         (python-shell-prompt-detect-6)
678         (python-shell-prompt-validate-regexps-1)
679         (python-shell-prompt-validate-regexps-2)
680         (python-shell-prompt-validate-regexps-3)
681         (python-shell-prompt-validate-regexps-4)
682         (python-shell-prompt-validate-regexps-5)
683         (python-shell-prompt-validate-regexps-6)
684         (python-shell-prompt-validate-regexps-7)
685         (python-shell-prompt-set-calculated-regexps-1)
686         (python-shell-prompt-set-calculated-regexps-2)
687         (python-shell-prompt-set-calculated-regexps-3)
688         (python-shell-prompt-set-calculated-regexps-4)
689         (python-shell-prompt-set-calculated-regexps-5)
690         (python-shell-prompt-set-calculated-regexps-6)
691         (python-util-valid-regexp-p-1): New tests.
693 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
695         * automated/advice-tests.el (advice-test-call-interactively): Make sure
696         the function's definition is fully restored at the end.
698 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
700         * automated/python-tests.el (python-indent-block-enders-1)
701         (python-indent-block-enders-2): Fix tests.
702         (python-indent-block-enders-3, python-indent-block-enders-4)
703         (python-indent-block-enders-5, python-indent-dedenters-1)
704         (python-indent-dedenters-2): Remove tests.
705         (python-indent-dedenters-1, python-indent-dedenters-2)
706         (python-indent-dedenters-3, python-indent-dedenters-4)
707         (python-indent-dedenters-5, python-indent-dedenters-6)
708         (python-indent-dedenters-7)
709         (python-info-dedenter-opening-block-position-1)
710         (python-info-dedenter-opening-block-position-2)
711         (python-info-dedenter-opening-block-position-3)
712         (python-info-dedenter-opening-block-positions-1)
713         (python-info-dedenter-opening-block-positions-2)
714         (python-info-dedenter-opening-block-positions-3)
715         (python-info-dedenter-opening-block-positions-4)
716         (python-info-dedenter-opening-block-positions-5)
717         (python-info-dedenter-opening-block-message-1)
718         (python-info-dedenter-opening-block-message-2)
719         (python-info-dedenter-opening-block-message-3)
720         (python-info-dedenter-opening-block-message-4)
721         (python-info-dedenter-opening-block-message-5)
722         (python-info-dedenter-statement-p-1)
723         (python-info-dedenter-statement-p-2)
724         (python-info-dedenter-statement-p-3)
725         (python-info-dedenter-statement-p-4)
726         (python-info-dedenter-statement-p-5): New tests.
728 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
730         * indent/perl.perl: Add indentation pattern for hash-table entries.
732 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
734         * automated/dbus-tests.el (dbus-test02-register-service-session)
735         (dbus-test02-register-service-system): Fix docstring.
736         (dbus-test02-register-service-own-bus)
737         (dbus-test03-peer-interface): New tests.
739 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
741         * automated/python-tests.el (python-tests-self-insert): New function.
742         (python-triple-quote-pairing): Use it.
743         (python-parens-electric-indent-1): New test. (Bug#17658)
745 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
747         * automated/subr-x-tests.el: New file.
749 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
751         * automated/tramp-tests.el (tramp--instrument-test-case):
752         Print debug buffer in any case.
754 2014-06-28  Leo Liu  <sdl.web@gmail.com>
756         * automated/calc-tests.el: New file and add tests for math-bignum.
757         (Bug#17556)
759 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
761         * automated/dbus-tests.el (dbus--test-register-service)
762         (dbus-test02-register-service-session): Replace `dbus-ping' calls
763         by `dbus-list-known-names'.  (Bug#17858)
765 2014-06-28  Glenn Morris  <rgm@gnu.org>
767         * automated/Makefile.in (GDB): New variable.
768         (emacs): Use $GDB.  (Bug#15991)
770         * automated/Makefile.in (WRITE_LOG): New variable.
771         (%.log): Use WRITE_LOG.
772         (test_template): Disable logging.
774         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
775         (test_template): New definition.  Apply to TESTS.
777 2014-06-27  Glenn Morris  <rgm@gnu.org>
779         * automated/Makefile.in (check-maybe): Rename from check.
780         (check): Re-run all the tests, every time.
781         (clean, mostlyclean): Also delete *.log~.
783 2014-06-26  Glenn Morris  <rgm@gnu.org>
785         * automated/package-x-test.el: Do not mess with load-path.
787         * automated/Makefile.in (%.log): If error, dump log to stdout.
789 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
791         * automated/package-test.el (package-test-update-listing)
792         (package-test-update-archives, package-test-describe-package):
793         Adjust tests according to new package-list-unsigned.
795 2014-06-26  Glenn Morris  <rgm@gnu.org>
797         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
799         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
801         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
802         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
803         (setwins, compile-targets, compile-main, compile-clean): Remove.
804         (GREP_OPTIONS): Unexport.
805         (.el.elc): Replace with pattern rule.
806         (%.elc, %.log): New pattern rules.
807         (ELFILES, LOGFILES): New variables.
808         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
809         (clean, mostlyclean): New rules.
810         (bootstrap-clean): Simplify.
811         (bootstrap-clean, distclean): Depend on clean.
813 2014-06-25  Glenn Morris  <rgm@gnu.org>
815         * automated/flymake-tests.el (flymake-tests--current-face):
816         Sleep for longer.  Avoid querying.
818 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
820         * automated/fns-tests.el (fns-tests-compare-string): New test.
822 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
824         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
825         according to Bug#17815.
827 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
829         * automated/python-tests.el (python-util-strip-string-1): New test.
831 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
833         Sync with Tramp 2.2.10.
835         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
836         (tramp--instrument-test-case): Extend docstring.
837         (tramp-test15-copy-directory): Skip for tramp-smb.el.
838         (tramp-test21-file-links): Use `file-truename' for directories.
839         (tramp-test27-start-file-process, tramp-test28-shell-command):
840         Retrieve process output more robustly.
841         (tramp--test-check-files): Extend test.
842         (tramp-test30-special-characters): Skip for tramp-adb.el,
843         tramp-gvfs.el and tramp-smb.el.  Add further file names.
845 2014-06-13  Glenn Morris  <rgm@gnu.org>
847         * automated/Makefile.in (compile-main):
848         GNU make automatically passes command-line arguments to sub-makes.
850 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
852         * automated/tildify-tests.el (tildify-test--test): Optimize the test
853         slightly by reusing the same temporary buffer across multiple test
854         cases.
856         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
857         (tildify-test-find-env-group-index-bug): Update to support new
858         signature of the `tildify-foreach-region-outside-env' function.
859         Namely, it now takes pairs as an argument instead of looking it up in
860         `tildify-ignored-environments-alist'.
862         * automated/tildify-tests.el (tildify-test--example-html): Add support
863         for generating XML code, so that…
864         (tildify-test-xml) …test can be added to check handling of XML
865         documents.
867         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
868         New test checking end-regex building when multiple environment pairs
869         use integers to refer to capture groups.
871         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
872         test checking end-regex building in `tildify-find-env' function when
873         integers (denoting capture groups) and strings are mixed together.
875 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
877         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
878         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
880 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
882         * automated/tramp-tests.el (tramp-test29-vc-registered):
883         Instrument failed test case.
885 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
887         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
888         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
890 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
892         * automated/tildify-tests.el: New file.
894 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
896         * indent/ruby.rb: Add one more test.
898         * indent/ps-mode.ps: New file.
900         * indent/octave.m: Add a few more tests.
902         * automated/core-elisp-tests.el
903         (core-elisp-test-window-configurations): New test.
905 2014-05-26  Glenn Morris  <rgm@gnu.org>
907         * automated/package-test.el (package-test-install-single):
908         Update for changed output.
910 2014-05-22  Glenn Morris  <rgm@gnu.org>
912         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
913         Fix handling of temporary elc files.
915         * automated/fns-tests.el (fns-tests-nreverse):
916         Update for changed string behavior.
918 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
920         * automated/fns-tests.el: New file.
921         * automated/fns-tests.el (fns-tests-nreverse)
922         (fns-tests-nreverse-bool-vector): New tests.
924 2014-05-08  Glenn Morris  <rgm@gnu.org>
926         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
927         (vc-bzr-test-faulty-bzr-autoloads):
928         Give bzr a temporary home-directory, in case the real one is missing.
930 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
932         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
933         New test.
935 2014-05-08  Glenn Morris  <rgm@gnu.org>
937         * automated/help-fns.el: New file.
939 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
941         * automated/undo-tests.el (undo-test-region-deletion): New test to
942         demonstrate bug#17235.
943         (undo-test-region-example): New test to verify example given in
944         comments for undo-make-selective-list.
946 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
948         * automated/tramp-tests.el (top):
949         * automated/file-notify-tests.el (top): Do not disable interactive
950         passwords in batch mode.
951         (password-cache-expiry): Set to nil.
953         * automated/file-notify-tests.el
954         (file-notify-test-remote-temporary-file-directory):
955         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
956         Use a mock-up method as default.
957         (tramp-test00-availability): Print the used directory name.
958         (tramp-test33-recursive-load): Fix typo.
960 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
962         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
963         (tramp-test30-special-characters): Remove test for backslash.
965 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
967         * automated/tramp-tests.el
968         (tramp-test19-directory-files-and-attributes)
969         (tramp-test22-file-times): Check for `file-attributes' equality
970         only if there is a usable timestamp.
971         (tramp--test-check-files): Do not use `copy-sequence'.
973 2014-04-22  Daniel Colascione  <dancol@dancol.org>
975         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
976         Add compile flag.
977         (test-byte-comp-macro-expansion)
978         (test-byte-comp-macro-expansion-eval-and-compile)
979         (test-byte-comp-macro-expansion-eval-when-compile)
980         (test-byte-comp-macro-expand-lexical-override): Use it.
981         (test-eager-load-macro-expansion)
982         (test-eager-load-macro-expansion-eval-and-compile)
983         (test-eager-load-macro-expansion-eval-when-compile)
984         (test-eager-load-macro-expand-lexical-override): New tests.
986         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
987         account for removal of `cl-struct-set-slot-value'. Also, move
988         the defstruct to top level.
990 2014-04-21  Daniel Colascione  <dancol@dancol.org>
992         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
993         New function.
994         (test-byte-comp-macro-expansion)
995         (test-byte-comp-macro-expansion-eval-and-compile)
996         (test-byte-comp-macro-expansion-eval-when-compile)
997         (test-byte-comp-macro-expand-lexical-override): New tests.
999         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
1000         (cl-the): Fix cl-the test.
1002 2014-04-20  Daniel Colascione  <dancol@dancol.org>
1004         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
1006 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
1008         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
1009         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
1011 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
1013         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
1014         (tramp--test-make-temp-name): Optional argument LOCAL.
1015         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
1016         (tramp-test10-write-region): No special test for out-of-band copy
1017         needed anymore.
1018         (tramp-test11-copy-file, tramp-test12-rename-file)
1019         (tramp-test21-file-links): Extend tests.
1020         (tramp-test20-file-modes): More robust check for user "root".
1021         (tramp--test-check-files): New defun.
1022         (tramp-test30-special-characters, tramp-test33-recursive-load)
1023         (tramp-test34-unload): New tests.
1024         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
1026 2014-04-11  Glenn Morris  <rgm@gnu.org>
1028         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
1030 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
1032         * automated/electric-tests.el: Fix spelling error in test name.
1033         (whitespace-skipping-for-quotes-not-outside):
1034         Rename from whitespace-skipping-for-quotes-not-ouside.
1036 2014-04-09  Daniel Colascione  <dancol@dancol.org>
1038         * automated/syntax-tests.el: New file.
1040 2014-04-09  Glenn Morris  <rgm@gnu.org>
1042         * automated/python-tests.el (python-triple-quote-pairing):
1043         Enable/disable electric-pair-mode as needed.
1045         * automated/electric-tests.el (electric-pair-backspace-1):
1046         Replace deleted function.
1048 2014-04-07  João Távora  <joaotavora@gmail.com>
1050         * automated/python-tests.el (python-triple-quote-pairing): New test.
1051         (python-syntax-after-python-backspace): New test.
1053         * automated/electric-tests.el (electric-pair-define-test-form):
1054         More readable test docstrings.
1055         (whitespace-skipping-for-quotes-not-ouside)
1056         (whitespace-skipping-for-quotes-only-inside)
1057         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
1059 2014-04-04  João Távora  <joaotavora@gmail.com>
1061         * automated/electric-tests.el (define-electric-pair-test):
1062         Don't overtest.
1063         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1064         (inhibit-in-mismatched-string-inside-c-comments): New test.
1066 2014-04-02  João Távora  <joaotavora@gmail.com>
1068         * automated/electric-tests.el (inhibit-if-strings-mismatched):
1069         New test, change from `inhibit-only-of-next-is-mismatched'.
1071 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
1073         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1074         (undo-test-region-t-marker): New tests of marker adjustments.
1075         (undo-test-marker-adjustment-moved):
1076         (undo-test-region-mark-adjustment): New tests to demonstrate
1077         bug#16818, which fail without the fix.
1079 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1081         * automated/package-test.el (package-test-describe-package):
1082         Fix test failure in non-graphical mode.
1084 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1086         * automated/subword-tests.el (subword-tests2): More subword tests.
1088         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1089         New test: correct parsing of keyword arguments.
1091 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1093         * automated/package-test.el (package-test-describe-package):
1094         Check for the "Keywords: " line.
1096         * automated/data/package/archive-contents: Include the :keywords
1097         field in `simple-single' data form.
1099 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1101         * automated/package-test.el
1102         (package-test-install-two-dependencies): New test (bug#16826).
1104         * automated/data/package/simple-two-depend-1.1.el: New file.
1106         * automated/data/package/archive-contents:
1107         Add info about the new package.
1109 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1111         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1112         (tramp-test10-write-region): Extend for out-of-band copy.
1113         (tramp-test31-asynchronous-requests): New test.
1115 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1117         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1118         Add new test of undo in region.
1119         (undo-test-in-region-eob): Add test case described at
1120         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1122 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1124         * automated/tramp-tests.el (tramp--test-enabled)
1125         (tramp-test15-copy-directory): No special handling of tramp-adb.el
1126         anymore.  It's fixed in that package.
1128 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1130         * automated/tramp-tests.el (tramp--test-enabled): Move connection
1131         cleanup into this function.  Remove respective code from all test
1132         cases.
1133         (tramp--instrument-test-case): Declare `indent' and `debug'.
1134         Handle other errors as well.
1135         (tramp-test14-delete-directory): Check for `file-error' error.
1136         (tramp-test15-copy-directory): Ignore return value of
1137         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
1138         (tramp-test19-directory-files-and-attributes): Take care of
1139         timestamp of "../".
1140         (tramp-test20-file-modes, tramp-test27-start-file-process)
1141         (tramp-test28-shell-command): Skip for tramp-adb.el.
1142         (tramp-test21-file-links): `file-truename' shall preserve trailing
1143         link of directories.
1144         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1145         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1146         `kill-buffer-query-functions' to nil.
1147         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1149 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1151         * automated/tramp-tests.el
1152         (tramp-test19-directory-files-and-attributes): Do not include
1153         directories in comparison; they might have changed their
1154         timestamps already.
1156 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1158         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1159         (tramp-test17-insert-directory): First line could contain more
1160         text, when produced by `ls-lisp'.
1161         (tramp-test19-directory-files-and-attributes): Instrument failed
1162         test case.
1164 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1166         * automated/tramp-tests.el (tramp-test17-insert-directory):
1167         Make first line "total 123" optional.
1168         (tramp-test20-file-modes, tramp-test22-file-times)
1169         (tramp-test26-process-file, tramp-test27-start-file-process)
1170         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1171         tramp-smb.el.
1172         (tramp-test20-file-modes): Check for "root" only when there is an
1173         explicit user name.
1174         (tramp-test21-file-links): Handle "... not supported" error.
1175         (tramp-test22-file-times): Skip for "don't know" return values.
1176         (tramp-test26-process-file, tramp-test28-shell-command):
1177         Remove color escape sequences.
1178         (tramp-test28-shell-command): Use `accept-process-output' rather
1179         than `sit-for'.
1180         (tramp-test30-utf8): Set coding system `utf-8'.
1182 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
1184         * automated/tramp-tests.el (tramp-test28-shell-command):
1185         Perform an initial `sit-for' prior the while loop.
1187 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1189         Sync with Tramp 2.2.9.
1191         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1192         (tramp-test28-shell-command): Make a while loop when waiting for
1193         process exit.
1195 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
1197         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1198         and `vc-hg'.  Declare `tramp-find-executable' and
1199         `tramp-get-remote-path'.
1200         (tramp-test29-vc-registered): New test.
1201         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1203 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
1205         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1206         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1207         (tramp-test28-shell-command): Improve `shell-command' test.
1208         Add `async-shell-command' tests.
1210 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1212         * automated/file-notify-tests.el (file-notify--wait-for-events):
1213         Use `read-event' instead of `sit-for'.
1214         (file-notify-test02-events): Remove expected result, the bug is
1215         fixed meanwhile.
1216         (file-notify-test02-events, file-notify-test03-autorevert):
1217         Use `sleep-for' instead of `sit-for'.
1219 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1221         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1222         New test.
1224 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1226         * automated/file-notify-tests.el (file-notify--deftest-remote):
1227         Do not skip when the local test has failed.  They are unrelated.
1228         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1229         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1230         `sleep-for'.
1231         (file-notify-test02-events): Check for `file-remote-p' instead of
1232         `file-notify--test-remote-enabled'.
1234 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1236         * automated/file-notify-tests.el (file-notify-test02-events):
1237         Let test case fail for Bug#16519.
1239 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1241         * automated/file-notify-tests.el (file-notify-test02-events):
1242         Hide Bug#16519, until it is solved.
1244 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1246         * automated/file-notify-tests.el
1247         (file-notify--test-local-enabled): Fix error in logic.
1248         (file-notify--wait-for-events): New defmacro.
1249         (file-notify-test02-events): Make short breaks between file operations.
1250         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1251         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1253         * automated/comint-testsuite.el
1254         (comint-testsuite-password-strings): Add localized examples.
1256 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1258         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1259         case if inotify is not linked with Emacs.  Use `read-event' rather
1260         than `sit-for' in order to process events.  (Bug#13662)
1262 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1264         * automated/ert-tests.el (ert-test-record-backtrace):
1265         Reenable test case with adapted test string.  (Bug#13064)
1267 2013-12-28  Glenn Morris  <rgm@gnu.org>
1269         * automated/electric-tests.el: Require 'elec-pair.
1271 2013-12-26  João Távora  <joaotavora@gmail.com>
1273         * automated/electric-tests.el (electric-pair-test-for):
1274         Fix autowrapping tests in batch-mode by running with
1275         `transient-mark-mode' set to `lambda'.
1277         * automated/electric-tests.el: New file.
1279 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1281         * automated/python-tests.el
1282         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1283         (python-nav-forward-sexp-safe-1): New test.
1285 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1287         * automated/ruby-mode-tests.el: Add tests for
1288         `ruby-align-to-stmt-keywords'.
1290         * indent/ruby.rb: Update examples to reflect the lack of change in
1291         default indentation of `begin' blocks.
1293 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1295         * indent/ruby.rb: Update examples according to the change
1296         in `smie-indent-close'.
1298 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1300         * indent/ruby.rb: New examples.
1302 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1304         * automated/python-tests.el (python-indent-dedenters-2): New test.
1306 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1308         * automated/python-tests.el (python-indent-after-comment-1)
1309         (python-indent-after-comment-2): New tests.
1311 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1313         * automated/python-tests.el (python-indent-block-enders-1):
1314         Rename from python-indent-block-enders.
1315         (python-indent-block-enders-2): New test.
1317 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1319         * indent/js.js: New file.
1321 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1323         * automated/dbus-tests.el: New file.
1325 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1327         * automated/regexp-tests.el: New file.
1329 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1331         * automated/reftex-tests.el (reftex-parse-from-file-test):
1332         Run temp-dir through file-truename, to make sure the temporary file
1333         names are comparable as strings.
1335         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1336         Force Unix EOLs by using 'utf-8-unix', since the default of
1337         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1339 2013-11-28  Glenn Morris  <rgm@gnu.org>
1341         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1343 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1345         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1346         (EMACSOPT): Use $(PATH_SEP).
1348 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1350         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1351         Set to nil.
1353 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1355         * automated/file-notify-tests.el
1356         (file-notify-test-remote-temporary-file-directory):
1357         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1358         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1359         (file-notify--deftest-remote): Cleanup connection initially.
1360         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1361         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1362         does not work on MS Windows.  Call `accept-process-output' for
1363         remote files.  Apply `string-match' instead of `string-equal', the
1364         messages are different on MS Windows.
1366         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1367         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1368         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1370 2013-11-23  Glenn Morris  <rgm@gnu.org>
1372         * automated/python-tests.el (python-shell-make-comint-1)
1373         (python-shell-make-comint-2, python-shell-get-process-1):
1374         Suppress creation of some temp-files.
1376         * automated/python-tests.el (python-shell-parse-command-1)
1377         (python-shell-make-comint-1, python-shell-make-comint-2)
1378         (python-shell-get-process-1)
1379         (python-shell-internal-get-or-create-process-1):
1380         Skip rather than fail if prereqs not found.
1382         * automated/Makefile.in (emacs):
1383         Empty EMACSLOADPATH rather than unsetting.
1385 2013-11-22  Glenn Morris  <rgm@gnu.org>
1387         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1388         Set expected-result.
1390 2013-11-21  Glenn Morris  <rgm@gnu.org>
1392         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1393         (compile-main): Pass XARGS_LIMIT to xargs.
1395         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1396         (EMACSOPT): Use PATH_SEPARATOR.
1398 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1400         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1401         Add a failing test for Bug#15874.
1402         (ruby--insert-coding-comment-ruby-style)
1403         (ruby--insert-coding-comment-emacs-style)
1404         (ruby--insert-coding-comment-custom-style):
1405         Add a few tests for `ruby--insert-coding-comment'.
1407 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1409         Improve API of recently-added bool vector functions (Bug#15912).
1410         * automated/data-tests.el: Adjust to API changes.
1412 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1414         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1415         (tramp-test08-file-local-copy)
1416         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1417         (tramp-test11-copy-file, tramp-test12-rename-file)
1418         (tramp-test13-make-directory, tramp-test14-delete-directory)
1419         (tramp-test15-copy-directory, tramp-test16-directory-files)
1420         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1421         (tramp-test19-directory-files-and-attributes)
1422         (tramp-test20-file-modes, tramp-test21-file-links)
1423         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1424         (tramp-test24-file-name-completion, tramp-test25-load)
1425         (tramp-test26-process-file, tramp-test27-start-file-process)
1426         (tramp-test28-shell-command): Cleanup connection initially.
1428 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1430         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1431         connection before running the test.
1433 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1435         * automated/tramp-tests.el (tramp-test15-copy-directory)
1436         (tramp-test16-directory-files, tramp-test17-insert-directory)
1437         (tramp-test18-file-attributes)
1438         (tramp-test19-directory-files-and-attributes)
1439         (tramp-test20-file-modes, tramp-test21-file-links)
1440         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1441         (tramp-test24-file-name-completion, tramp-test25-load)
1442         (tramp-test26-process-file, tramp-test27-start-file-process)
1443         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1444         (tramp-test29-utf8): New test.
1446 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1448         * automated/file-notify-tests.el (file-notify-test02-events)
1449         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1451         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1452         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1453         (tramp-test26-process-file, tramp-test28-shell-command):
1454         Ensure, that the directory is not empty when calling "ls".
1456 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1458         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1459         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1460         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1461         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1462         (tramp-test26-process-file): Add tests.
1463         (tramp-test11-copy-file): Remove debug message.
1464         (tramp-test20-file-modes): Special case, if user is "root".
1466 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1468         * automated/file-notify-tests.el:
1469         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1470         `tramp-remote-path' when running on hydra.
1471         (tramp-test07-file-exists-p): Remove instrumentation code.
1472         (tramp-test26-process-file): Don't use "/bin/true" and
1473         "/bin/false", these paths do not exist on hydra.
1475 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1477         * automated/process-tests.el: New file.
1479 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1481         * indent/ruby.rb: New examples.
1483 2013-11-06  Glenn Morris  <rgm@gnu.org>
1485         * automated/Makefile.in (setwins): Avoid accidental matches.
1487 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1489         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1490         Fix docstring.  Instrument, in order to hunt failure on hydra.
1492 2013-11-06  Glenn Morris  <rgm@gnu.org>
1494         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1495         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1496         (warning-predicate-function-perl):
1497         * automated/info-xref.el (info-xref-test-makeinfo):
1498         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1499         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1501 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1503         * automated/tramp-tests.el: New file.
1505 2013-11-05  Glenn Morris  <rgm@gnu.org>
1507         Get rid of --chdir usage.
1508         * automated/Makefile.in (EMACSOPT): Move -L here.
1509         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1510         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1511         (.el.elc): No more need to pass -L here.
1512         (compile-main): Get rid of sub-shell and cd.
1513         (compile-clean, check): Get rid of cd.
1515         Make it possible to run tests with a different working directory.
1516         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1517         (flymake-tests--current-face): Use flymake-tests-data-directory.
1518         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1519         (warning-predicate-function-perl): Adapt for above change.
1520         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1521         (zlib--decompress): Use zlib-tests-data-directory.
1523         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1524         Remove test that makes no sense.
1526         * automated/files.el (files-test-local-variable-data):
1527         Fix result typo presumably caused by interference from dir-locals.
1528         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1530 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1532         * indent/ruby.rb: Add a statement on the line after heredoc.
1533         Move a now-successful example.
1535         * automated/ruby-mode-tests.el: Remove outdated comment.
1537 2013-11-04  Glenn Morris  <rgm@gnu.org>
1539         * automated/Makefile.in (abs_srcdir): Remove.
1540         (emacs): Unset EMACSLOADPATH.
1541         (.el.elc, check): Use -L to append srcdir to load-path.
1543 2013-11-02  Glenn Morris  <rgm@gnu.org>
1545         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1546         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1547         (abs_srcdir): New, set by configure.
1548         (EMACS): Use a relative file name.
1549         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1550         (lisp-compile): Remove (assume it's up-to-date).
1551         (compile-main): Do not run lisp-compile.
1552         (compile-main, compile-clean, compile-always, bootstrap-clean)
1553         (check): Use srcdir rather than $test.  Check cd return value.
1554         Use --chdir.
1555         (doit, compile, compile-always): Remove stuff copied from lisp/.
1556         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1558 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1560         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1561         Add a skipping test.
1563 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1565         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1567         * indent/css-mode.css (.x2): Test alignement inside braces.
1569 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1571         * indent/ruby.rb: New failing example.
1573         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1574         Fix the test, in respect to adding the space after the curly.
1576 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1578         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1579         (ert-test-deftest): Adapt test for changed macro expansion.
1580         (ert-test-run-tests-interactively):
1581         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1582         Add a skipping test.
1584         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1585         (file-notify--test-local-enabled): Make it a function.  Check also
1586         for `file-remote-p' of `temporary-file-directory'.
1587         (file-notify--test-remote-enabled-checked): New defvar.
1588         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1589         internal functions.  Cache result.
1590         (file-notify--deftest-remote, file-notify-test00-availability)
1591         (file-notify-test01-add-watch, file-notify-test02-events)
1592         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1593         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1595 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1597         * indent/ruby.rb: Fix syntax error in the latest example.
1599 2013-10-23  Glenn Morris  <rgm@gnu.org>
1601         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1602         New, set by configure.
1603         (top_srcdir): Remove.
1604         (abs_test, abs_lispsrc): New.
1605         (lisp): No longer absolute.
1606         (emacs, lisp-compile, compile, compile-always):
1607         Quote entities that might contain whitespace.
1609 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1611         * indent/ruby.rb: Move two examples to "working" section, add one
1612         more.
1614 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1616         * indent/ruby.rb: New examples for indentation of blocks.
1617         Example of hash inside parens that inflooped before the present commit.
1619 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1621         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1622         allows another timer to run.
1624 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1626         * indent/ruby.rb: More examples for bug#15594, both failing and
1627         now passing.
1629 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1631         * indent/ruby.rb: Add two more cases.
1633 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1636         first use.
1637         (ruby-should-indent): Use indent-according-to-mode.
1638         (ruby-deftest-move-to-block): Use `declare'.
1640 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1642         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1644 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1646         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1648 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1650         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1651         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1653         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1655 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1657         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1658         Adjust indentation of continued line to the new SMIE behavior.
1660 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1662         * automated/completion-tests.el:
1663         * indent/css-mode.css: New files.
1665 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1667         * automated/data/package/signed/archive-contents:
1668         * automated/data/package/signed/archive-contents.sig:
1669         * automated/data/package/signed/signed-good-1.0.el:
1670         * automated/data/package/signed/signed-good-1.0.el.sig:
1671         * automated/data/package/signed/signed-bad-1.0.el:
1672         * automated/data/package/signed/signed-bad-1.0.el.sig:
1673         * automated/data/package/key.pub:
1674         * automated/data/package/key.sec: New files.
1676         * automated/package-test.el (package-test-update-listing)
1677         (package-test-update-archives, package-test-describe-package):
1678         Adjust to package.el change.
1679         (package-test-signed): New test.
1681 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1683         * automated/package-test.el: Update all cases to use :url instead
1684         of :homepage.
1686         * automated/package-x-test.el
1687         (package-x-test--single-archive-entry-1-3): Same.
1689 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1691         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1692         was unused.
1693         (simple-single-desc): Expect :homepage property.
1694         (multi-file-desc): Same.
1695         (with-package-test): Do not save previous `default-directory'
1696         value, let-bind the var instead.
1697         (package-test-install-single): Expect :homepage property in the
1698         generated pkg file.
1699         (package-test-describe-package): Expect Homepage button.
1700         (package-test-describe-non-installed-package)
1701         (package-test-describe-non-installed-multi-file-package): Same.
1702         (package-test-describe-not-installed-package): Remove, it was a
1703         duplicate.
1705         * automated/package-x-test.el
1706         (package-x-test--single-archive-entry-1-3): Expect :homepage
1707         property.
1708         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1710         * automated/data/package/simple-single-1.3.el: Add URL header.
1712         * automated/data/package/archive-contents: Add :homepage
1713         properties to `simple-single' and `multi-file'.
1715 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1717         * automated/data-tests.el:
1718         (bool-vector-count-matches-all-0-nil)
1719         (bool-vector-count-matches-all-0-t)
1720         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1721         (bool-vector-count-matches-at, bool-vector-intersection-op)
1722         (bool-vector-union-op, bool-vector-xor-op)
1723         (bool-vector-set-difference-op)
1724         (bool-vector-change-detection, bool-vector-not): New tests.
1725         (mock-bool-vector-count-matches-at)
1726         (test-bool-vector-bv-from-hex-string)
1727         (test-bool-vector-to-hex-string)
1728         (test-bool-vector-count-matches-at-tc)
1729         (test-bool-vector-apply-mock-op)
1730         (test-bool-vector-binop): New helper functions.
1731         (bool-vector-test-vectors): New testcase data.
1733 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1735         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1736         (advice-test-called-interactively-p-filter-args)
1737         (advice-test-called-interactively-p-around): New tests.
1739 2013-09-16  Glenn Morris  <rgm@gnu.org>
1741         * automated/eshell.el (eshell-match-result):
1742         Return a more informative failure than simply "false".  Update callers.
1744         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1745         Test value before and after loop as well as during.
1747 2013-09-15  Glenn Morris  <rgm@gnu.org>
1749         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1750         New test.  (Bug#15372)
1751         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1753 2013-09-13  Glenn Morris  <rgm@gnu.org>
1755         * automated/eshell.el (with-temp-eshell):
1756         Use a temp directory for eshell-directory-name.
1757         (eshell-test-command-result): New, again using a temp directory.
1758         Replace eshell-command-result with this throughout.
1759         (eshell-test/for-loop, eshell-test/for-name-loop):
1760         Ensure environment variables don't confuse us.
1762 2013-09-12  Glenn Morris  <rgm@gnu.org>
1764         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1765         due to "has a running process; kill it?" prompts.
1767 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1769         * automated/eshell.el: Rename from eshell.el.
1770         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1772 2013-09-01  Glenn Morris  <rgm@gnu.org>
1774         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1775         Otherwise the sed command used by eg compile-main ends up
1776         containing "/*.el".  (Bug#15170)
1778 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1780         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1781         for portability to hosts where /bin/sh has problems.
1783 2013-08-21  David Engster  <deng@randomsample.de>
1785         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1786         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1787         upstream.  Changed to use ERT.
1789 2013-08-14  Daniel Hackney  <dan@haxney.org>
1791         * automated/package-test.el: Remove tar-package-building functions.
1792         Tar file used for testing is included in the repository.
1793         (package-test-install-texinfo, package-test-cleanup-built-files):
1794         Remove.
1796 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1798         * automated/python-tests.el (python-imenu-create-index-4)
1799         (python-imenu-create-flat-index-2): New tests.
1801 2013-08-05  Glenn Morris  <rgm@gnu.org>
1803         * automated/mule-util.el: New file, with tests extracted from
1804         lisp/international/mule-util.el.
1806 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1808         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1809         before definition.
1810         (advice-tests-macroaliases): New test.
1812 2013-08-04  Glenn Morris  <rgm@gnu.org>
1814         * automated/ert-tests.el: Disable failing test that no-one seems
1815         to know how to fix.  (Bug#13064)
1817         * automated/icalendar-tests.el (icalendar-tests--test-export)
1818         (icalendar-tests--test-import): Try more precise TZ specification.
1819         Remove debug messages.
1821 2013-08-03  Glenn Morris  <rgm@gnu.org>
1823         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1825         * automated/icalendar-tests.el (icalendar-tests--test-export)
1826         (icalendar-tests--test-import):
1827         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1828         (icalendar-tests--test-import): Reset zone even if error occurred.
1830 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1832         * automated/core-elisp-tests.el: New file.
1834 2013-08-01  Glenn Morris  <rgm@gnu.org>
1836         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1837         Try to check that the remote system has a notification program.
1839 2013-07-31  Glenn Morris  <rgm@gnu.org>
1841         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1843 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1845         * automated/file-notify-tests.el
1846         (file-notify--test-local-enabled): New defconst.  Replaces all
1847         `file-notify-support' occurrences.
1848         (file-notify--test-remote-enabled): New defun.
1849         (file-notify--deftest-remote): Use it.
1850         (file-notify-test00-availability): Rewrite.
1851         (file-notify-test00-availability-remote): New defun.
1852         (file-notify-test01-add-watch): Rewrite first erroneous check.
1854 2013-07-23  Glenn Morris  <rgm@gnu.org>
1856         * automated/inotify-test.el (inotify-file-watch-simple):
1857         Delete temp-file when done.
1859         * automated/subword-tests.el: Require subword.
1861 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1863         * automated/subword-tests.el: New file.
1865 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1867         * automated/python-tests.el (python-imenu-create-index-2)
1868         (python-imenu-create-index-3): New tests.
1870 2013-07-11  Glenn Morris  <rgm@gnu.org>
1872         * automated/ert-tests.el: Require cl-lib at runtime too.
1873         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1874         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1875         (ert-test-set-functions, ert-test-gensym)
1876         (ert-test-coerce-to-vector, ert-test-string-position)
1877         (ert-test-mismatch): Remove tests.
1878         * automated/cl-lib.el: New, split from ert-tests.el.
1880         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1881         Goto point-min.
1882         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1883         (ruby-move-to-block-skips-percent-literal)
1884         (ruby-move-to-block-skips-heredoc)
1885         (ruby-move-to-block-moves-from-else-to-if)
1886         (ruby-beginning-of-defun-does-not-fold-case)
1887         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1888         Replace goto-line with forward-line/goto-char.
1889         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1891         * automated/package-test.el (makeinfo-buffer): Autoload.
1892         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1893         (package-test-install-texinfo): Don't require makeinfo.
1895         * automated/files.el: Stop "local variables" confusion.
1897         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1899         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1900         Use with-current-buffer.
1902         * automated/undo-tests.el (undo-test-buffer-modified)
1903         (undo-test-file-modified): New tests.
1905 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1907         * automated/file-notify-tests.el (file-notify-test00-availability):
1908         Set :expected-result.
1909         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1910         (file-notify-test02-events, file-notify-test02-events-remote)
1911         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1912         Skip when `file-notify-support' is nil.  (Bug#14823)
1914 2013-07-09  Glenn Morris  <rgm@gnu.org>
1916         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1917         Declare.
1918         (inotify-file-watch-simple): Silence compiler.
1920         * automated/python-tests.el (python-indent-block-enders):
1921         Make it actually test something.
1923         * automated/package-x-test.el: Require package-test when compiling.
1925         * automated/add-log-tests.el, automated/advice-tests.el:
1926         * automated/imenu-test.el, automated/package-x-test.el:
1927         * automated/python-tests.el, automated/ruby-mode-tests.el:
1928         * automated/xml-parse-tests.el: Explicitly require ert.
1930 2013-07-08  Kenichi Handa  <handa@gnu.org>
1932         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1933         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1935 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1937         * automated/file-notify-tests.el
1938         (file-notify-test-remote-temporary-file-directory):
1939         Use `null-device' on w32.
1940         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1941         (file-notify--test-results, file-notify--test-event)
1942         (file-notify--deftest-remote, file-notify--event-test)
1943         (file-notify--test-event-handler)
1944         (file-notify--test-make-temp-name): Rename, in order to mark them
1945         internal.
1946         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1947         better fitting in noninteractive tests.
1948         (file-notify-test00-availability): Rename from `file-notify-test0'.
1949         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1950         Use `temporary-file-directory '.
1951         (file-notify-test01-add-watch-remote): New test.
1952         (file-notify-test02-events): Rename from `file-notify-test2'.
1953         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1954         (file-notify-test03-autorevert): Rename from
1955         `file-notify-test4'.  Use timeouts.
1956         (file-notify-test03-autorevert-remote): Rename from
1957         `file-notify-test5'.
1959 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1961         * automated/file-notify-tests.el: New package.
1963 2013-06-28  Kenichi Handa  <handa@gnu.org>
1965         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1966         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1967         Callers changed.
1968         (decoder-tests-filename): New function.
1969         (decoder-tests-prefer-utf-8-read)
1970         (decoder-tests-prefer-utf-8-write): New function.
1971         (ert-test-decoder-prefer-utf-8): New test.
1973 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1975         * automated/package-x-test.el: Change the commentary.
1976         (package-x-test--single-archive-entry-1-3)
1977         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1978         using the appropriate data structure.
1980 2013-06-27  Daniel Hackney  <dan@haxney.org>
1982         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1984         * automated/package-x-test.el: New file.
1986         * automated/package-test.el: New file.
1988         * automated/data/package: New directory, with test examples.
1990 2013-06-27  Glenn Morris  <rgm@gnu.org>
1992         * automated/python-tests.el (python-tests-with-temp-file):
1993         Clean up after ourself.
1995         * automated/undo-tests.el (undo-test3): Remove test that seems to
1996         do nothing that the previous one doesn't, except leave a tempfile.
1998 2013-06-26  Glenn Morris  <rgm@gnu.org>
2000         * automated/info-xref.el: New file.
2002 2013-06-25  Glenn Morris  <rgm@gnu.org>
2004         * automated/occur-tests.el (occur-test-create): New function.
2005         Use it to create separate tests for each element, so we run them
2006         all rather than stopping at the first error.
2008 2013-06-24  Glenn Morris  <rgm@gnu.org>
2010         * automated/occur-tests.el (occur-tests):
2011         Update for 2013-05-29 change to occur header line.
2013 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
2015         Test suite for flymake.
2016         * automated/flymake-tests.el:
2017         * automated/flymake/warnpred/Makefile
2018         * automated/flymake/warnpred/test.c
2019         * automated/flymake/warnpred/test.pl: New files.
2021 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2023         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
2025 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2027         * automated/reftex-tests.el: New test suite for reftex.
2029 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
2031         * automated/ruby-mode-tests.el: New tests, for percent literals
2032         and expression expansion.
2034 2013-05-29  Leo Liu  <sdl.web@gmail.com>
2036         * indent/octave.m: Tweak.
2038 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
2040         * eshell.el: Rewrite tests using ERT.
2042 2013-05-25  Leo Liu  <sdl.web@gmail.com>
2044         * indent/octave.m: Add tests for %!, # and ### comments.
2046 2013-05-23  Kenichi Handa  <handa@gnu.org>
2048         * automated/decoder-tests.el: New file.
2050 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
2052         * indent/ruby.rb: Add multiline regexp example.
2054         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
2055         (ruby-regexp-skips-over-interpolation)
2056         (ruby-regexp-continues-till-end-when-unclosed)
2057         (ruby-regexp-can-be-multiline)
2058         (ruby-interpolation-inside-percent-literal): New tests.
2060 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2062         * indent/ruby.rb: Fix indentation after =; add more cases.
2064 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2066         * indent/pascal.pas: Add test for mis-identified comments.
2068 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
2070         * automated/imenu-test.el: New file.  (Bug#14112)
2072 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2074         * automated/python-tests.el (python-imenu-prev-index-position-1):
2075         Remove test.
2076         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2077         New tests.
2079 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2081         * automated/python-tests.el (python-nav-backward-defun-2)
2082         (python-nav-backward-defun-3, python-nav-forward-defun-2)
2083         (python-nav-forward-defun-3): New tests.
2085 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2087         * automated/python-tests.el (python-nav-backward-defun-1)
2088         (python-nav-forward-defun-1): New tests.
2090 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
2092         * automated/add-log-tests.el: New file.  (Bug#14112)
2094 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
2096         * automated/python-tests.el (python-indent-block-enders): New test.
2097         (python-info-current-defun-2): Fix test.
2099 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2101         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
2103 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
2105         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2106         (python-tests-with-temp-file): New macro.
2107         (python-tests-shell-interpreter): New var.
2108         (python-shell-get-process-name-1)
2109         (python-shell-internal-get-process-name-1)
2110         (python-shell-parse-command-1)
2111         (python-shell-calculate-process-environment-1)
2112         (python-shell-calculate-process-environment-2)
2113         (python-shell-calculate-process-environment-3)
2114         (python-shell-calculate-exec-path-1)
2115         (python-shell-calculate-exec-path-2)
2116         (python-shell-make-comint-1)
2117         (python-shell-make-comint-2)
2118         (python-shell-get-process-1)
2119         (python-shell-get-or-create-process-1)
2120         (python-shell-internal-get-or-create-process-1): New tests.
2122 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2124         * automated/python-tests.el: New file.
2126 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2128         * automated/ruby-mode-tests.el
2129         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2130         bits inside the examples.
2131         (ruby-move-to-block-skips-heredoc): New test.
2132         (ruby-add-log-current-method-after-inner-class):
2133         Lower expectations: move point inside a method, initially.
2135 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2137         * automated/ruby-mode-tests.el
2138         (ruby-move-to-block-skips-percent-literal): New test.
2140 2013-02-04  Chong Yidong  <cyd@gnu.org>
2142         * automated/thingatpt.el: New file.
2144 2013-02-03  Chong Yidong  <cyd@gnu.org>
2146         * automated/files.el (file-test--do-local-variables-test):
2147         Avoid compilation warning message.
2149 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2151         * automated/ruby-mode-tests.el
2152         (ruby-indent-spread-args-in-parens): New test.
2153         * automated/ruby-mode-tests.el (ruby-block-test-example):
2154         Break indentation of the do block opener and add a line inside it.
2155         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2156         Adjust line numbers.
2158 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2160         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
2162 2013-01-14  Glenn Morris  <rgm@gnu.org>
2164         * automated/compile-tests.el (compile-tests--test-regexps-data):
2165         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2167 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2169         * automated/man-tests.el: New file.
2171 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2173         * automated/undo-tests.el (undo-test0): Adjust error to code change.
2175 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2177         * automated/undo-tests.el: New file.
2179 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2181         * automated/ruby-mode-tests.el
2182         (ruby-indent-after-block-in-continued-expression): New test.
2184 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2186         * automated/ruby-mode-tests.el:
2187         Rename one interpolation test; add three more.
2188         (ruby-with-temp-buffer): New macro, use it where appropriate.
2189         (ruby-add-log-current-method-examples): Use "_" for target point.
2190         Add four new tests for ruby-add-log-current-method.
2192 2012-12-11  Glenn Morris  <rgm@gnu.org>
2194         * automated/f90.el (f90-test-bug13138): New test.
2196 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2198         * automated/inotify-test.el: New test.
2200 2012-12-02  Chong Yidong  <cyd@gnu.org>
2202         * automated/ruby-mode-tests.el
2203         (ruby-add-log-current-method-examples): Don't use loop macro, to
2204         allow automated testing to work.
2206 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2208         * automated/advice-tests.el (advice-tests--data): Remove.
2209         (advice-tests): Move the tests directly here instead.
2210         Add called-interactively-p tests.
2212 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2214         * automated/ert-x-tests.el: Use cl-lib.
2215         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2217 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2219         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2220         (ruby-indent-inside-heredoc-after-operator)
2221         (ruby-indent-inside-heredoc-after-space): New tests.
2222         Change direct font-lock face references to var references.
2223         (ruby-interpolation-suppresses-syntax-inside): New test.
2224         (ruby-interpolation-inside-percent-literal-with-paren):
2225         New failing test.
2227 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2229         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2230         (ruby-singleton-class-no-heredoc-font-lock)
2231         (ruby-add-log-current-method-examples): New tests.
2232         (ruby-test-string): Extract from ruby-should-indent-buffer.
2233         (ruby-deftest-move-to-block): New macro.
2234         Add several move-to-block tests.
2236 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2238         * automated/advice-tests.el: New tests.
2240 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2242         * automated/compile-tests.el (compile-tests--test-regexps-data):
2243         Add new data for msft's new format.
2245 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2247         * automated/ruby-mode-tests.el:
2248         (ruby-toggle-block-to-multiline): New test.
2249         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2250         (ruby-toggle-block-to-brace): Use buffer-string.
2252 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2254         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2256 2012-08-28  Chong Yidong  <cyd@gnu.org>
2258         * automated/files.el: Test every combination of values for
2259         enable-local-variables and enable-local-eval.
2261 2012-08-19  Chong Yidong  <cyd@gnu.org>
2263         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2265 2012-08-18  Chong Yidong  <cyd@gnu.org>
2267         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2269 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2271         * indent/ruby.rb: Rearrange examples, add new ones.
2273 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2275         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2276         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2278 2012-08-11  Glenn Morris  <rgm@gnu.org>
2280         * automated/files.el: New file.
2282         * automated/Makefile.in (all): Fix typo.
2284 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2286         * automated/ruby-mode-tests.el (ruby-should-indent):
2287         Add docstring, check (current-indentation) instead of (current-column).
2288         (ruby-should-indent-buffer): New function.
2289         Add tests for `ruby-deep-indent-paren' behavior.
2290         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2292 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2294         Original tests in test_ruby_mode.rb in upstream (author).
2296 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2298         * automated/ruby-mode-tests.el (ruby-should-indent)
2299         (ruby-assert-state): New functions.
2300         Add new tests.
2302 2012-07-29  David Engster  <deng@randomsample.de>
2304         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2305         New variable to hold test data for name expansion.
2306         (xml-parse-tests): Test the two different types of name expansion.
2308 2012-07-29  Juri Linkov  <juri@jurta.org>
2310         * automated/occur-tests.el (occur-test-case): Use predefined
2311         buffer name " *test-occur*" instead of a random buffer name.
2313 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2315         * automated/ruby-mode-tests.el: New file with one test.
2317 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2319         * indent/shell.sh: Add test case for ${#VAR}.
2321         * indent/latex-mode.tex: New file.
2323 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2325         * eshell.el: Use cl-lib.
2327 2012-07-03  Chong Yidong  <cyd@gnu.org>
2329         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2331 2012-07-02  Chong Yidong  <cyd@gnu.org>
2333         * automated/xml-parse-tests.el (xml-parse-tests--data):
2334         More testcases.
2336 2012-07-01  Chong Yidong  <cyd@gnu.org>
2338         * automated/xml-parse-tests.el: New file.
2340 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2342         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2343         Use cl-flet.
2345 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2347         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2348         Test escaped commas in TZID (Bug#11473).
2349         (icalendar-import-with-timezone): New.
2350         (icalendar-real-world): Add new testcase as given in the bugreport
2351         of Bug#11473.
2353 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2355         * automated/icalendar-tests.el (icalendar-tests--test-import):
2356         Include UID in import tests (Bug#11525).
2357         (icalendar-import-non-recurring, icalendar-import-rrule)
2358         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2359         UID-import change.
2360         (icalendar-import-with-uid): New.
2361         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2362         Include UID in cycle tests.
2363         (icalendar-cycle, icalendar-real-world): UID-import change.
2365 2012-05-21  Glenn Morris  <rgm@gnu.org>
2367         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2369 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2371         * automated/url-util-tests.el: New file to test
2372         lisp/url/url-util.el.  Only `url-build-query-string' and
2373         `url-parse-query-string' are tested right now (Bug#8706).
2375 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * indent/shell.sh:
2378         * indent/shell.rc: Ad some test cases.
2380 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2382         * indent/ruby.rb: New file, to test new syntax-propertize code.
2384 2012-04-11  Glenn Morris  <rgm@gnu.org>
2386         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2388 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2390         * automated/url-future-tests.el (url-future-tests): Move from
2391         lisp/url/url-future.el and rename.
2393 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2395         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2396         Fix broken test, caused by missing trailing blank.
2398 2011-12-03  Chong Yidong  <cyd@gnu.org>
2400         * automated/compile-tests.el (compile-tests--test-regexps-data):
2401         Increase column numbers by one to reflect change in how
2402         compilation-message is recorded (Bug#10172).
2404 2011-11-22  Glenn Morris  <rgm@gnu.org>
2406         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2408 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2410         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2412 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2414         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2415         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2416         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2418 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2420         * automated/newsticker-tests.el
2421         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2422         newsticker--treeview-tree-update.
2424 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2426         * automated/newsticker-tests.el
2427         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2429         * automated/newsticker-tests.el
2430         (newsticker--group-manage-orphan-feeds): Prevent updating
2431         newsticker treeview.  Fixed bug#9763.
2433 2011-10-20  Glenn Morris  <rgm@gnu.org>
2435         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2437         * automated/vc-bzr.el: New file.
2439 2011-10-15  Glenn Morris  <rgm@gnu.org>
2441         * automated/f90.el: New file.
2443 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2445         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2446         to automated/newsticker-tests.el.  Convert to ERT.
2448 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2450         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2451         Remove, simply use string=.
2452         (icalendar--diarytime-to-isotime)
2453         (icalendar--datetime-to-diary-date)
2454         (icalendar--datestring-to-isodate)
2455         (icalendar--format-ical-event)
2456         (icalendar--parse-summary-and-rest)
2457         (icalendar-tests--do-test-import)
2458         (icalendar-tests--do-test-cycle): Change argument order of
2459         string= to EXPECTED ACTUAL.
2460         (icalendar--import-format-sample)
2461         (icalendar--format-ical-event)
2462         (icalendar-import-non-recurring)
2463         (icalendar-import-rrule)
2464         (icalendar-import-duration)
2465         (icalendar-import-bug-6766)
2466         (icalendar-real-world): Adjust to string= instead of
2467         icalendar-tests--compare-strings.
2468         (icalendar-import-multiple-vcalendars): New.
2470 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2472         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2473         Require CL.
2475 2011-05-09  Juri Linkov  <juri@jurta.org>
2477         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2478         Convert to ERT.
2480 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2482         * automated/compile-tests.el: New file.
2484 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2486         * automated/font-parse-tests.el: Don't byte-compile.
2488         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2490 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2492         * automated/lexbind-tests.el: New file.
2494 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2496         * Version 23.3 released.
2498 2011-03-05  Glenn Morris  <rgm@gnu.org>
2500         * eshell.el: Move here from lisp/eshell/esh-test.el.
2502 2011-03-03  Christian Ohler  <ohler@gnu.org>
2504         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2505         New test.
2507 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2509         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2510         convert to ERT format.
2512 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2514         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2515         convert to ERT format.
2517 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2519         * indent/shell.sh:
2520         * indent/shell.rc: New files.
2522 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2524         * automated/font-parse-tests.el: Move from
2525         font-parse-testsuite.el.
2527 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2529         * font-parse-testsuite.el (test-font-parse-data): New file.
2531 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2533         * indent/prolog.prolog: Add tokenizing tests.
2535 2011-01-13  Christian Ohler  <ohler@gnu.org>
2537         * automated: New directory for automated tests.
2539         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2541         * automated/Makefile.in: New file.
2543 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2545         * indent/modula2.mod: New file.
2547 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2549         * indent/octave.m: Add a test to ensure indentation is local.
2551 2010-10-23  Glenn Morris  <rgm@gnu.org>
2553         * comint-testsuite.el
2554         (comint-testsuite--test-comint-password-prompt-regexp):
2555         Add "Please enter the password".  (Bug#7224)
2557 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * indent/prolog.prolog: Use normal spacing around !.
2561 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2563         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2565 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2567         * indent/octave.m: Remove some `fixindent' not needed any more.
2569 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2571         * indent/octave.m: New file.
2573 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2575         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2576         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2577         (icalendar-testsuite--run-internal-tests): New.
2578         (icalendar-testsuite--test-convert-ordinary-to-ical)
2579         (icalendar-testsuite--test-convert-block-to-ical)
2580         (icalendar-testsuite--test-convert-anniversary-to-ical)
2581         (icalendar-testsuite--test-parse-vtimezone)
2582         (icalendar-testsuite--do-test-export): Code formatting.
2583         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2584         (icalendar-testsuite--do-test-import)
2585         (icalendar-testsuite--do-test-cycle):
2586         Use icalendar-testsuite--compare-strings
2587         (icalendar-testsuite--run-import-tests): Comment added.
2588         (icalendar-testsuite--run-import-tests)
2589         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2591 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2593         * redisplay-testsuite.el (test-redisplay-3): New test.
2595 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2597         * comint-testsuite.el: New file.
2599 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2601         * indent: New dir.
2603 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2605         * Version 23.2 released.
2607 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2609         * cedet/semantic-ia-utest.el
2610         (semantic-symref-test-count-hits-in-tag): Add function, from
2611         semantic-test.el.
2613         * cedet/tests/test.cpp:
2614         * cedet/tests/test.py:
2615         * cedet/tests/teststruct.cpp:
2616         * cedet/tests/testtemplates.cpp:
2617         * cedet/tests/testusing.cpp:
2618         * cedet/tests/scopetest.cpp:
2619         * cedet/tests/scopetest.java: Files deleted.
2621         * cedet/tests/test.make:
2622         * cedet/tests/test.c:
2623         * cedet/tests/testjavacomp.java:
2624         * cedet/tests/testspp.c:
2625         * cedet/tests/testsppreplace.c:
2626         * cedet/tests/testsppreplaced.c:
2627         * cedet/tests/testsubclass.cpp:
2628         * cedet/tests/testsubclass.hh:
2629         * cedet/tests/testtypedefs.cpp:
2630         * cedet/tests/testvarnames.c:
2631         * cedet/tests/test.el:
2632         * cedet/tests/testdoublens.cpp:
2633         * cedet/tests/testdoublens.hpp: Add copyright header.
2635         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2636         Remove reference to deleted files.
2638 2010-03-30  Juri Linkov  <juri@jurta.org>
2640         * occur-testsuite.el (occur-tests): Add tests for context lines.
2642 2010-03-23  Juri Linkov  <juri@jurta.org>
2644         * occur-testsuite.el: New file.
2646 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2648         * Branch for 23.2.
2650 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2652         * icalendar-testsuite.el
2653         (icalendar-testsuite--run-function-tests): Add new tests.
2654         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2655         testcase.
2656         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2657         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2658         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2659         (icalendar-testsuite--test-convert-block-to-ical): New.
2660         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2661         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2663 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2665         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2666         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2667         Fix typos in docstrings and error messages.
2668         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2670 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2672         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2673         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2674         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2676 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2678         * icalendar-testsuite.el
2679         (icalendar-testsuite--run-function-tests):
2680         Add icalendar-testsuite--test-parse-vtimezone.
2681         (icalendar-testsuite--test-parse-vtimezone): New.
2682         (icalendar-testsuite--do-test-cycle): Doc changes.
2683         (icalendar-testsuite--run-real-world-tests): Remove trailing
2684         whitespace -- see change of icalendar--add-diary-entry in
2685         icalendar.el.
2686         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2688 2009-09-30  Glenn Morris  <rgm@gnu.org>
2690         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2692 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2694         * cedet/*: New unit tests, from CEDET repository.
2696 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2698         * redisplay-testsuite.el: New file.
2700 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2702         * Branch for 23.1.
2704 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2706         * icalendar-testsuite.el
2707         (icalendar-testsuite--run-function-tests):
2708         Add icalendar-testsuite--test-diarytime-to-isotime.
2709         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2710         recent icalendar fixes.
2711         (icalendar-testsuite--test-diarytime-to-isotime): New.
2712         (icalendar-testsuite--test-create-uid): Adjust to recent
2713         icalendar changes.
2715 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2717         * bytecomp-testsuite.el: New file.
2719 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2721         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2722         Add `icalendar-testsuite--test-create-uid'.
2723         (icalendar-testsuite--test-create-uid): New.
2725 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2727         * newsticker-testsuite.el: New file.
2729 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2731         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2732         Add icalendar-testsuite--test-datestring-to-isodate,
2733         icalendar-testsuite--test-datetime-to-diary-date, and
2734         icalendar-testsuite--test-calendar-style.
2735         (icalendar-testsuite--test-format-ical-event)
2736         (icalendar-testsuite--test-parse-summary-and-rest):
2737         Doc fix.  Remove european-calendar-style.
2738         (icalendar-testsuite--get-ical-event): Doc fix.
2739         (icalendar-testsuite--test-first-weekday-of-year)
2740         (icalendar-testsuite--run-cycle-tests): Add doc string.
2741         (icalendar-testsuite--test-datestring-to-isodate)
2742         (icalendar-testsuite--test-datetime-to-diary-date)
2743         (icalendar-testsuite--test-calendar-style): New functions.
2744         (icalendar-testsuite--test-export): Handle iso date style.
2745         New arg INPUT-ISO.  Use calendar-date-style.
2746         (icalendar-testsuite--test-import): Handle iso date style.
2747         New arg EXPECTED-ISO.  Use calendar-date-style.
2748         (icalendar-testsuite--test-cycle): Handle iso date style.
2749         (icalendar-testsuite--run-import-tests)
2750         (icalendar-testsuite--run-export-tests)
2751         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2753 2008-02-29  Glenn Morris  <rgm@gnu.org>
2755         * README: New file.
2757 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2759         * icalendar-testsuite.el: New file.
2761 ;; Local Variables:
2762 ;; coding: utf-8
2763 ;; End:
2765   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2767   This file is part of GNU Emacs.
2769   GNU Emacs is free software: you can redistribute it and/or modify
2770   it under the terms of the GNU General Public License as published by
2771   the Free Software Foundation, either version 3 of the License, or
2772   (at your option) any later version.
2774   GNU Emacs is distributed in the hope that it will be useful,
2775   but WITHOUT ANY WARRANTY; without even the implied warranty of
2776   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2777   GNU General Public License for more details.
2779   You should have received a copy of the GNU General Public License
2780   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.