Use `macroexp-parse-body'
[emacs.git] / test / ChangeLog
blob4488aab701f78102815ea8c9f708df83fa5320eb
1 2015-03-03  Daniel Colascione  <dancol@dancol.org>
3         * automated/generator-tests.el (cps-testcase): Use
4         `cps-inhibit-atomic-optimization' instead of
5         `cps-disable-atomic-optimization'.
6         (cps-test-declarations-preserved): New test.
8         * automated/finalizer-tests.el (finalizer-basic)
9         (finalizer-circular-reference, finalizer-cross-reference)
10         (finalizer-error): Rename `gc-precise-p' to `gc-precise'.
12         * automated/generator-tests.el (cps-test-iter-close-finalizer):
13         Rename `gc-precise-p' to `gc-precise'.
15 2015-03-03  Glenn Morris  <rgm@gnu.org>
17         * automated/generator-tests.el (cps-while-incf)
18         (cps-test-iter-cleanup-once-only): Replace undefined incf with cl-incf.
19         (cps-test-iter-do): Use should not undefined assert.
21 2015-03-03  Daniel Colascione  <dancol@dancol.org>
23         * automated/finalizer-tests.el (finalizer-object-type): Test that
24         `type-of' works correctly for finalizers.
26 2015-03-02  Daniel Colascione  <dancol@dancol.org>
28         * automated/generator-tests.el: New tests
30         * automated/finalizer-tests.el (finalizer-basic)
31         (finalizer-circular-reference, finalizer-cross-reference)
32         (finalizer-error): New tests.
34 2015-03-01  Michael Albinus  <michael.albinus@gmx.de>
36         * automated/vc-tests.el (vc-test--create-repo): Add check for
37         `vc-responsible-backend'.
38         (vc-test--register): Do not print a message when unsupported.
39         (vc-test--state, vc-test--working-revision): Rework.  Raise no
40         error in case of inconsistent result, but document everything.
41         (vc-test--checkout-model): New defun.
42         (vc-test-*-checkout-model): New tests.
44 2015-02-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
46         * automated/python-tests.el
47         (python-indent-dedent-line-backspace-2)
48         (python-indent-dedent-line-backspace-3): New tests.
50 2015-02-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
52         * automated/python-tests.el (python-indent-pep8-1)
53         (python-indent-pep8-2, python-indent-pep8-3)
54         (python-indent-after-comment-2): Fix tests.
55         (python-indent-after-comment-3): New test.
57 2015-02-24  Glenn Morris  <rgm@gnu.org>
59         * automated/f90.el (f90-test-bug-19809): New test.
61 2015-02-22  Michael Albinus  <michael.albinus@gmx.de>
63         * automated/tramp-tests.el (tramp-test17-insert-directory):
64         Suppress localized settings in order to have a proper check for
65         the summary line.
67 2015-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
69         * automated/eieio-test-methodinvoke.el (make-instance): Add methods
70         here rather than on eieio-constructor.
72 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
74         * automated/sasl-scram-rfc-tests.el: New file.
76 2015-02-11  Nicolas Petton <nicolas@petton.fr>
78         * automated/seq-tests.el (test-seq-reverse, test-seq-group-by):
79         Add a test for seq-reverse and update test for seq-group-by to
80         test vectors and strings, not only lists.
82 2015-02-10  Glenn Morris  <rgm@gnu.org>
84         * automated/package-test.el (package-test-signed):
85         More informative failure messages.
87 2015-02-09  Nicolas Petton <nicolas@petton.fr>
89         * automated/seq-tests.el (test-seq-group-by): Update test for
90         seq-group-by to check that sequence elements are returned in the
91         correct order.
93 2015-02-07  Fabián Ezequiel Gallina  <fgallina@gnu.org>
95         * automated/python-tests.el (python-eldoc--get-symbol-at-point-1)
96         (python-eldoc--get-symbol-at-point-2)
97         (python-eldoc--get-symbol-at-point-3)
98         (python-eldoc--get-symbol-at-point-4): New tests.
100         * automated/python-tests.el (python-tests-visible-string):
101         New function.
102         (python-parens-electric-indent-1)
103         (python-triple-quote-pairing): Fix indentation, move require calls.
104         (python-hideshow-hide-levels-1)
105         (python-hideshow-hide-levels-2): New tests.
107 2015-02-07  Dmitry Gutov  <dgutov@yandex.ru>
109         * automated/vc-tests.el (vc-test--working-revision): Fix
110         `vc-working-revision' checks to be compared against nil, which is
111         what is should return for unregistered files.
113 2015-02-06 Nicolas Petton <nicolas@petton.fr>
115         * automated/seq-tests.el: New tests for seq-mapcat, seq-partition
116         and seq-group-by.
118 2015-02-05  Artur Malabarba  <bruce.connor.am@gmail.com>
120         * automated/package-test.el (package-test-get-deps): Fix typo.
121         (package-test-sort-by-dependence): New test
123 2015-02-03  Artur Malabarba  <bruce.connor.am@gmail.com>
125         * automated/package-test.el (package-test-get-deps): New test.
127 2015-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
129         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
131 2015-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
135 2015-01-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
137         * automated/python-tests.el (python-indent-pep8-1)
138         (python-indent-pep8-2, python-indent-pep8-3)
139         (python-indent-after-comment-1, python-indent-after-comment-2)
140         (python-indent-inside-paren-1, python-indent-inside-paren-2)
141         (python-indent-after-block-1, python-indent-after-block-2)
142         (python-indent-after-backslash-1, python-indent-after-backslash-2)
143         (python-indent-after-backslash-3, python-indent-block-enders-1)
144         (python-indent-block-enders-2, python-indent-block-enders-3)
145         (python-indent-block-enders-4, python-indent-block-enders-5)
146         (python-indent-dedenters-1, python-indent-dedenters-2)
147         (python-indent-dedenters-3, python-indent-dedenters-4)
148         (python-indent-dedenters-5, python-indent-dedenters-6)
149         (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
150         (python-indent-base-case, python-indent-after-block-3)
151         (python-indent-after-backslash-5, python-indent-inside-paren-3)
152         (python-indent-inside-paren-4, python-indent-inside-paren-5)
153         (python-indent-inside-paren-6, python-indent-inside-string-1)
154         (python-indent-inside-string-2, python-indent-inside-string-3)
155         (python-indent-dedent-line-backspace-1): New Tests.
157 2015-01-28  Glenn Morris  <rgm@gnu.org>
159         * automated/regexp-tests.el: Require regexp-opt, which is
160         not preloaded --without-x.
162 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
164         * automated/cl-generic-tests.el: Try and make sure cl-lib is not
165         required at run-time.
167 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
170         New test.
172 2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
174         * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
175         This is more portable in shell scripts.
176         Fixes: bug#19658
178 2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
180         Fix package tests when TMPDIR is in HOME.  (Bug#19657)
181         * automated/package-test.el (with-package-test):
182         Bind `abbreviated-home-dir' to nil.
183         (package-test-describe-package, package-test-signed):
184         Expect abbreviated directory names.
186 2015-01-22  Jorgen Schaefer  <contact@jorgenschaefer.de>
188         * automated/package-test.el (package-test-install-prioritized):
189         Re-add the test case and add priority to the correct repository
190         this time around.
192 2015-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
195         the setf can be used already in the body of the method.
197 2015-01-20  Jorgen Schaefer  <contact@jorgenschaefer.de>
199         * automated/package-test.el (package-test-install-prioritized):
200         Remove test due to unreproducible failures.
202 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
204         * automated/descr-text-test.el: New file with tests for
205         `describe-char-eldoc--truncate', `describe-char-eldoc--format',
206         and `describe-char-eldoc'.
208 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
210         * automated/tildify-tests.el (tildify-space-undo-test--test):
211         A new helper function for testing `tildify-double-space-undos'
212         behaviour in the `tildify-space' function.
213         (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
214         (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
215         New tests for `tildify-doule-space-undos' behaviour.
217         * automated/tildify-tests.el (tildify-space-test--test):
218         A new helper function for testing `tildify-space' function.
219         (tildify-space-test-html, tildify-space-test-html-nbsp)
220         (tildify-space-test-xml, tildify-space-test-tex): New tests for
221         `tildify-space' function.
223 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * automated/Makefile.in (EMACS_EXTRAOPT): New var.
226         (EMACSOPT): Use it.
228         * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
229         Rename other tests to preserve ordering.
231 2015-01-18  Leo Liu  <sdl.web@gmail.com>
233         * automated/seq-tests.el (test-seq-subseq): Add more tests.
234         (Bug#19434)
236 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
239         Test `subclass' specializer.
241 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
243         * automated/eieio-tests.el
244         (eieio-test-37-obsolete-name-in-constructor): New test.
246 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * automated/eieio-tests.el (eieio-test-25-slot-tests)
249         (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
250         (eieio-test-30-slot-attribute-override)
251         (eieio-test-31-slot-attribute-override-class-allocation): Don't check
252         that we enforce :protection since we don't any more.
254         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
255         Use an explicit arg instead of eieio--scoped-class.  Update all callers.
257 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
260         Reset eieio-test--1.
262         * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
263         Rename from cl-generic-test-7-after/before.
264         (cl--generic-test-advice): New function.
265         (cl-generic-test-9-advice): New test.
267 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
269         * automated/package-test.el (package-test-install-prioritized):
270         New test.
272 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
274         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
275         New functions.
276         (test-calc-remove-units, test-calc-extract-units)
277         (test-calc-convert-units): New tests.
279 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
281         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
283 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
286         keysym arg instead of relying on internal var eieio--generic-call-key.
287         Update all callers.
288         (eieio-test-cl-generic-1): New tests.
290 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
292         * automated/cl-generic-tests.el: New file.
294 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
296         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
297         <foo>-child-p.
299         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
300         Update reference to eieio--generic-call-key.
302 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
304         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
305         Don't use <class>-list types and <class>-list-p predicates.
307         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
308         Don't use <class>-list type.
310         * automated/eieio-test-methodinvoke.el
311         (eieio-test-method-order-list-4):
312         Don't use <class> as a variable.
314 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * automated/eieio-tests.el (eieio-test-04-static-method)
317         (eieio-test-05-static-method-2): Use oref-default to access
318         class slots.
319         (eieio-test-23-inheritance-check): Don't assume that
320         eieio-class-parents returns class names, or that a class can only have
321         a single name.
323         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
324         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
325         Change arg to be a class object.  Update all callers.
327 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
329         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
330         Adjust to new semantics of eieio--scoped-class.
331         (eieio-test-match): Improve error feedback.
333 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * automated/eieio-tests.el: Remove dummy object names.
337         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
338         The type FOO-child is the same as FOO.
340 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
342         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
343         Remove use of eieio-generic-call-methodname.
344         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
345         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
346         Adjust the expected result accordingly.
348 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
350         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
351         New defun.
352         (tramp-test30-special-characters): Use it.  (Bug#19463)
353         (tramp--test-check-files): Filter nil file names out.
355 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
357         Sync with Tramp 2.2.11.
359         * automated/tramp-tests.el (tramp-test30-special-characters):
360         Skip test on MS-Windows.
362 2014-12-27  Glenn Morris  <rgm@gnu.org>
364         * automated/let-alist.el: Load dependency.
366 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
368         * automated/python-tests.el
369         (python-shell-completion-native-interpreter-disabled-p-1): New test.
371 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
373         * automated/python-tests.el (python-shell-get-or-create-process-1)
374         (python-shell-get-or-create-process-2)
375         (python-shell-get-or-create-process-3): Remove tests.
377 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
379         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
381 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
383         * automated/python-tests.el (python-shell-buffer-substring-1)
384         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
385         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
386         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
387         (python-shell-buffer-substring-8)
388         (python-info-encoding-from-cookie-1)
389         (python-info-encoding-from-cookie-2)
390         (python-info-encoding-from-cookie-3)
391         (python-info-encoding-from-cookie-4)
392         (python-info-encoding-from-cookie-5)
393         (python-info-encoding-from-cookie-6)
394         (python-info-encoding-from-cookie-7, python-info-encoding-1)
395         (python-info-encoding-2): New tests.
397 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
399         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
400         expect a given order of "." and "..".
402 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
404         * automated/python-tests.el (python-indent-electric-colon-2)
405         (python-indent-electric-colon-3): New tests.
407 2014-12-27  João Távora  <joaotavora@gmail.com>
409         * automated/electric-tests.el (autowrapping-7): Tests for
410         tex-mode.
412 2014-12-27  Glenn Morris  <rgm@gnu.org>
414         * automated/flymake/warnpred/test.pl: Tweak format, since the
415         previous one seems to have stopped giving a warning with perl 5.20.1.
417 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
419         * automated/python-tests.el (python-shell-get-process-name-1)
420         (python-shell-internal-get-process-name-1): Cleanup.
421         (python-shell-get-process-name-2)
422         (python-shell-internal-get-process-name-2): New tests.
423         (python-shell-calculate-command-1)
424         (python-shell-calculate-process-environment-3)
425         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
426         (python-shell-make-comint-2, python-shell-make-comint-4)
427         (python-shell-get-process-1, python-util-clone-local-variables-1):
428         Replace obsolete function and variable references with current.
430 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
432         * automated/let-alist.el: require `cl-lib'
433         New tests for accessing alists inside alists.
435 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
437         * automated/let-alist.el: New file.
439 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
441         * automated/seq-tests.el: New file.
443 2014-12-16  Glenn Morris  <rgm@gnu.org>
445         * automated/data/flymake/Makefile (check-syntax):
446         Prevent colorized gcc output from confusing flymake.
448         * automated/flymake-tests.el (flymake-tests-data-directory):
449         Change from flymake/warnpred to more standard data/flymake.
450         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
452 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
454         * automated/vc-tests.el (vc-test--revision-granularity-function):
455         New defun.
456         (vc-test--create-repo-function): Rename from
457         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
458         (vc-test--create-repo): Check also for revision-granularity.
459         (vc-test--unregister-function): Additional argument FILE.
460         Adapt all callees.
461         (vc-test--working-revision): New defun.
462         (vc-test-*-working-revision): New tests.
464 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
466         * automated/vc-tests.el (vc-test--register): Check, that the file
467         still exists after register and unregister operations.
469 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
471         * automated/vc-tests.el: New file.
473 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
475         * automated/tramp-tests.el (tramp-test29-vc-registered):
476         Fallback for changed `vc-register' argument list.
478 2014-12-03  Glenn Morris  <rgm@gnu.org>
480         * automated/tramp-tests.el (tramp-test29-vc-registered):
481         Update for recent incompatible change in vc-register.
483 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
485         * automated/python-tests.el
486         (python-shell-calculate-process-environment-4)
487         (python-shell-calculate-process-environment-5): New tests.
488         (python-shell-make-comint-3): Use file-equal-p.
489         (python-shell-get-or-create-process-1)
490         (python-shell-get-or-create-process-2)
491         (python-shell-get-or-create-process-3): Fix interpreter for
492         Windows (Bug#18595).
494 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
496         * automated/libxml-tests.el
497         (libxml-tests--data-comments-preserved): Rename from
498         'libxml-tests--data'.
499         (libxml-tests--data-comments-discarded): New.
500         (libxml-tests): Check whether 'libxml-parse-xml-region' is
501         discarding comments correctly.
503 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
505         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
506         HTML and XML now use no-break space as hard space.  Update tests.
507         (tildify-test-foreach-ignore-environments)
508         (tildify-test-foreach-ignore-environments-early-return,
509         (tildify-test-foreach-region)
510         (tildify-test-foreach-region-early-return)
511         (tildify-test-foreach-region-limit-region): New tests of
512         `tildify-foreach-ignore-environments' and
513         `tildify--foreach-region' functions.
514         (with-test-foreach): New helper macro for the above tests.
516 2014-11-17  Glenn Morris  <rgm@gnu.org>
518         * automated/occur-tests.el (occur-test-case, occur-test-create):
519         In case of failure, show the actual string, rather than just nil.
520         (occur-tests): Update for apparent change in output re control-chars.
522 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
524         * automated/icalendar-tests.el (icalendar-tests--test-export):
525         New optional parameter `alarms'.
526         (icalendar-export-alarms): New test for exporting icalendar
527         alarms.
528         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
530 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
532         * automated/icalendar-tests.el (icalendar-tests--test-import):
533         Mention timezone in doc string.  Clean up.
534         (icalendar-real-world): Add another test case for no-dst
535         timezones.
537 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
539         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
540         Add testcase where offsets of standard time and daylight saving time
541         are equal.
542         (icalendar-real-world): Fix error in test case.  Expected result
543         was wrong when offsets of standard time and daylight saving time
544         were equal.
546 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
548         * automated/python-tests.el
549         (python-shell-calculate-process-environment-2): Fix test.
550         (python-shell-calculate-process-environment-1)
551         (python-shell-calculate-process-environment-3): Cleanup.
553 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
555         * automated/python-tests.el (python-indent-dedenters-8): New test
556         for Bug#18432.
558 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
560         * automated/python-tests.el (python-indent-region-1)
561         (python-indent-region-2, python-indent-region-3)
562         (python-indent-region-4, python-indent-region-5): New tests.
564 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
566         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
567         * automated/cl-lib-tests.el: Rename from cl-lib.el.
569 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
571         * automated/libxml-tests.el: New file.
573 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
575         * automated/process-tests.el (process-test-quoted-batfile):
576         New test.
578 2014-10-20  Glenn Morris  <rgm@gnu.org>
580         * Merge in all changes up to 24.4 release.
582 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
584         * indent/scss-mode.scss: New file.
585         * indent/css-mode.css: Add a few uneventful examples.
587 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
589         * BidiCharacterTest.txt: New file, from Unicode.
591         * biditest.el: New file.
593 2014-10-08  Leo Liu  <sdl.web@gmail.com>
595         * automated/print-tests.el: New file.
596         (terpri): Tests for terpri.  (Bug#18652)
598 2014-10-06  Glenn Morris  <rgm@gnu.org>
600         * automated/icalendar-tests.el (icalendar--calendar-style):
601         Remove test, no longer relevant.
603 2014-10-04  Glenn Morris  <rgm@gnu.org>
605         * automated/package-x-test.el: Remove file...
606         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
608 2014-10-02  Glenn Morris  <rgm@gnu.org>
610         * automated/package-test.el (with-package-test, package-test-signed):
611         Also set HOME to a temp value, in case the real one is absent (e.g.
612         hydra) or read-only.  (Bug#18575)
613         (package-test-signed): Use skip-unless rather than expected-result.
615 2014-09-26  Leo Liu  <sdl.web@gmail.com>
617         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
618         New tests.  (Bug#18557)
620 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
622         * automated/newsticker-tests.el
623         (newsticker--group-find-parent-group),
624         (newsticker--group-do-rename-group): New tests.
626 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
628         * automated/fns-tests.el (fns-tests-collate-sort):
629         Bind w32-collate-ignore-punctuation to t when sorting according to
630         UTS#10 rules.
632 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
634         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
635         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
637 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
639         * automated/fns-tests.el (fns-tests-compare-strings): In case
640         `compare-strings' shall return t, check for this.
641         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
643 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
645         * automated/python-tests.el (python-indent-electric-colon-1):
646         New test.  (Bug#18228)
648 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
650         * automated/fns-tests.el (fns-tests-sort): New test.
652 2014-08-28  Glenn Morris  <rgm@gnu.org>
654         * automated/python-tests.el (python-shell-calculate-exec-path-2):
655         Update test for today's python.el changes.
657 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
659         * automated/compile-tests.el (compile--test-error-line): Grok FILE
660         being nil.  Allows for Guile tests to pass.
661         (compile-tests--test-regexps-data): Add Guile tests.
663 2014-08-11  Glenn Morris  <rgm@gnu.org>
665         * automated/data/files-bug18141.el.gz: New file.
666         * automated/files.el (files-test-bug-18141-file):
667         New variable and test.  (Bug#18141)
669 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
671         Enumerate evaluated sexp diary entries (Bug#7911).
672         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
673         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
674         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
675         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
676         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
677         New tests.
679 2014-08-07  Glenn Morris  <rgm@gnu.org>
681         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
683 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
685         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
686         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
688 2014-08-03  Glenn Morris  <rgm@gnu.org>
690         * automated/Makefile.in (check-tar): New rule.
692 2014-08-02  Glenn Morris  <rgm@gnu.org>
694         * automated/fns-tests.el (fns-tests-compare-strings):
695         Update test.  (Bug#17903)
697         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
698         Use more precise TZ specification, as per 2013-08-04.
700 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
702         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
703         New test.
705 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
707         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
709 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
711         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
712         Work around the failures in icalendar-tests which occasionally occur on
713         hydra.nixos.org.
715 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
717         * automated/python-tests.el:
718         (python-util-clone-local-variables-1): Fix test.
720         * automated/python-tests.el (python-shell-make-comint-1):
721         (python-shell-make-comint-2): Fix indentation.
722         (python-shell-make-comint-3)
723         (python-shell-make-comint-4): New tests.
724         (python-shell-get-or-create-process-1): Fix test.
725         (python-shell-get-or-create-process-2)
726         (python-shell-get-or-create-process-3): New tests.
727         (python-shell-internal-get-or-create-process-1): Fix test.
728         (python-shell-prompt-detect-1): New test.
729         (python-shell-prompt-detect-2): New test.  (Bug#17370)
730         (python-shell-prompt-detect-3)
731         (python-shell-prompt-detect-4)
732         (python-shell-prompt-detect-5)
733         (python-shell-prompt-detect-6)
734         (python-shell-prompt-validate-regexps-1)
735         (python-shell-prompt-validate-regexps-2)
736         (python-shell-prompt-validate-regexps-3)
737         (python-shell-prompt-validate-regexps-4)
738         (python-shell-prompt-validate-regexps-5)
739         (python-shell-prompt-validate-regexps-6)
740         (python-shell-prompt-validate-regexps-7)
741         (python-shell-prompt-set-calculated-regexps-1)
742         (python-shell-prompt-set-calculated-regexps-2)
743         (python-shell-prompt-set-calculated-regexps-3)
744         (python-shell-prompt-set-calculated-regexps-4)
745         (python-shell-prompt-set-calculated-regexps-5)
746         (python-shell-prompt-set-calculated-regexps-6)
747         (python-util-valid-regexp-p-1): New tests.
749 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
751         * automated/advice-tests.el (advice-test-call-interactively): Make sure
752         the function's definition is fully restored at the end.
754 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
756         * automated/python-tests.el (python-indent-block-enders-1)
757         (python-indent-block-enders-2): Fix tests.
758         (python-indent-block-enders-3, python-indent-block-enders-4)
759         (python-indent-block-enders-5, python-indent-dedenters-1)
760         (python-indent-dedenters-2): Remove tests.
761         (python-indent-dedenters-1, python-indent-dedenters-2)
762         (python-indent-dedenters-3, python-indent-dedenters-4)
763         (python-indent-dedenters-5, python-indent-dedenters-6)
764         (python-indent-dedenters-7)
765         (python-info-dedenter-opening-block-position-1)
766         (python-info-dedenter-opening-block-position-2)
767         (python-info-dedenter-opening-block-position-3)
768         (python-info-dedenter-opening-block-positions-1)
769         (python-info-dedenter-opening-block-positions-2)
770         (python-info-dedenter-opening-block-positions-3)
771         (python-info-dedenter-opening-block-positions-4)
772         (python-info-dedenter-opening-block-positions-5)
773         (python-info-dedenter-opening-block-message-1)
774         (python-info-dedenter-opening-block-message-2)
775         (python-info-dedenter-opening-block-message-3)
776         (python-info-dedenter-opening-block-message-4)
777         (python-info-dedenter-opening-block-message-5)
778         (python-info-dedenter-statement-p-1)
779         (python-info-dedenter-statement-p-2)
780         (python-info-dedenter-statement-p-3)
781         (python-info-dedenter-statement-p-4)
782         (python-info-dedenter-statement-p-5): New tests.
784 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
786         * indent/perl.perl: Add indentation pattern for hash-table entries.
788 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
790         * automated/dbus-tests.el (dbus-test02-register-service-session)
791         (dbus-test02-register-service-system): Fix docstring.
792         (dbus-test02-register-service-own-bus)
793         (dbus-test03-peer-interface): New tests.
795 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
797         * automated/python-tests.el (python-tests-self-insert): New function.
798         (python-triple-quote-pairing): Use it.
799         (python-parens-electric-indent-1): New test. (Bug#17658)
801 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
803         * automated/subr-x-tests.el: New file.
805 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
807         * automated/tramp-tests.el (tramp--instrument-test-case):
808         Print debug buffer in any case.
810 2014-06-28  Leo Liu  <sdl.web@gmail.com>
812         * automated/calc-tests.el: New file and add tests for math-bignum.
813         (Bug#17556)
815 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
817         * automated/dbus-tests.el (dbus--test-register-service)
818         (dbus-test02-register-service-session): Replace `dbus-ping' calls
819         by `dbus-list-known-names'.  (Bug#17858)
821 2014-06-28  Glenn Morris  <rgm@gnu.org>
823         * automated/Makefile.in (GDB): New variable.
824         (emacs): Use $GDB.  (Bug#15991)
826         * automated/Makefile.in (WRITE_LOG): New variable.
827         (%.log): Use WRITE_LOG.
828         (test_template): Disable logging.
830         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
831         (test_template): New definition.  Apply to TESTS.
833 2014-06-27  Glenn Morris  <rgm@gnu.org>
835         * automated/Makefile.in (check-maybe): Rename from check.
836         (check): Re-run all the tests, every time.
837         (clean, mostlyclean): Also delete *.log~.
839 2014-06-26  Glenn Morris  <rgm@gnu.org>
841         * automated/package-x-test.el: Do not mess with load-path.
843         * automated/Makefile.in (%.log): If error, dump log to stdout.
845 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
847         * automated/package-test.el (package-test-update-listing)
848         (package-test-update-archives, package-test-describe-package):
849         Adjust tests according to new package-list-unsigned.
851 2014-06-26  Glenn Morris  <rgm@gnu.org>
853         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
855         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
857         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
858         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
859         (setwins, compile-targets, compile-main, compile-clean): Remove.
860         (GREP_OPTIONS): Unexport.
861         (.el.elc): Replace with pattern rule.
862         (%.elc, %.log): New pattern rules.
863         (ELFILES, LOGFILES): New variables.
864         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
865         (clean, mostlyclean): New rules.
866         (bootstrap-clean): Simplify.
867         (bootstrap-clean, distclean): Depend on clean.
869 2014-06-25  Glenn Morris  <rgm@gnu.org>
871         * automated/flymake-tests.el (flymake-tests--current-face):
872         Sleep for longer.  Avoid querying.
874 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
876         * automated/fns-tests.el (fns-tests-compare-string): New test.
878 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
880         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
881         according to Bug#17815.
883 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
885         * automated/python-tests.el (python-util-strip-string-1): New test.
887 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
889         Sync with Tramp 2.2.10.
891         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
892         (tramp--instrument-test-case): Extend docstring.
893         (tramp-test15-copy-directory): Skip for tramp-smb.el.
894         (tramp-test21-file-links): Use `file-truename' for directories.
895         (tramp-test27-start-file-process, tramp-test28-shell-command):
896         Retrieve process output more robustly.
897         (tramp--test-check-files): Extend test.
898         (tramp-test30-special-characters): Skip for tramp-adb.el,
899         tramp-gvfs.el and tramp-smb.el.  Add further file names.
901 2014-06-13  Glenn Morris  <rgm@gnu.org>
903         * automated/Makefile.in (compile-main):
904         GNU make automatically passes command-line arguments to sub-makes.
906 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
908         * automated/tildify-tests.el (tildify-test--test): Optimize the test
909         slightly by reusing the same temporary buffer across multiple test
910         cases.
912         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
913         (tildify-test-find-env-group-index-bug): Update to support new
914         signature of the `tildify-foreach-region-outside-env' function.
915         Namely, it now takes pairs as an argument instead of looking it up in
916         `tildify-ignored-environments-alist'.
918         * automated/tildify-tests.el (tildify-test--example-html): Add support
919         for generating XML code, so that…
920         (tildify-test-xml) …test can be added to check handling of XML
921         documents.
923         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
924         New test checking end-regex building when multiple environment pairs
925         use integers to refer to capture groups.
927         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
928         test checking end-regex building in `tildify-find-env' function when
929         integers (denoting capture groups) and strings are mixed together.
931 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
933         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
934         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
936 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
938         * automated/tramp-tests.el (tramp-test29-vc-registered):
939         Instrument failed test case.
941 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
943         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
944         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
946 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
948         * automated/tildify-tests.el: New file.
950 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
952         * indent/ruby.rb: Add one more test.
954         * indent/ps-mode.ps: New file.
956         * indent/octave.m: Add a few more tests.
958         * automated/core-elisp-tests.el
959         (core-elisp-test-window-configurations): New test.
961 2014-05-26  Glenn Morris  <rgm@gnu.org>
963         * automated/package-test.el (package-test-install-single):
964         Update for changed output.
966 2014-05-22  Glenn Morris  <rgm@gnu.org>
968         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
969         Fix handling of temporary elc files.
971         * automated/fns-tests.el (fns-tests-nreverse):
972         Update for changed string behavior.
974 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
976         * automated/fns-tests.el: New file.
977         * automated/fns-tests.el (fns-tests-nreverse)
978         (fns-tests-nreverse-bool-vector): New tests.
980 2014-05-08  Glenn Morris  <rgm@gnu.org>
982         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
983         (vc-bzr-test-faulty-bzr-autoloads):
984         Give bzr a temporary home-directory, in case the real one is missing.
986 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
988         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
989         New test.
991 2014-05-08  Glenn Morris  <rgm@gnu.org>
993         * automated/help-fns.el: New file.
995 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
997         * automated/undo-tests.el (undo-test-region-deletion): New test to
998         demonstrate bug#17235.
999         (undo-test-region-example): New test to verify example given in
1000         comments for undo-make-selective-list.
1002 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
1004         * automated/tramp-tests.el (top):
1005         * automated/file-notify-tests.el (top): Do not disable interactive
1006         passwords in batch mode.
1007         (password-cache-expiry): Set to nil.
1009         * automated/file-notify-tests.el
1010         (file-notify-test-remote-temporary-file-directory):
1011         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1012         Use a mock-up method as default.
1013         (tramp-test00-availability): Print the used directory name.
1014         (tramp-test33-recursive-load): Fix typo.
1016 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
1018         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
1019         (tramp-test30-special-characters): Remove test for backslash.
1021 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
1023         * automated/tramp-tests.el
1024         (tramp-test19-directory-files-and-attributes)
1025         (tramp-test22-file-times): Check for `file-attributes' equality
1026         only if there is a usable timestamp.
1027         (tramp--test-check-files): Do not use `copy-sequence'.
1029 2014-04-22  Daniel Colascione  <dancol@dancol.org>
1031         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1032         Add compile flag.
1033         (test-byte-comp-macro-expansion)
1034         (test-byte-comp-macro-expansion-eval-and-compile)
1035         (test-byte-comp-macro-expansion-eval-when-compile)
1036         (test-byte-comp-macro-expand-lexical-override): Use it.
1037         (test-eager-load-macro-expansion)
1038         (test-eager-load-macro-expansion-eval-and-compile)
1039         (test-eager-load-macro-expansion-eval-when-compile)
1040         (test-eager-load-macro-expand-lexical-override): New tests.
1042         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
1043         account for removal of `cl-struct-set-slot-value'. Also, move
1044         the defstruct to top level.
1046 2014-04-21  Daniel Colascione  <dancol@dancol.org>
1048         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1049         New function.
1050         (test-byte-comp-macro-expansion)
1051         (test-byte-comp-macro-expansion-eval-and-compile)
1052         (test-byte-comp-macro-expansion-eval-when-compile)
1053         (test-byte-comp-macro-expand-lexical-override): New tests.
1055         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
1056         (cl-the): Fix cl-the test.
1058 2014-04-20  Daniel Colascione  <dancol@dancol.org>
1060         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
1062 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
1064         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
1065         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
1067 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
1069         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
1070         (tramp--test-make-temp-name): Optional argument LOCAL.
1071         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
1072         (tramp-test10-write-region): No special test for out-of-band copy
1073         needed anymore.
1074         (tramp-test11-copy-file, tramp-test12-rename-file)
1075         (tramp-test21-file-links): Extend tests.
1076         (tramp-test20-file-modes): More robust check for user "root".
1077         (tramp--test-check-files): New defun.
1078         (tramp-test30-special-characters, tramp-test33-recursive-load)
1079         (tramp-test34-unload): New tests.
1080         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
1082 2014-04-11  Glenn Morris  <rgm@gnu.org>
1084         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
1086 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
1088         * automated/electric-tests.el: Fix spelling error in test name.
1089         (whitespace-skipping-for-quotes-not-outside):
1090         Rename from whitespace-skipping-for-quotes-not-ouside.
1092 2014-04-09  Daniel Colascione  <dancol@dancol.org>
1094         * automated/syntax-tests.el: New file.
1096 2014-04-09  Glenn Morris  <rgm@gnu.org>
1098         * automated/python-tests.el (python-triple-quote-pairing):
1099         Enable/disable electric-pair-mode as needed.
1101         * automated/electric-tests.el (electric-pair-backspace-1):
1102         Replace deleted function.
1104 2014-04-07  João Távora  <joaotavora@gmail.com>
1106         * automated/python-tests.el (python-triple-quote-pairing): New test.
1107         (python-syntax-after-python-backspace): New test.
1109         * automated/electric-tests.el (electric-pair-define-test-form):
1110         More readable test docstrings.
1111         (whitespace-skipping-for-quotes-not-ouside)
1112         (whitespace-skipping-for-quotes-only-inside)
1113         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
1115 2014-04-04  João Távora  <joaotavora@gmail.com>
1117         * automated/electric-tests.el (define-electric-pair-test):
1118         Don't overtest.
1119         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1120         (inhibit-in-mismatched-string-inside-c-comments): New test.
1122 2014-04-02  João Távora  <joaotavora@gmail.com>
1124         * automated/electric-tests.el (inhibit-if-strings-mismatched):
1125         New test, change from `inhibit-only-of-next-is-mismatched'.
1127 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
1129         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1130         (undo-test-region-t-marker): New tests of marker adjustments.
1131         (undo-test-marker-adjustment-moved):
1132         (undo-test-region-mark-adjustment): New tests to demonstrate
1133         bug#16818, which fail without the fix.
1135 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1137         * automated/package-test.el (package-test-describe-package):
1138         Fix test failure in non-graphical mode.
1140 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1142         * automated/subword-tests.el (subword-tests2): More subword tests.
1144         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1145         New test: correct parsing of keyword arguments.
1147 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1149         * automated/package-test.el (package-test-describe-package):
1150         Check for the "Keywords: " line.
1152         * automated/data/package/archive-contents: Include the :keywords
1153         field in `simple-single' data form.
1155 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1157         * automated/package-test.el
1158         (package-test-install-two-dependencies): New test (bug#16826).
1160         * automated/data/package/simple-two-depend-1.1.el: New file.
1162         * automated/data/package/archive-contents:
1163         Add info about the new package.
1165 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1167         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1168         (tramp-test10-write-region): Extend for out-of-band copy.
1169         (tramp-test31-asynchronous-requests): New test.
1171 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1173         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1174         Add new test of undo in region.
1175         (undo-test-in-region-eob): Add test case described at
1176         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1178 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1180         * automated/tramp-tests.el (tramp--test-enabled)
1181         (tramp-test15-copy-directory): No special handling of tramp-adb.el
1182         anymore.  It's fixed in that package.
1184 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1186         * automated/tramp-tests.el (tramp--test-enabled): Move connection
1187         cleanup into this function.  Remove respective code from all test
1188         cases.
1189         (tramp--instrument-test-case): Declare `indent' and `debug'.
1190         Handle other errors as well.
1191         (tramp-test14-delete-directory): Check for `file-error' error.
1192         (tramp-test15-copy-directory): Ignore return value of
1193         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
1194         (tramp-test19-directory-files-and-attributes): Take care of
1195         timestamp of "../".
1196         (tramp-test20-file-modes, tramp-test27-start-file-process)
1197         (tramp-test28-shell-command): Skip for tramp-adb.el.
1198         (tramp-test21-file-links): `file-truename' shall preserve trailing
1199         link of directories.
1200         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1201         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1202         `kill-buffer-query-functions' to nil.
1203         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1205 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1207         * automated/tramp-tests.el
1208         (tramp-test19-directory-files-and-attributes): Do not include
1209         directories in comparison; they might have changed their
1210         timestamps already.
1212 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1214         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1215         (tramp-test17-insert-directory): First line could contain more
1216         text, when produced by `ls-lisp'.
1217         (tramp-test19-directory-files-and-attributes): Instrument failed
1218         test case.
1220 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1222         * automated/tramp-tests.el (tramp-test17-insert-directory):
1223         Make first line "total 123" optional.
1224         (tramp-test20-file-modes, tramp-test22-file-times)
1225         (tramp-test26-process-file, tramp-test27-start-file-process)
1226         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1227         tramp-smb.el.
1228         (tramp-test20-file-modes): Check for "root" only when there is an
1229         explicit user name.
1230         (tramp-test21-file-links): Handle "... not supported" error.
1231         (tramp-test22-file-times): Skip for "don't know" return values.
1232         (tramp-test26-process-file, tramp-test28-shell-command):
1233         Remove color escape sequences.
1234         (tramp-test28-shell-command): Use `accept-process-output' rather
1235         than `sit-for'.
1236         (tramp-test30-utf8): Set coding system `utf-8'.
1238 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
1240         * automated/tramp-tests.el (tramp-test28-shell-command):
1241         Perform an initial `sit-for' prior the while loop.
1243 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1245         Sync with Tramp 2.2.9.
1247         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1248         (tramp-test28-shell-command): Make a while loop when waiting for
1249         process exit.
1251 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
1253         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1254         and `vc-hg'.  Declare `tramp-find-executable' and
1255         `tramp-get-remote-path'.
1256         (tramp-test29-vc-registered): New test.
1257         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1259 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
1261         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1262         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1263         (tramp-test28-shell-command): Improve `shell-command' test.
1264         Add `async-shell-command' tests.
1266 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1268         * automated/file-notify-tests.el (file-notify--wait-for-events):
1269         Use `read-event' instead of `sit-for'.
1270         (file-notify-test02-events): Remove expected result, the bug is
1271         fixed meanwhile.
1272         (file-notify-test02-events, file-notify-test03-autorevert):
1273         Use `sleep-for' instead of `sit-for'.
1275 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1277         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1278         New test.
1280 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1282         * automated/file-notify-tests.el (file-notify--deftest-remote):
1283         Do not skip when the local test has failed.  They are unrelated.
1284         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1285         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1286         `sleep-for'.
1287         (file-notify-test02-events): Check for `file-remote-p' instead of
1288         `file-notify--test-remote-enabled'.
1290 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1292         * automated/file-notify-tests.el (file-notify-test02-events):
1293         Let test case fail for Bug#16519.
1295 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1297         * automated/file-notify-tests.el (file-notify-test02-events):
1298         Hide Bug#16519, until it is solved.
1300 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1302         * automated/file-notify-tests.el
1303         (file-notify--test-local-enabled): Fix error in logic.
1304         (file-notify--wait-for-events): New defmacro.
1305         (file-notify-test02-events): Make short breaks between file operations.
1306         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1307         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1309         * automated/comint-testsuite.el
1310         (comint-testsuite-password-strings): Add localized examples.
1312 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1314         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1315         case if inotify is not linked with Emacs.  Use `read-event' rather
1316         than `sit-for' in order to process events.  (Bug#13662)
1318 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1320         * automated/ert-tests.el (ert-test-record-backtrace):
1321         Reenable test case with adapted test string.  (Bug#13064)
1323 2013-12-28  Glenn Morris  <rgm@gnu.org>
1325         * automated/electric-tests.el: Require 'elec-pair.
1327 2013-12-26  João Távora  <joaotavora@gmail.com>
1329         * automated/electric-tests.el (electric-pair-test-for):
1330         Fix autowrapping tests in batch-mode by running with
1331         `transient-mark-mode' set to `lambda'.
1333         * automated/electric-tests.el: New file.
1335 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1337         * automated/python-tests.el
1338         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1339         (python-nav-forward-sexp-safe-1): New test.
1341 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1343         * automated/ruby-mode-tests.el: Add tests for
1344         `ruby-align-to-stmt-keywords'.
1346         * indent/ruby.rb: Update examples to reflect the lack of change in
1347         default indentation of `begin' blocks.
1349 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1351         * indent/ruby.rb: Update examples according to the change
1352         in `smie-indent-close'.
1354 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1356         * indent/ruby.rb: New examples.
1358 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1360         * automated/python-tests.el (python-indent-dedenters-2): New test.
1362 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1364         * automated/python-tests.el (python-indent-after-comment-1)
1365         (python-indent-after-comment-2): New tests.
1367 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1369         * automated/python-tests.el (python-indent-block-enders-1):
1370         Rename from python-indent-block-enders.
1371         (python-indent-block-enders-2): New test.
1373 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1375         * indent/js.js: New file.
1377 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1379         * automated/dbus-tests.el: New file.
1381 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * automated/regexp-tests.el: New file.
1385 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1387         * automated/reftex-tests.el (reftex-parse-from-file-test):
1388         Run temp-dir through file-truename, to make sure the temporary file
1389         names are comparable as strings.
1391         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1392         Force Unix EOLs by using 'utf-8-unix', since the default of
1393         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1395 2013-11-28  Glenn Morris  <rgm@gnu.org>
1397         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1399 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1401         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1402         (EMACSOPT): Use $(PATH_SEP).
1404 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1406         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1407         Set to nil.
1409 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1411         * automated/file-notify-tests.el
1412         (file-notify-test-remote-temporary-file-directory):
1413         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1414         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1415         (file-notify--deftest-remote): Cleanup connection initially.
1416         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1417         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1418         does not work on MS Windows.  Call `accept-process-output' for
1419         remote files.  Apply `string-match' instead of `string-equal', the
1420         messages are different on MS Windows.
1422         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1423         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1424         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1426 2013-11-23  Glenn Morris  <rgm@gnu.org>
1428         * automated/python-tests.el (python-shell-make-comint-1)
1429         (python-shell-make-comint-2, python-shell-get-process-1):
1430         Suppress creation of some temp-files.
1432         * automated/python-tests.el (python-shell-parse-command-1)
1433         (python-shell-make-comint-1, python-shell-make-comint-2)
1434         (python-shell-get-process-1)
1435         (python-shell-internal-get-or-create-process-1):
1436         Skip rather than fail if prereqs not found.
1438         * automated/Makefile.in (emacs):
1439         Empty EMACSLOADPATH rather than unsetting.
1441 2013-11-22  Glenn Morris  <rgm@gnu.org>
1443         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1444         Set expected-result.
1446 2013-11-21  Glenn Morris  <rgm@gnu.org>
1448         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1449         (compile-main): Pass XARGS_LIMIT to xargs.
1451         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1452         (EMACSOPT): Use PATH_SEPARATOR.
1454 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1456         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1457         Add a failing test for Bug#15874.
1458         (ruby--insert-coding-comment-ruby-style)
1459         (ruby--insert-coding-comment-emacs-style)
1460         (ruby--insert-coding-comment-custom-style):
1461         Add a few tests for `ruby--insert-coding-comment'.
1463 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1465         Improve API of recently-added bool vector functions (Bug#15912).
1466         * automated/data-tests.el: Adjust to API changes.
1468 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1470         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1471         (tramp-test08-file-local-copy)
1472         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1473         (tramp-test11-copy-file, tramp-test12-rename-file)
1474         (tramp-test13-make-directory, tramp-test14-delete-directory)
1475         (tramp-test15-copy-directory, tramp-test16-directory-files)
1476         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1477         (tramp-test19-directory-files-and-attributes)
1478         (tramp-test20-file-modes, tramp-test21-file-links)
1479         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1480         (tramp-test24-file-name-completion, tramp-test25-load)
1481         (tramp-test26-process-file, tramp-test27-start-file-process)
1482         (tramp-test28-shell-command): Cleanup connection initially.
1484 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1486         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1487         connection before running the test.
1489 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1491         * automated/tramp-tests.el (tramp-test15-copy-directory)
1492         (tramp-test16-directory-files, tramp-test17-insert-directory)
1493         (tramp-test18-file-attributes)
1494         (tramp-test19-directory-files-and-attributes)
1495         (tramp-test20-file-modes, tramp-test21-file-links)
1496         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1497         (tramp-test24-file-name-completion, tramp-test25-load)
1498         (tramp-test26-process-file, tramp-test27-start-file-process)
1499         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1500         (tramp-test29-utf8): New test.
1502 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1504         * automated/file-notify-tests.el (file-notify-test02-events)
1505         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1507         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1508         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1509         (tramp-test26-process-file, tramp-test28-shell-command):
1510         Ensure, that the directory is not empty when calling "ls".
1512 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1514         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1515         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1516         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1517         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1518         (tramp-test26-process-file): Add tests.
1519         (tramp-test11-copy-file): Remove debug message.
1520         (tramp-test20-file-modes): Special case, if user is "root".
1522 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1524         * automated/file-notify-tests.el:
1525         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1526         `tramp-remote-path' when running on hydra.
1527         (tramp-test07-file-exists-p): Remove instrumentation code.
1528         (tramp-test26-process-file): Don't use "/bin/true" and
1529         "/bin/false", these paths do not exist on hydra.
1531 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1533         * automated/process-tests.el: New file.
1535 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1537         * indent/ruby.rb: New examples.
1539 2013-11-06  Glenn Morris  <rgm@gnu.org>
1541         * automated/Makefile.in (setwins): Avoid accidental matches.
1543 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1545         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1546         Fix docstring.  Instrument, in order to hunt failure on hydra.
1548 2013-11-06  Glenn Morris  <rgm@gnu.org>
1550         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1551         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1552         (warning-predicate-function-perl):
1553         * automated/info-xref.el (info-xref-test-makeinfo):
1554         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1555         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1557 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1559         * automated/tramp-tests.el: New file.
1561 2013-11-05  Glenn Morris  <rgm@gnu.org>
1563         Get rid of --chdir usage.
1564         * automated/Makefile.in (EMACSOPT): Move -L here.
1565         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1566         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1567         (.el.elc): No more need to pass -L here.
1568         (compile-main): Get rid of sub-shell and cd.
1569         (compile-clean, check): Get rid of cd.
1571         Make it possible to run tests with a different working directory.
1572         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1573         (flymake-tests--current-face): Use flymake-tests-data-directory.
1574         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1575         (warning-predicate-function-perl): Adapt for above change.
1576         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1577         (zlib--decompress): Use zlib-tests-data-directory.
1579         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1580         Remove test that makes no sense.
1582         * automated/files.el (files-test-local-variable-data):
1583         Fix result typo presumably caused by interference from dir-locals.
1584         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1586 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1588         * indent/ruby.rb: Add a statement on the line after heredoc.
1589         Move a now-successful example.
1591         * automated/ruby-mode-tests.el: Remove outdated comment.
1593 2013-11-04  Glenn Morris  <rgm@gnu.org>
1595         * automated/Makefile.in (abs_srcdir): Remove.
1596         (emacs): Unset EMACSLOADPATH.
1597         (.el.elc, check): Use -L to append srcdir to load-path.
1599 2013-11-02  Glenn Morris  <rgm@gnu.org>
1601         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1602         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1603         (abs_srcdir): New, set by configure.
1604         (EMACS): Use a relative file name.
1605         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1606         (lisp-compile): Remove (assume it's up-to-date).
1607         (compile-main): Do not run lisp-compile.
1608         (compile-main, compile-clean, compile-always, bootstrap-clean)
1609         (check): Use srcdir rather than $test.  Check cd return value.
1610         Use --chdir.
1611         (doit, compile, compile-always): Remove stuff copied from lisp/.
1612         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1614 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1616         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1617         Add a skipping test.
1619 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1621         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1623         * indent/css-mode.css (.x2): Test alignement inside braces.
1625 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1627         * indent/ruby.rb: New failing example.
1629         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1630         Fix the test, in respect to adding the space after the curly.
1632 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1634         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1635         (ert-test-deftest): Adapt test for changed macro expansion.
1636         (ert-test-run-tests-interactively):
1637         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1638         Add a skipping test.
1640         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1641         (file-notify--test-local-enabled): Make it a function.  Check also
1642         for `file-remote-p' of `temporary-file-directory'.
1643         (file-notify--test-remote-enabled-checked): New defvar.
1644         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1645         internal functions.  Cache result.
1646         (file-notify--deftest-remote, file-notify-test00-availability)
1647         (file-notify-test01-add-watch, file-notify-test02-events)
1648         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1649         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1651 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1653         * indent/ruby.rb: Fix syntax error in the latest example.
1655 2013-10-23  Glenn Morris  <rgm@gnu.org>
1657         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1658         New, set by configure.
1659         (top_srcdir): Remove.
1660         (abs_test, abs_lispsrc): New.
1661         (lisp): No longer absolute.
1662         (emacs, lisp-compile, compile, compile-always):
1663         Quote entities that might contain whitespace.
1665 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1667         * indent/ruby.rb: Move two examples to "working" section, add one
1668         more.
1670 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1672         * indent/ruby.rb: New examples for indentation of blocks.
1673         Example of hash inside parens that inflooped before the present commit.
1675 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1677         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1678         allows another timer to run.
1680 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1682         * indent/ruby.rb: More examples for bug#15594, both failing and
1683         now passing.
1685 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1687         * indent/ruby.rb: Add two more cases.
1689 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1691         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1692         first use.
1693         (ruby-should-indent): Use indent-according-to-mode.
1694         (ruby-deftest-move-to-block): Use `declare'.
1696 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1698         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1700 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1704 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1706         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1707         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1709         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1711 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1714         Adjust indentation of continued line to the new SMIE behavior.
1716 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1718         * automated/completion-tests.el:
1719         * indent/css-mode.css: New files.
1721 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1723         * automated/data/package/signed/archive-contents:
1724         * automated/data/package/signed/archive-contents.sig:
1725         * automated/data/package/signed/signed-good-1.0.el:
1726         * automated/data/package/signed/signed-good-1.0.el.sig:
1727         * automated/data/package/signed/signed-bad-1.0.el:
1728         * automated/data/package/signed/signed-bad-1.0.el.sig:
1729         * automated/data/package/key.pub:
1730         * automated/data/package/key.sec: New files.
1732         * automated/package-test.el (package-test-update-listing)
1733         (package-test-update-archives, package-test-describe-package):
1734         Adjust to package.el change.
1735         (package-test-signed): New test.
1737 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1739         * automated/package-test.el: Update all cases to use :url instead
1740         of :homepage.
1742         * automated/package-x-test.el
1743         (package-x-test--single-archive-entry-1-3): Same.
1745 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1747         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1748         was unused.
1749         (simple-single-desc): Expect :homepage property.
1750         (multi-file-desc): Same.
1751         (with-package-test): Do not save previous `default-directory'
1752         value, let-bind the var instead.
1753         (package-test-install-single): Expect :homepage property in the
1754         generated pkg file.
1755         (package-test-describe-package): Expect Homepage button.
1756         (package-test-describe-non-installed-package)
1757         (package-test-describe-non-installed-multi-file-package): Same.
1758         (package-test-describe-not-installed-package): Remove, it was a
1759         duplicate.
1761         * automated/package-x-test.el
1762         (package-x-test--single-archive-entry-1-3): Expect :homepage
1763         property.
1764         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1766         * automated/data/package/simple-single-1.3.el: Add URL header.
1768         * automated/data/package/archive-contents: Add :homepage
1769         properties to `simple-single' and `multi-file'.
1771 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1773         * automated/data-tests.el:
1774         (bool-vector-count-matches-all-0-nil)
1775         (bool-vector-count-matches-all-0-t)
1776         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1777         (bool-vector-count-matches-at, bool-vector-intersection-op)
1778         (bool-vector-union-op, bool-vector-xor-op)
1779         (bool-vector-set-difference-op)
1780         (bool-vector-change-detection, bool-vector-not): New tests.
1781         (mock-bool-vector-count-matches-at)
1782         (test-bool-vector-bv-from-hex-string)
1783         (test-bool-vector-to-hex-string)
1784         (test-bool-vector-count-matches-at-tc)
1785         (test-bool-vector-apply-mock-op)
1786         (test-bool-vector-binop): New helper functions.
1787         (bool-vector-test-vectors): New testcase data.
1789 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1791         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1792         (advice-test-called-interactively-p-filter-args)
1793         (advice-test-called-interactively-p-around): New tests.
1795 2013-09-16  Glenn Morris  <rgm@gnu.org>
1797         * automated/eshell.el (eshell-match-result):
1798         Return a more informative failure than simply "false".  Update callers.
1800         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1801         Test value before and after loop as well as during.
1803 2013-09-15  Glenn Morris  <rgm@gnu.org>
1805         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1806         New test.  (Bug#15372)
1807         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1809 2013-09-13  Glenn Morris  <rgm@gnu.org>
1811         * automated/eshell.el (with-temp-eshell):
1812         Use a temp directory for eshell-directory-name.
1813         (eshell-test-command-result): New, again using a temp directory.
1814         Replace eshell-command-result with this throughout.
1815         (eshell-test/for-loop, eshell-test/for-name-loop):
1816         Ensure environment variables don't confuse us.
1818 2013-09-12  Glenn Morris  <rgm@gnu.org>
1820         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1821         due to "has a running process; kill it?" prompts.
1823 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1825         * automated/eshell.el: Rename from eshell.el.
1826         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1828 2013-09-01  Glenn Morris  <rgm@gnu.org>
1830         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1831         Otherwise the sed command used by eg compile-main ends up
1832         containing "/*.el".  (Bug#15170)
1834 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1836         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1837         for portability to hosts where /bin/sh has problems.
1839 2013-08-21  David Engster  <deng@randomsample.de>
1841         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1842         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1843         upstream.  Changed to use ERT.
1845 2013-08-14  Daniel Hackney  <dan@haxney.org>
1847         * automated/package-test.el: Remove tar-package-building functions.
1848         Tar file used for testing is included in the repository.
1849         (package-test-install-texinfo, package-test-cleanup-built-files):
1850         Remove.
1852 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1854         * automated/python-tests.el (python-imenu-create-index-4)
1855         (python-imenu-create-flat-index-2): New tests.
1857 2013-08-05  Glenn Morris  <rgm@gnu.org>
1859         * automated/mule-util.el: New file, with tests extracted from
1860         lisp/international/mule-util.el.
1862 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1864         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1865         before definition.
1866         (advice-tests-macroaliases): New test.
1868 2013-08-04  Glenn Morris  <rgm@gnu.org>
1870         * automated/ert-tests.el: Disable failing test that no-one seems
1871         to know how to fix.  (Bug#13064)
1873         * automated/icalendar-tests.el (icalendar-tests--test-export)
1874         (icalendar-tests--test-import): Try more precise TZ specification.
1875         Remove debug messages.
1877 2013-08-03  Glenn Morris  <rgm@gnu.org>
1879         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1881         * automated/icalendar-tests.el (icalendar-tests--test-export)
1882         (icalendar-tests--test-import):
1883         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1884         (icalendar-tests--test-import): Reset zone even if error occurred.
1886 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1888         * automated/core-elisp-tests.el: New file.
1890 2013-08-01  Glenn Morris  <rgm@gnu.org>
1892         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1893         Try to check that the remote system has a notification program.
1895 2013-07-31  Glenn Morris  <rgm@gnu.org>
1897         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1899 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1901         * automated/file-notify-tests.el
1902         (file-notify--test-local-enabled): New defconst.  Replaces all
1903         `file-notify-support' occurrences.
1904         (file-notify--test-remote-enabled): New defun.
1905         (file-notify--deftest-remote): Use it.
1906         (file-notify-test00-availability): Rewrite.
1907         (file-notify-test00-availability-remote): New defun.
1908         (file-notify-test01-add-watch): Rewrite first erroneous check.
1910 2013-07-23  Glenn Morris  <rgm@gnu.org>
1912         * automated/inotify-test.el (inotify-file-watch-simple):
1913         Delete temp-file when done.
1915         * automated/subword-tests.el: Require subword.
1917 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1919         * automated/subword-tests.el: New file.
1921 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1923         * automated/python-tests.el (python-imenu-create-index-2)
1924         (python-imenu-create-index-3): New tests.
1926 2013-07-11  Glenn Morris  <rgm@gnu.org>
1928         * automated/ert-tests.el: Require cl-lib at runtime too.
1929         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1930         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1931         (ert-test-set-functions, ert-test-gensym)
1932         (ert-test-coerce-to-vector, ert-test-string-position)
1933         (ert-test-mismatch): Remove tests.
1934         * automated/cl-lib.el: New, split from ert-tests.el.
1936         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1937         Goto point-min.
1938         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1939         (ruby-move-to-block-skips-percent-literal)
1940         (ruby-move-to-block-skips-heredoc)
1941         (ruby-move-to-block-moves-from-else-to-if)
1942         (ruby-beginning-of-defun-does-not-fold-case)
1943         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1944         Replace goto-line with forward-line/goto-char.
1945         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1947         * automated/package-test.el (makeinfo-buffer): Autoload.
1948         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1949         (package-test-install-texinfo): Don't require makeinfo.
1951         * automated/files.el: Stop "local variables" confusion.
1953         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1955         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1956         Use with-current-buffer.
1958         * automated/undo-tests.el (undo-test-buffer-modified)
1959         (undo-test-file-modified): New tests.
1961 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1963         * automated/file-notify-tests.el (file-notify-test00-availability):
1964         Set :expected-result.
1965         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1966         (file-notify-test02-events, file-notify-test02-events-remote)
1967         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1968         Skip when `file-notify-support' is nil.  (Bug#14823)
1970 2013-07-09  Glenn Morris  <rgm@gnu.org>
1972         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1973         Declare.
1974         (inotify-file-watch-simple): Silence compiler.
1976         * automated/python-tests.el (python-indent-block-enders):
1977         Make it actually test something.
1979         * automated/package-x-test.el: Require package-test when compiling.
1981         * automated/add-log-tests.el, automated/advice-tests.el:
1982         * automated/imenu-test.el, automated/package-x-test.el:
1983         * automated/python-tests.el, automated/ruby-mode-tests.el:
1984         * automated/xml-parse-tests.el: Explicitly require ert.
1986 2013-07-08  Kenichi Handa  <handa@gnu.org>
1988         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1989         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1991 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1993         * automated/file-notify-tests.el
1994         (file-notify-test-remote-temporary-file-directory):
1995         Use `null-device' on w32.
1996         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1997         (file-notify--test-results, file-notify--test-event)
1998         (file-notify--deftest-remote, file-notify--event-test)
1999         (file-notify--test-event-handler)
2000         (file-notify--test-make-temp-name): Rename, in order to mark them
2001         internal.
2002         (tramp-message-show-message, tramp-read-passwd): Tweak them for
2003         better fitting in noninteractive tests.
2004         (file-notify-test00-availability): Rename from `file-notify-test0'.
2005         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
2006         Use `temporary-file-directory '.
2007         (file-notify-test01-add-watch-remote): New test.
2008         (file-notify-test02-events): Rename from `file-notify-test2'.
2009         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
2010         (file-notify-test03-autorevert): Rename from
2011         `file-notify-test4'.  Use timeouts.
2012         (file-notify-test03-autorevert-remote): Rename from
2013         `file-notify-test5'.
2015 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
2017         * automated/file-notify-tests.el: New package.
2019 2013-06-28  Kenichi Handa  <handa@gnu.org>
2021         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
2022         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
2023         Callers changed.
2024         (decoder-tests-filename): New function.
2025         (decoder-tests-prefer-utf-8-read)
2026         (decoder-tests-prefer-utf-8-write): New function.
2027         (ert-test-decoder-prefer-utf-8): New test.
2029 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
2031         * automated/package-x-test.el: Change the commentary.
2032         (package-x-test--single-archive-entry-1-3)
2033         (package-x-test--single-archive-entry-1-4): Fix the tests, by
2034         using the appropriate data structure.
2036 2013-06-27  Daniel Hackney  <dan@haxney.org>
2038         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
2040         * automated/package-x-test.el: New file.
2042         * automated/package-test.el: New file.
2044         * automated/data/package: New directory, with test examples.
2046 2013-06-27  Glenn Morris  <rgm@gnu.org>
2048         * automated/python-tests.el (python-tests-with-temp-file):
2049         Clean up after ourself.
2051         * automated/undo-tests.el (undo-test3): Remove test that seems to
2052         do nothing that the previous one doesn't, except leave a tempfile.
2054 2013-06-26  Glenn Morris  <rgm@gnu.org>
2056         * automated/info-xref.el: New file.
2058 2013-06-25  Glenn Morris  <rgm@gnu.org>
2060         * automated/occur-tests.el (occur-test-create): New function.
2061         Use it to create separate tests for each element, so we run them
2062         all rather than stopping at the first error.
2064 2013-06-24  Glenn Morris  <rgm@gnu.org>
2066         * automated/occur-tests.el (occur-tests):
2067         Update for 2013-05-29 change to occur header line.
2069 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
2071         Test suite for flymake.
2072         * automated/flymake-tests.el:
2073         * automated/flymake/warnpred/Makefile
2074         * automated/flymake/warnpred/test.c
2075         * automated/flymake/warnpred/test.pl: New files.
2077 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2079         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
2081 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2083         * automated/reftex-tests.el: New test suite for reftex.
2085 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
2087         * automated/ruby-mode-tests.el: New tests, for percent literals
2088         and expression expansion.
2090 2013-05-29  Leo Liu  <sdl.web@gmail.com>
2092         * indent/octave.m: Tweak.
2094 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
2096         * eshell.el: Rewrite tests using ERT.
2098 2013-05-25  Leo Liu  <sdl.web@gmail.com>
2100         * indent/octave.m: Add tests for %!, # and ### comments.
2102 2013-05-23  Kenichi Handa  <handa@gnu.org>
2104         * automated/decoder-tests.el: New file.
2106 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
2108         * indent/ruby.rb: Add multiline regexp example.
2110         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
2111         (ruby-regexp-skips-over-interpolation)
2112         (ruby-regexp-continues-till-end-when-unclosed)
2113         (ruby-regexp-can-be-multiline)
2114         (ruby-interpolation-inside-percent-literal): New tests.
2116 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2118         * indent/ruby.rb: Fix indentation after =; add more cases.
2120 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2122         * indent/pascal.pas: Add test for mis-identified comments.
2124 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
2126         * automated/imenu-test.el: New file.  (Bug#14112)
2128 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2130         * automated/python-tests.el (python-imenu-prev-index-position-1):
2131         Remove test.
2132         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2133         New tests.
2135 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2137         * automated/python-tests.el (python-nav-backward-defun-2)
2138         (python-nav-backward-defun-3, python-nav-forward-defun-2)
2139         (python-nav-forward-defun-3): New tests.
2141 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2143         * automated/python-tests.el (python-nav-backward-defun-1)
2144         (python-nav-forward-defun-1): New tests.
2146 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
2148         * automated/add-log-tests.el: New file.  (Bug#14112)
2150 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
2152         * automated/python-tests.el (python-indent-block-enders): New test.
2153         (python-info-current-defun-2): Fix test.
2155 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2157         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
2159 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
2161         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2162         (python-tests-with-temp-file): New macro.
2163         (python-tests-shell-interpreter): New var.
2164         (python-shell-get-process-name-1)
2165         (python-shell-internal-get-process-name-1)
2166         (python-shell-parse-command-1)
2167         (python-shell-calculate-process-environment-1)
2168         (python-shell-calculate-process-environment-2)
2169         (python-shell-calculate-process-environment-3)
2170         (python-shell-calculate-exec-path-1)
2171         (python-shell-calculate-exec-path-2)
2172         (python-shell-make-comint-1)
2173         (python-shell-make-comint-2)
2174         (python-shell-get-process-1)
2175         (python-shell-get-or-create-process-1)
2176         (python-shell-internal-get-or-create-process-1): New tests.
2178 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2180         * automated/python-tests.el: New file.
2182 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2184         * automated/ruby-mode-tests.el
2185         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2186         bits inside the examples.
2187         (ruby-move-to-block-skips-heredoc): New test.
2188         (ruby-add-log-current-method-after-inner-class):
2189         Lower expectations: move point inside a method, initially.
2191 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2193         * automated/ruby-mode-tests.el
2194         (ruby-move-to-block-skips-percent-literal): New test.
2196 2013-02-04  Chong Yidong  <cyd@gnu.org>
2198         * automated/thingatpt.el: New file.
2200 2013-02-03  Chong Yidong  <cyd@gnu.org>
2202         * automated/files.el (file-test--do-local-variables-test):
2203         Avoid compilation warning message.
2205 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2207         * automated/ruby-mode-tests.el
2208         (ruby-indent-spread-args-in-parens): New test.
2209         * automated/ruby-mode-tests.el (ruby-block-test-example):
2210         Break indentation of the do block opener and add a line inside it.
2211         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2212         Adjust line numbers.
2214 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2216         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
2218 2013-01-14  Glenn Morris  <rgm@gnu.org>
2220         * automated/compile-tests.el (compile-tests--test-regexps-data):
2221         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2223 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2225         * automated/man-tests.el: New file.
2227 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2229         * automated/undo-tests.el (undo-test0): Adjust error to code change.
2231 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2233         * automated/undo-tests.el: New file.
2235 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2237         * automated/ruby-mode-tests.el
2238         (ruby-indent-after-block-in-continued-expression): New test.
2240 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2242         * automated/ruby-mode-tests.el:
2243         Rename one interpolation test; add three more.
2244         (ruby-with-temp-buffer): New macro, use it where appropriate.
2245         (ruby-add-log-current-method-examples): Use "_" for target point.
2246         Add four new tests for ruby-add-log-current-method.
2248 2012-12-11  Glenn Morris  <rgm@gnu.org>
2250         * automated/f90.el (f90-test-bug13138): New test.
2252 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2254         * automated/inotify-test.el: New test.
2256 2012-12-02  Chong Yidong  <cyd@gnu.org>
2258         * automated/ruby-mode-tests.el
2259         (ruby-add-log-current-method-examples): Don't use loop macro, to
2260         allow automated testing to work.
2262 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * automated/advice-tests.el (advice-tests--data): Remove.
2265         (advice-tests): Move the tests directly here instead.
2266         Add called-interactively-p tests.
2268 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2270         * automated/ert-x-tests.el: Use cl-lib.
2271         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2273 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2275         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2276         (ruby-indent-inside-heredoc-after-operator)
2277         (ruby-indent-inside-heredoc-after-space): New tests.
2278         Change direct font-lock face references to var references.
2279         (ruby-interpolation-suppresses-syntax-inside): New test.
2280         (ruby-interpolation-inside-percent-literal-with-paren):
2281         New failing test.
2283 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2285         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2286         (ruby-singleton-class-no-heredoc-font-lock)
2287         (ruby-add-log-current-method-examples): New tests.
2288         (ruby-test-string): Extract from ruby-should-indent-buffer.
2289         (ruby-deftest-move-to-block): New macro.
2290         Add several move-to-block tests.
2292 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2294         * automated/advice-tests.el: New tests.
2296 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2298         * automated/compile-tests.el (compile-tests--test-regexps-data):
2299         Add new data for msft's new format.
2301 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2303         * automated/ruby-mode-tests.el:
2304         (ruby-toggle-block-to-multiline): New test.
2305         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2306         (ruby-toggle-block-to-brace): Use buffer-string.
2308 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2310         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2312 2012-08-28  Chong Yidong  <cyd@gnu.org>
2314         * automated/files.el: Test every combination of values for
2315         enable-local-variables and enable-local-eval.
2317 2012-08-19  Chong Yidong  <cyd@gnu.org>
2319         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2321 2012-08-18  Chong Yidong  <cyd@gnu.org>
2323         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2325 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2327         * indent/ruby.rb: Rearrange examples, add new ones.
2329 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2331         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2332         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2334 2012-08-11  Glenn Morris  <rgm@gnu.org>
2336         * automated/files.el: New file.
2338         * automated/Makefile.in (all): Fix typo.
2340 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2342         * automated/ruby-mode-tests.el (ruby-should-indent):
2343         Add docstring, check (current-indentation) instead of (current-column).
2344         (ruby-should-indent-buffer): New function.
2345         Add tests for `ruby-deep-indent-paren' behavior.
2346         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2348 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2350         Original tests in test_ruby_mode.rb in upstream (author).
2352 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2354         * automated/ruby-mode-tests.el (ruby-should-indent)
2355         (ruby-assert-state): New functions.
2356         Add new tests.
2358 2012-07-29  David Engster  <deng@randomsample.de>
2360         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2361         New variable to hold test data for name expansion.
2362         (xml-parse-tests): Test the two different types of name expansion.
2364 2012-07-29  Juri Linkov  <juri@jurta.org>
2366         * automated/occur-tests.el (occur-test-case): Use predefined
2367         buffer name " *test-occur*" instead of a random buffer name.
2369 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2371         * automated/ruby-mode-tests.el: New file with one test.
2373 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2375         * indent/shell.sh: Add test case for ${#VAR}.
2377         * indent/latex-mode.tex: New file.
2379 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2381         * eshell.el: Use cl-lib.
2383 2012-07-03  Chong Yidong  <cyd@gnu.org>
2385         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2387 2012-07-02  Chong Yidong  <cyd@gnu.org>
2389         * automated/xml-parse-tests.el (xml-parse-tests--data):
2390         More testcases.
2392 2012-07-01  Chong Yidong  <cyd@gnu.org>
2394         * automated/xml-parse-tests.el: New file.
2396 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2398         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2399         Use cl-flet.
2401 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2403         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2404         Test escaped commas in TZID (Bug#11473).
2405         (icalendar-import-with-timezone): New.
2406         (icalendar-real-world): Add new testcase as given in the bugreport
2407         of Bug#11473.
2409 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2411         * automated/icalendar-tests.el (icalendar-tests--test-import):
2412         Include UID in import tests (Bug#11525).
2413         (icalendar-import-non-recurring, icalendar-import-rrule)
2414         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2415         UID-import change.
2416         (icalendar-import-with-uid): New.
2417         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2418         Include UID in cycle tests.
2419         (icalendar-cycle, icalendar-real-world): UID-import change.
2421 2012-05-21  Glenn Morris  <rgm@gnu.org>
2423         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2425 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2427         * automated/url-util-tests.el: New file to test
2428         lisp/url/url-util.el.  Only `url-build-query-string' and
2429         `url-parse-query-string' are tested right now (Bug#8706).
2431 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2433         * indent/shell.sh:
2434         * indent/shell.rc: Ad some test cases.
2436 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2438         * indent/ruby.rb: New file, to test new syntax-propertize code.
2440 2012-04-11  Glenn Morris  <rgm@gnu.org>
2442         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2444 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2446         * automated/url-future-tests.el (url-future-tests): Move from
2447         lisp/url/url-future.el and rename.
2449 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2451         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2452         Fix broken test, caused by missing trailing blank.
2454 2011-12-03  Chong Yidong  <cyd@gnu.org>
2456         * automated/compile-tests.el (compile-tests--test-regexps-data):
2457         Increase column numbers by one to reflect change in how
2458         compilation-message is recorded (Bug#10172).
2460 2011-11-22  Glenn Morris  <rgm@gnu.org>
2462         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2464 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2466         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2468 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2470         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2471         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2472         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2474 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2476         * automated/newsticker-tests.el
2477         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2478         newsticker--treeview-tree-update.
2480 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2482         * automated/newsticker-tests.el
2483         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2485         * automated/newsticker-tests.el
2486         (newsticker--group-manage-orphan-feeds): Prevent updating
2487         newsticker treeview.  Fixed bug#9763.
2489 2011-10-20  Glenn Morris  <rgm@gnu.org>
2491         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2493         * automated/vc-bzr.el: New file.
2495 2011-10-15  Glenn Morris  <rgm@gnu.org>
2497         * automated/f90.el: New file.
2499 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2501         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2502         to automated/newsticker-tests.el.  Convert to ERT.
2504 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2506         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2507         Remove, simply use string=.
2508         (icalendar--diarytime-to-isotime)
2509         (icalendar--datetime-to-diary-date)
2510         (icalendar--datestring-to-isodate)
2511         (icalendar--format-ical-event)
2512         (icalendar--parse-summary-and-rest)
2513         (icalendar-tests--do-test-import)
2514         (icalendar-tests--do-test-cycle): Change argument order of
2515         string= to EXPECTED ACTUAL.
2516         (icalendar--import-format-sample)
2517         (icalendar--format-ical-event)
2518         (icalendar-import-non-recurring)
2519         (icalendar-import-rrule)
2520         (icalendar-import-duration)
2521         (icalendar-import-bug-6766)
2522         (icalendar-real-world): Adjust to string= instead of
2523         icalendar-tests--compare-strings.
2524         (icalendar-import-multiple-vcalendars): New.
2526 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2528         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2529         Require CL.
2531 2011-05-09  Juri Linkov  <juri@jurta.org>
2533         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2534         Convert to ERT.
2536 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2538         * automated/compile-tests.el: New file.
2540 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2542         * automated/font-parse-tests.el: Don't byte-compile.
2544         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2546 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2548         * automated/lexbind-tests.el: New file.
2550 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2552         * Version 23.3 released.
2554 2011-03-05  Glenn Morris  <rgm@gnu.org>
2556         * eshell.el: Move here from lisp/eshell/esh-test.el.
2558 2011-03-03  Christian Ohler  <ohler@gnu.org>
2560         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2561         New test.
2563 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2565         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2566         convert to ERT format.
2568 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2570         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2571         convert to ERT format.
2573 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2575         * indent/shell.sh:
2576         * indent/shell.rc: New files.
2578 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2580         * automated/font-parse-tests.el: Move from
2581         font-parse-testsuite.el.
2583 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2585         * font-parse-testsuite.el (test-font-parse-data): New file.
2587 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2589         * indent/prolog.prolog: Add tokenizing tests.
2591 2011-01-13  Christian Ohler  <ohler@gnu.org>
2593         * automated: New directory for automated tests.
2595         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2597         * automated/Makefile.in: New file.
2599 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2601         * indent/modula2.mod: New file.
2603 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2605         * indent/octave.m: Add a test to ensure indentation is local.
2607 2010-10-23  Glenn Morris  <rgm@gnu.org>
2609         * comint-testsuite.el
2610         (comint-testsuite--test-comint-password-prompt-regexp):
2611         Add "Please enter the password".  (Bug#7224)
2613 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2615         * indent/prolog.prolog: Use normal spacing around !.
2617 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2619         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2621 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2623         * indent/octave.m: Remove some `fixindent' not needed any more.
2625 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2627         * indent/octave.m: New file.
2629 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2631         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2632         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2633         (icalendar-testsuite--run-internal-tests): New.
2634         (icalendar-testsuite--test-convert-ordinary-to-ical)
2635         (icalendar-testsuite--test-convert-block-to-ical)
2636         (icalendar-testsuite--test-convert-anniversary-to-ical)
2637         (icalendar-testsuite--test-parse-vtimezone)
2638         (icalendar-testsuite--do-test-export): Code formatting.
2639         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2640         (icalendar-testsuite--do-test-import)
2641         (icalendar-testsuite--do-test-cycle):
2642         Use icalendar-testsuite--compare-strings
2643         (icalendar-testsuite--run-import-tests): Comment added.
2644         (icalendar-testsuite--run-import-tests)
2645         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2647 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2649         * redisplay-testsuite.el (test-redisplay-3): New test.
2651 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2653         * comint-testsuite.el: New file.
2655 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2657         * indent: New dir.
2659 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2661         * Version 23.2 released.
2663 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2665         * cedet/semantic-ia-utest.el
2666         (semantic-symref-test-count-hits-in-tag): Add function, from
2667         semantic-test.el.
2669         * cedet/tests/test.cpp:
2670         * cedet/tests/test.py:
2671         * cedet/tests/teststruct.cpp:
2672         * cedet/tests/testtemplates.cpp:
2673         * cedet/tests/testusing.cpp:
2674         * cedet/tests/scopetest.cpp:
2675         * cedet/tests/scopetest.java: Files deleted.
2677         * cedet/tests/test.make:
2678         * cedet/tests/test.c:
2679         * cedet/tests/testjavacomp.java:
2680         * cedet/tests/testspp.c:
2681         * cedet/tests/testsppreplace.c:
2682         * cedet/tests/testsppreplaced.c:
2683         * cedet/tests/testsubclass.cpp:
2684         * cedet/tests/testsubclass.hh:
2685         * cedet/tests/testtypedefs.cpp:
2686         * cedet/tests/testvarnames.c:
2687         * cedet/tests/test.el:
2688         * cedet/tests/testdoublens.cpp:
2689         * cedet/tests/testdoublens.hpp: Add copyright header.
2691         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2692         Remove reference to deleted files.
2694 2010-03-30  Juri Linkov  <juri@jurta.org>
2696         * occur-testsuite.el (occur-tests): Add tests for context lines.
2698 2010-03-23  Juri Linkov  <juri@jurta.org>
2700         * occur-testsuite.el: New file.
2702 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2704         * Branch for 23.2.
2706 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2708         * icalendar-testsuite.el
2709         (icalendar-testsuite--run-function-tests): Add new tests.
2710         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2711         testcase.
2712         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2713         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2714         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2715         (icalendar-testsuite--test-convert-block-to-ical): New.
2716         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2717         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2719 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2721         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2722         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2723         Fix typos in docstrings and error messages.
2724         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2726 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2728         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2729         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2730         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2732 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2734         * icalendar-testsuite.el
2735         (icalendar-testsuite--run-function-tests):
2736         Add icalendar-testsuite--test-parse-vtimezone.
2737         (icalendar-testsuite--test-parse-vtimezone): New.
2738         (icalendar-testsuite--do-test-cycle): Doc changes.
2739         (icalendar-testsuite--run-real-world-tests): Remove trailing
2740         whitespace -- see change of icalendar--add-diary-entry in
2741         icalendar.el.
2742         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2744 2009-09-30  Glenn Morris  <rgm@gnu.org>
2746         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2748 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2750         * cedet/*: New unit tests, from CEDET repository.
2752 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2754         * redisplay-testsuite.el: New file.
2756 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2758         * Branch for 23.1.
2760 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2762         * icalendar-testsuite.el
2763         (icalendar-testsuite--run-function-tests):
2764         Add icalendar-testsuite--test-diarytime-to-isotime.
2765         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2766         recent icalendar fixes.
2767         (icalendar-testsuite--test-diarytime-to-isotime): New.
2768         (icalendar-testsuite--test-create-uid): Adjust to recent
2769         icalendar changes.
2771 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2773         * bytecomp-testsuite.el: New file.
2775 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2777         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2778         Add `icalendar-testsuite--test-create-uid'.
2779         (icalendar-testsuite--test-create-uid): New.
2781 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2783         * newsticker-testsuite.el: New file.
2785 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2787         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2788         Add icalendar-testsuite--test-datestring-to-isodate,
2789         icalendar-testsuite--test-datetime-to-diary-date, and
2790         icalendar-testsuite--test-calendar-style.
2791         (icalendar-testsuite--test-format-ical-event)
2792         (icalendar-testsuite--test-parse-summary-and-rest):
2793         Doc fix.  Remove european-calendar-style.
2794         (icalendar-testsuite--get-ical-event): Doc fix.
2795         (icalendar-testsuite--test-first-weekday-of-year)
2796         (icalendar-testsuite--run-cycle-tests): Add doc string.
2797         (icalendar-testsuite--test-datestring-to-isodate)
2798         (icalendar-testsuite--test-datetime-to-diary-date)
2799         (icalendar-testsuite--test-calendar-style): New functions.
2800         (icalendar-testsuite--test-export): Handle iso date style.
2801         New arg INPUT-ISO.  Use calendar-date-style.
2802         (icalendar-testsuite--test-import): Handle iso date style.
2803         New arg EXPECTED-ISO.  Use calendar-date-style.
2804         (icalendar-testsuite--test-cycle): Handle iso date style.
2805         (icalendar-testsuite--run-import-tests)
2806         (icalendar-testsuite--run-export-tests)
2807         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2809 2008-02-29  Glenn Morris  <rgm@gnu.org>
2811         * README: New file.
2813 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2815         * icalendar-testsuite.el: New file.
2817 ;; Local Variables:
2818 ;; coding: utf-8
2819 ;; End:
2821   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2823   This file is part of GNU Emacs.
2825   GNU Emacs is free software: you can redistribute it and/or modify
2826   it under the terms of the GNU General Public License as published by
2827   the Free Software Foundation, either version 3 of the License, or
2828   (at your option) any later version.
2830   GNU Emacs is distributed in the hope that it will be useful,
2831   but WITHOUT ANY WARRANTY; without even the implied warranty of
2832   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2833   GNU General Public License for more details.
2835   You should have received a copy of the GNU General Public License
2836   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.