emacs-lisp/package.el (package--read-pkg-desc): Fix tar-desc reference.
[emacs.git] / test / ChangeLog
blob56e3ac08e54ce2ccaeab1895bb0c334eed9ef764
1 2015-02-03  Artur Malabarba  <bruce.connor.am@gmail.com>
3         * automated/package-test.el (package-test-get-deps): New test.
5 2015-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
9 2015-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11         * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
13 2015-01-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15         * automated/python-tests.el (python-indent-pep8-1)
16         (python-indent-pep8-2, python-indent-pep8-3)
17         (python-indent-after-comment-1, python-indent-after-comment-2)
18         (python-indent-inside-paren-1, python-indent-inside-paren-2)
19         (python-indent-after-block-1, python-indent-after-block-2)
20         (python-indent-after-backslash-1, python-indent-after-backslash-2)
21         (python-indent-after-backslash-3, python-indent-block-enders-1)
22         (python-indent-block-enders-2, python-indent-block-enders-3)
23         (python-indent-block-enders-4, python-indent-block-enders-5)
24         (python-indent-dedenters-1, python-indent-dedenters-2)
25         (python-indent-dedenters-3, python-indent-dedenters-4)
26         (python-indent-dedenters-5, python-indent-dedenters-6)
27         (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
28         (python-indent-base-case, python-indent-after-block-3)
29         (python-indent-after-backslash-5, python-indent-inside-paren-3)
30         (python-indent-inside-paren-4, python-indent-inside-paren-5)
31         (python-indent-inside-paren-6, python-indent-inside-string-1)
32         (python-indent-inside-string-2, python-indent-inside-string-3)
33         (python-indent-dedent-line-backspace-1): New Tests.
35 2015-01-28  Glenn Morris  <rgm@gnu.org>
37         * automated/regexp-tests.el: Require regexp-opt, which is
38         not preloaded --without-x.
40 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * automated/cl-generic-tests.el: Try and make sure cl-lib is not
43         required at run-time.
45 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
48         New test.
50 2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
52         * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
53         This is more portable in shell scripts.
54         Fixes: bug#19658
56 2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
58         Fix package tests when TMPDIR is in HOME.  (Bug#19657)
59         * automated/package-test.el (with-package-test):
60         Bind `abbreviated-home-dir' to nil.
61         (package-test-describe-package, package-test-signed):
62         Expect abbreviated directory names.
64 2015-01-22  Jorgen Schaefer  <contact@jorgenschaefer.de>
66         * automated/package-test.el (package-test-install-prioritized):
67         Re-add the test case and add priority to the correct repository
68         this time around.
70 2015-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
72         * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
73         the setf can be used already in the body of the method.
75 2015-01-20  Jorgen Schaefer  <contact@jorgenschaefer.de>
77         * automated/package-test.el (package-test-install-prioritized):
78         Remove test due to unreproducible failures.
80 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
82         * automated/descr-text-test.el: New file with tests for
83         `describe-char-eldoc--truncate', `describe-char-eldoc--format',
84         and `describe-char-eldoc'.
86 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
88         * automated/tildify-tests.el (tildify-space-undo-test--test):
89         A new helper function for testing `tildify-double-space-undos'
90         behaviour in the `tildify-space' function.
91         (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
92         (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
93         New tests for `tildify-doule-space-undos' behaviour.
95         * automated/tildify-tests.el (tildify-space-test--test):
96         A new helper function for testing `tildify-space' function.
97         (tildify-space-test-html, tildify-space-test-html-nbsp)
98         (tildify-space-test-xml, tildify-space-test-tex): New tests for
99         `tildify-space' function.
101 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * automated/Makefile.in (EMACS_EXTRAOPT): New var.
104         (EMACSOPT): Use it.
106         * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
107         Rename other tests to preserve ordering.
109 2015-01-18  Leo Liu  <sdl.web@gmail.com>
111         * automated/seq-tests.el (test-seq-subseq): Add more tests.
112         (Bug#19434)
114 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
117         Test `subclass' specializer.
119 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
121         * automated/eieio-tests.el
122         (eieio-test-37-obsolete-name-in-constructor): New test.
124 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
126         * automated/eieio-tests.el (eieio-test-25-slot-tests)
127         (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
128         (eieio-test-30-slot-attribute-override)
129         (eieio-test-31-slot-attribute-override-class-allocation): Don't check
130         that we enforce :protection since we don't any more.
132         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
133         Use an explicit arg instead of eieio--scoped-class.  Update all callers.
135 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
138         Reset eieio-test--1.
140         * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
141         Rename from cl-generic-test-7-after/before.
142         (cl--generic-test-advice): New function.
143         (cl-generic-test-9-advice): New test.
145 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
147         * automated/package-test.el (package-test-install-prioritized):
148         New test.
150 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
152         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
153         New functions.
154         (test-calc-remove-units, test-calc-extract-units)
155         (test-calc-convert-units): New tests.
157 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
159         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
161 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
163         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
164         keysym arg instead of relying on internal var eieio--generic-call-key.
165         Update all callers.
166         (eieio-test-cl-generic-1): New tests.
168 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
170         * automated/cl-generic-tests.el: New file.
172 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
174         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
175         <foo>-child-p.
177         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
178         Update reference to eieio--generic-call-key.
180 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
183         Don't use <class>-list types and <class>-list-p predicates.
185         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
186         Don't use <class>-list type.
188         * automated/eieio-test-methodinvoke.el
189         (eieio-test-method-order-list-4):
190         Don't use <class> as a variable.
192 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * automated/eieio-tests.el (eieio-test-04-static-method)
195         (eieio-test-05-static-method-2): Use oref-default to access
196         class slots.
197         (eieio-test-23-inheritance-check): Don't assume that
198         eieio-class-parents returns class names, or that a class can only have
199         a single name.
201         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
202         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
203         Change arg to be a class object.  Update all callers.
205 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
207         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
208         Adjust to new semantics of eieio--scoped-class.
209         (eieio-test-match): Improve error feedback.
211 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
213         * automated/eieio-tests.el: Remove dummy object names.
215         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
216         The type FOO-child is the same as FOO.
218 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
220         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
221         Remove use of eieio-generic-call-methodname.
222         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
223         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
224         Adjust the expected result accordingly.
226 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
228         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
229         New defun.
230         (tramp-test30-special-characters): Use it.  (Bug#19463)
231         (tramp--test-check-files): Filter nil file names out.
233 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
235         Sync with Tramp 2.2.11.
237         * automated/tramp-tests.el (tramp-test30-special-characters):
238         Skip test on MS-Windows.
240 2014-12-27  Glenn Morris  <rgm@gnu.org>
242         * automated/let-alist.el: Load dependency.
244 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
246         * automated/python-tests.el
247         (python-shell-completion-native-interpreter-disabled-p-1): New test.
249 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
251         * automated/python-tests.el (python-shell-get-or-create-process-1)
252         (python-shell-get-or-create-process-2)
253         (python-shell-get-or-create-process-3): Remove tests.
255 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
257         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
259 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
261         * automated/python-tests.el (python-shell-buffer-substring-1)
262         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
263         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
264         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
265         (python-shell-buffer-substring-8)
266         (python-info-encoding-from-cookie-1)
267         (python-info-encoding-from-cookie-2)
268         (python-info-encoding-from-cookie-3)
269         (python-info-encoding-from-cookie-4)
270         (python-info-encoding-from-cookie-5)
271         (python-info-encoding-from-cookie-6)
272         (python-info-encoding-from-cookie-7, python-info-encoding-1)
273         (python-info-encoding-2): New tests.
275 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
277         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
278         expect a given order of "." and "..".
280 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
282         * automated/python-tests.el (python-indent-electric-colon-2)
283         (python-indent-electric-colon-3): New tests.
285 2014-12-27  João Távora  <joaotavora@gmail.com>
287         * automated/electric-tests.el (autowrapping-7): Tests for
288         tex-mode.
290 2014-12-27  Glenn Morris  <rgm@gnu.org>
292         * automated/flymake/warnpred/test.pl: Tweak format, since the
293         previous one seems to have stopped giving a warning with perl 5.20.1.
295 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
297         * automated/python-tests.el (python-shell-get-process-name-1)
298         (python-shell-internal-get-process-name-1): Cleanup.
299         (python-shell-get-process-name-2)
300         (python-shell-internal-get-process-name-2): New tests.
301         (python-shell-calculate-command-1)
302         (python-shell-calculate-process-environment-3)
303         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
304         (python-shell-make-comint-2, python-shell-make-comint-4)
305         (python-shell-get-process-1, python-util-clone-local-variables-1):
306         Replace obsolete function and variable references with current.
308 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
310         * automated/let-alist.el: require `cl-lib'
311         New tests for accessing alists inside alists.
313 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
315         * automated/let-alist.el: New file.
317 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
319         * automated/seq-tests.el: New file.
321 2014-12-16  Glenn Morris  <rgm@gnu.org>
323         * automated/data/flymake/Makefile (check-syntax):
324         Prevent colorized gcc output from confusing flymake.
326         * automated/flymake-tests.el (flymake-tests-data-directory):
327         Change from flymake/warnpred to more standard data/flymake.
328         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
330 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
332         * automated/vc-tests.el (vc-test--revision-granularity-function):
333         New defun.
334         (vc-test--create-repo-function): Rename from
335         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
336         (vc-test--create-repo): Check also for revision-granularity.
337         (vc-test--unregister-function): Additional argument FILE.
338         Adapt all callees.
339         (vc-test--working-revision): New defun.
340         (vc-test-*-working-revision): New tests.
342 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
344         * automated/vc-tests.el (vc-test--register): Check, that the file
345         still exists after register and unregister operations.
347 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
349         * automated/vc-tests.el: New file.
351 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
353         * automated/tramp-tests.el (tramp-test29-vc-registered):
354         Fallback for changed `vc-register' argument list.
356 2014-12-03  Glenn Morris  <rgm@gnu.org>
358         * automated/tramp-tests.el (tramp-test29-vc-registered):
359         Update for recent incompatible change in vc-register.
361 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
363         * automated/python-tests.el
364         (python-shell-calculate-process-environment-4)
365         (python-shell-calculate-process-environment-5): New tests.
366         (python-shell-make-comint-3): Use file-equal-p.
367         (python-shell-get-or-create-process-1)
368         (python-shell-get-or-create-process-2)
369         (python-shell-get-or-create-process-3): Fix interpreter for
370         Windows (Bug#18595).
372 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
374         * automated/libxml-tests.el
375         (libxml-tests--data-comments-preserved): Rename from
376         'libxml-tests--data'.
377         (libxml-tests--data-comments-discarded): New.
378         (libxml-tests): Check whether 'libxml-parse-xml-region' is
379         discarding comments correctly.
381 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
383         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
384         HTML and XML now use no-break space as hard space.  Update tests.
385         (tildify-test-foreach-ignore-environments)
386         (tildify-test-foreach-ignore-environments-early-return,
387         (tildify-test-foreach-region)
388         (tildify-test-foreach-region-early-return)
389         (tildify-test-foreach-region-limit-region): New tests of
390         `tildify-foreach-ignore-environments' and
391         `tildify--foreach-region' functions.
392         (with-test-foreach): New helper macro for the above tests.
394 2014-11-17  Glenn Morris  <rgm@gnu.org>
396         * automated/occur-tests.el (occur-test-case, occur-test-create):
397         In case of failure, show the actual string, rather than just nil.
398         (occur-tests): Update for apparent change in output re control-chars.
400 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
402         * automated/icalendar-tests.el (icalendar-tests--test-export):
403         New optional parameter `alarms'.
404         (icalendar-export-alarms): New test for exporting icalendar
405         alarms.
406         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
408 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
410         * automated/icalendar-tests.el (icalendar-tests--test-import):
411         Mention timezone in doc string.  Clean up.
412         (icalendar-real-world): Add another test case for no-dst
413         timezones.
415 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
417         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
418         Add testcase where offsets of standard time and daylight saving time
419         are equal.
420         (icalendar-real-world): Fix error in test case.  Expected result
421         was wrong when offsets of standard time and daylight saving time
422         were equal.
424 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
426         * automated/python-tests.el
427         (python-shell-calculate-process-environment-2): Fix test.
428         (python-shell-calculate-process-environment-1)
429         (python-shell-calculate-process-environment-3): Cleanup.
431 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
433         * automated/python-tests.el (python-indent-dedenters-8): New test
434         for Bug#18432.
436 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
438         * automated/python-tests.el (python-indent-region-1)
439         (python-indent-region-2, python-indent-region-3)
440         (python-indent-region-4, python-indent-region-5): New tests.
442 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
445         * automated/cl-lib-tests.el: Rename from cl-lib.el.
447 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
449         * automated/libxml-tests.el: New file.
451 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
453         * automated/process-tests.el (process-test-quoted-batfile):
454         New test.
456 2014-10-20  Glenn Morris  <rgm@gnu.org>
458         * Merge in all changes up to 24.4 release.
460 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
462         * indent/scss-mode.scss: New file.
463         * indent/css-mode.css: Add a few uneventful examples.
465 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
467         * BidiCharacterTest.txt: New file, from Unicode.
469         * biditest.el: New file.
471 2014-10-08  Leo Liu  <sdl.web@gmail.com>
473         * automated/print-tests.el: New file.
474         (terpri): Tests for terpri.  (Bug#18652)
476 2014-10-06  Glenn Morris  <rgm@gnu.org>
478         * automated/icalendar-tests.el (icalendar--calendar-style):
479         Remove test, no longer relevant.
481 2014-10-04  Glenn Morris  <rgm@gnu.org>
483         * automated/package-x-test.el: Remove file...
484         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
486 2014-10-02  Glenn Morris  <rgm@gnu.org>
488         * automated/package-test.el (with-package-test, package-test-signed):
489         Also set HOME to a temp value, in case the real one is absent (e.g.
490         hydra) or read-only.  (Bug#18575)
491         (package-test-signed): Use skip-unless rather than expected-result.
493 2014-09-26  Leo Liu  <sdl.web@gmail.com>
495         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
496         New tests.  (Bug#18557)
498 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
500         * automated/newsticker-tests.el
501         (newsticker--group-find-parent-group),
502         (newsticker--group-do-rename-group): New tests.
504 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
506         * automated/fns-tests.el (fns-tests-collate-sort):
507         Bind w32-collate-ignore-punctuation to t when sorting according to
508         UTS#10 rules.
510 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
512         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
513         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
515 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
517         * automated/fns-tests.el (fns-tests-compare-strings): In case
518         `compare-strings' shall return t, check for this.
519         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
521 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
523         * automated/python-tests.el (python-indent-electric-colon-1):
524         New test.  (Bug#18228)
526 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
528         * automated/fns-tests.el (fns-tests-sort): New test.
530 2014-08-28  Glenn Morris  <rgm@gnu.org>
532         * automated/python-tests.el (python-shell-calculate-exec-path-2):
533         Update test for today's python.el changes.
535 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
537         * automated/compile-tests.el (compile--test-error-line): Grok FILE
538         being nil.  Allows for Guile tests to pass.
539         (compile-tests--test-regexps-data): Add Guile tests.
541 2014-08-11  Glenn Morris  <rgm@gnu.org>
543         * automated/data/files-bug18141.el.gz: New file.
544         * automated/files.el (files-test-bug-18141-file):
545         New variable and test.  (Bug#18141)
547 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
549         Enumerate evaluated sexp diary entries (Bug#7911).
550         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
551         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
552         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
553         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
554         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
555         New tests.
557 2014-08-07  Glenn Morris  <rgm@gnu.org>
559         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
561 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
563         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
564         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
566 2014-08-03  Glenn Morris  <rgm@gnu.org>
568         * automated/Makefile.in (check-tar): New rule.
570 2014-08-02  Glenn Morris  <rgm@gnu.org>
572         * automated/fns-tests.el (fns-tests-compare-strings):
573         Update test.  (Bug#17903)
575         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
576         Use more precise TZ specification, as per 2013-08-04.
578 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
580         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
581         New test.
583 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
585         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
587 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
589         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
590         Work around the failures in icalendar-tests which occasionally occur on
591         hydra.nixos.org.
593 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
595         * automated/python-tests.el:
596         (python-util-clone-local-variables-1): Fix test.
598         * automated/python-tests.el (python-shell-make-comint-1):
599         (python-shell-make-comint-2): Fix indentation.
600         (python-shell-make-comint-3)
601         (python-shell-make-comint-4): New tests.
602         (python-shell-get-or-create-process-1): Fix test.
603         (python-shell-get-or-create-process-2)
604         (python-shell-get-or-create-process-3): New tests.
605         (python-shell-internal-get-or-create-process-1): Fix test.
606         (python-shell-prompt-detect-1): New test.
607         (python-shell-prompt-detect-2): New test.  (Bug#17370)
608         (python-shell-prompt-detect-3)
609         (python-shell-prompt-detect-4)
610         (python-shell-prompt-detect-5)
611         (python-shell-prompt-detect-6)
612         (python-shell-prompt-validate-regexps-1)
613         (python-shell-prompt-validate-regexps-2)
614         (python-shell-prompt-validate-regexps-3)
615         (python-shell-prompt-validate-regexps-4)
616         (python-shell-prompt-validate-regexps-5)
617         (python-shell-prompt-validate-regexps-6)
618         (python-shell-prompt-validate-regexps-7)
619         (python-shell-prompt-set-calculated-regexps-1)
620         (python-shell-prompt-set-calculated-regexps-2)
621         (python-shell-prompt-set-calculated-regexps-3)
622         (python-shell-prompt-set-calculated-regexps-4)
623         (python-shell-prompt-set-calculated-regexps-5)
624         (python-shell-prompt-set-calculated-regexps-6)
625         (python-util-valid-regexp-p-1): New tests.
627 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
629         * automated/advice-tests.el (advice-test-call-interactively): Make sure
630         the function's definition is fully restored at the end.
632 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
634         * automated/python-tests.el (python-indent-block-enders-1)
635         (python-indent-block-enders-2): Fix tests.
636         (python-indent-block-enders-3, python-indent-block-enders-4)
637         (python-indent-block-enders-5, python-indent-dedenters-1)
638         (python-indent-dedenters-2): Remove tests.
639         (python-indent-dedenters-1, python-indent-dedenters-2)
640         (python-indent-dedenters-3, python-indent-dedenters-4)
641         (python-indent-dedenters-5, python-indent-dedenters-6)
642         (python-indent-dedenters-7)
643         (python-info-dedenter-opening-block-position-1)
644         (python-info-dedenter-opening-block-position-2)
645         (python-info-dedenter-opening-block-position-3)
646         (python-info-dedenter-opening-block-positions-1)
647         (python-info-dedenter-opening-block-positions-2)
648         (python-info-dedenter-opening-block-positions-3)
649         (python-info-dedenter-opening-block-positions-4)
650         (python-info-dedenter-opening-block-positions-5)
651         (python-info-dedenter-opening-block-message-1)
652         (python-info-dedenter-opening-block-message-2)
653         (python-info-dedenter-opening-block-message-3)
654         (python-info-dedenter-opening-block-message-4)
655         (python-info-dedenter-opening-block-message-5)
656         (python-info-dedenter-statement-p-1)
657         (python-info-dedenter-statement-p-2)
658         (python-info-dedenter-statement-p-3)
659         (python-info-dedenter-statement-p-4)
660         (python-info-dedenter-statement-p-5): New tests.
662 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * indent/perl.perl: Add indentation pattern for hash-table entries.
666 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
668         * automated/dbus-tests.el (dbus-test02-register-service-session)
669         (dbus-test02-register-service-system): Fix docstring.
670         (dbus-test02-register-service-own-bus)
671         (dbus-test03-peer-interface): New tests.
673 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
675         * automated/python-tests.el (python-tests-self-insert): New function.
676         (python-triple-quote-pairing): Use it.
677         (python-parens-electric-indent-1): New test. (Bug#17658)
679 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
681         * automated/subr-x-tests.el: New file.
683 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
685         * automated/tramp-tests.el (tramp--instrument-test-case):
686         Print debug buffer in any case.
688 2014-06-28  Leo Liu  <sdl.web@gmail.com>
690         * automated/calc-tests.el: New file and add tests for math-bignum.
691         (Bug#17556)
693 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
695         * automated/dbus-tests.el (dbus--test-register-service)
696         (dbus-test02-register-service-session): Replace `dbus-ping' calls
697         by `dbus-list-known-names'.  (Bug#17858)
699 2014-06-28  Glenn Morris  <rgm@gnu.org>
701         * automated/Makefile.in (GDB): New variable.
702         (emacs): Use $GDB.  (Bug#15991)
704         * automated/Makefile.in (WRITE_LOG): New variable.
705         (%.log): Use WRITE_LOG.
706         (test_template): Disable logging.
708         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
709         (test_template): New definition.  Apply to TESTS.
711 2014-06-27  Glenn Morris  <rgm@gnu.org>
713         * automated/Makefile.in (check-maybe): Rename from check.
714         (check): Re-run all the tests, every time.
715         (clean, mostlyclean): Also delete *.log~.
717 2014-06-26  Glenn Morris  <rgm@gnu.org>
719         * automated/package-x-test.el: Do not mess with load-path.
721         * automated/Makefile.in (%.log): If error, dump log to stdout.
723 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
725         * automated/package-test.el (package-test-update-listing)
726         (package-test-update-archives, package-test-describe-package):
727         Adjust tests according to new package-list-unsigned.
729 2014-06-26  Glenn Morris  <rgm@gnu.org>
731         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
733         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
735         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
736         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
737         (setwins, compile-targets, compile-main, compile-clean): Remove.
738         (GREP_OPTIONS): Unexport.
739         (.el.elc): Replace with pattern rule.
740         (%.elc, %.log): New pattern rules.
741         (ELFILES, LOGFILES): New variables.
742         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
743         (clean, mostlyclean): New rules.
744         (bootstrap-clean): Simplify.
745         (bootstrap-clean, distclean): Depend on clean.
747 2014-06-25  Glenn Morris  <rgm@gnu.org>
749         * automated/flymake-tests.el (flymake-tests--current-face):
750         Sleep for longer.  Avoid querying.
752 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
754         * automated/fns-tests.el (fns-tests-compare-string): New test.
756 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
758         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
759         according to Bug#17815.
761 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
763         * automated/python-tests.el (python-util-strip-string-1): New test.
765 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
767         Sync with Tramp 2.2.10.
769         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
770         (tramp--instrument-test-case): Extend docstring.
771         (tramp-test15-copy-directory): Skip for tramp-smb.el.
772         (tramp-test21-file-links): Use `file-truename' for directories.
773         (tramp-test27-start-file-process, tramp-test28-shell-command):
774         Retrieve process output more robustly.
775         (tramp--test-check-files): Extend test.
776         (tramp-test30-special-characters): Skip for tramp-adb.el,
777         tramp-gvfs.el and tramp-smb.el.  Add further file names.
779 2014-06-13  Glenn Morris  <rgm@gnu.org>
781         * automated/Makefile.in (compile-main):
782         GNU make automatically passes command-line arguments to sub-makes.
784 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
786         * automated/tildify-tests.el (tildify-test--test): Optimize the test
787         slightly by reusing the same temporary buffer across multiple test
788         cases.
790         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
791         (tildify-test-find-env-group-index-bug): Update to support new
792         signature of the `tildify-foreach-region-outside-env' function.
793         Namely, it now takes pairs as an argument instead of looking it up in
794         `tildify-ignored-environments-alist'.
796         * automated/tildify-tests.el (tildify-test--example-html): Add support
797         for generating XML code, so that…
798         (tildify-test-xml) …test can be added to check handling of XML
799         documents.
801         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
802         New test checking end-regex building when multiple environment pairs
803         use integers to refer to capture groups.
805         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
806         test checking end-regex building in `tildify-find-env' function when
807         integers (denoting capture groups) and strings are mixed together.
809 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
811         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
812         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
814 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
816         * automated/tramp-tests.el (tramp-test29-vc-registered):
817         Instrument failed test case.
819 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
821         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
822         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
824 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
826         * automated/tildify-tests.el: New file.
828 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
830         * indent/ruby.rb: Add one more test.
832         * indent/ps-mode.ps: New file.
834         * indent/octave.m: Add a few more tests.
836         * automated/core-elisp-tests.el
837         (core-elisp-test-window-configurations): New test.
839 2014-05-26  Glenn Morris  <rgm@gnu.org>
841         * automated/package-test.el (package-test-install-single):
842         Update for changed output.
844 2014-05-22  Glenn Morris  <rgm@gnu.org>
846         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
847         Fix handling of temporary elc files.
849         * automated/fns-tests.el (fns-tests-nreverse):
850         Update for changed string behavior.
852 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
854         * automated/fns-tests.el: New file.
855         * automated/fns-tests.el (fns-tests-nreverse)
856         (fns-tests-nreverse-bool-vector): New tests.
858 2014-05-08  Glenn Morris  <rgm@gnu.org>
860         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
861         (vc-bzr-test-faulty-bzr-autoloads):
862         Give bzr a temporary home-directory, in case the real one is missing.
864 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
866         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
867         New test.
869 2014-05-08  Glenn Morris  <rgm@gnu.org>
871         * automated/help-fns.el: New file.
873 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
875         * automated/undo-tests.el (undo-test-region-deletion): New test to
876         demonstrate bug#17235.
877         (undo-test-region-example): New test to verify example given in
878         comments for undo-make-selective-list.
880 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
882         * automated/tramp-tests.el (top):
883         * automated/file-notify-tests.el (top): Do not disable interactive
884         passwords in batch mode.
885         (password-cache-expiry): Set to nil.
887         * automated/file-notify-tests.el
888         (file-notify-test-remote-temporary-file-directory):
889         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
890         Use a mock-up method as default.
891         (tramp-test00-availability): Print the used directory name.
892         (tramp-test33-recursive-load): Fix typo.
894 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
896         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
897         (tramp-test30-special-characters): Remove test for backslash.
899 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
901         * automated/tramp-tests.el
902         (tramp-test19-directory-files-and-attributes)
903         (tramp-test22-file-times): Check for `file-attributes' equality
904         only if there is a usable timestamp.
905         (tramp--test-check-files): Do not use `copy-sequence'.
907 2014-04-22  Daniel Colascione  <dancol@dancol.org>
909         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
910         Add compile flag.
911         (test-byte-comp-macro-expansion)
912         (test-byte-comp-macro-expansion-eval-and-compile)
913         (test-byte-comp-macro-expansion-eval-when-compile)
914         (test-byte-comp-macro-expand-lexical-override): Use it.
915         (test-eager-load-macro-expansion)
916         (test-eager-load-macro-expansion-eval-and-compile)
917         (test-eager-load-macro-expansion-eval-when-compile)
918         (test-eager-load-macro-expand-lexical-override): New tests.
920         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
921         account for removal of `cl-struct-set-slot-value'. Also, move
922         the defstruct to top level.
924 2014-04-21  Daniel Colascione  <dancol@dancol.org>
926         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
927         New function.
928         (test-byte-comp-macro-expansion)
929         (test-byte-comp-macro-expansion-eval-and-compile)
930         (test-byte-comp-macro-expansion-eval-when-compile)
931         (test-byte-comp-macro-expand-lexical-override): New tests.
933         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
934         (cl-the): Fix cl-the test.
936 2014-04-20  Daniel Colascione  <dancol@dancol.org>
938         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
940 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
942         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
943         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
945 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
947         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
948         (tramp--test-make-temp-name): Optional argument LOCAL.
949         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
950         (tramp-test10-write-region): No special test for out-of-band copy
951         needed anymore.
952         (tramp-test11-copy-file, tramp-test12-rename-file)
953         (tramp-test21-file-links): Extend tests.
954         (tramp-test20-file-modes): More robust check for user "root".
955         (tramp--test-check-files): New defun.
956         (tramp-test30-special-characters, tramp-test33-recursive-load)
957         (tramp-test34-unload): New tests.
958         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
960 2014-04-11  Glenn Morris  <rgm@gnu.org>
962         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
964 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
966         * automated/electric-tests.el: Fix spelling error in test name.
967         (whitespace-skipping-for-quotes-not-outside):
968         Rename from whitespace-skipping-for-quotes-not-ouside.
970 2014-04-09  Daniel Colascione  <dancol@dancol.org>
972         * automated/syntax-tests.el: New file.
974 2014-04-09  Glenn Morris  <rgm@gnu.org>
976         * automated/python-tests.el (python-triple-quote-pairing):
977         Enable/disable electric-pair-mode as needed.
979         * automated/electric-tests.el (electric-pair-backspace-1):
980         Replace deleted function.
982 2014-04-07  João Távora  <joaotavora@gmail.com>
984         * automated/python-tests.el (python-triple-quote-pairing): New test.
985         (python-syntax-after-python-backspace): New test.
987         * automated/electric-tests.el (electric-pair-define-test-form):
988         More readable test docstrings.
989         (whitespace-skipping-for-quotes-not-ouside)
990         (whitespace-skipping-for-quotes-only-inside)
991         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
993 2014-04-04  João Távora  <joaotavora@gmail.com>
995         * automated/electric-tests.el (define-electric-pair-test):
996         Don't overtest.
997         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
998         (inhibit-in-mismatched-string-inside-c-comments): New test.
1000 2014-04-02  João Távora  <joaotavora@gmail.com>
1002         * automated/electric-tests.el (inhibit-if-strings-mismatched):
1003         New test, change from `inhibit-only-of-next-is-mismatched'.
1005 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
1007         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1008         (undo-test-region-t-marker): New tests of marker adjustments.
1009         (undo-test-marker-adjustment-moved):
1010         (undo-test-region-mark-adjustment): New tests to demonstrate
1011         bug#16818, which fail without the fix.
1013 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1015         * automated/package-test.el (package-test-describe-package):
1016         Fix test failure in non-graphical mode.
1018 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1020         * automated/subword-tests.el (subword-tests2): More subword tests.
1022         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1023         New test: correct parsing of keyword arguments.
1025 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1027         * automated/package-test.el (package-test-describe-package):
1028         Check for the "Keywords: " line.
1030         * automated/data/package/archive-contents: Include the :keywords
1031         field in `simple-single' data form.
1033 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1035         * automated/package-test.el
1036         (package-test-install-two-dependencies): New test (bug#16826).
1038         * automated/data/package/simple-two-depend-1.1.el: New file.
1040         * automated/data/package/archive-contents:
1041         Add info about the new package.
1043 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1045         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1046         (tramp-test10-write-region): Extend for out-of-band copy.
1047         (tramp-test31-asynchronous-requests): New test.
1049 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1051         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1052         Add new test of undo in region.
1053         (undo-test-in-region-eob): Add test case described at
1054         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1056 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1058         * automated/tramp-tests.el (tramp--test-enabled)
1059         (tramp-test15-copy-directory): No special handling of tramp-adb.el
1060         anymore.  It's fixed in that package.
1062 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1064         * automated/tramp-tests.el (tramp--test-enabled): Move connection
1065         cleanup into this function.  Remove respective code from all test
1066         cases.
1067         (tramp--instrument-test-case): Declare `indent' and `debug'.
1068         Handle other errors as well.
1069         (tramp-test14-delete-directory): Check for `file-error' error.
1070         (tramp-test15-copy-directory): Ignore return value of
1071         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
1072         (tramp-test19-directory-files-and-attributes): Take care of
1073         timestamp of "../".
1074         (tramp-test20-file-modes, tramp-test27-start-file-process)
1075         (tramp-test28-shell-command): Skip for tramp-adb.el.
1076         (tramp-test21-file-links): `file-truename' shall preserve trailing
1077         link of directories.
1078         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1079         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1080         `kill-buffer-query-functions' to nil.
1081         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1083 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1085         * automated/tramp-tests.el
1086         (tramp-test19-directory-files-and-attributes): Do not include
1087         directories in comparison; they might have changed their
1088         timestamps already.
1090 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1092         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1093         (tramp-test17-insert-directory): First line could contain more
1094         text, when produced by `ls-lisp'.
1095         (tramp-test19-directory-files-and-attributes): Instrument failed
1096         test case.
1098 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1100         * automated/tramp-tests.el (tramp-test17-insert-directory):
1101         Make first line "total 123" optional.
1102         (tramp-test20-file-modes, tramp-test22-file-times)
1103         (tramp-test26-process-file, tramp-test27-start-file-process)
1104         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1105         tramp-smb.el.
1106         (tramp-test20-file-modes): Check for "root" only when there is an
1107         explicit user name.
1108         (tramp-test21-file-links): Handle "... not supported" error.
1109         (tramp-test22-file-times): Skip for "don't know" return values.
1110         (tramp-test26-process-file, tramp-test28-shell-command):
1111         Remove color escape sequences.
1112         (tramp-test28-shell-command): Use `accept-process-output' rather
1113         than `sit-for'.
1114         (tramp-test30-utf8): Set coding system `utf-8'.
1116 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
1118         * automated/tramp-tests.el (tramp-test28-shell-command):
1119         Perform an initial `sit-for' prior the while loop.
1121 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1123         Sync with Tramp 2.2.9.
1125         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1126         (tramp-test28-shell-command): Make a while loop when waiting for
1127         process exit.
1129 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
1131         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1132         and `vc-hg'.  Declare `tramp-find-executable' and
1133         `tramp-get-remote-path'.
1134         (tramp-test29-vc-registered): New test.
1135         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1137 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
1139         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1140         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1141         (tramp-test28-shell-command): Improve `shell-command' test.
1142         Add `async-shell-command' tests.
1144 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1146         * automated/file-notify-tests.el (file-notify--wait-for-events):
1147         Use `read-event' instead of `sit-for'.
1148         (file-notify-test02-events): Remove expected result, the bug is
1149         fixed meanwhile.
1150         (file-notify-test02-events, file-notify-test03-autorevert):
1151         Use `sleep-for' instead of `sit-for'.
1153 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1155         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1156         New test.
1158 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1160         * automated/file-notify-tests.el (file-notify--deftest-remote):
1161         Do not skip when the local test has failed.  They are unrelated.
1162         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1163         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1164         `sleep-for'.
1165         (file-notify-test02-events): Check for `file-remote-p' instead of
1166         `file-notify--test-remote-enabled'.
1168 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1170         * automated/file-notify-tests.el (file-notify-test02-events):
1171         Let test case fail for Bug#16519.
1173 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1175         * automated/file-notify-tests.el (file-notify-test02-events):
1176         Hide Bug#16519, until it is solved.
1178 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1180         * automated/file-notify-tests.el
1181         (file-notify--test-local-enabled): Fix error in logic.
1182         (file-notify--wait-for-events): New defmacro.
1183         (file-notify-test02-events): Make short breaks between file operations.
1184         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1185         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1187         * automated/comint-testsuite.el
1188         (comint-testsuite-password-strings): Add localized examples.
1190 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1192         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1193         case if inotify is not linked with Emacs.  Use `read-event' rather
1194         than `sit-for' in order to process events.  (Bug#13662)
1196 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1198         * automated/ert-tests.el (ert-test-record-backtrace):
1199         Reenable test case with adapted test string.  (Bug#13064)
1201 2013-12-28  Glenn Morris  <rgm@gnu.org>
1203         * automated/electric-tests.el: Require 'elec-pair.
1205 2013-12-26  João Távora  <joaotavora@gmail.com>
1207         * automated/electric-tests.el (electric-pair-test-for):
1208         Fix autowrapping tests in batch-mode by running with
1209         `transient-mark-mode' set to `lambda'.
1211         * automated/electric-tests.el: New file.
1213 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1215         * automated/python-tests.el
1216         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1217         (python-nav-forward-sexp-safe-1): New test.
1219 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1221         * automated/ruby-mode-tests.el: Add tests for
1222         `ruby-align-to-stmt-keywords'.
1224         * indent/ruby.rb: Update examples to reflect the lack of change in
1225         default indentation of `begin' blocks.
1227 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1229         * indent/ruby.rb: Update examples according to the change
1230         in `smie-indent-close'.
1232 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1234         * indent/ruby.rb: New examples.
1236 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1238         * automated/python-tests.el (python-indent-dedenters-2): New test.
1240 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1242         * automated/python-tests.el (python-indent-after-comment-1)
1243         (python-indent-after-comment-2): New tests.
1245 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1247         * automated/python-tests.el (python-indent-block-enders-1):
1248         Rename from python-indent-block-enders.
1249         (python-indent-block-enders-2): New test.
1251 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1253         * indent/js.js: New file.
1255 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1257         * automated/dbus-tests.el: New file.
1259 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1261         * automated/regexp-tests.el: New file.
1263 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1265         * automated/reftex-tests.el (reftex-parse-from-file-test):
1266         Run temp-dir through file-truename, to make sure the temporary file
1267         names are comparable as strings.
1269         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1270         Force Unix EOLs by using 'utf-8-unix', since the default of
1271         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1273 2013-11-28  Glenn Morris  <rgm@gnu.org>
1275         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1277 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1279         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1280         (EMACSOPT): Use $(PATH_SEP).
1282 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1284         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1285         Set to nil.
1287 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1289         * automated/file-notify-tests.el
1290         (file-notify-test-remote-temporary-file-directory):
1291         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1292         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1293         (file-notify--deftest-remote): Cleanup connection initially.
1294         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1295         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1296         does not work on MS Windows.  Call `accept-process-output' for
1297         remote files.  Apply `string-match' instead of `string-equal', the
1298         messages are different on MS Windows.
1300         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1301         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1302         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1304 2013-11-23  Glenn Morris  <rgm@gnu.org>
1306         * automated/python-tests.el (python-shell-make-comint-1)
1307         (python-shell-make-comint-2, python-shell-get-process-1):
1308         Suppress creation of some temp-files.
1310         * automated/python-tests.el (python-shell-parse-command-1)
1311         (python-shell-make-comint-1, python-shell-make-comint-2)
1312         (python-shell-get-process-1)
1313         (python-shell-internal-get-or-create-process-1):
1314         Skip rather than fail if prereqs not found.
1316         * automated/Makefile.in (emacs):
1317         Empty EMACSLOADPATH rather than unsetting.
1319 2013-11-22  Glenn Morris  <rgm@gnu.org>
1321         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1322         Set expected-result.
1324 2013-11-21  Glenn Morris  <rgm@gnu.org>
1326         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1327         (compile-main): Pass XARGS_LIMIT to xargs.
1329         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1330         (EMACSOPT): Use PATH_SEPARATOR.
1332 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1334         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1335         Add a failing test for Bug#15874.
1336         (ruby--insert-coding-comment-ruby-style)
1337         (ruby--insert-coding-comment-emacs-style)
1338         (ruby--insert-coding-comment-custom-style):
1339         Add a few tests for `ruby--insert-coding-comment'.
1341 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1343         Improve API of recently-added bool vector functions (Bug#15912).
1344         * automated/data-tests.el: Adjust to API changes.
1346 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1348         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1349         (tramp-test08-file-local-copy)
1350         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1351         (tramp-test11-copy-file, tramp-test12-rename-file)
1352         (tramp-test13-make-directory, tramp-test14-delete-directory)
1353         (tramp-test15-copy-directory, tramp-test16-directory-files)
1354         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1355         (tramp-test19-directory-files-and-attributes)
1356         (tramp-test20-file-modes, tramp-test21-file-links)
1357         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1358         (tramp-test24-file-name-completion, tramp-test25-load)
1359         (tramp-test26-process-file, tramp-test27-start-file-process)
1360         (tramp-test28-shell-command): Cleanup connection initially.
1362 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1364         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1365         connection before running the test.
1367 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1369         * automated/tramp-tests.el (tramp-test15-copy-directory)
1370         (tramp-test16-directory-files, tramp-test17-insert-directory)
1371         (tramp-test18-file-attributes)
1372         (tramp-test19-directory-files-and-attributes)
1373         (tramp-test20-file-modes, tramp-test21-file-links)
1374         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1375         (tramp-test24-file-name-completion, tramp-test25-load)
1376         (tramp-test26-process-file, tramp-test27-start-file-process)
1377         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1378         (tramp-test29-utf8): New test.
1380 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1382         * automated/file-notify-tests.el (file-notify-test02-events)
1383         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1385         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1386         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1387         (tramp-test26-process-file, tramp-test28-shell-command):
1388         Ensure, that the directory is not empty when calling "ls".
1390 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1392         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1393         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1394         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1395         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1396         (tramp-test26-process-file): Add tests.
1397         (tramp-test11-copy-file): Remove debug message.
1398         (tramp-test20-file-modes): Special case, if user is "root".
1400 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1402         * automated/file-notify-tests.el:
1403         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1404         `tramp-remote-path' when running on hydra.
1405         (tramp-test07-file-exists-p): Remove instrumentation code.
1406         (tramp-test26-process-file): Don't use "/bin/true" and
1407         "/bin/false", these paths do not exist on hydra.
1409 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1411         * automated/process-tests.el: New file.
1413 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1415         * indent/ruby.rb: New examples.
1417 2013-11-06  Glenn Morris  <rgm@gnu.org>
1419         * automated/Makefile.in (setwins): Avoid accidental matches.
1421 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1423         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1424         Fix docstring.  Instrument, in order to hunt failure on hydra.
1426 2013-11-06  Glenn Morris  <rgm@gnu.org>
1428         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1429         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1430         (warning-predicate-function-perl):
1431         * automated/info-xref.el (info-xref-test-makeinfo):
1432         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1433         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1435 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1437         * automated/tramp-tests.el: New file.
1439 2013-11-05  Glenn Morris  <rgm@gnu.org>
1441         Get rid of --chdir usage.
1442         * automated/Makefile.in (EMACSOPT): Move -L here.
1443         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1444         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1445         (.el.elc): No more need to pass -L here.
1446         (compile-main): Get rid of sub-shell and cd.
1447         (compile-clean, check): Get rid of cd.
1449         Make it possible to run tests with a different working directory.
1450         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1451         (flymake-tests--current-face): Use flymake-tests-data-directory.
1452         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1453         (warning-predicate-function-perl): Adapt for above change.
1454         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1455         (zlib--decompress): Use zlib-tests-data-directory.
1457         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1458         Remove test that makes no sense.
1460         * automated/files.el (files-test-local-variable-data):
1461         Fix result typo presumably caused by interference from dir-locals.
1462         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1464 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1466         * indent/ruby.rb: Add a statement on the line after heredoc.
1467         Move a now-successful example.
1469         * automated/ruby-mode-tests.el: Remove outdated comment.
1471 2013-11-04  Glenn Morris  <rgm@gnu.org>
1473         * automated/Makefile.in (abs_srcdir): Remove.
1474         (emacs): Unset EMACSLOADPATH.
1475         (.el.elc, check): Use -L to append srcdir to load-path.
1477 2013-11-02  Glenn Morris  <rgm@gnu.org>
1479         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1480         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1481         (abs_srcdir): New, set by configure.
1482         (EMACS): Use a relative file name.
1483         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1484         (lisp-compile): Remove (assume it's up-to-date).
1485         (compile-main): Do not run lisp-compile.
1486         (compile-main, compile-clean, compile-always, bootstrap-clean)
1487         (check): Use srcdir rather than $test.  Check cd return value.
1488         Use --chdir.
1489         (doit, compile, compile-always): Remove stuff copied from lisp/.
1490         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1492 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1494         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1495         Add a skipping test.
1497 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1499         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1501         * indent/css-mode.css (.x2): Test alignement inside braces.
1503 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1505         * indent/ruby.rb: New failing example.
1507         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1508         Fix the test, in respect to adding the space after the curly.
1510 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1512         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1513         (ert-test-deftest): Adapt test for changed macro expansion.
1514         (ert-test-run-tests-interactively):
1515         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1516         Add a skipping test.
1518         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1519         (file-notify--test-local-enabled): Make it a function.  Check also
1520         for `file-remote-p' of `temporary-file-directory'.
1521         (file-notify--test-remote-enabled-checked): New defvar.
1522         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1523         internal functions.  Cache result.
1524         (file-notify--deftest-remote, file-notify-test00-availability)
1525         (file-notify-test01-add-watch, file-notify-test02-events)
1526         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1527         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1529 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1531         * indent/ruby.rb: Fix syntax error in the latest example.
1533 2013-10-23  Glenn Morris  <rgm@gnu.org>
1535         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1536         New, set by configure.
1537         (top_srcdir): Remove.
1538         (abs_test, abs_lispsrc): New.
1539         (lisp): No longer absolute.
1540         (emacs, lisp-compile, compile, compile-always):
1541         Quote entities that might contain whitespace.
1543 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1545         * indent/ruby.rb: Move two examples to "working" section, add one
1546         more.
1548 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1550         * indent/ruby.rb: New examples for indentation of blocks.
1551         Example of hash inside parens that inflooped before the present commit.
1553 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1555         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1556         allows another timer to run.
1558 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1560         * indent/ruby.rb: More examples for bug#15594, both failing and
1561         now passing.
1563 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1565         * indent/ruby.rb: Add two more cases.
1567 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1569         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1570         first use.
1571         (ruby-should-indent): Use indent-according-to-mode.
1572         (ruby-deftest-move-to-block): Use `declare'.
1574 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1576         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1578 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1580         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1582 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1584         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1585         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1587         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1589 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1592         Adjust indentation of continued line to the new SMIE behavior.
1594 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         * automated/completion-tests.el:
1597         * indent/css-mode.css: New files.
1599 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1601         * automated/data/package/signed/archive-contents:
1602         * automated/data/package/signed/archive-contents.sig:
1603         * automated/data/package/signed/signed-good-1.0.el:
1604         * automated/data/package/signed/signed-good-1.0.el.sig:
1605         * automated/data/package/signed/signed-bad-1.0.el:
1606         * automated/data/package/signed/signed-bad-1.0.el.sig:
1607         * automated/data/package/key.pub:
1608         * automated/data/package/key.sec: New files.
1610         * automated/package-test.el (package-test-update-listing)
1611         (package-test-update-archives, package-test-describe-package):
1612         Adjust to package.el change.
1613         (package-test-signed): New test.
1615 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1617         * automated/package-test.el: Update all cases to use :url instead
1618         of :homepage.
1620         * automated/package-x-test.el
1621         (package-x-test--single-archive-entry-1-3): Same.
1623 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1625         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1626         was unused.
1627         (simple-single-desc): Expect :homepage property.
1628         (multi-file-desc): Same.
1629         (with-package-test): Do not save previous `default-directory'
1630         value, let-bind the var instead.
1631         (package-test-install-single): Expect :homepage property in the
1632         generated pkg file.
1633         (package-test-describe-package): Expect Homepage button.
1634         (package-test-describe-non-installed-package)
1635         (package-test-describe-non-installed-multi-file-package): Same.
1636         (package-test-describe-not-installed-package): Remove, it was a
1637         duplicate.
1639         * automated/package-x-test.el
1640         (package-x-test--single-archive-entry-1-3): Expect :homepage
1641         property.
1642         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1644         * automated/data/package/simple-single-1.3.el: Add URL header.
1646         * automated/data/package/archive-contents: Add :homepage
1647         properties to `simple-single' and `multi-file'.
1649 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1651         * automated/data-tests.el:
1652         (bool-vector-count-matches-all-0-nil)
1653         (bool-vector-count-matches-all-0-t)
1654         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1655         (bool-vector-count-matches-at, bool-vector-intersection-op)
1656         (bool-vector-union-op, bool-vector-xor-op)
1657         (bool-vector-set-difference-op)
1658         (bool-vector-change-detection, bool-vector-not): New tests.
1659         (mock-bool-vector-count-matches-at)
1660         (test-bool-vector-bv-from-hex-string)
1661         (test-bool-vector-to-hex-string)
1662         (test-bool-vector-count-matches-at-tc)
1663         (test-bool-vector-apply-mock-op)
1664         (test-bool-vector-binop): New helper functions.
1665         (bool-vector-test-vectors): New testcase data.
1667 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1669         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1670         (advice-test-called-interactively-p-filter-args)
1671         (advice-test-called-interactively-p-around): New tests.
1673 2013-09-16  Glenn Morris  <rgm@gnu.org>
1675         * automated/eshell.el (eshell-match-result):
1676         Return a more informative failure than simply "false".  Update callers.
1678         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1679         Test value before and after loop as well as during.
1681 2013-09-15  Glenn Morris  <rgm@gnu.org>
1683         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1684         New test.  (Bug#15372)
1685         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1687 2013-09-13  Glenn Morris  <rgm@gnu.org>
1689         * automated/eshell.el (with-temp-eshell):
1690         Use a temp directory for eshell-directory-name.
1691         (eshell-test-command-result): New, again using a temp directory.
1692         Replace eshell-command-result with this throughout.
1693         (eshell-test/for-loop, eshell-test/for-name-loop):
1694         Ensure environment variables don't confuse us.
1696 2013-09-12  Glenn Morris  <rgm@gnu.org>
1698         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1699         due to "has a running process; kill it?" prompts.
1701 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1703         * automated/eshell.el: Rename from eshell.el.
1704         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1706 2013-09-01  Glenn Morris  <rgm@gnu.org>
1708         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1709         Otherwise the sed command used by eg compile-main ends up
1710         containing "/*.el".  (Bug#15170)
1712 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1714         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1715         for portability to hosts where /bin/sh has problems.
1717 2013-08-21  David Engster  <deng@randomsample.de>
1719         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1720         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1721         upstream.  Changed to use ERT.
1723 2013-08-14  Daniel Hackney  <dan@haxney.org>
1725         * automated/package-test.el: Remove tar-package-building functions.
1726         Tar file used for testing is included in the repository.
1727         (package-test-install-texinfo, package-test-cleanup-built-files):
1728         Remove.
1730 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1732         * automated/python-tests.el (python-imenu-create-index-4)
1733         (python-imenu-create-flat-index-2): New tests.
1735 2013-08-05  Glenn Morris  <rgm@gnu.org>
1737         * automated/mule-util.el: New file, with tests extracted from
1738         lisp/international/mule-util.el.
1740 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1742         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1743         before definition.
1744         (advice-tests-macroaliases): New test.
1746 2013-08-04  Glenn Morris  <rgm@gnu.org>
1748         * automated/ert-tests.el: Disable failing test that no-one seems
1749         to know how to fix.  (Bug#13064)
1751         * automated/icalendar-tests.el (icalendar-tests--test-export)
1752         (icalendar-tests--test-import): Try more precise TZ specification.
1753         Remove debug messages.
1755 2013-08-03  Glenn Morris  <rgm@gnu.org>
1757         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1759         * automated/icalendar-tests.el (icalendar-tests--test-export)
1760         (icalendar-tests--test-import):
1761         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1762         (icalendar-tests--test-import): Reset zone even if error occurred.
1764 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1766         * automated/core-elisp-tests.el: New file.
1768 2013-08-01  Glenn Morris  <rgm@gnu.org>
1770         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1771         Try to check that the remote system has a notification program.
1773 2013-07-31  Glenn Morris  <rgm@gnu.org>
1775         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1777 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1779         * automated/file-notify-tests.el
1780         (file-notify--test-local-enabled): New defconst.  Replaces all
1781         `file-notify-support' occurrences.
1782         (file-notify--test-remote-enabled): New defun.
1783         (file-notify--deftest-remote): Use it.
1784         (file-notify-test00-availability): Rewrite.
1785         (file-notify-test00-availability-remote): New defun.
1786         (file-notify-test01-add-watch): Rewrite first erroneous check.
1788 2013-07-23  Glenn Morris  <rgm@gnu.org>
1790         * automated/inotify-test.el (inotify-file-watch-simple):
1791         Delete temp-file when done.
1793         * automated/subword-tests.el: Require subword.
1795 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1797         * automated/subword-tests.el: New file.
1799 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1801         * automated/python-tests.el (python-imenu-create-index-2)
1802         (python-imenu-create-index-3): New tests.
1804 2013-07-11  Glenn Morris  <rgm@gnu.org>
1806         * automated/ert-tests.el: Require cl-lib at runtime too.
1807         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1808         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1809         (ert-test-set-functions, ert-test-gensym)
1810         (ert-test-coerce-to-vector, ert-test-string-position)
1811         (ert-test-mismatch): Remove tests.
1812         * automated/cl-lib.el: New, split from ert-tests.el.
1814         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1815         Goto point-min.
1816         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1817         (ruby-move-to-block-skips-percent-literal)
1818         (ruby-move-to-block-skips-heredoc)
1819         (ruby-move-to-block-moves-from-else-to-if)
1820         (ruby-beginning-of-defun-does-not-fold-case)
1821         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1822         Replace goto-line with forward-line/goto-char.
1823         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1825         * automated/package-test.el (makeinfo-buffer): Autoload.
1826         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1827         (package-test-install-texinfo): Don't require makeinfo.
1829         * automated/files.el: Stop "local variables" confusion.
1831         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1833         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1834         Use with-current-buffer.
1836         * automated/undo-tests.el (undo-test-buffer-modified)
1837         (undo-test-file-modified): New tests.
1839 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1841         * automated/file-notify-tests.el (file-notify-test00-availability):
1842         Set :expected-result.
1843         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1844         (file-notify-test02-events, file-notify-test02-events-remote)
1845         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1846         Skip when `file-notify-support' is nil.  (Bug#14823)
1848 2013-07-09  Glenn Morris  <rgm@gnu.org>
1850         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1851         Declare.
1852         (inotify-file-watch-simple): Silence compiler.
1854         * automated/python-tests.el (python-indent-block-enders):
1855         Make it actually test something.
1857         * automated/package-x-test.el: Require package-test when compiling.
1859         * automated/add-log-tests.el, automated/advice-tests.el:
1860         * automated/imenu-test.el, automated/package-x-test.el:
1861         * automated/python-tests.el, automated/ruby-mode-tests.el:
1862         * automated/xml-parse-tests.el: Explicitly require ert.
1864 2013-07-08  Kenichi Handa  <handa@gnu.org>
1866         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1867         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1869 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1871         * automated/file-notify-tests.el
1872         (file-notify-test-remote-temporary-file-directory):
1873         Use `null-device' on w32.
1874         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1875         (file-notify--test-results, file-notify--test-event)
1876         (file-notify--deftest-remote, file-notify--event-test)
1877         (file-notify--test-event-handler)
1878         (file-notify--test-make-temp-name): Rename, in order to mark them
1879         internal.
1880         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1881         better fitting in noninteractive tests.
1882         (file-notify-test00-availability): Rename from `file-notify-test0'.
1883         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1884         Use `temporary-file-directory '.
1885         (file-notify-test01-add-watch-remote): New test.
1886         (file-notify-test02-events): Rename from `file-notify-test2'.
1887         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1888         (file-notify-test03-autorevert): Rename from
1889         `file-notify-test4'.  Use timeouts.
1890         (file-notify-test03-autorevert-remote): Rename from
1891         `file-notify-test5'.
1893 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1895         * automated/file-notify-tests.el: New package.
1897 2013-06-28  Kenichi Handa  <handa@gnu.org>
1899         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1900         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1901         Callers changed.
1902         (decoder-tests-filename): New function.
1903         (decoder-tests-prefer-utf-8-read)
1904         (decoder-tests-prefer-utf-8-write): New function.
1905         (ert-test-decoder-prefer-utf-8): New test.
1907 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1909         * automated/package-x-test.el: Change the commentary.
1910         (package-x-test--single-archive-entry-1-3)
1911         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1912         using the appropriate data structure.
1914 2013-06-27  Daniel Hackney  <dan@haxney.org>
1916         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1918         * automated/package-x-test.el: New file.
1920         * automated/package-test.el: New file.
1922         * automated/data/package: New directory, with test examples.
1924 2013-06-27  Glenn Morris  <rgm@gnu.org>
1926         * automated/python-tests.el (python-tests-with-temp-file):
1927         Clean up after ourself.
1929         * automated/undo-tests.el (undo-test3): Remove test that seems to
1930         do nothing that the previous one doesn't, except leave a tempfile.
1932 2013-06-26  Glenn Morris  <rgm@gnu.org>
1934         * automated/info-xref.el: New file.
1936 2013-06-25  Glenn Morris  <rgm@gnu.org>
1938         * automated/occur-tests.el (occur-test-create): New function.
1939         Use it to create separate tests for each element, so we run them
1940         all rather than stopping at the first error.
1942 2013-06-24  Glenn Morris  <rgm@gnu.org>
1944         * automated/occur-tests.el (occur-tests):
1945         Update for 2013-05-29 change to occur header line.
1947 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1949         Test suite for flymake.
1950         * automated/flymake-tests.el:
1951         * automated/flymake/warnpred/Makefile
1952         * automated/flymake/warnpred/test.c
1953         * automated/flymake/warnpred/test.pl: New files.
1955 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1957         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1959 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1961         * automated/reftex-tests.el: New test suite for reftex.
1963 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1965         * automated/ruby-mode-tests.el: New tests, for percent literals
1966         and expression expansion.
1968 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1970         * indent/octave.m: Tweak.
1972 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1974         * eshell.el: Rewrite tests using ERT.
1976 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1978         * indent/octave.m: Add tests for %!, # and ### comments.
1980 2013-05-23  Kenichi Handa  <handa@gnu.org>
1982         * automated/decoder-tests.el: New file.
1984 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1986         * indent/ruby.rb: Add multiline regexp example.
1988         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1989         (ruby-regexp-skips-over-interpolation)
1990         (ruby-regexp-continues-till-end-when-unclosed)
1991         (ruby-regexp-can-be-multiline)
1992         (ruby-interpolation-inside-percent-literal): New tests.
1994 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1996         * indent/ruby.rb: Fix indentation after =; add more cases.
1998 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2000         * indent/pascal.pas: Add test for mis-identified comments.
2002 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
2004         * automated/imenu-test.el: New file.  (Bug#14112)
2006 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2008         * automated/python-tests.el (python-imenu-prev-index-position-1):
2009         Remove test.
2010         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2011         New tests.
2013 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2015         * automated/python-tests.el (python-nav-backward-defun-2)
2016         (python-nav-backward-defun-3, python-nav-forward-defun-2)
2017         (python-nav-forward-defun-3): New tests.
2019 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2021         * automated/python-tests.el (python-nav-backward-defun-1)
2022         (python-nav-forward-defun-1): New tests.
2024 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
2026         * automated/add-log-tests.el: New file.  (Bug#14112)
2028 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
2030         * automated/python-tests.el (python-indent-block-enders): New test.
2031         (python-info-current-defun-2): Fix test.
2033 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2035         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
2037 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
2039         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2040         (python-tests-with-temp-file): New macro.
2041         (python-tests-shell-interpreter): New var.
2042         (python-shell-get-process-name-1)
2043         (python-shell-internal-get-process-name-1)
2044         (python-shell-parse-command-1)
2045         (python-shell-calculate-process-environment-1)
2046         (python-shell-calculate-process-environment-2)
2047         (python-shell-calculate-process-environment-3)
2048         (python-shell-calculate-exec-path-1)
2049         (python-shell-calculate-exec-path-2)
2050         (python-shell-make-comint-1)
2051         (python-shell-make-comint-2)
2052         (python-shell-get-process-1)
2053         (python-shell-get-or-create-process-1)
2054         (python-shell-internal-get-or-create-process-1): New tests.
2056 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2058         * automated/python-tests.el: New file.
2060 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2062         * automated/ruby-mode-tests.el
2063         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2064         bits inside the examples.
2065         (ruby-move-to-block-skips-heredoc): New test.
2066         (ruby-add-log-current-method-after-inner-class):
2067         Lower expectations: move point inside a method, initially.
2069 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2071         * automated/ruby-mode-tests.el
2072         (ruby-move-to-block-skips-percent-literal): New test.
2074 2013-02-04  Chong Yidong  <cyd@gnu.org>
2076         * automated/thingatpt.el: New file.
2078 2013-02-03  Chong Yidong  <cyd@gnu.org>
2080         * automated/files.el (file-test--do-local-variables-test):
2081         Avoid compilation warning message.
2083 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2085         * automated/ruby-mode-tests.el
2086         (ruby-indent-spread-args-in-parens): New test.
2087         * automated/ruby-mode-tests.el (ruby-block-test-example):
2088         Break indentation of the do block opener and add a line inside it.
2089         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2090         Adjust line numbers.
2092 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2094         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
2096 2013-01-14  Glenn Morris  <rgm@gnu.org>
2098         * automated/compile-tests.el (compile-tests--test-regexps-data):
2099         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2101 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2103         * automated/man-tests.el: New file.
2105 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2107         * automated/undo-tests.el (undo-test0): Adjust error to code change.
2109 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2111         * automated/undo-tests.el: New file.
2113 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2115         * automated/ruby-mode-tests.el
2116         (ruby-indent-after-block-in-continued-expression): New test.
2118 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2120         * automated/ruby-mode-tests.el:
2121         Rename one interpolation test; add three more.
2122         (ruby-with-temp-buffer): New macro, use it where appropriate.
2123         (ruby-add-log-current-method-examples): Use "_" for target point.
2124         Add four new tests for ruby-add-log-current-method.
2126 2012-12-11  Glenn Morris  <rgm@gnu.org>
2128         * automated/f90.el (f90-test-bug13138): New test.
2130 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2132         * automated/inotify-test.el: New test.
2134 2012-12-02  Chong Yidong  <cyd@gnu.org>
2136         * automated/ruby-mode-tests.el
2137         (ruby-add-log-current-method-examples): Don't use loop macro, to
2138         allow automated testing to work.
2140 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2142         * automated/advice-tests.el (advice-tests--data): Remove.
2143         (advice-tests): Move the tests directly here instead.
2144         Add called-interactively-p tests.
2146 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2148         * automated/ert-x-tests.el: Use cl-lib.
2149         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2151 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2153         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2154         (ruby-indent-inside-heredoc-after-operator)
2155         (ruby-indent-inside-heredoc-after-space): New tests.
2156         Change direct font-lock face references to var references.
2157         (ruby-interpolation-suppresses-syntax-inside): New test.
2158         (ruby-interpolation-inside-percent-literal-with-paren):
2159         New failing test.
2161 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2163         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2164         (ruby-singleton-class-no-heredoc-font-lock)
2165         (ruby-add-log-current-method-examples): New tests.
2166         (ruby-test-string): Extract from ruby-should-indent-buffer.
2167         (ruby-deftest-move-to-block): New macro.
2168         Add several move-to-block tests.
2170 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2172         * automated/advice-tests.el: New tests.
2174 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2176         * automated/compile-tests.el (compile-tests--test-regexps-data):
2177         Add new data for msft's new format.
2179 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2181         * automated/ruby-mode-tests.el:
2182         (ruby-toggle-block-to-multiline): New test.
2183         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2184         (ruby-toggle-block-to-brace): Use buffer-string.
2186 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2188         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2190 2012-08-28  Chong Yidong  <cyd@gnu.org>
2192         * automated/files.el: Test every combination of values for
2193         enable-local-variables and enable-local-eval.
2195 2012-08-19  Chong Yidong  <cyd@gnu.org>
2197         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2199 2012-08-18  Chong Yidong  <cyd@gnu.org>
2201         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2203 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2205         * indent/ruby.rb: Rearrange examples, add new ones.
2207 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2209         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2210         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2212 2012-08-11  Glenn Morris  <rgm@gnu.org>
2214         * automated/files.el: New file.
2216         * automated/Makefile.in (all): Fix typo.
2218 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2220         * automated/ruby-mode-tests.el (ruby-should-indent):
2221         Add docstring, check (current-indentation) instead of (current-column).
2222         (ruby-should-indent-buffer): New function.
2223         Add tests for `ruby-deep-indent-paren' behavior.
2224         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2226 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2228         Original tests in test_ruby_mode.rb in upstream (author).
2230 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2232         * automated/ruby-mode-tests.el (ruby-should-indent)
2233         (ruby-assert-state): New functions.
2234         Add new tests.
2236 2012-07-29  David Engster  <deng@randomsample.de>
2238         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2239         New variable to hold test data for name expansion.
2240         (xml-parse-tests): Test the two different types of name expansion.
2242 2012-07-29  Juri Linkov  <juri@jurta.org>
2244         * automated/occur-tests.el (occur-test-case): Use predefined
2245         buffer name " *test-occur*" instead of a random buffer name.
2247 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2249         * automated/ruby-mode-tests.el: New file with one test.
2251 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2253         * indent/shell.sh: Add test case for ${#VAR}.
2255         * indent/latex-mode.tex: New file.
2257 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2259         * eshell.el: Use cl-lib.
2261 2012-07-03  Chong Yidong  <cyd@gnu.org>
2263         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2265 2012-07-02  Chong Yidong  <cyd@gnu.org>
2267         * automated/xml-parse-tests.el (xml-parse-tests--data):
2268         More testcases.
2270 2012-07-01  Chong Yidong  <cyd@gnu.org>
2272         * automated/xml-parse-tests.el: New file.
2274 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2277         Use cl-flet.
2279 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2281         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2282         Test escaped commas in TZID (Bug#11473).
2283         (icalendar-import-with-timezone): New.
2284         (icalendar-real-world): Add new testcase as given in the bugreport
2285         of Bug#11473.
2287 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2289         * automated/icalendar-tests.el (icalendar-tests--test-import):
2290         Include UID in import tests (Bug#11525).
2291         (icalendar-import-non-recurring, icalendar-import-rrule)
2292         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2293         UID-import change.
2294         (icalendar-import-with-uid): New.
2295         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2296         Include UID in cycle tests.
2297         (icalendar-cycle, icalendar-real-world): UID-import change.
2299 2012-05-21  Glenn Morris  <rgm@gnu.org>
2301         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2303 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2305         * automated/url-util-tests.el: New file to test
2306         lisp/url/url-util.el.  Only `url-build-query-string' and
2307         `url-parse-query-string' are tested right now (Bug#8706).
2309 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2311         * indent/shell.sh:
2312         * indent/shell.rc: Ad some test cases.
2314 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2316         * indent/ruby.rb: New file, to test new syntax-propertize code.
2318 2012-04-11  Glenn Morris  <rgm@gnu.org>
2320         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2322 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2324         * automated/url-future-tests.el (url-future-tests): Move from
2325         lisp/url/url-future.el and rename.
2327 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2329         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2330         Fix broken test, caused by missing trailing blank.
2332 2011-12-03  Chong Yidong  <cyd@gnu.org>
2334         * automated/compile-tests.el (compile-tests--test-regexps-data):
2335         Increase column numbers by one to reflect change in how
2336         compilation-message is recorded (Bug#10172).
2338 2011-11-22  Glenn Morris  <rgm@gnu.org>
2340         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2342 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2344         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2346 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2348         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2349         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2350         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2352 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2354         * automated/newsticker-tests.el
2355         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2356         newsticker--treeview-tree-update.
2358 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2360         * automated/newsticker-tests.el
2361         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2363         * automated/newsticker-tests.el
2364         (newsticker--group-manage-orphan-feeds): Prevent updating
2365         newsticker treeview.  Fixed bug#9763.
2367 2011-10-20  Glenn Morris  <rgm@gnu.org>
2369         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2371         * automated/vc-bzr.el: New file.
2373 2011-10-15  Glenn Morris  <rgm@gnu.org>
2375         * automated/f90.el: New file.
2377 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2379         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2380         to automated/newsticker-tests.el.  Convert to ERT.
2382 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2384         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2385         Remove, simply use string=.
2386         (icalendar--diarytime-to-isotime)
2387         (icalendar--datetime-to-diary-date)
2388         (icalendar--datestring-to-isodate)
2389         (icalendar--format-ical-event)
2390         (icalendar--parse-summary-and-rest)
2391         (icalendar-tests--do-test-import)
2392         (icalendar-tests--do-test-cycle): Change argument order of
2393         string= to EXPECTED ACTUAL.
2394         (icalendar--import-format-sample)
2395         (icalendar--format-ical-event)
2396         (icalendar-import-non-recurring)
2397         (icalendar-import-rrule)
2398         (icalendar-import-duration)
2399         (icalendar-import-bug-6766)
2400         (icalendar-real-world): Adjust to string= instead of
2401         icalendar-tests--compare-strings.
2402         (icalendar-import-multiple-vcalendars): New.
2404 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2406         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2407         Require CL.
2409 2011-05-09  Juri Linkov  <juri@jurta.org>
2411         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2412         Convert to ERT.
2414 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2416         * automated/compile-tests.el: New file.
2418 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2420         * automated/font-parse-tests.el: Don't byte-compile.
2422         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2424 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2426         * automated/lexbind-tests.el: New file.
2428 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2430         * Version 23.3 released.
2432 2011-03-05  Glenn Morris  <rgm@gnu.org>
2434         * eshell.el: Move here from lisp/eshell/esh-test.el.
2436 2011-03-03  Christian Ohler  <ohler@gnu.org>
2438         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2439         New test.
2441 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2443         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2444         convert to ERT format.
2446 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2448         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2449         convert to ERT format.
2451 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2453         * indent/shell.sh:
2454         * indent/shell.rc: New files.
2456 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2458         * automated/font-parse-tests.el: Move from
2459         font-parse-testsuite.el.
2461 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2463         * font-parse-testsuite.el (test-font-parse-data): New file.
2465 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2467         * indent/prolog.prolog: Add tokenizing tests.
2469 2011-01-13  Christian Ohler  <ohler@gnu.org>
2471         * automated: New directory for automated tests.
2473         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2475         * automated/Makefile.in: New file.
2477 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2479         * indent/modula2.mod: New file.
2481 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2483         * indent/octave.m: Add a test to ensure indentation is local.
2485 2010-10-23  Glenn Morris  <rgm@gnu.org>
2487         * comint-testsuite.el
2488         (comint-testsuite--test-comint-password-prompt-regexp):
2489         Add "Please enter the password".  (Bug#7224)
2491 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2493         * indent/prolog.prolog: Use normal spacing around !.
2495 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2497         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2499 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2501         * indent/octave.m: Remove some `fixindent' not needed any more.
2503 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2505         * indent/octave.m: New file.
2507 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2509         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2510         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2511         (icalendar-testsuite--run-internal-tests): New.
2512         (icalendar-testsuite--test-convert-ordinary-to-ical)
2513         (icalendar-testsuite--test-convert-block-to-ical)
2514         (icalendar-testsuite--test-convert-anniversary-to-ical)
2515         (icalendar-testsuite--test-parse-vtimezone)
2516         (icalendar-testsuite--do-test-export): Code formatting.
2517         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2518         (icalendar-testsuite--do-test-import)
2519         (icalendar-testsuite--do-test-cycle):
2520         Use icalendar-testsuite--compare-strings
2521         (icalendar-testsuite--run-import-tests): Comment added.
2522         (icalendar-testsuite--run-import-tests)
2523         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2525 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2527         * redisplay-testsuite.el (test-redisplay-3): New test.
2529 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2531         * comint-testsuite.el: New file.
2533 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2535         * indent: New dir.
2537 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2539         * Version 23.2 released.
2541 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2543         * cedet/semantic-ia-utest.el
2544         (semantic-symref-test-count-hits-in-tag): Add function, from
2545         semantic-test.el.
2547         * cedet/tests/test.cpp:
2548         * cedet/tests/test.py:
2549         * cedet/tests/teststruct.cpp:
2550         * cedet/tests/testtemplates.cpp:
2551         * cedet/tests/testusing.cpp:
2552         * cedet/tests/scopetest.cpp:
2553         * cedet/tests/scopetest.java: Files deleted.
2555         * cedet/tests/test.make:
2556         * cedet/tests/test.c:
2557         * cedet/tests/testjavacomp.java:
2558         * cedet/tests/testspp.c:
2559         * cedet/tests/testsppreplace.c:
2560         * cedet/tests/testsppreplaced.c:
2561         * cedet/tests/testsubclass.cpp:
2562         * cedet/tests/testsubclass.hh:
2563         * cedet/tests/testtypedefs.cpp:
2564         * cedet/tests/testvarnames.c:
2565         * cedet/tests/test.el:
2566         * cedet/tests/testdoublens.cpp:
2567         * cedet/tests/testdoublens.hpp: Add copyright header.
2569         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2570         Remove reference to deleted files.
2572 2010-03-30  Juri Linkov  <juri@jurta.org>
2574         * occur-testsuite.el (occur-tests): Add tests for context lines.
2576 2010-03-23  Juri Linkov  <juri@jurta.org>
2578         * occur-testsuite.el: New file.
2580 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2582         * Branch for 23.2.
2584 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2586         * icalendar-testsuite.el
2587         (icalendar-testsuite--run-function-tests): Add new tests.
2588         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2589         testcase.
2590         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2591         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2592         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2593         (icalendar-testsuite--test-convert-block-to-ical): New.
2594         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2595         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2597 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2599         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2600         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2601         Fix typos in docstrings and error messages.
2602         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2604 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2606         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2607         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2608         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2610 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2612         * icalendar-testsuite.el
2613         (icalendar-testsuite--run-function-tests):
2614         Add icalendar-testsuite--test-parse-vtimezone.
2615         (icalendar-testsuite--test-parse-vtimezone): New.
2616         (icalendar-testsuite--do-test-cycle): Doc changes.
2617         (icalendar-testsuite--run-real-world-tests): Remove trailing
2618         whitespace -- see change of icalendar--add-diary-entry in
2619         icalendar.el.
2620         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2622 2009-09-30  Glenn Morris  <rgm@gnu.org>
2624         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2626 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2628         * cedet/*: New unit tests, from CEDET repository.
2630 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2632         * redisplay-testsuite.el: New file.
2634 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2636         * Branch for 23.1.
2638 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2640         * icalendar-testsuite.el
2641         (icalendar-testsuite--run-function-tests):
2642         Add icalendar-testsuite--test-diarytime-to-isotime.
2643         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2644         recent icalendar fixes.
2645         (icalendar-testsuite--test-diarytime-to-isotime): New.
2646         (icalendar-testsuite--test-create-uid): Adjust to recent
2647         icalendar changes.
2649 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2651         * bytecomp-testsuite.el: New file.
2653 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2655         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2656         Add `icalendar-testsuite--test-create-uid'.
2657         (icalendar-testsuite--test-create-uid): New.
2659 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2661         * newsticker-testsuite.el: New file.
2663 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2665         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2666         Add icalendar-testsuite--test-datestring-to-isodate,
2667         icalendar-testsuite--test-datetime-to-diary-date, and
2668         icalendar-testsuite--test-calendar-style.
2669         (icalendar-testsuite--test-format-ical-event)
2670         (icalendar-testsuite--test-parse-summary-and-rest):
2671         Doc fix.  Remove european-calendar-style.
2672         (icalendar-testsuite--get-ical-event): Doc fix.
2673         (icalendar-testsuite--test-first-weekday-of-year)
2674         (icalendar-testsuite--run-cycle-tests): Add doc string.
2675         (icalendar-testsuite--test-datestring-to-isodate)
2676         (icalendar-testsuite--test-datetime-to-diary-date)
2677         (icalendar-testsuite--test-calendar-style): New functions.
2678         (icalendar-testsuite--test-export): Handle iso date style.
2679         New arg INPUT-ISO.  Use calendar-date-style.
2680         (icalendar-testsuite--test-import): Handle iso date style.
2681         New arg EXPECTED-ISO.  Use calendar-date-style.
2682         (icalendar-testsuite--test-cycle): Handle iso date style.
2683         (icalendar-testsuite--run-import-tests)
2684         (icalendar-testsuite--run-export-tests)
2685         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2687 2008-02-29  Glenn Morris  <rgm@gnu.org>
2689         * README: New file.
2691 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2693         * icalendar-testsuite.el: New file.
2695 ;; Local Variables:
2696 ;; coding: utf-8
2697 ;; End:
2699   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2701   This file is part of GNU Emacs.
2703   GNU Emacs is free software: you can redistribute it and/or modify
2704   it under the terms of the GNU General Public License as published by
2705   the Free Software Foundation, either version 3 of the License, or
2706   (at your option) any later version.
2708   GNU Emacs is distributed in the hope that it will be useful,
2709   but WITHOUT ANY WARRANTY; without even the implied warranty of
2710   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2711   GNU General Public License for more details.
2713   You should have received a copy of the GNU General Public License
2714   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.