Use bool, not int, to track face changes
[emacs.git] / test / ChangeLog
blob66535ac42a39208d304b589c778f4f5204cfe4eb
1 2015-01-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3         * automated/python-tests.el (python-indent-pep8-1)
4         (python-indent-pep8-2, python-indent-pep8-3)
5         (python-indent-after-comment-1, python-indent-after-comment-2)
6         (python-indent-inside-paren-1, python-indent-inside-paren-2)
7         (python-indent-after-block-1, python-indent-after-block-2)
8         (python-indent-after-backslash-1, python-indent-after-backslash-2)
9         (python-indent-after-backslash-3, python-indent-block-enders-1)
10         (python-indent-block-enders-2, python-indent-block-enders-3)
11         (python-indent-block-enders-4, python-indent-block-enders-5)
12         (python-indent-dedenters-1, python-indent-dedenters-2)
13         (python-indent-dedenters-3, python-indent-dedenters-4)
14         (python-indent-dedenters-5, python-indent-dedenters-6)
15         (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
16         (python-indent-base-case, python-indent-after-block-3)
17         (python-indent-after-backslash-5, python-indent-inside-paren-3)
18         (python-indent-inside-paren-4, python-indent-inside-paren-5)
19         (python-indent-inside-paren-6, python-indent-inside-string-1)
20         (python-indent-inside-string-2, python-indent-inside-string-3)
21         (python-indent-dedent-line-backspace-1): New Tests.
23 2015-01-24  Glenn Morris  <rgm@gnu.org>
25         * automated/regexp-tests.el: Require regexp-opt, which is
26         not preloaded --without-x.
28 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * automated/cl-generic-tests.el: Try and make sure cl-lib is not
31         required at run-time.
33 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
35         * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
36         New test.
38 2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
40         * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
41         This is more portable in shell scripts.
42         Fixes: bug#19658
44 2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
46         Fix package tests when TMPDIR is in HOME.  (Bug#19657)
47         * automated/package-test.el (with-package-test):
48         Bind `abbreviated-home-dir' to nil.
49         (package-test-describe-package, package-test-signed):
50         Expect abbreviated directory names.
52 2015-01-22  Jorgen Schaefer  <contact@jorgenschaefer.de>
54         * automated/package-test.el (package-test-install-prioritized):
55         Re-add the test case and add priority to the correct repository
56         this time around.
58 2015-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
60         * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
61         the setf can be used already in the body of the method.
63 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
65         * automated/descr-text-test.el: New file with tests for
66         `describe-char-eldoc--truncate', `describe-char-eldoc--format',
67         and `describe-char-eldoc'.
69 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
71         * automated/tildify-tests.el (tildify-space-undo-test--test):
72         A new helper function for testing `tildify-double-space-undos'
73         behaviour in the `tildify-space' function.
74         (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
75         (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
76         New tests for `tildify-doule-space-undos' behaviour.
78         * automated/tildify-tests.el (tildify-space-test--test):
79         A new helper function for testing `tildify-space' function.
80         (tildify-space-test-html, tildify-space-test-html-nbsp)
81         (tildify-space-test-xml, tildify-space-test-tex): New tests for
82         `tildify-space' function.
84 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * automated/Makefile.in (EMACS_EXTRAOPT): New var.
87         (EMACSOPT): Use it.
89         * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
90         Rename other tests to preserve ordering.
92 2015-01-18  Leo Liu  <sdl.web@gmail.com>
94         * automated/seq-tests.el (test-seq-subseq): Add more tests.
95         (Bug#19434)
97 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
100         Test `subclass' specializer.
102 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * automated/eieio-tests.el
105         (eieio-test-37-obsolete-name-in-constructor): New test.
107 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * automated/eieio-tests.el (eieio-test-25-slot-tests)
110         (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
111         (eieio-test-30-slot-attribute-override)
112         (eieio-test-31-slot-attribute-override-class-allocation): Don't check
113         that we enforce :protection since we don't any more.
115         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
116         Use an explicit arg instead of eieio--scoped-class.  Update all callers.
118 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
121         Reset eieio-test--1.
123         * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
124         Rename from cl-generic-test-7-after/before.
125         (cl--generic-test-advice): New function.
126         (cl-generic-test-9-advice): New test.
128 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
130         * automated/package-test.el (package-test-install-prioritized):
131         New test.
133 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
135         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
136         New functions.
137         (test-calc-remove-units, test-calc-extract-units)
138         (test-calc-convert-units): New tests.
140 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
142         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
144 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
146         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
147         keysym arg instead of relying on internal var eieio--generic-call-key.
148         Update all callers.
149         (eieio-test-cl-generic-1): New tests.
151 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * automated/cl-generic-tests.el: New file.
155 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
157         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
158         <foo>-child-p.
160         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
161         Update reference to eieio--generic-call-key.
163 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
166         Don't use <class>-list types and <class>-list-p predicates.
168         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
169         Don't use <class>-list type.
171         * automated/eieio-test-methodinvoke.el
172         (eieio-test-method-order-list-4):
173         Don't use <class> as a variable.
175 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * automated/eieio-tests.el (eieio-test-04-static-method)
178         (eieio-test-05-static-method-2): Use oref-default to access
179         class slots.
180         (eieio-test-23-inheritance-check): Don't assume that
181         eieio-class-parents returns class names, or that a class can only have
182         a single name.
184         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
185         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
186         Change arg to be a class object.  Update all callers.
188 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
190         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
191         Adjust to new semantics of eieio--scoped-class.
192         (eieio-test-match): Improve error feedback.
194 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
196         * automated/eieio-tests.el: Remove dummy object names.
198         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
199         The type FOO-child is the same as FOO.
201 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
204         Remove use of eieio-generic-call-methodname.
205         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
206         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
207         Adjust the expected result accordingly.
209 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
211         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
212         New defun.
213         (tramp-test30-special-characters): Use it.  (Bug#19463)
214         (tramp--test-check-files): Filter nil file names out.
216 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
218         Sync with Tramp 2.2.11.
220         * automated/tramp-tests.el (tramp-test30-special-characters):
221         Skip test on MS-Windows.
223 2014-12-27  Glenn Morris  <rgm@gnu.org>
225         * automated/let-alist.el: Load dependency.
227 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
229         * automated/python-tests.el
230         (python-shell-completion-native-interpreter-disabled-p-1): New test.
232 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
234         * automated/python-tests.el (python-shell-get-or-create-process-1)
235         (python-shell-get-or-create-process-2)
236         (python-shell-get-or-create-process-3): Remove tests.
238 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
240         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
242 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
244         * automated/python-tests.el (python-shell-buffer-substring-1)
245         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
246         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
247         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
248         (python-shell-buffer-substring-8)
249         (python-info-encoding-from-cookie-1)
250         (python-info-encoding-from-cookie-2)
251         (python-info-encoding-from-cookie-3)
252         (python-info-encoding-from-cookie-4)
253         (python-info-encoding-from-cookie-5)
254         (python-info-encoding-from-cookie-6)
255         (python-info-encoding-from-cookie-7, python-info-encoding-1)
256         (python-info-encoding-2): New tests.
258 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
260         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
261         expect a given order of "." and "..".
263 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
265         * automated/python-tests.el (python-indent-electric-colon-2)
266         (python-indent-electric-colon-3): New tests.
268 2014-12-27  João Távora  <joaotavora@gmail.com>
270         * automated/electric-tests.el (autowrapping-7): Tests for
271         tex-mode.
273 2014-12-27  Glenn Morris  <rgm@gnu.org>
275         * automated/flymake/warnpred/test.pl: Tweak format, since the
276         previous one seems to have stopped giving a warning with perl 5.20.1.
278 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
280         * automated/python-tests.el (python-shell-get-process-name-1)
281         (python-shell-internal-get-process-name-1): Cleanup.
282         (python-shell-get-process-name-2)
283         (python-shell-internal-get-process-name-2): New tests.
284         (python-shell-calculate-command-1)
285         (python-shell-calculate-process-environment-3)
286         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
287         (python-shell-make-comint-2, python-shell-make-comint-4)
288         (python-shell-get-process-1, python-util-clone-local-variables-1):
289         Replace obsolete function and variable references with current.
291 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
293         * automated/let-alist.el: require `cl-lib'
294         New tests for accessing alists inside alists.
296 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
298         * automated/let-alist.el: New file.
300 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
302         * automated/seq-tests.el: New file.
304 2014-12-16  Glenn Morris  <rgm@gnu.org>
306         * automated/data/flymake/Makefile (check-syntax):
307         Prevent colorized gcc output from confusing flymake.
309         * automated/flymake-tests.el (flymake-tests-data-directory):
310         Change from flymake/warnpred to more standard data/flymake.
311         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
313 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
315         * automated/vc-tests.el (vc-test--revision-granularity-function):
316         New defun.
317         (vc-test--create-repo-function): Rename from
318         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
319         (vc-test--create-repo): Check also for revision-granularity.
320         (vc-test--unregister-function): Additional argument FILE.
321         Adapt all callees.
322         (vc-test--working-revision): New defun.
323         (vc-test-*-working-revision): New tests.
325 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
327         * automated/vc-tests.el (vc-test--register): Check, that the file
328         still exists after register and unregister operations.
330 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
332         * automated/vc-tests.el: New file.
334 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
336         * automated/tramp-tests.el (tramp-test29-vc-registered):
337         Fallback for changed `vc-register' argument list.
339 2014-12-03  Glenn Morris  <rgm@gnu.org>
341         * automated/tramp-tests.el (tramp-test29-vc-registered):
342         Update for recent incompatible change in vc-register.
344 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
346         * automated/python-tests.el
347         (python-shell-calculate-process-environment-4)
348         (python-shell-calculate-process-environment-5): New tests.
349         (python-shell-make-comint-3): Use file-equal-p.
350         (python-shell-get-or-create-process-1)
351         (python-shell-get-or-create-process-2)
352         (python-shell-get-or-create-process-3): Fix interpreter for
353         Windows (Bug#18595).
355 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
357         * automated/libxml-tests.el
358         (libxml-tests--data-comments-preserved): Rename from
359         'libxml-tests--data'.
360         (libxml-tests--data-comments-discarded): New.
361         (libxml-tests): Check whether 'libxml-parse-xml-region' is
362         discarding comments correctly.
364 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
366         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
367         HTML and XML now use no-break space as hard space.  Update tests.
368         (tildify-test-foreach-ignore-environments)
369         (tildify-test-foreach-ignore-environments-early-return,
370         (tildify-test-foreach-region)
371         (tildify-test-foreach-region-early-return)
372         (tildify-test-foreach-region-limit-region): New tests of
373         `tildify-foreach-ignore-environments' and
374         `tildify--foreach-region' functions.
375         (with-test-foreach): New helper macro for the above tests.
377 2014-11-17  Glenn Morris  <rgm@gnu.org>
379         * automated/occur-tests.el (occur-test-case, occur-test-create):
380         In case of failure, show the actual string, rather than just nil.
381         (occur-tests): Update for apparent change in output re control-chars.
383 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
385         * automated/icalendar-tests.el (icalendar-tests--test-export):
386         New optional parameter `alarms'.
387         (icalendar-export-alarms): New test for exporting icalendar
388         alarms.
389         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
391 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
393         * automated/icalendar-tests.el (icalendar-tests--test-import):
394         Mention timezone in doc string.  Clean up.
395         (icalendar-real-world): Add another test case for no-dst
396         timezones.
398 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
400         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
401         Add testcase where offsets of standard time and daylight saving time
402         are equal.
403         (icalendar-real-world): Fix error in test case.  Expected result
404         was wrong when offsets of standard time and daylight saving time
405         were equal.
407 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
409         * automated/python-tests.el
410         (python-shell-calculate-process-environment-2): Fix test.
411         (python-shell-calculate-process-environment-1)
412         (python-shell-calculate-process-environment-3): Cleanup.
414 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
416         * automated/python-tests.el (python-indent-dedenters-8): New test
417         for Bug#18432.
419 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
421         * automated/python-tests.el (python-indent-region-1)
422         (python-indent-region-2, python-indent-region-3)
423         (python-indent-region-4, python-indent-region-5): New tests.
425 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
427         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
428         * automated/cl-lib-tests.el: Rename from cl-lib.el.
430 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
432         * automated/libxml-tests.el: New file.
434 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
436         * automated/process-tests.el (process-test-quoted-batfile):
437         New test.
439 2014-10-20  Glenn Morris  <rgm@gnu.org>
441         * Merge in all changes up to 24.4 release.
443 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * indent/scss-mode.scss: New file.
446         * indent/css-mode.css: Add a few uneventful examples.
448 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
450         * BidiCharacterTest.txt: New file, from Unicode.
452         * biditest.el: New file.
454 2014-10-08  Leo Liu  <sdl.web@gmail.com>
456         * automated/print-tests.el: New file.
457         (terpri): Tests for terpri.  (Bug#18652)
459 2014-10-06  Glenn Morris  <rgm@gnu.org>
461         * automated/icalendar-tests.el (icalendar--calendar-style):
462         Remove test, no longer relevant.
464 2014-10-04  Glenn Morris  <rgm@gnu.org>
466         * automated/package-x-test.el: Remove file...
467         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
469 2014-10-02  Glenn Morris  <rgm@gnu.org>
471         * automated/package-test.el (with-package-test, package-test-signed):
472         Also set HOME to a temp value, in case the real one is absent (e.g.
473         hydra) or read-only.  (Bug#18575)
474         (package-test-signed): Use skip-unless rather than expected-result.
476 2014-09-26  Leo Liu  <sdl.web@gmail.com>
478         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
479         New tests.  (Bug#18557)
481 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
483         * automated/newsticker-tests.el
484         (newsticker--group-find-parent-group),
485         (newsticker--group-do-rename-group): New tests.
487 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
489         * automated/fns-tests.el (fns-tests-collate-sort):
490         Bind w32-collate-ignore-punctuation to t when sorting according to
491         UTS#10 rules.
493 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
495         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
496         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
498 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
500         * automated/fns-tests.el (fns-tests-compare-strings): In case
501         `compare-strings' shall return t, check for this.
502         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
504 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
506         * automated/python-tests.el (python-indent-electric-colon-1):
507         New test.  (Bug#18228)
509 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
511         * automated/fns-tests.el (fns-tests-sort): New test.
513 2014-08-28  Glenn Morris  <rgm@gnu.org>
515         * automated/python-tests.el (python-shell-calculate-exec-path-2):
516         Update test for today's python.el changes.
518 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
520         * automated/compile-tests.el (compile--test-error-line): Grok FILE
521         being nil.  Allows for Guile tests to pass.
522         (compile-tests--test-regexps-data): Add Guile tests.
524 2014-08-11  Glenn Morris  <rgm@gnu.org>
526         * automated/data/files-bug18141.el.gz: New file.
527         * automated/files.el (files-test-bug-18141-file):
528         New variable and test.  (Bug#18141)
530 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
532         Enumerate evaluated sexp diary entries (Bug#7911).
533         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
534         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
535         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
536         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
537         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
538         New tests.
540 2014-08-07  Glenn Morris  <rgm@gnu.org>
542         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
544 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
546         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
547         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
549 2014-08-03  Glenn Morris  <rgm@gnu.org>
551         * automated/Makefile.in (check-tar): New rule.
553 2014-08-02  Glenn Morris  <rgm@gnu.org>
555         * automated/fns-tests.el (fns-tests-compare-strings):
556         Update test.  (Bug#17903)
558         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
559         Use more precise TZ specification, as per 2013-08-04.
561 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
563         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
564         New test.
566 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
568         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
570 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
572         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
573         Work around the failures in icalendar-tests which occasionally occur on
574         hydra.nixos.org.
576 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
578         * automated/python-tests.el:
579         (python-util-clone-local-variables-1): Fix test.
581         * automated/python-tests.el (python-shell-make-comint-1):
582         (python-shell-make-comint-2): Fix indentation.
583         (python-shell-make-comint-3)
584         (python-shell-make-comint-4): New tests.
585         (python-shell-get-or-create-process-1): Fix test.
586         (python-shell-get-or-create-process-2)
587         (python-shell-get-or-create-process-3): New tests.
588         (python-shell-internal-get-or-create-process-1): Fix test.
589         (python-shell-prompt-detect-1): New test.
590         (python-shell-prompt-detect-2): New test.  (Bug#17370)
591         (python-shell-prompt-detect-3)
592         (python-shell-prompt-detect-4)
593         (python-shell-prompt-detect-5)
594         (python-shell-prompt-detect-6)
595         (python-shell-prompt-validate-regexps-1)
596         (python-shell-prompt-validate-regexps-2)
597         (python-shell-prompt-validate-regexps-3)
598         (python-shell-prompt-validate-regexps-4)
599         (python-shell-prompt-validate-regexps-5)
600         (python-shell-prompt-validate-regexps-6)
601         (python-shell-prompt-validate-regexps-7)
602         (python-shell-prompt-set-calculated-regexps-1)
603         (python-shell-prompt-set-calculated-regexps-2)
604         (python-shell-prompt-set-calculated-regexps-3)
605         (python-shell-prompt-set-calculated-regexps-4)
606         (python-shell-prompt-set-calculated-regexps-5)
607         (python-shell-prompt-set-calculated-regexps-6)
608         (python-util-valid-regexp-p-1): New tests.
610 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
612         * automated/advice-tests.el (advice-test-call-interactively): Make sure
613         the function's definition is fully restored at the end.
615 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
617         * automated/python-tests.el (python-indent-block-enders-1)
618         (python-indent-block-enders-2): Fix tests.
619         (python-indent-block-enders-3, python-indent-block-enders-4)
620         (python-indent-block-enders-5, python-indent-dedenters-1)
621         (python-indent-dedenters-2): Remove tests.
622         (python-indent-dedenters-1, python-indent-dedenters-2)
623         (python-indent-dedenters-3, python-indent-dedenters-4)
624         (python-indent-dedenters-5, python-indent-dedenters-6)
625         (python-indent-dedenters-7)
626         (python-info-dedenter-opening-block-position-1)
627         (python-info-dedenter-opening-block-position-2)
628         (python-info-dedenter-opening-block-position-3)
629         (python-info-dedenter-opening-block-positions-1)
630         (python-info-dedenter-opening-block-positions-2)
631         (python-info-dedenter-opening-block-positions-3)
632         (python-info-dedenter-opening-block-positions-4)
633         (python-info-dedenter-opening-block-positions-5)
634         (python-info-dedenter-opening-block-message-1)
635         (python-info-dedenter-opening-block-message-2)
636         (python-info-dedenter-opening-block-message-3)
637         (python-info-dedenter-opening-block-message-4)
638         (python-info-dedenter-opening-block-message-5)
639         (python-info-dedenter-statement-p-1)
640         (python-info-dedenter-statement-p-2)
641         (python-info-dedenter-statement-p-3)
642         (python-info-dedenter-statement-p-4)
643         (python-info-dedenter-statement-p-5): New tests.
645 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
647         * indent/perl.perl: Add indentation pattern for hash-table entries.
649 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
651         * automated/dbus-tests.el (dbus-test02-register-service-session)
652         (dbus-test02-register-service-system): Fix docstring.
653         (dbus-test02-register-service-own-bus)
654         (dbus-test03-peer-interface): New tests.
656 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
658         * automated/python-tests.el (python-tests-self-insert): New function.
659         (python-triple-quote-pairing): Use it.
660         (python-parens-electric-indent-1): New test. (Bug#17658)
662 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
664         * automated/subr-x-tests.el: New file.
666 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
668         * automated/tramp-tests.el (tramp--instrument-test-case):
669         Print debug buffer in any case.
671 2014-06-28  Leo Liu  <sdl.web@gmail.com>
673         * automated/calc-tests.el: New file and add tests for math-bignum.
674         (Bug#17556)
676 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
678         * automated/dbus-tests.el (dbus--test-register-service)
679         (dbus-test02-register-service-session): Replace `dbus-ping' calls
680         by `dbus-list-known-names'.  (Bug#17858)
682 2014-06-28  Glenn Morris  <rgm@gnu.org>
684         * automated/Makefile.in (GDB): New variable.
685         (emacs): Use $GDB.  (Bug#15991)
687         * automated/Makefile.in (WRITE_LOG): New variable.
688         (%.log): Use WRITE_LOG.
689         (test_template): Disable logging.
691         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
692         (test_template): New definition.  Apply to TESTS.
694 2014-06-27  Glenn Morris  <rgm@gnu.org>
696         * automated/Makefile.in (check-maybe): Rename from check.
697         (check): Re-run all the tests, every time.
698         (clean, mostlyclean): Also delete *.log~.
700 2014-06-26  Glenn Morris  <rgm@gnu.org>
702         * automated/package-x-test.el: Do not mess with load-path.
704         * automated/Makefile.in (%.log): If error, dump log to stdout.
706 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * automated/package-test.el (package-test-update-listing)
709         (package-test-update-archives, package-test-describe-package):
710         Adjust tests according to new package-list-unsigned.
712 2014-06-26  Glenn Morris  <rgm@gnu.org>
714         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
716         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
718         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
719         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
720         (setwins, compile-targets, compile-main, compile-clean): Remove.
721         (GREP_OPTIONS): Unexport.
722         (.el.elc): Replace with pattern rule.
723         (%.elc, %.log): New pattern rules.
724         (ELFILES, LOGFILES): New variables.
725         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
726         (clean, mostlyclean): New rules.
727         (bootstrap-clean): Simplify.
728         (bootstrap-clean, distclean): Depend on clean.
730 2014-06-25  Glenn Morris  <rgm@gnu.org>
732         * automated/flymake-tests.el (flymake-tests--current-face):
733         Sleep for longer.  Avoid querying.
735 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
737         * automated/fns-tests.el (fns-tests-compare-string): New test.
739 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
741         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
742         according to Bug#17815.
744 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
746         * automated/python-tests.el (python-util-strip-string-1): New test.
748 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
750         Sync with Tramp 2.2.10.
752         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
753         (tramp--instrument-test-case): Extend docstring.
754         (tramp-test15-copy-directory): Skip for tramp-smb.el.
755         (tramp-test21-file-links): Use `file-truename' for directories.
756         (tramp-test27-start-file-process, tramp-test28-shell-command):
757         Retrieve process output more robustly.
758         (tramp--test-check-files): Extend test.
759         (tramp-test30-special-characters): Skip for tramp-adb.el,
760         tramp-gvfs.el and tramp-smb.el.  Add further file names.
762 2014-06-13  Glenn Morris  <rgm@gnu.org>
764         * automated/Makefile.in (compile-main):
765         GNU make automatically passes command-line arguments to sub-makes.
767 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
769         * automated/tildify-tests.el (tildify-test--test): Optimize the test
770         slightly by reusing the same temporary buffer across multiple test
771         cases.
773         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
774         (tildify-test-find-env-group-index-bug): Update to support new
775         signature of the `tildify-foreach-region-outside-env' function.
776         Namely, it now takes pairs as an argument instead of looking it up in
777         `tildify-ignored-environments-alist'.
779         * automated/tildify-tests.el (tildify-test--example-html): Add support
780         for generating XML code, so that…
781         (tildify-test-xml) …test can be added to check handling of XML
782         documents.
784         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
785         New test checking end-regex building when multiple environment pairs
786         use integers to refer to capture groups.
788         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
789         test checking end-regex building in `tildify-find-env' function when
790         integers (denoting capture groups) and strings are mixed together.
792 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
794         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
795         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
797 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
799         * automated/tramp-tests.el (tramp-test29-vc-registered):
800         Instrument failed test case.
802 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
804         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
805         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
807 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
809         * automated/tildify-tests.el: New file.
811 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
813         * indent/ruby.rb: Add one more test.
815         * indent/ps-mode.ps: New file.
817         * indent/octave.m: Add a few more tests.
819         * automated/core-elisp-tests.el
820         (core-elisp-test-window-configurations): New test.
822 2014-05-26  Glenn Morris  <rgm@gnu.org>
824         * automated/package-test.el (package-test-install-single):
825         Update for changed output.
827 2014-05-22  Glenn Morris  <rgm@gnu.org>
829         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
830         Fix handling of temporary elc files.
832         * automated/fns-tests.el (fns-tests-nreverse):
833         Update for changed string behavior.
835 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
837         * automated/fns-tests.el: New file.
838         * automated/fns-tests.el (fns-tests-nreverse)
839         (fns-tests-nreverse-bool-vector): New tests.
841 2014-05-08  Glenn Morris  <rgm@gnu.org>
843         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
844         (vc-bzr-test-faulty-bzr-autoloads):
845         Give bzr a temporary home-directory, in case the real one is missing.
847 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
849         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
850         New test.
852 2014-05-08  Glenn Morris  <rgm@gnu.org>
854         * automated/help-fns.el: New file.
856 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
858         * automated/undo-tests.el (undo-test-region-deletion): New test to
859         demonstrate bug#17235.
860         (undo-test-region-example): New test to verify example given in
861         comments for undo-make-selective-list.
863 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
865         * automated/tramp-tests.el (top):
866         * automated/file-notify-tests.el (top): Do not disable interactive
867         passwords in batch mode.
868         (password-cache-expiry): Set to nil.
870         * automated/file-notify-tests.el
871         (file-notify-test-remote-temporary-file-directory):
872         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
873         Use a mock-up method as default.
874         (tramp-test00-availability): Print the used directory name.
875         (tramp-test33-recursive-load): Fix typo.
877 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
879         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
880         (tramp-test30-special-characters): Remove test for backslash.
882 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
884         * automated/tramp-tests.el
885         (tramp-test19-directory-files-and-attributes)
886         (tramp-test22-file-times): Check for `file-attributes' equality
887         only if there is a usable timestamp.
888         (tramp--test-check-files): Do not use `copy-sequence'.
890 2014-04-22  Daniel Colascione  <dancol@dancol.org>
892         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
893         Add compile flag.
894         (test-byte-comp-macro-expansion)
895         (test-byte-comp-macro-expansion-eval-and-compile)
896         (test-byte-comp-macro-expansion-eval-when-compile)
897         (test-byte-comp-macro-expand-lexical-override): Use it.
898         (test-eager-load-macro-expansion)
899         (test-eager-load-macro-expansion-eval-and-compile)
900         (test-eager-load-macro-expansion-eval-when-compile)
901         (test-eager-load-macro-expand-lexical-override): New tests.
903         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
904         account for removal of `cl-struct-set-slot-value'. Also, move
905         the defstruct to top level.
907 2014-04-21  Daniel Colascione  <dancol@dancol.org>
909         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
910         New function.
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): New tests.
916         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
917         (cl-the): Fix cl-the test.
919 2014-04-20  Daniel Colascione  <dancol@dancol.org>
921         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
923 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
925         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
926         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
928 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
930         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
931         (tramp--test-make-temp-name): Optional argument LOCAL.
932         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
933         (tramp-test10-write-region): No special test for out-of-band copy
934         needed anymore.
935         (tramp-test11-copy-file, tramp-test12-rename-file)
936         (tramp-test21-file-links): Extend tests.
937         (tramp-test20-file-modes): More robust check for user "root".
938         (tramp--test-check-files): New defun.
939         (tramp-test30-special-characters, tramp-test33-recursive-load)
940         (tramp-test34-unload): New tests.
941         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
943 2014-04-11  Glenn Morris  <rgm@gnu.org>
945         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
947 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
949         * automated/electric-tests.el: Fix spelling error in test name.
950         (whitespace-skipping-for-quotes-not-outside):
951         Rename from whitespace-skipping-for-quotes-not-ouside.
953 2014-04-09  Daniel Colascione  <dancol@dancol.org>
955         * automated/syntax-tests.el: New file.
957 2014-04-09  Glenn Morris  <rgm@gnu.org>
959         * automated/python-tests.el (python-triple-quote-pairing):
960         Enable/disable electric-pair-mode as needed.
962         * automated/electric-tests.el (electric-pair-backspace-1):
963         Replace deleted function.
965 2014-04-07  João Távora  <joaotavora@gmail.com>
967         * automated/python-tests.el (python-triple-quote-pairing): New test.
968         (python-syntax-after-python-backspace): New test.
970         * automated/electric-tests.el (electric-pair-define-test-form):
971         More readable test docstrings.
972         (whitespace-skipping-for-quotes-not-ouside)
973         (whitespace-skipping-for-quotes-only-inside)
974         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
976 2014-04-04  João Távora  <joaotavora@gmail.com>
978         * automated/electric-tests.el (define-electric-pair-test):
979         Don't overtest.
980         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
981         (inhibit-in-mismatched-string-inside-c-comments): New test.
983 2014-04-02  João Távora  <joaotavora@gmail.com>
985         * automated/electric-tests.el (inhibit-if-strings-mismatched):
986         New test, change from `inhibit-only-of-next-is-mismatched'.
988 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
990         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
991         (undo-test-region-t-marker): New tests of marker adjustments.
992         (undo-test-marker-adjustment-moved):
993         (undo-test-region-mark-adjustment): New tests to demonstrate
994         bug#16818, which fail without the fix.
996 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
998         * automated/package-test.el (package-test-describe-package):
999         Fix test failure in non-graphical mode.
1001 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1003         * automated/subword-tests.el (subword-tests2): More subword tests.
1005         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1006         New test: correct parsing of keyword arguments.
1008 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1010         * automated/package-test.el (package-test-describe-package):
1011         Check for the "Keywords: " line.
1013         * automated/data/package/archive-contents: Include the :keywords
1014         field in `simple-single' data form.
1016 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1018         * automated/package-test.el
1019         (package-test-install-two-dependencies): New test (bug#16826).
1021         * automated/data/package/simple-two-depend-1.1.el: New file.
1023         * automated/data/package/archive-contents:
1024         Add info about the new package.
1026 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1028         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1029         (tramp-test10-write-region): Extend for out-of-band copy.
1030         (tramp-test31-asynchronous-requests): New test.
1032 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1034         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1035         Add new test of undo in region.
1036         (undo-test-in-region-eob): Add test case described at
1037         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1039 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1041         * automated/tramp-tests.el (tramp--test-enabled)
1042         (tramp-test15-copy-directory): No special handling of tramp-adb.el
1043         anymore.  It's fixed in that package.
1045 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1047         * automated/tramp-tests.el (tramp--test-enabled): Move connection
1048         cleanup into this function.  Remove respective code from all test
1049         cases.
1050         (tramp--instrument-test-case): Declare `indent' and `debug'.
1051         Handle other errors as well.
1052         (tramp-test14-delete-directory): Check for `file-error' error.
1053         (tramp-test15-copy-directory): Ignore return value of
1054         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
1055         (tramp-test19-directory-files-and-attributes): Take care of
1056         timestamp of "../".
1057         (tramp-test20-file-modes, tramp-test27-start-file-process)
1058         (tramp-test28-shell-command): Skip for tramp-adb.el.
1059         (tramp-test21-file-links): `file-truename' shall preserve trailing
1060         link of directories.
1061         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1062         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1063         `kill-buffer-query-functions' to nil.
1064         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1066 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1068         * automated/tramp-tests.el
1069         (tramp-test19-directory-files-and-attributes): Do not include
1070         directories in comparison; they might have changed their
1071         timestamps already.
1073 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1075         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1076         (tramp-test17-insert-directory): First line could contain more
1077         text, when produced by `ls-lisp'.
1078         (tramp-test19-directory-files-and-attributes): Instrument failed
1079         test case.
1081 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1083         * automated/tramp-tests.el (tramp-test17-insert-directory):
1084         Make first line "total 123" optional.
1085         (tramp-test20-file-modes, tramp-test22-file-times)
1086         (tramp-test26-process-file, tramp-test27-start-file-process)
1087         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1088         tramp-smb.el.
1089         (tramp-test20-file-modes): Check for "root" only when there is an
1090         explicit user name.
1091         (tramp-test21-file-links): Handle "... not supported" error.
1092         (tramp-test22-file-times): Skip for "don't know" return values.
1093         (tramp-test26-process-file, tramp-test28-shell-command):
1094         Remove color escape sequences.
1095         (tramp-test28-shell-command): Use `accept-process-output' rather
1096         than `sit-for'.
1097         (tramp-test30-utf8): Set coding system `utf-8'.
1099 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
1101         * automated/tramp-tests.el (tramp-test28-shell-command):
1102         Perform an initial `sit-for' prior the while loop.
1104 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1106         Sync with Tramp 2.2.9.
1108         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1109         (tramp-test28-shell-command): Make a while loop when waiting for
1110         process exit.
1112 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
1114         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1115         and `vc-hg'.  Declare `tramp-find-executable' and
1116         `tramp-get-remote-path'.
1117         (tramp-test29-vc-registered): New test.
1118         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1120 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
1122         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1123         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1124         (tramp-test28-shell-command): Improve `shell-command' test.
1125         Add `async-shell-command' tests.
1127 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1129         * automated/file-notify-tests.el (file-notify--wait-for-events):
1130         Use `read-event' instead of `sit-for'.
1131         (file-notify-test02-events): Remove expected result, the bug is
1132         fixed meanwhile.
1133         (file-notify-test02-events, file-notify-test03-autorevert):
1134         Use `sleep-for' instead of `sit-for'.
1136 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1138         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1139         New test.
1141 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1143         * automated/file-notify-tests.el (file-notify--deftest-remote):
1144         Do not skip when the local test has failed.  They are unrelated.
1145         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1146         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1147         `sleep-for'.
1148         (file-notify-test02-events): Check for `file-remote-p' instead of
1149         `file-notify--test-remote-enabled'.
1151 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1153         * automated/file-notify-tests.el (file-notify-test02-events):
1154         Let test case fail for Bug#16519.
1156 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1158         * automated/file-notify-tests.el (file-notify-test02-events):
1159         Hide Bug#16519, until it is solved.
1161 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1163         * automated/file-notify-tests.el
1164         (file-notify--test-local-enabled): Fix error in logic.
1165         (file-notify--wait-for-events): New defmacro.
1166         (file-notify-test02-events): Make short breaks between file operations.
1167         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1168         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1170         * automated/comint-testsuite.el
1171         (comint-testsuite-password-strings): Add localized examples.
1173 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1175         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1176         case if inotify is not linked with Emacs.  Use `read-event' rather
1177         than `sit-for' in order to process events.  (Bug#13662)
1179 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1181         * automated/ert-tests.el (ert-test-record-backtrace):
1182         Reenable test case with adapted test string.  (Bug#13064)
1184 2013-12-28  Glenn Morris  <rgm@gnu.org>
1186         * automated/electric-tests.el: Require 'elec-pair.
1188 2013-12-26  João Távora  <joaotavora@gmail.com>
1190         * automated/electric-tests.el (electric-pair-test-for):
1191         Fix autowrapping tests in batch-mode by running with
1192         `transient-mark-mode' set to `lambda'.
1194         * automated/electric-tests.el: New file.
1196 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1198         * automated/python-tests.el
1199         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1200         (python-nav-forward-sexp-safe-1): New test.
1202 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1204         * automated/ruby-mode-tests.el: Add tests for
1205         `ruby-align-to-stmt-keywords'.
1207         * indent/ruby.rb: Update examples to reflect the lack of change in
1208         default indentation of `begin' blocks.
1210 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1212         * indent/ruby.rb: Update examples according to the change
1213         in `smie-indent-close'.
1215 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1217         * indent/ruby.rb: New examples.
1219 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1221         * automated/python-tests.el (python-indent-dedenters-2): New test.
1223 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1225         * automated/python-tests.el (python-indent-after-comment-1)
1226         (python-indent-after-comment-2): New tests.
1228 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1230         * automated/python-tests.el (python-indent-block-enders-1):
1231         Rename from python-indent-block-enders.
1232         (python-indent-block-enders-2): New test.
1234 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1236         * indent/js.js: New file.
1238 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1240         * automated/dbus-tests.el: New file.
1242 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * automated/regexp-tests.el: New file.
1246 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1248         * automated/reftex-tests.el (reftex-parse-from-file-test):
1249         Run temp-dir through file-truename, to make sure the temporary file
1250         names are comparable as strings.
1252         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1253         Force Unix EOLs by using 'utf-8-unix', since the default of
1254         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1256 2013-11-28  Glenn Morris  <rgm@gnu.org>
1258         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1260 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1262         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1263         (EMACSOPT): Use $(PATH_SEP).
1265 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1267         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1268         Set to nil.
1270 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1272         * automated/file-notify-tests.el
1273         (file-notify-test-remote-temporary-file-directory):
1274         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1275         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1276         (file-notify--deftest-remote): Cleanup connection initially.
1277         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1278         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1279         does not work on MS Windows.  Call `accept-process-output' for
1280         remote files.  Apply `string-match' instead of `string-equal', the
1281         messages are different on MS Windows.
1283         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1284         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1285         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1287 2013-11-23  Glenn Morris  <rgm@gnu.org>
1289         * automated/python-tests.el (python-shell-make-comint-1)
1290         (python-shell-make-comint-2, python-shell-get-process-1):
1291         Suppress creation of some temp-files.
1293         * automated/python-tests.el (python-shell-parse-command-1)
1294         (python-shell-make-comint-1, python-shell-make-comint-2)
1295         (python-shell-get-process-1)
1296         (python-shell-internal-get-or-create-process-1):
1297         Skip rather than fail if prereqs not found.
1299         * automated/Makefile.in (emacs):
1300         Empty EMACSLOADPATH rather than unsetting.
1302 2013-11-22  Glenn Morris  <rgm@gnu.org>
1304         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1305         Set expected-result.
1307 2013-11-21  Glenn Morris  <rgm@gnu.org>
1309         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1310         (compile-main): Pass XARGS_LIMIT to xargs.
1312         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1313         (EMACSOPT): Use PATH_SEPARATOR.
1315 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1317         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1318         Add a failing test for Bug#15874.
1319         (ruby--insert-coding-comment-ruby-style)
1320         (ruby--insert-coding-comment-emacs-style)
1321         (ruby--insert-coding-comment-custom-style):
1322         Add a few tests for `ruby--insert-coding-comment'.
1324 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1326         Improve API of recently-added bool vector functions (Bug#15912).
1327         * automated/data-tests.el: Adjust to API changes.
1329 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1331         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1332         (tramp-test08-file-local-copy)
1333         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1334         (tramp-test11-copy-file, tramp-test12-rename-file)
1335         (tramp-test13-make-directory, tramp-test14-delete-directory)
1336         (tramp-test15-copy-directory, tramp-test16-directory-files)
1337         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1338         (tramp-test19-directory-files-and-attributes)
1339         (tramp-test20-file-modes, tramp-test21-file-links)
1340         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1341         (tramp-test24-file-name-completion, tramp-test25-load)
1342         (tramp-test26-process-file, tramp-test27-start-file-process)
1343         (tramp-test28-shell-command): Cleanup connection initially.
1345 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1347         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1348         connection before running the test.
1350 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1352         * automated/tramp-tests.el (tramp-test15-copy-directory)
1353         (tramp-test16-directory-files, tramp-test17-insert-directory)
1354         (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): Protect unwindforms with `ignore-errors'.
1361         (tramp-test29-utf8): New test.
1363 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1365         * automated/file-notify-tests.el (file-notify-test02-events)
1366         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1368         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1369         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1370         (tramp-test26-process-file, tramp-test28-shell-command):
1371         Ensure, that the directory is not empty when calling "ls".
1373 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1375         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1376         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1377         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1378         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1379         (tramp-test26-process-file): Add tests.
1380         (tramp-test11-copy-file): Remove debug message.
1381         (tramp-test20-file-modes): Special case, if user is "root".
1383 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1385         * automated/file-notify-tests.el:
1386         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1387         `tramp-remote-path' when running on hydra.
1388         (tramp-test07-file-exists-p): Remove instrumentation code.
1389         (tramp-test26-process-file): Don't use "/bin/true" and
1390         "/bin/false", these paths do not exist on hydra.
1392 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1394         * automated/process-tests.el: New file.
1396 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1398         * indent/ruby.rb: New examples.
1400 2013-11-06  Glenn Morris  <rgm@gnu.org>
1402         * automated/Makefile.in (setwins): Avoid accidental matches.
1404 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1406         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1407         Fix docstring.  Instrument, in order to hunt failure on hydra.
1409 2013-11-06  Glenn Morris  <rgm@gnu.org>
1411         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1412         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1413         (warning-predicate-function-perl):
1414         * automated/info-xref.el (info-xref-test-makeinfo):
1415         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1416         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1418 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1420         * automated/tramp-tests.el: New file.
1422 2013-11-05  Glenn Morris  <rgm@gnu.org>
1424         Get rid of --chdir usage.
1425         * automated/Makefile.in (EMACSOPT): Move -L here.
1426         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1427         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1428         (.el.elc): No more need to pass -L here.
1429         (compile-main): Get rid of sub-shell and cd.
1430         (compile-clean, check): Get rid of cd.
1432         Make it possible to run tests with a different working directory.
1433         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1434         (flymake-tests--current-face): Use flymake-tests-data-directory.
1435         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1436         (warning-predicate-function-perl): Adapt for above change.
1437         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1438         (zlib--decompress): Use zlib-tests-data-directory.
1440         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1441         Remove test that makes no sense.
1443         * automated/files.el (files-test-local-variable-data):
1444         Fix result typo presumably caused by interference from dir-locals.
1445         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1447 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1449         * indent/ruby.rb: Add a statement on the line after heredoc.
1450         Move a now-successful example.
1452         * automated/ruby-mode-tests.el: Remove outdated comment.
1454 2013-11-04  Glenn Morris  <rgm@gnu.org>
1456         * automated/Makefile.in (abs_srcdir): Remove.
1457         (emacs): Unset EMACSLOADPATH.
1458         (.el.elc, check): Use -L to append srcdir to load-path.
1460 2013-11-02  Glenn Morris  <rgm@gnu.org>
1462         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1463         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1464         (abs_srcdir): New, set by configure.
1465         (EMACS): Use a relative file name.
1466         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1467         (lisp-compile): Remove (assume it's up-to-date).
1468         (compile-main): Do not run lisp-compile.
1469         (compile-main, compile-clean, compile-always, bootstrap-clean)
1470         (check): Use srcdir rather than $test.  Check cd return value.
1471         Use --chdir.
1472         (doit, compile, compile-always): Remove stuff copied from lisp/.
1473         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1475 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1477         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1478         Add a skipping test.
1480 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1482         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1484         * indent/css-mode.css (.x2): Test alignement inside braces.
1486 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1488         * indent/ruby.rb: New failing example.
1490         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1491         Fix the test, in respect to adding the space after the curly.
1493 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1495         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1496         (ert-test-deftest): Adapt test for changed macro expansion.
1497         (ert-test-run-tests-interactively):
1498         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1499         Add a skipping test.
1501         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1502         (file-notify--test-local-enabled): Make it a function.  Check also
1503         for `file-remote-p' of `temporary-file-directory'.
1504         (file-notify--test-remote-enabled-checked): New defvar.
1505         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1506         internal functions.  Cache result.
1507         (file-notify--deftest-remote, file-notify-test00-availability)
1508         (file-notify-test01-add-watch, file-notify-test02-events)
1509         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1510         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1512 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1514         * indent/ruby.rb: Fix syntax error in the latest example.
1516 2013-10-23  Glenn Morris  <rgm@gnu.org>
1518         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1519         New, set by configure.
1520         (top_srcdir): Remove.
1521         (abs_test, abs_lispsrc): New.
1522         (lisp): No longer absolute.
1523         (emacs, lisp-compile, compile, compile-always):
1524         Quote entities that might contain whitespace.
1526 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1528         * indent/ruby.rb: Move two examples to "working" section, add one
1529         more.
1531 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1533         * indent/ruby.rb: New examples for indentation of blocks.
1534         Example of hash inside parens that inflooped before the present commit.
1536 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1538         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1539         allows another timer to run.
1541 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1543         * indent/ruby.rb: More examples for bug#15594, both failing and
1544         now passing.
1546 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1548         * indent/ruby.rb: Add two more cases.
1550 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1552         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1553         first use.
1554         (ruby-should-indent): Use indent-according-to-mode.
1555         (ruby-deftest-move-to-block): Use `declare'.
1557 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1559         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1561 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1563         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1565 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1567         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1568         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1570         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1572 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1574         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1575         Adjust indentation of continued line to the new SMIE behavior.
1577 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1579         * automated/completion-tests.el:
1580         * indent/css-mode.css: New files.
1582 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1584         * automated/data/package/signed/archive-contents:
1585         * automated/data/package/signed/archive-contents.sig:
1586         * automated/data/package/signed/signed-good-1.0.el:
1587         * automated/data/package/signed/signed-good-1.0.el.sig:
1588         * automated/data/package/signed/signed-bad-1.0.el:
1589         * automated/data/package/signed/signed-bad-1.0.el.sig:
1590         * automated/data/package/key.pub:
1591         * automated/data/package/key.sec: New files.
1593         * automated/package-test.el (package-test-update-listing)
1594         (package-test-update-archives, package-test-describe-package):
1595         Adjust to package.el change.
1596         (package-test-signed): New test.
1598 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1600         * automated/package-test.el: Update all cases to use :url instead
1601         of :homepage.
1603         * automated/package-x-test.el
1604         (package-x-test--single-archive-entry-1-3): Same.
1606 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1608         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1609         was unused.
1610         (simple-single-desc): Expect :homepage property.
1611         (multi-file-desc): Same.
1612         (with-package-test): Do not save previous `default-directory'
1613         value, let-bind the var instead.
1614         (package-test-install-single): Expect :homepage property in the
1615         generated pkg file.
1616         (package-test-describe-package): Expect Homepage button.
1617         (package-test-describe-non-installed-package)
1618         (package-test-describe-non-installed-multi-file-package): Same.
1619         (package-test-describe-not-installed-package): Remove, it was a
1620         duplicate.
1622         * automated/package-x-test.el
1623         (package-x-test--single-archive-entry-1-3): Expect :homepage
1624         property.
1625         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1627         * automated/data/package/simple-single-1.3.el: Add URL header.
1629         * automated/data/package/archive-contents: Add :homepage
1630         properties to `simple-single' and `multi-file'.
1632 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1634         * automated/data-tests.el:
1635         (bool-vector-count-matches-all-0-nil)
1636         (bool-vector-count-matches-all-0-t)
1637         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1638         (bool-vector-count-matches-at, bool-vector-intersection-op)
1639         (bool-vector-union-op, bool-vector-xor-op)
1640         (bool-vector-set-difference-op)
1641         (bool-vector-change-detection, bool-vector-not): New tests.
1642         (mock-bool-vector-count-matches-at)
1643         (test-bool-vector-bv-from-hex-string)
1644         (test-bool-vector-to-hex-string)
1645         (test-bool-vector-count-matches-at-tc)
1646         (test-bool-vector-apply-mock-op)
1647         (test-bool-vector-binop): New helper functions.
1648         (bool-vector-test-vectors): New testcase data.
1650 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1652         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1653         (advice-test-called-interactively-p-filter-args)
1654         (advice-test-called-interactively-p-around): New tests.
1656 2013-09-16  Glenn Morris  <rgm@gnu.org>
1658         * automated/eshell.el (eshell-match-result):
1659         Return a more informative failure than simply "false".  Update callers.
1661         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1662         Test value before and after loop as well as during.
1664 2013-09-15  Glenn Morris  <rgm@gnu.org>
1666         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1667         New test.  (Bug#15372)
1668         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1670 2013-09-13  Glenn Morris  <rgm@gnu.org>
1672         * automated/eshell.el (with-temp-eshell):
1673         Use a temp directory for eshell-directory-name.
1674         (eshell-test-command-result): New, again using a temp directory.
1675         Replace eshell-command-result with this throughout.
1676         (eshell-test/for-loop, eshell-test/for-name-loop):
1677         Ensure environment variables don't confuse us.
1679 2013-09-12  Glenn Morris  <rgm@gnu.org>
1681         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1682         due to "has a running process; kill it?" prompts.
1684 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1686         * automated/eshell.el: Rename from eshell.el.
1687         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1689 2013-09-01  Glenn Morris  <rgm@gnu.org>
1691         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1692         Otherwise the sed command used by eg compile-main ends up
1693         containing "/*.el".  (Bug#15170)
1695 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1697         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1698         for portability to hosts where /bin/sh has problems.
1700 2013-08-21  David Engster  <deng@randomsample.de>
1702         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1703         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1704         upstream.  Changed to use ERT.
1706 2013-08-14  Daniel Hackney  <dan@haxney.org>
1708         * automated/package-test.el: Remove tar-package-building functions.
1709         Tar file used for testing is included in the repository.
1710         (package-test-install-texinfo, package-test-cleanup-built-files):
1711         Remove.
1713 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1715         * automated/python-tests.el (python-imenu-create-index-4)
1716         (python-imenu-create-flat-index-2): New tests.
1718 2013-08-05  Glenn Morris  <rgm@gnu.org>
1720         * automated/mule-util.el: New file, with tests extracted from
1721         lisp/international/mule-util.el.
1723 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1726         before definition.
1727         (advice-tests-macroaliases): New test.
1729 2013-08-04  Glenn Morris  <rgm@gnu.org>
1731         * automated/ert-tests.el: Disable failing test that no-one seems
1732         to know how to fix.  (Bug#13064)
1734         * automated/icalendar-tests.el (icalendar-tests--test-export)
1735         (icalendar-tests--test-import): Try more precise TZ specification.
1736         Remove debug messages.
1738 2013-08-03  Glenn Morris  <rgm@gnu.org>
1740         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1742         * automated/icalendar-tests.el (icalendar-tests--test-export)
1743         (icalendar-tests--test-import):
1744         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1745         (icalendar-tests--test-import): Reset zone even if error occurred.
1747 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1749         * automated/core-elisp-tests.el: New file.
1751 2013-08-01  Glenn Morris  <rgm@gnu.org>
1753         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1754         Try to check that the remote system has a notification program.
1756 2013-07-31  Glenn Morris  <rgm@gnu.org>
1758         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1760 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1762         * automated/file-notify-tests.el
1763         (file-notify--test-local-enabled): New defconst.  Replaces all
1764         `file-notify-support' occurrences.
1765         (file-notify--test-remote-enabled): New defun.
1766         (file-notify--deftest-remote): Use it.
1767         (file-notify-test00-availability): Rewrite.
1768         (file-notify-test00-availability-remote): New defun.
1769         (file-notify-test01-add-watch): Rewrite first erroneous check.
1771 2013-07-23  Glenn Morris  <rgm@gnu.org>
1773         * automated/inotify-test.el (inotify-file-watch-simple):
1774         Delete temp-file when done.
1776         * automated/subword-tests.el: Require subword.
1778 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1780         * automated/subword-tests.el: New file.
1782 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1784         * automated/python-tests.el (python-imenu-create-index-2)
1785         (python-imenu-create-index-3): New tests.
1787 2013-07-11  Glenn Morris  <rgm@gnu.org>
1789         * automated/ert-tests.el: Require cl-lib at runtime too.
1790         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1791         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1792         (ert-test-set-functions, ert-test-gensym)
1793         (ert-test-coerce-to-vector, ert-test-string-position)
1794         (ert-test-mismatch): Remove tests.
1795         * automated/cl-lib.el: New, split from ert-tests.el.
1797         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1798         Goto point-min.
1799         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1800         (ruby-move-to-block-skips-percent-literal)
1801         (ruby-move-to-block-skips-heredoc)
1802         (ruby-move-to-block-moves-from-else-to-if)
1803         (ruby-beginning-of-defun-does-not-fold-case)
1804         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1805         Replace goto-line with forward-line/goto-char.
1806         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1808         * automated/package-test.el (makeinfo-buffer): Autoload.
1809         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1810         (package-test-install-texinfo): Don't require makeinfo.
1812         * automated/files.el: Stop "local variables" confusion.
1814         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1816         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1817         Use with-current-buffer.
1819         * automated/undo-tests.el (undo-test-buffer-modified)
1820         (undo-test-file-modified): New tests.
1822 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1824         * automated/file-notify-tests.el (file-notify-test00-availability):
1825         Set :expected-result.
1826         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1827         (file-notify-test02-events, file-notify-test02-events-remote)
1828         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1829         Skip when `file-notify-support' is nil.  (Bug#14823)
1831 2013-07-09  Glenn Morris  <rgm@gnu.org>
1833         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1834         Declare.
1835         (inotify-file-watch-simple): Silence compiler.
1837         * automated/python-tests.el (python-indent-block-enders):
1838         Make it actually test something.
1840         * automated/package-x-test.el: Require package-test when compiling.
1842         * automated/add-log-tests.el, automated/advice-tests.el:
1843         * automated/imenu-test.el, automated/package-x-test.el:
1844         * automated/python-tests.el, automated/ruby-mode-tests.el:
1845         * automated/xml-parse-tests.el: Explicitly require ert.
1847 2013-07-08  Kenichi Handa  <handa@gnu.org>
1849         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1850         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1852 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1854         * automated/file-notify-tests.el
1855         (file-notify-test-remote-temporary-file-directory):
1856         Use `null-device' on w32.
1857         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1858         (file-notify--test-results, file-notify--test-event)
1859         (file-notify--deftest-remote, file-notify--event-test)
1860         (file-notify--test-event-handler)
1861         (file-notify--test-make-temp-name): Rename, in order to mark them
1862         internal.
1863         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1864         better fitting in noninteractive tests.
1865         (file-notify-test00-availability): Rename from `file-notify-test0'.
1866         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1867         Use `temporary-file-directory '.
1868         (file-notify-test01-add-watch-remote): New test.
1869         (file-notify-test02-events): Rename from `file-notify-test2'.
1870         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1871         (file-notify-test03-autorevert): Rename from
1872         `file-notify-test4'.  Use timeouts.
1873         (file-notify-test03-autorevert-remote): Rename from
1874         `file-notify-test5'.
1876 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1878         * automated/file-notify-tests.el: New package.
1880 2013-06-28  Kenichi Handa  <handa@gnu.org>
1882         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1883         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1884         Callers changed.
1885         (decoder-tests-filename): New function.
1886         (decoder-tests-prefer-utf-8-read)
1887         (decoder-tests-prefer-utf-8-write): New function.
1888         (ert-test-decoder-prefer-utf-8): New test.
1890 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1892         * automated/package-x-test.el: Change the commentary.
1893         (package-x-test--single-archive-entry-1-3)
1894         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1895         using the appropriate data structure.
1897 2013-06-27  Daniel Hackney  <dan@haxney.org>
1899         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1901         * automated/package-x-test.el: New file.
1903         * automated/package-test.el: New file.
1905         * automated/data/package: New directory, with test examples.
1907 2013-06-27  Glenn Morris  <rgm@gnu.org>
1909         * automated/python-tests.el (python-tests-with-temp-file):
1910         Clean up after ourself.
1912         * automated/undo-tests.el (undo-test3): Remove test that seems to
1913         do nothing that the previous one doesn't, except leave a tempfile.
1915 2013-06-26  Glenn Morris  <rgm@gnu.org>
1917         * automated/info-xref.el: New file.
1919 2013-06-25  Glenn Morris  <rgm@gnu.org>
1921         * automated/occur-tests.el (occur-test-create): New function.
1922         Use it to create separate tests for each element, so we run them
1923         all rather than stopping at the first error.
1925 2013-06-24  Glenn Morris  <rgm@gnu.org>
1927         * automated/occur-tests.el (occur-tests):
1928         Update for 2013-05-29 change to occur header line.
1930 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1932         Test suite for flymake.
1933         * automated/flymake-tests.el:
1934         * automated/flymake/warnpred/Makefile
1935         * automated/flymake/warnpred/test.c
1936         * automated/flymake/warnpred/test.pl: New files.
1938 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1940         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1942 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1944         * automated/reftex-tests.el: New test suite for reftex.
1946 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1948         * automated/ruby-mode-tests.el: New tests, for percent literals
1949         and expression expansion.
1951 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1953         * indent/octave.m: Tweak.
1955 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1957         * eshell.el: Rewrite tests using ERT.
1959 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1961         * indent/octave.m: Add tests for %!, # and ### comments.
1963 2013-05-23  Kenichi Handa  <handa@gnu.org>
1965         * automated/decoder-tests.el: New file.
1967 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1969         * indent/ruby.rb: Add multiline regexp example.
1971         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1972         (ruby-regexp-skips-over-interpolation)
1973         (ruby-regexp-continues-till-end-when-unclosed)
1974         (ruby-regexp-can-be-multiline)
1975         (ruby-interpolation-inside-percent-literal): New tests.
1977 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1979         * indent/ruby.rb: Fix indentation after =; add more cases.
1981 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1983         * indent/pascal.pas: Add test for mis-identified comments.
1985 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1987         * automated/imenu-test.el: New file.  (Bug#14112)
1989 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1991         * automated/python-tests.el (python-imenu-prev-index-position-1):
1992         Remove test.
1993         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1994         New tests.
1996 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1998         * automated/python-tests.el (python-nav-backward-defun-2)
1999         (python-nav-backward-defun-3, python-nav-forward-defun-2)
2000         (python-nav-forward-defun-3): New tests.
2002 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2004         * automated/python-tests.el (python-nav-backward-defun-1)
2005         (python-nav-forward-defun-1): New tests.
2007 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
2009         * automated/add-log-tests.el: New file.  (Bug#14112)
2011 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
2013         * automated/python-tests.el (python-indent-block-enders): New test.
2014         (python-info-current-defun-2): Fix test.
2016 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2018         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
2020 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
2022         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2023         (python-tests-with-temp-file): New macro.
2024         (python-tests-shell-interpreter): New var.
2025         (python-shell-get-process-name-1)
2026         (python-shell-internal-get-process-name-1)
2027         (python-shell-parse-command-1)
2028         (python-shell-calculate-process-environment-1)
2029         (python-shell-calculate-process-environment-2)
2030         (python-shell-calculate-process-environment-3)
2031         (python-shell-calculate-exec-path-1)
2032         (python-shell-calculate-exec-path-2)
2033         (python-shell-make-comint-1)
2034         (python-shell-make-comint-2)
2035         (python-shell-get-process-1)
2036         (python-shell-get-or-create-process-1)
2037         (python-shell-internal-get-or-create-process-1): New tests.
2039 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2041         * automated/python-tests.el: New file.
2043 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2045         * automated/ruby-mode-tests.el
2046         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2047         bits inside the examples.
2048         (ruby-move-to-block-skips-heredoc): New test.
2049         (ruby-add-log-current-method-after-inner-class):
2050         Lower expectations: move point inside a method, initially.
2052 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2054         * automated/ruby-mode-tests.el
2055         (ruby-move-to-block-skips-percent-literal): New test.
2057 2013-02-04  Chong Yidong  <cyd@gnu.org>
2059         * automated/thingatpt.el: New file.
2061 2013-02-03  Chong Yidong  <cyd@gnu.org>
2063         * automated/files.el (file-test--do-local-variables-test):
2064         Avoid compilation warning message.
2066 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2068         * automated/ruby-mode-tests.el
2069         (ruby-indent-spread-args-in-parens): New test.
2070         * automated/ruby-mode-tests.el (ruby-block-test-example):
2071         Break indentation of the do block opener and add a line inside it.
2072         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2073         Adjust line numbers.
2075 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2077         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
2079 2013-01-14  Glenn Morris  <rgm@gnu.org>
2081         * automated/compile-tests.el (compile-tests--test-regexps-data):
2082         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2084 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2086         * automated/man-tests.el: New file.
2088 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2090         * automated/undo-tests.el (undo-test0): Adjust error to code change.
2092 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2094         * automated/undo-tests.el: New file.
2096 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2098         * automated/ruby-mode-tests.el
2099         (ruby-indent-after-block-in-continued-expression): New test.
2101 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2103         * automated/ruby-mode-tests.el:
2104         Rename one interpolation test; add three more.
2105         (ruby-with-temp-buffer): New macro, use it where appropriate.
2106         (ruby-add-log-current-method-examples): Use "_" for target point.
2107         Add four new tests for ruby-add-log-current-method.
2109 2012-12-11  Glenn Morris  <rgm@gnu.org>
2111         * automated/f90.el (f90-test-bug13138): New test.
2113 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2115         * automated/inotify-test.el: New test.
2117 2012-12-02  Chong Yidong  <cyd@gnu.org>
2119         * automated/ruby-mode-tests.el
2120         (ruby-add-log-current-method-examples): Don't use loop macro, to
2121         allow automated testing to work.
2123 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2125         * automated/advice-tests.el (advice-tests--data): Remove.
2126         (advice-tests): Move the tests directly here instead.
2127         Add called-interactively-p tests.
2129 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2131         * automated/ert-x-tests.el: Use cl-lib.
2132         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2134 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2136         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2137         (ruby-indent-inside-heredoc-after-operator)
2138         (ruby-indent-inside-heredoc-after-space): New tests.
2139         Change direct font-lock face references to var references.
2140         (ruby-interpolation-suppresses-syntax-inside): New test.
2141         (ruby-interpolation-inside-percent-literal-with-paren):
2142         New failing test.
2144 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2146         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2147         (ruby-singleton-class-no-heredoc-font-lock)
2148         (ruby-add-log-current-method-examples): New tests.
2149         (ruby-test-string): Extract from ruby-should-indent-buffer.
2150         (ruby-deftest-move-to-block): New macro.
2151         Add several move-to-block tests.
2153 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2155         * automated/advice-tests.el: New tests.
2157 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2159         * automated/compile-tests.el (compile-tests--test-regexps-data):
2160         Add new data for msft's new format.
2162 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2164         * automated/ruby-mode-tests.el:
2165         (ruby-toggle-block-to-multiline): New test.
2166         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2167         (ruby-toggle-block-to-brace): Use buffer-string.
2169 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2171         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2173 2012-08-28  Chong Yidong  <cyd@gnu.org>
2175         * automated/files.el: Test every combination of values for
2176         enable-local-variables and enable-local-eval.
2178 2012-08-19  Chong Yidong  <cyd@gnu.org>
2180         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2182 2012-08-18  Chong Yidong  <cyd@gnu.org>
2184         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2186 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2188         * indent/ruby.rb: Rearrange examples, add new ones.
2190 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2192         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2193         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2195 2012-08-11  Glenn Morris  <rgm@gnu.org>
2197         * automated/files.el: New file.
2199         * automated/Makefile.in (all): Fix typo.
2201 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2203         * automated/ruby-mode-tests.el (ruby-should-indent):
2204         Add docstring, check (current-indentation) instead of (current-column).
2205         (ruby-should-indent-buffer): New function.
2206         Add tests for `ruby-deep-indent-paren' behavior.
2207         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2209 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2211         Original tests in test_ruby_mode.rb in upstream (author).
2213 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2215         * automated/ruby-mode-tests.el (ruby-should-indent)
2216         (ruby-assert-state): New functions.
2217         Add new tests.
2219 2012-07-29  David Engster  <deng@randomsample.de>
2221         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2222         New variable to hold test data for name expansion.
2223         (xml-parse-tests): Test the two different types of name expansion.
2225 2012-07-29  Juri Linkov  <juri@jurta.org>
2227         * automated/occur-tests.el (occur-test-case): Use predefined
2228         buffer name " *test-occur*" instead of a random buffer name.
2230 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2232         * automated/ruby-mode-tests.el: New file with one test.
2234 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2236         * indent/shell.sh: Add test case for ${#VAR}.
2238         * indent/latex-mode.tex: New file.
2240 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2242         * eshell.el: Use cl-lib.
2244 2012-07-03  Chong Yidong  <cyd@gnu.org>
2246         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2248 2012-07-02  Chong Yidong  <cyd@gnu.org>
2250         * automated/xml-parse-tests.el (xml-parse-tests--data):
2251         More testcases.
2253 2012-07-01  Chong Yidong  <cyd@gnu.org>
2255         * automated/xml-parse-tests.el: New file.
2257 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2259         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2260         Use cl-flet.
2262 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2264         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2265         Test escaped commas in TZID (Bug#11473).
2266         (icalendar-import-with-timezone): New.
2267         (icalendar-real-world): Add new testcase as given in the bugreport
2268         of Bug#11473.
2270 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2272         * automated/icalendar-tests.el (icalendar-tests--test-import):
2273         Include UID in import tests (Bug#11525).
2274         (icalendar-import-non-recurring, icalendar-import-rrule)
2275         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2276         UID-import change.
2277         (icalendar-import-with-uid): New.
2278         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2279         Include UID in cycle tests.
2280         (icalendar-cycle, icalendar-real-world): UID-import change.
2282 2012-05-21  Glenn Morris  <rgm@gnu.org>
2284         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2286 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2288         * automated/url-util-tests.el: New file to test
2289         lisp/url/url-util.el.  Only `url-build-query-string' and
2290         `url-parse-query-string' are tested right now (Bug#8706).
2292 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2294         * indent/shell.sh:
2295         * indent/shell.rc: Ad some test cases.
2297 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2299         * indent/ruby.rb: New file, to test new syntax-propertize code.
2301 2012-04-11  Glenn Morris  <rgm@gnu.org>
2303         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2305 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2307         * automated/url-future-tests.el (url-future-tests): Move from
2308         lisp/url/url-future.el and rename.
2310 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2312         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2313         Fix broken test, caused by missing trailing blank.
2315 2011-12-03  Chong Yidong  <cyd@gnu.org>
2317         * automated/compile-tests.el (compile-tests--test-regexps-data):
2318         Increase column numbers by one to reflect change in how
2319         compilation-message is recorded (Bug#10172).
2321 2011-11-22  Glenn Morris  <rgm@gnu.org>
2323         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2325 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2327         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2329 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2331         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2332         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2333         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2335 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2337         * automated/newsticker-tests.el
2338         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2339         newsticker--treeview-tree-update.
2341 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2343         * automated/newsticker-tests.el
2344         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2346         * automated/newsticker-tests.el
2347         (newsticker--group-manage-orphan-feeds): Prevent updating
2348         newsticker treeview.  Fixed bug#9763.
2350 2011-10-20  Glenn Morris  <rgm@gnu.org>
2352         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2354         * automated/vc-bzr.el: New file.
2356 2011-10-15  Glenn Morris  <rgm@gnu.org>
2358         * automated/f90.el: New file.
2360 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2362         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2363         to automated/newsticker-tests.el.  Convert to ERT.
2365 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2367         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2368         Remove, simply use string=.
2369         (icalendar--diarytime-to-isotime)
2370         (icalendar--datetime-to-diary-date)
2371         (icalendar--datestring-to-isodate)
2372         (icalendar--format-ical-event)
2373         (icalendar--parse-summary-and-rest)
2374         (icalendar-tests--do-test-import)
2375         (icalendar-tests--do-test-cycle): Change argument order of
2376         string= to EXPECTED ACTUAL.
2377         (icalendar--import-format-sample)
2378         (icalendar--format-ical-event)
2379         (icalendar-import-non-recurring)
2380         (icalendar-import-rrule)
2381         (icalendar-import-duration)
2382         (icalendar-import-bug-6766)
2383         (icalendar-real-world): Adjust to string= instead of
2384         icalendar-tests--compare-strings.
2385         (icalendar-import-multiple-vcalendars): New.
2387 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2389         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2390         Require CL.
2392 2011-05-09  Juri Linkov  <juri@jurta.org>
2394         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2395         Convert to ERT.
2397 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2399         * automated/compile-tests.el: New file.
2401 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2403         * automated/font-parse-tests.el: Don't byte-compile.
2405         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2407 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2409         * automated/lexbind-tests.el: New file.
2411 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2413         * Version 23.3 released.
2415 2011-03-05  Glenn Morris  <rgm@gnu.org>
2417         * eshell.el: Move here from lisp/eshell/esh-test.el.
2419 2011-03-03  Christian Ohler  <ohler@gnu.org>
2421         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2422         New test.
2424 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2426         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2427         convert to ERT format.
2429 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2431         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2432         convert to ERT format.
2434 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * indent/shell.sh:
2437         * indent/shell.rc: New files.
2439 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2441         * automated/font-parse-tests.el: Move from
2442         font-parse-testsuite.el.
2444 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2446         * font-parse-testsuite.el (test-font-parse-data): New file.
2448 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         * indent/prolog.prolog: Add tokenizing tests.
2452 2011-01-13  Christian Ohler  <ohler@gnu.org>
2454         * automated: New directory for automated tests.
2456         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2458         * automated/Makefile.in: New file.
2460 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2462         * indent/modula2.mod: New file.
2464 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2466         * indent/octave.m: Add a test to ensure indentation is local.
2468 2010-10-23  Glenn Morris  <rgm@gnu.org>
2470         * comint-testsuite.el
2471         (comint-testsuite--test-comint-password-prompt-regexp):
2472         Add "Please enter the password".  (Bug#7224)
2474 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2476         * indent/prolog.prolog: Use normal spacing around !.
2478 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2480         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2482 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2484         * indent/octave.m: Remove some `fixindent' not needed any more.
2486 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2488         * indent/octave.m: New file.
2490 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2492         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2493         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2494         (icalendar-testsuite--run-internal-tests): New.
2495         (icalendar-testsuite--test-convert-ordinary-to-ical)
2496         (icalendar-testsuite--test-convert-block-to-ical)
2497         (icalendar-testsuite--test-convert-anniversary-to-ical)
2498         (icalendar-testsuite--test-parse-vtimezone)
2499         (icalendar-testsuite--do-test-export): Code formatting.
2500         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2501         (icalendar-testsuite--do-test-import)
2502         (icalendar-testsuite--do-test-cycle):
2503         Use icalendar-testsuite--compare-strings
2504         (icalendar-testsuite--run-import-tests): Comment added.
2505         (icalendar-testsuite--run-import-tests)
2506         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2508 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2510         * redisplay-testsuite.el (test-redisplay-3): New test.
2512 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2514         * comint-testsuite.el: New file.
2516 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2518         * indent: New dir.
2520 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2522         * Version 23.2 released.
2524 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2526         * cedet/semantic-ia-utest.el
2527         (semantic-symref-test-count-hits-in-tag): Add function, from
2528         semantic-test.el.
2530         * cedet/tests/test.cpp:
2531         * cedet/tests/test.py:
2532         * cedet/tests/teststruct.cpp:
2533         * cedet/tests/testtemplates.cpp:
2534         * cedet/tests/testusing.cpp:
2535         * cedet/tests/scopetest.cpp:
2536         * cedet/tests/scopetest.java: Files deleted.
2538         * cedet/tests/test.make:
2539         * cedet/tests/test.c:
2540         * cedet/tests/testjavacomp.java:
2541         * cedet/tests/testspp.c:
2542         * cedet/tests/testsppreplace.c:
2543         * cedet/tests/testsppreplaced.c:
2544         * cedet/tests/testsubclass.cpp:
2545         * cedet/tests/testsubclass.hh:
2546         * cedet/tests/testtypedefs.cpp:
2547         * cedet/tests/testvarnames.c:
2548         * cedet/tests/test.el:
2549         * cedet/tests/testdoublens.cpp:
2550         * cedet/tests/testdoublens.hpp: Add copyright header.
2552         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2553         Remove reference to deleted files.
2555 2010-03-30  Juri Linkov  <juri@jurta.org>
2557         * occur-testsuite.el (occur-tests): Add tests for context lines.
2559 2010-03-23  Juri Linkov  <juri@jurta.org>
2561         * occur-testsuite.el: New file.
2563 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2565         * Branch for 23.2.
2567 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2569         * icalendar-testsuite.el
2570         (icalendar-testsuite--run-function-tests): Add new tests.
2571         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2572         testcase.
2573         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2574         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2575         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2576         (icalendar-testsuite--test-convert-block-to-ical): New.
2577         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2578         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2580 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2582         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2583         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2584         Fix typos in docstrings and error messages.
2585         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2587 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2589         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2590         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2591         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2593 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2595         * icalendar-testsuite.el
2596         (icalendar-testsuite--run-function-tests):
2597         Add icalendar-testsuite--test-parse-vtimezone.
2598         (icalendar-testsuite--test-parse-vtimezone): New.
2599         (icalendar-testsuite--do-test-cycle): Doc changes.
2600         (icalendar-testsuite--run-real-world-tests): Remove trailing
2601         whitespace -- see change of icalendar--add-diary-entry in
2602         icalendar.el.
2603         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2605 2009-09-30  Glenn Morris  <rgm@gnu.org>
2607         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2609 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2611         * cedet/*: New unit tests, from CEDET repository.
2613 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2615         * redisplay-testsuite.el: New file.
2617 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2619         * Branch for 23.1.
2621 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2623         * icalendar-testsuite.el
2624         (icalendar-testsuite--run-function-tests):
2625         Add icalendar-testsuite--test-diarytime-to-isotime.
2626         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2627         recent icalendar fixes.
2628         (icalendar-testsuite--test-diarytime-to-isotime): New.
2629         (icalendar-testsuite--test-create-uid): Adjust to recent
2630         icalendar changes.
2632 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2634         * bytecomp-testsuite.el: New file.
2636 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2638         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2639         Add `icalendar-testsuite--test-create-uid'.
2640         (icalendar-testsuite--test-create-uid): New.
2642 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2644         * newsticker-testsuite.el: New file.
2646 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2648         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2649         Add icalendar-testsuite--test-datestring-to-isodate,
2650         icalendar-testsuite--test-datetime-to-diary-date, and
2651         icalendar-testsuite--test-calendar-style.
2652         (icalendar-testsuite--test-format-ical-event)
2653         (icalendar-testsuite--test-parse-summary-and-rest):
2654         Doc fix.  Remove european-calendar-style.
2655         (icalendar-testsuite--get-ical-event): Doc fix.
2656         (icalendar-testsuite--test-first-weekday-of-year)
2657         (icalendar-testsuite--run-cycle-tests): Add doc string.
2658         (icalendar-testsuite--test-datestring-to-isodate)
2659         (icalendar-testsuite--test-datetime-to-diary-date)
2660         (icalendar-testsuite--test-calendar-style): New functions.
2661         (icalendar-testsuite--test-export): Handle iso date style.
2662         New arg INPUT-ISO.  Use calendar-date-style.
2663         (icalendar-testsuite--test-import): Handle iso date style.
2664         New arg EXPECTED-ISO.  Use calendar-date-style.
2665         (icalendar-testsuite--test-cycle): Handle iso date style.
2666         (icalendar-testsuite--run-import-tests)
2667         (icalendar-testsuite--run-export-tests)
2668         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2670 2008-02-29  Glenn Morris  <rgm@gnu.org>
2672         * README: New file.
2674 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2676         * icalendar-testsuite.el: New file.
2678 ;; Local Variables:
2679 ;; coding: utf-8
2680 ;; End:
2682   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2684   This file is part of GNU Emacs.
2686   GNU Emacs is free software: you can redistribute it and/or modify
2687   it under the terms of the GNU General Public License as published by
2688   the Free Software Foundation, either version 3 of the License, or
2689   (at your option) any later version.
2691   GNU Emacs is distributed in the hope that it will be useful,
2692   but WITHOUT ANY WARRANTY; without even the implied warranty of
2693   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2694   GNU General Public License for more details.
2696   You should have received a copy of the GNU General Public License
2697   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.