* emacs-lisp/package.el (package-dir-info): New function.
[emacs.git] / test / ChangeLog
blob8ed02ee341b5374138adff60b1bac9e41b3060d2
1 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
3         * automated/package-test.el (package-test-install-prioritized):
4         New test.
6 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
8         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
9         New functions.
10         (test-calc-remove-units, test-calc-extract-units)
11         (test-calc-convert-units): New tests.
13 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
15         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
17 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
20         keysym arg instead of relying on internal var eieio--generic-call-key.
21         Update all callers.
22         (eieio-test-cl-generic-1): New tests.
24 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * automated/cl-generic-tests.el: New file.
28 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
31         <foo>-child-p.
33         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
34         Update reference to eieio--generic-call-key.
36 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
39         Don't use <class>-list types and <class>-list-p predicates.
41         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
42         Don't use <class>-list type.
44         * automated/eieio-test-methodinvoke.el
45         (eieio-test-method-order-list-4):
46         Don't use <class> as a variable.
48 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * automated/eieio-tests.el (eieio-test-04-static-method)
51         (eieio-test-05-static-method-2): Use oref-default to access
52         class slots.
53         (eieio-test-23-inheritance-check): Don't assume that
54         eieio-class-parents returns class names, or that a class can only have
55         a single name.
57         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
58         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
59         Change arg to be a class object.  Update all callers.
61 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
63         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
64         Adjust to new semantics of eieio--scoped-class.
65         (eieio-test-match): Improve error feedback.
67 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
69         * automated/eieio-tests.el: Remove dummy object names.
71         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
72         The type FOO-child is the same as FOO.
74 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
76         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
77         Remove use of eieio-generic-call-methodname.
78         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
79         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
80         Adjust the expected result accordingly.
82 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
84         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
85         New defun.
86         (tramp-test30-special-characters): Use it.  (Bug#19463)
87         (tramp--test-check-files): Filter nil file names out.
89 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
91         Sync with Tramp 2.2.11.
93         * automated/tramp-tests.el (tramp-test30-special-characters):
94         Skip test on MS-Windows.
96 2014-12-27  Glenn Morris  <rgm@gnu.org>
98         * automated/let-alist.el: Load dependency.
100 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
102         * automated/python-tests.el
103         (python-shell-completion-native-interpreter-disabled-p-1): New test.
105 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
107         * automated/python-tests.el (python-shell-get-or-create-process-1)
108         (python-shell-get-or-create-process-2)
109         (python-shell-get-or-create-process-3): Remove tests.
111 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
113         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
115 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
117         * automated/python-tests.el (python-shell-buffer-substring-1)
118         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
119         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
120         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
121         (python-shell-buffer-substring-8)
122         (python-info-encoding-from-cookie-1)
123         (python-info-encoding-from-cookie-2)
124         (python-info-encoding-from-cookie-3)
125         (python-info-encoding-from-cookie-4)
126         (python-info-encoding-from-cookie-5)
127         (python-info-encoding-from-cookie-6)
128         (python-info-encoding-from-cookie-7, python-info-encoding-1)
129         (python-info-encoding-2): New tests.
131 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
133         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
134         expect a given order of "." and "..".
136 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
138         * automated/python-tests.el (python-indent-electric-colon-2)
139         (python-indent-electric-colon-3): New tests.
141 2014-12-27  João Távora  <joaotavora@gmail.com>
143         * automated/electric-tests.el (autowrapping-7): Tests for
144         tex-mode.
146 2014-12-27  Glenn Morris  <rgm@gnu.org>
148         * automated/flymake/warnpred/test.pl: Tweak format, since the
149         previous one seems to have stopped giving a warning with perl 5.20.1.
151 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
153         * automated/python-tests.el (python-shell-get-process-name-1)
154         (python-shell-internal-get-process-name-1): Cleanup.
155         (python-shell-get-process-name-2)
156         (python-shell-internal-get-process-name-2): New tests.
157         (python-shell-calculate-command-1)
158         (python-shell-calculate-process-environment-3)
159         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
160         (python-shell-make-comint-2, python-shell-make-comint-4)
161         (python-shell-get-process-1, python-util-clone-local-variables-1):
162         Replace obsolete function and variable references with current.
164 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
166         * automated/let-alist.el: require `cl-lib'
167         New tests for accessing alists inside alists.
169 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
171         * automated/let-alist.el: New file.
173 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
175         * automated/seq-tests.el: New file.
177 2014-12-16  Glenn Morris  <rgm@gnu.org>
179         * automated/data/flymake/Makefile (check-syntax):
180         Prevent colorized gcc output from confusing flymake.
182         * automated/flymake-tests.el (flymake-tests-data-directory):
183         Change from flymake/warnpred to more standard data/flymake.
184         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
186 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
188         * automated/vc-tests.el (vc-test--revision-granularity-function):
189         New defun.
190         (vc-test--create-repo-function): Rename from
191         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
192         (vc-test--create-repo): Check also for revision-granularity.
193         (vc-test--unregister-function): Additional argument FILE.
194         Adapt all callees.
195         (vc-test--working-revision): New defun.
196         (vc-test-*-working-revision): New tests.
198 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
200         * automated/vc-tests.el (vc-test--register): Check, that the file
201         still exists after register and unregister operations.
203 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
205         * automated/vc-tests.el: New file.
207 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
209         * automated/tramp-tests.el (tramp-test29-vc-registered):
210         Fallback for changed `vc-register' argument list.
212 2014-12-03  Glenn Morris  <rgm@gnu.org>
214         * automated/tramp-tests.el (tramp-test29-vc-registered):
215         Update for recent incompatible change in vc-register.
217 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
219         * automated/python-tests.el
220         (python-shell-calculate-process-environment-4)
221         (python-shell-calculate-process-environment-5): New tests.
222         (python-shell-make-comint-3): Use file-equal-p.
223         (python-shell-get-or-create-process-1)
224         (python-shell-get-or-create-process-2)
225         (python-shell-get-or-create-process-3): Fix interpreter for
226         Windows (Bug#18595).
228 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
230         * automated/libxml-tests.el
231         (libxml-tests--data-comments-preserved): Rename from
232         'libxml-tests--data'.
233         (libxml-tests--data-comments-discarded): New.
234         (libxml-tests): Check whether 'libxml-parse-xml-region' is
235         discarding comments correctly.
237 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
239         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
240         HTML and XML now use no-break space as hard space.  Update tests.
241         (tildify-test-foreach-ignore-environments)
242         (tildify-test-foreach-ignore-environments-early-return,
243         (tildify-test-foreach-region)
244         (tildify-test-foreach-region-early-return)
245         (tildify-test-foreach-region-limit-region): New tests of
246         `tildify-foreach-ignore-environments' and
247         `tildify--foreach-region' functions.
248         (with-test-foreach): New helper macro for the above tests.
250 2014-11-17  Glenn Morris  <rgm@gnu.org>
252         * automated/occur-tests.el (occur-test-case, occur-test-create):
253         In case of failure, show the actual string, rather than just nil.
254         (occur-tests): Update for apparent change in output re control-chars.
256 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
258         * automated/icalendar-tests.el (icalendar-tests--test-export):
259         New optional parameter `alarms'.
260         (icalendar-export-alarms): New test for exporting icalendar
261         alarms.
262         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
264 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
266         * automated/icalendar-tests.el (icalendar-tests--test-import):
267         Mention timezone in doc string.  Clean up.
268         (icalendar-real-world): Add another test case for no-dst
269         timezones.
271 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
273         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
274         Add testcase where offsets of standard time and daylight saving time
275         are equal.
276         (icalendar-real-world): Fix error in test case.  Expected result
277         was wrong when offsets of standard time and daylight saving time
278         were equal.
280 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
282         * automated/python-tests.el
283         (python-shell-calculate-process-environment-2): Fix test.
284         (python-shell-calculate-process-environment-1)
285         (python-shell-calculate-process-environment-3): Cleanup.
287 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
289         * automated/python-tests.el (python-indent-dedenters-8): New test
290         for Bug#18432.
292 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
294         * automated/python-tests.el (python-indent-region-1)
295         (python-indent-region-2, python-indent-region-3)
296         (python-indent-region-4, python-indent-region-5): New tests.
298 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
300         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
301         * automated/cl-lib-tests.el: Rename from cl-lib.el.
303 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
305         * automated/libxml-tests.el: New file.
307 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
309         * automated/process-tests.el (process-test-quoted-batfile):
310         New test.
312 2014-10-20  Glenn Morris  <rgm@gnu.org>
314         * Merge in all changes up to 24.4 release.
316 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * indent/scss-mode.scss: New file.
319         * indent/css-mode.css: Add a few uneventful examples.
321 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
323         * BidiCharacterTest.txt: New file, from Unicode.
325         * biditest.el: New file.
327 2014-10-08  Leo Liu  <sdl.web@gmail.com>
329         * automated/print-tests.el: New file.
330         (terpri): Tests for terpri.  (Bug#18652)
332 2014-10-06  Glenn Morris  <rgm@gnu.org>
334         * automated/icalendar-tests.el (icalendar--calendar-style):
335         Remove test, no longer relevant.
337 2014-10-04  Glenn Morris  <rgm@gnu.org>
339         * automated/package-x-test.el: Remove file...
340         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
342 2014-10-02  Glenn Morris  <rgm@gnu.org>
344         * automated/package-test.el (with-package-test, package-test-signed):
345         Also set HOME to a temp value, in case the real one is absent (e.g.
346         hydra) or read-only.  (Bug#18575)
347         (package-test-signed): Use skip-unless rather than expected-result.
349 2014-09-26  Leo Liu  <sdl.web@gmail.com>
351         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
352         New tests.  (Bug#18557)
354 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
356         * automated/newsticker-tests.el
357         (newsticker--group-find-parent-group),
358         (newsticker--group-do-rename-group): New tests.
360 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
362         * automated/fns-tests.el (fns-tests-collate-sort):
363         Bind w32-collate-ignore-punctuation to t when sorting according to
364         UTS#10 rules.
366 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
368         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
369         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
371 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
373         * automated/fns-tests.el (fns-tests-compare-strings): In case
374         `compare-strings' shall return t, check for this.
375         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
377 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
379         * automated/python-tests.el (python-indent-electric-colon-1):
380         New test.  (Bug#18228)
382 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
384         * automated/fns-tests.el (fns-tests-sort): New test.
386 2014-08-28  Glenn Morris  <rgm@gnu.org>
388         * automated/python-tests.el (python-shell-calculate-exec-path-2):
389         Update test for today's python.el changes.
391 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
393         * automated/compile-tests.el (compile--test-error-line): Grok FILE
394         being nil.  Allows for Guile tests to pass.
395         (compile-tests--test-regexps-data): Add Guile tests.
397 2014-08-11  Glenn Morris  <rgm@gnu.org>
399         * automated/data/files-bug18141.el.gz: New file.
400         * automated/files.el (files-test-bug-18141-file):
401         New variable and test.  (Bug#18141)
403 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
405         Enumerate evaluated sexp diary entries (Bug#7911).
406         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
407         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
408         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
409         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
410         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
411         New tests.
413 2014-08-07  Glenn Morris  <rgm@gnu.org>
415         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
417 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
419         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
420         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
422 2014-08-03  Glenn Morris  <rgm@gnu.org>
424         * automated/Makefile.in (check-tar): New rule.
426 2014-08-02  Glenn Morris  <rgm@gnu.org>
428         * automated/fns-tests.el (fns-tests-compare-strings):
429         Update test.  (Bug#17903)
431         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
432         Use more precise TZ specification, as per 2013-08-04.
434 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
436         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
437         New test.
439 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
441         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
443 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
445         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
446         Work around the failures in icalendar-tests which occasionally occur on
447         hydra.nixos.org.
449 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
451         * automated/python-tests.el:
452         (python-util-clone-local-variables-1): Fix test.
454         * automated/python-tests.el (python-shell-make-comint-1):
455         (python-shell-make-comint-2): Fix indentation.
456         (python-shell-make-comint-3)
457         (python-shell-make-comint-4): New tests.
458         (python-shell-get-or-create-process-1): Fix test.
459         (python-shell-get-or-create-process-2)
460         (python-shell-get-or-create-process-3): New tests.
461         (python-shell-internal-get-or-create-process-1): Fix test.
462         (python-shell-prompt-detect-1): New test.
463         (python-shell-prompt-detect-2): New test.  (Bug#17370)
464         (python-shell-prompt-detect-3)
465         (python-shell-prompt-detect-4)
466         (python-shell-prompt-detect-5)
467         (python-shell-prompt-detect-6)
468         (python-shell-prompt-validate-regexps-1)
469         (python-shell-prompt-validate-regexps-2)
470         (python-shell-prompt-validate-regexps-3)
471         (python-shell-prompt-validate-regexps-4)
472         (python-shell-prompt-validate-regexps-5)
473         (python-shell-prompt-validate-regexps-6)
474         (python-shell-prompt-validate-regexps-7)
475         (python-shell-prompt-set-calculated-regexps-1)
476         (python-shell-prompt-set-calculated-regexps-2)
477         (python-shell-prompt-set-calculated-regexps-3)
478         (python-shell-prompt-set-calculated-regexps-4)
479         (python-shell-prompt-set-calculated-regexps-5)
480         (python-shell-prompt-set-calculated-regexps-6)
481         (python-util-valid-regexp-p-1): New tests.
483 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
485         * automated/advice-tests.el (advice-test-call-interactively): Make sure
486         the function's definition is fully restored at the end.
488 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
490         * automated/python-tests.el (python-indent-block-enders-1)
491         (python-indent-block-enders-2): Fix tests.
492         (python-indent-block-enders-3, python-indent-block-enders-4)
493         (python-indent-block-enders-5, python-indent-dedenters-1)
494         (python-indent-dedenters-2): Remove tests.
495         (python-indent-dedenters-1, python-indent-dedenters-2)
496         (python-indent-dedenters-3, python-indent-dedenters-4)
497         (python-indent-dedenters-5, python-indent-dedenters-6)
498         (python-indent-dedenters-7)
499         (python-info-dedenter-opening-block-position-1)
500         (python-info-dedenter-opening-block-position-2)
501         (python-info-dedenter-opening-block-position-3)
502         (python-info-dedenter-opening-block-positions-1)
503         (python-info-dedenter-opening-block-positions-2)
504         (python-info-dedenter-opening-block-positions-3)
505         (python-info-dedenter-opening-block-positions-4)
506         (python-info-dedenter-opening-block-positions-5)
507         (python-info-dedenter-opening-block-message-1)
508         (python-info-dedenter-opening-block-message-2)
509         (python-info-dedenter-opening-block-message-3)
510         (python-info-dedenter-opening-block-message-4)
511         (python-info-dedenter-opening-block-message-5)
512         (python-info-dedenter-statement-p-1)
513         (python-info-dedenter-statement-p-2)
514         (python-info-dedenter-statement-p-3)
515         (python-info-dedenter-statement-p-4)
516         (python-info-dedenter-statement-p-5): New tests.
518 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * indent/perl.perl: Add indentation pattern for hash-table entries.
522 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
524         * automated/dbus-tests.el (dbus-test02-register-service-session)
525         (dbus-test02-register-service-system): Fix docstring.
526         (dbus-test02-register-service-own-bus)
527         (dbus-test03-peer-interface): New tests.
529 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
531         * automated/python-tests.el (python-tests-self-insert): New function.
532         (python-triple-quote-pairing): Use it.
533         (python-parens-electric-indent-1): New test. (Bug#17658)
535 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
537         * automated/subr-x-tests.el: New file.
539 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
541         * automated/tramp-tests.el (tramp--instrument-test-case):
542         Print debug buffer in any case.
544 2014-06-28  Leo Liu  <sdl.web@gmail.com>
546         * automated/calc-tests.el: New file and add tests for math-bignum.
547         (Bug#17556)
549 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
551         * automated/dbus-tests.el (dbus--test-register-service)
552         (dbus-test02-register-service-session): Replace `dbus-ping' calls
553         by `dbus-list-known-names'.  (Bug#17858)
555 2014-06-28  Glenn Morris  <rgm@gnu.org>
557         * automated/Makefile.in (GDB): New variable.
558         (emacs): Use $GDB.  (Bug#15991)
560         * automated/Makefile.in (WRITE_LOG): New variable.
561         (%.log): Use WRITE_LOG.
562         (test_template): Disable logging.
564         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
565         (test_template): New definition.  Apply to TESTS.
567 2014-06-27  Glenn Morris  <rgm@gnu.org>
569         * automated/Makefile.in (check-maybe): Rename from check.
570         (check): Re-run all the tests, every time.
571         (clean, mostlyclean): Also delete *.log~.
573 2014-06-26  Glenn Morris  <rgm@gnu.org>
575         * automated/package-x-test.el: Do not mess with load-path.
577         * automated/Makefile.in (%.log): If error, dump log to stdout.
579 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
581         * automated/package-test.el (package-test-update-listing)
582         (package-test-update-archives, package-test-describe-package):
583         Adjust tests according to new package-list-unsigned.
585 2014-06-26  Glenn Morris  <rgm@gnu.org>
587         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
589         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
591         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
592         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
593         (setwins, compile-targets, compile-main, compile-clean): Remove.
594         (GREP_OPTIONS): Unexport.
595         (.el.elc): Replace with pattern rule.
596         (%.elc, %.log): New pattern rules.
597         (ELFILES, LOGFILES): New variables.
598         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
599         (clean, mostlyclean): New rules.
600         (bootstrap-clean): Simplify.
601         (bootstrap-clean, distclean): Depend on clean.
603 2014-06-25  Glenn Morris  <rgm@gnu.org>
605         * automated/flymake-tests.el (flymake-tests--current-face):
606         Sleep for longer.  Avoid querying.
608 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
610         * automated/fns-tests.el (fns-tests-compare-string): New test.
612 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
614         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
615         according to Bug#17815.
617 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
619         * automated/python-tests.el (python-util-strip-string-1): New test.
621 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
623         Sync with Tramp 2.2.10.
625         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
626         (tramp--instrument-test-case): Extend docstring.
627         (tramp-test15-copy-directory): Skip for tramp-smb.el.
628         (tramp-test21-file-links): Use `file-truename' for directories.
629         (tramp-test27-start-file-process, tramp-test28-shell-command):
630         Retrieve process output more robustly.
631         (tramp--test-check-files): Extend test.
632         (tramp-test30-special-characters): Skip for tramp-adb.el,
633         tramp-gvfs.el and tramp-smb.el.  Add further file names.
635 2014-06-13  Glenn Morris  <rgm@gnu.org>
637         * automated/Makefile.in (compile-main):
638         GNU make automatically passes command-line arguments to sub-makes.
640 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
642         * automated/tildify-tests.el (tildify-test--test): Optimize the test
643         slightly by reusing the same temporary buffer across multiple test
644         cases.
646         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
647         (tildify-test-find-env-group-index-bug): Update to support new
648         signature of the `tildify-foreach-region-outside-env' function.
649         Namely, it now takes pairs as an argument instead of looking it up in
650         `tildify-ignored-environments-alist'.
652         * automated/tildify-tests.el (tildify-test--example-html): Add support
653         for generating XML code, so that…
654         (tildify-test-xml) …test can be added to check handling of XML
655         documents.
657         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
658         New test checking end-regex building when multiple environment pairs
659         use integers to refer to capture groups.
661         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
662         test checking end-regex building in `tildify-find-env' function when
663         integers (denoting capture groups) and strings are mixed together.
665 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
667         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
668         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
670 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
672         * automated/tramp-tests.el (tramp-test29-vc-registered):
673         Instrument failed test case.
675 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
678         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
680 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
682         * automated/tildify-tests.el: New file.
684 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
686         * indent/ruby.rb: Add one more test.
688         * indent/ps-mode.ps: New file.
690         * indent/octave.m: Add a few more tests.
692         * automated/core-elisp-tests.el
693         (core-elisp-test-window-configurations): New test.
695 2014-05-26  Glenn Morris  <rgm@gnu.org>
697         * automated/package-test.el (package-test-install-single):
698         Update for changed output.
700 2014-05-22  Glenn Morris  <rgm@gnu.org>
702         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
703         Fix handling of temporary elc files.
705         * automated/fns-tests.el (fns-tests-nreverse):
706         Update for changed string behavior.
708 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
710         * automated/fns-tests.el: New file.
711         * automated/fns-tests.el (fns-tests-nreverse)
712         (fns-tests-nreverse-bool-vector): New tests.
714 2014-05-08  Glenn Morris  <rgm@gnu.org>
716         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
717         (vc-bzr-test-faulty-bzr-autoloads):
718         Give bzr a temporary home-directory, in case the real one is missing.
720 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
722         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
723         New test.
725 2014-05-08  Glenn Morris  <rgm@gnu.org>
727         * automated/help-fns.el: New file.
729 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
731         * automated/undo-tests.el (undo-test-region-deletion): New test to
732         demonstrate bug#17235.
733         (undo-test-region-example): New test to verify example given in
734         comments for undo-make-selective-list.
736 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
738         * automated/tramp-tests.el (top):
739         * automated/file-notify-tests.el (top): Do not disable interactive
740         passwords in batch mode.
741         (password-cache-expiry): Set to nil.
743         * automated/file-notify-tests.el
744         (file-notify-test-remote-temporary-file-directory):
745         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
746         Use a mock-up method as default.
747         (tramp-test00-availability): Print the used directory name.
748         (tramp-test33-recursive-load): Fix typo.
750 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
752         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
753         (tramp-test30-special-characters): Remove test for backslash.
755 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
757         * automated/tramp-tests.el
758         (tramp-test19-directory-files-and-attributes)
759         (tramp-test22-file-times): Check for `file-attributes' equality
760         only if there is a usable timestamp.
761         (tramp--test-check-files): Do not use `copy-sequence'.
763 2014-04-22  Daniel Colascione  <dancol@dancol.org>
765         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
766         Add compile flag.
767         (test-byte-comp-macro-expansion)
768         (test-byte-comp-macro-expansion-eval-and-compile)
769         (test-byte-comp-macro-expansion-eval-when-compile)
770         (test-byte-comp-macro-expand-lexical-override): Use it.
771         (test-eager-load-macro-expansion)
772         (test-eager-load-macro-expansion-eval-and-compile)
773         (test-eager-load-macro-expansion-eval-when-compile)
774         (test-eager-load-macro-expand-lexical-override): New tests.
776         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
777         account for removal of `cl-struct-set-slot-value'. Also, move
778         the defstruct to top level.
780 2014-04-21  Daniel Colascione  <dancol@dancol.org>
782         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
783         New function.
784         (test-byte-comp-macro-expansion)
785         (test-byte-comp-macro-expansion-eval-and-compile)
786         (test-byte-comp-macro-expansion-eval-when-compile)
787         (test-byte-comp-macro-expand-lexical-override): New tests.
789         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
790         (cl-the): Fix cl-the test.
792 2014-04-20  Daniel Colascione  <dancol@dancol.org>
794         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
796 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
798         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
799         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
801 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
803         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
804         (tramp--test-make-temp-name): Optional argument LOCAL.
805         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
806         (tramp-test10-write-region): No special test for out-of-band copy
807         needed anymore.
808         (tramp-test11-copy-file, tramp-test12-rename-file)
809         (tramp-test21-file-links): Extend tests.
810         (tramp-test20-file-modes): More robust check for user "root".
811         (tramp--test-check-files): New defun.
812         (tramp-test30-special-characters, tramp-test33-recursive-load)
813         (tramp-test34-unload): New tests.
814         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
816 2014-04-11  Glenn Morris  <rgm@gnu.org>
818         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
820 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
822         * automated/electric-tests.el: Fix spelling error in test name.
823         (whitespace-skipping-for-quotes-not-outside):
824         Rename from whitespace-skipping-for-quotes-not-ouside.
826 2014-04-09  Daniel Colascione  <dancol@dancol.org>
828         * automated/syntax-tests.el: New file.
830 2014-04-09  Glenn Morris  <rgm@gnu.org>
832         * automated/python-tests.el (python-triple-quote-pairing):
833         Enable/disable electric-pair-mode as needed.
835         * automated/electric-tests.el (electric-pair-backspace-1):
836         Replace deleted function.
838 2014-04-07  João Távora  <joaotavora@gmail.com>
840         * automated/python-tests.el (python-triple-quote-pairing): New test.
841         (python-syntax-after-python-backspace): New test.
843         * automated/electric-tests.el (electric-pair-define-test-form):
844         More readable test docstrings.
845         (whitespace-skipping-for-quotes-not-ouside)
846         (whitespace-skipping-for-quotes-only-inside)
847         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
849 2014-04-04  João Távora  <joaotavora@gmail.com>
851         * automated/electric-tests.el (define-electric-pair-test):
852         Don't overtest.
853         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
854         (inhibit-in-mismatched-string-inside-c-comments): New test.
856 2014-04-02  João Távora  <joaotavora@gmail.com>
858         * automated/electric-tests.el (inhibit-if-strings-mismatched):
859         New test, change from `inhibit-only-of-next-is-mismatched'.
861 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
863         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
864         (undo-test-region-t-marker): New tests of marker adjustments.
865         (undo-test-marker-adjustment-moved):
866         (undo-test-region-mark-adjustment): New tests to demonstrate
867         bug#16818, which fail without the fix.
869 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
871         * automated/package-test.el (package-test-describe-package):
872         Fix test failure in non-graphical mode.
874 2014-03-23  Daniel Colascione  <dancol@dancol.org>
876         * automated/subword-tests.el (subword-tests2): More subword tests.
878         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
879         New test: correct parsing of keyword arguments.
881 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
883         * automated/package-test.el (package-test-describe-package):
884         Check for the "Keywords: " line.
886         * automated/data/package/archive-contents: Include the :keywords
887         field in `simple-single' data form.
889 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
891         * automated/package-test.el
892         (package-test-install-two-dependencies): New test (bug#16826).
894         * automated/data/package/simple-two-depend-1.1.el: New file.
896         * automated/data/package/archive-contents:
897         Add info about the new package.
899 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
901         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
902         (tramp-test10-write-region): Extend for out-of-band copy.
903         (tramp-test31-asynchronous-requests): New test.
905 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
907         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
908         Add new test of undo in region.
909         (undo-test-in-region-eob): Add test case described at
910         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
912 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
914         * automated/tramp-tests.el (tramp--test-enabled)
915         (tramp-test15-copy-directory): No special handling of tramp-adb.el
916         anymore.  It's fixed in that package.
918 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
920         * automated/tramp-tests.el (tramp--test-enabled): Move connection
921         cleanup into this function.  Remove respective code from all test
922         cases.
923         (tramp--instrument-test-case): Declare `indent' and `debug'.
924         Handle other errors as well.
925         (tramp-test14-delete-directory): Check for `file-error' error.
926         (tramp-test15-copy-directory): Ignore return value of
927         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
928         (tramp-test19-directory-files-and-attributes): Take care of
929         timestamp of "../".
930         (tramp-test20-file-modes, tramp-test27-start-file-process)
931         (tramp-test28-shell-command): Skip for tramp-adb.el.
932         (tramp-test21-file-links): `file-truename' shall preserve trailing
933         link of directories.
934         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
935         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
936         `kill-buffer-query-functions' to nil.
937         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
939 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
941         * automated/tramp-tests.el
942         (tramp-test19-directory-files-and-attributes): Do not include
943         directories in comparison; they might have changed their
944         timestamps already.
946 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
948         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
949         (tramp-test17-insert-directory): First line could contain more
950         text, when produced by `ls-lisp'.
951         (tramp-test19-directory-files-and-attributes): Instrument failed
952         test case.
954 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
956         * automated/tramp-tests.el (tramp-test17-insert-directory):
957         Make first line "total 123" optional.
958         (tramp-test20-file-modes, tramp-test22-file-times)
959         (tramp-test26-process-file, tramp-test27-start-file-process)
960         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
961         tramp-smb.el.
962         (tramp-test20-file-modes): Check for "root" only when there is an
963         explicit user name.
964         (tramp-test21-file-links): Handle "... not supported" error.
965         (tramp-test22-file-times): Skip for "don't know" return values.
966         (tramp-test26-process-file, tramp-test28-shell-command):
967         Remove color escape sequences.
968         (tramp-test28-shell-command): Use `accept-process-output' rather
969         than `sit-for'.
970         (tramp-test30-utf8): Set coding system `utf-8'.
972 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
974         * automated/tramp-tests.el (tramp-test28-shell-command):
975         Perform an initial `sit-for' prior the while loop.
977 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
979         Sync with Tramp 2.2.9.
981         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
982         (tramp-test28-shell-command): Make a while loop when waiting for
983         process exit.
985 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
987         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
988         and `vc-hg'.  Declare `tramp-find-executable' and
989         `tramp-get-remote-path'.
990         (tramp-test29-vc-registered): New test.
991         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
993 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
995         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
996         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
997         (tramp-test28-shell-command): Improve `shell-command' test.
998         Add `async-shell-command' tests.
1000 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1002         * automated/file-notify-tests.el (file-notify--wait-for-events):
1003         Use `read-event' instead of `sit-for'.
1004         (file-notify-test02-events): Remove expected result, the bug is
1005         fixed meanwhile.
1006         (file-notify-test02-events, file-notify-test03-autorevert):
1007         Use `sleep-for' instead of `sit-for'.
1009 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1011         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1012         New test.
1014 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1016         * automated/file-notify-tests.el (file-notify--deftest-remote):
1017         Do not skip when the local test has failed.  They are unrelated.
1018         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1019         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1020         `sleep-for'.
1021         (file-notify-test02-events): Check for `file-remote-p' instead of
1022         `file-notify--test-remote-enabled'.
1024 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1026         * automated/file-notify-tests.el (file-notify-test02-events):
1027         Let test case fail for Bug#16519.
1029 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1031         * automated/file-notify-tests.el (file-notify-test02-events):
1032         Hide Bug#16519, until it is solved.
1034 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1036         * automated/file-notify-tests.el
1037         (file-notify--test-local-enabled): Fix error in logic.
1038         (file-notify--wait-for-events): New defmacro.
1039         (file-notify-test02-events): Make short breaks between file operations.
1040         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1041         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1043         * automated/comint-testsuite.el
1044         (comint-testsuite-password-strings): Add localized examples.
1046 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1048         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1049         case if inotify is not linked with Emacs.  Use `read-event' rather
1050         than `sit-for' in order to process events.  (Bug#13662)
1052 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1054         * automated/ert-tests.el (ert-test-record-backtrace):
1055         Reenable test case with adapted test string.  (Bug#13064)
1057 2013-12-28  Glenn Morris  <rgm@gnu.org>
1059         * automated/electric-tests.el: Require 'elec-pair.
1061 2013-12-26  João Távora  <joaotavora@gmail.com>
1063         * automated/electric-tests.el (electric-pair-test-for):
1064         Fix autowrapping tests in batch-mode by running with
1065         `transient-mark-mode' set to `lambda'.
1067         * automated/electric-tests.el: New file.
1069 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1071         * automated/python-tests.el
1072         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1073         (python-nav-forward-sexp-safe-1): New test.
1075 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1077         * automated/ruby-mode-tests.el: Add tests for
1078         `ruby-align-to-stmt-keywords'.
1080         * indent/ruby.rb: Update examples to reflect the lack of change in
1081         default indentation of `begin' blocks.
1083 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1085         * indent/ruby.rb: Update examples according to the change
1086         in `smie-indent-close'.
1088 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1090         * indent/ruby.rb: New examples.
1092 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1094         * automated/python-tests.el (python-indent-dedenters-2): New test.
1096 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1098         * automated/python-tests.el (python-indent-after-comment-1)
1099         (python-indent-after-comment-2): New tests.
1101 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1103         * automated/python-tests.el (python-indent-block-enders-1):
1104         Rename from python-indent-block-enders.
1105         (python-indent-block-enders-2): New test.
1107 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1109         * indent/js.js: New file.
1111 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1113         * automated/dbus-tests.el: New file.
1115 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         * automated/regexp-tests.el: New file.
1119 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1121         * automated/reftex-tests.el (reftex-parse-from-file-test):
1122         Run temp-dir through file-truename, to make sure the temporary file
1123         names are comparable as strings.
1125         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1126         Force Unix EOLs by using 'utf-8-unix', since the default of
1127         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1129 2013-11-28  Glenn Morris  <rgm@gnu.org>
1131         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1133 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1135         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1136         (EMACSOPT): Use $(PATH_SEP).
1138 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1140         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1141         Set to nil.
1143 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1145         * automated/file-notify-tests.el
1146         (file-notify-test-remote-temporary-file-directory):
1147         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1148         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1149         (file-notify--deftest-remote): Cleanup connection initially.
1150         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1151         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1152         does not work on MS Windows.  Call `accept-process-output' for
1153         remote files.  Apply `string-match' instead of `string-equal', the
1154         messages are different on MS Windows.
1156         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1157         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1158         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1160 2013-11-23  Glenn Morris  <rgm@gnu.org>
1162         * automated/python-tests.el (python-shell-make-comint-1)
1163         (python-shell-make-comint-2, python-shell-get-process-1):
1164         Suppress creation of some temp-files.
1166         * automated/python-tests.el (python-shell-parse-command-1)
1167         (python-shell-make-comint-1, python-shell-make-comint-2)
1168         (python-shell-get-process-1)
1169         (python-shell-internal-get-or-create-process-1):
1170         Skip rather than fail if prereqs not found.
1172         * automated/Makefile.in (emacs):
1173         Empty EMACSLOADPATH rather than unsetting.
1175 2013-11-22  Glenn Morris  <rgm@gnu.org>
1177         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1178         Set expected-result.
1180 2013-11-21  Glenn Morris  <rgm@gnu.org>
1182         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1183         (compile-main): Pass XARGS_LIMIT to xargs.
1185         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1186         (EMACSOPT): Use PATH_SEPARATOR.
1188 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1190         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1191         Add a failing test for Bug#15874.
1192         (ruby--insert-coding-comment-ruby-style)
1193         (ruby--insert-coding-comment-emacs-style)
1194         (ruby--insert-coding-comment-custom-style):
1195         Add a few tests for `ruby--insert-coding-comment'.
1197 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1199         Improve API of recently-added bool vector functions (Bug#15912).
1200         * automated/data-tests.el: Adjust to API changes.
1202 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1204         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1205         (tramp-test08-file-local-copy)
1206         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1207         (tramp-test11-copy-file, tramp-test12-rename-file)
1208         (tramp-test13-make-directory, tramp-test14-delete-directory)
1209         (tramp-test15-copy-directory, tramp-test16-directory-files)
1210         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1211         (tramp-test19-directory-files-and-attributes)
1212         (tramp-test20-file-modes, tramp-test21-file-links)
1213         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1214         (tramp-test24-file-name-completion, tramp-test25-load)
1215         (tramp-test26-process-file, tramp-test27-start-file-process)
1216         (tramp-test28-shell-command): Cleanup connection initially.
1218 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1220         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1221         connection before running the test.
1223 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1225         * automated/tramp-tests.el (tramp-test15-copy-directory)
1226         (tramp-test16-directory-files, tramp-test17-insert-directory)
1227         (tramp-test18-file-attributes)
1228         (tramp-test19-directory-files-and-attributes)
1229         (tramp-test20-file-modes, tramp-test21-file-links)
1230         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1231         (tramp-test24-file-name-completion, tramp-test25-load)
1232         (tramp-test26-process-file, tramp-test27-start-file-process)
1233         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1234         (tramp-test29-utf8): New test.
1236 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1238         * automated/file-notify-tests.el (file-notify-test02-events)
1239         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1241         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1242         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1243         (tramp-test26-process-file, tramp-test28-shell-command):
1244         Ensure, that the directory is not empty when calling "ls".
1246 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1248         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1249         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1250         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1251         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1252         (tramp-test26-process-file): Add tests.
1253         (tramp-test11-copy-file): Remove debug message.
1254         (tramp-test20-file-modes): Special case, if user is "root".
1256 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1258         * automated/file-notify-tests.el:
1259         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1260         `tramp-remote-path' when running on hydra.
1261         (tramp-test07-file-exists-p): Remove instrumentation code.
1262         (tramp-test26-process-file): Don't use "/bin/true" and
1263         "/bin/false", these paths do not exist on hydra.
1265 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1267         * automated/process-tests.el: New file.
1269 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1271         * indent/ruby.rb: New examples.
1273 2013-11-06  Glenn Morris  <rgm@gnu.org>
1275         * automated/Makefile.in (setwins): Avoid accidental matches.
1277 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1279         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1280         Fix docstring.  Instrument, in order to hunt failure on hydra.
1282 2013-11-06  Glenn Morris  <rgm@gnu.org>
1284         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1285         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1286         (warning-predicate-function-perl):
1287         * automated/info-xref.el (info-xref-test-makeinfo):
1288         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1289         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1291 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1293         * automated/tramp-tests.el: New file.
1295 2013-11-05  Glenn Morris  <rgm@gnu.org>
1297         Get rid of --chdir usage.
1298         * automated/Makefile.in (EMACSOPT): Move -L here.
1299         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1300         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1301         (.el.elc): No more need to pass -L here.
1302         (compile-main): Get rid of sub-shell and cd.
1303         (compile-clean, check): Get rid of cd.
1305         Make it possible to run tests with a different working directory.
1306         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1307         (flymake-tests--current-face): Use flymake-tests-data-directory.
1308         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1309         (warning-predicate-function-perl): Adapt for above change.
1310         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1311         (zlib--decompress): Use zlib-tests-data-directory.
1313         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1314         Remove test that makes no sense.
1316         * automated/files.el (files-test-local-variable-data):
1317         Fix result typo presumably caused by interference from dir-locals.
1318         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1320 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1322         * indent/ruby.rb: Add a statement on the line after heredoc.
1323         Move a now-successful example.
1325         * automated/ruby-mode-tests.el: Remove outdated comment.
1327 2013-11-04  Glenn Morris  <rgm@gnu.org>
1329         * automated/Makefile.in (abs_srcdir): Remove.
1330         (emacs): Unset EMACSLOADPATH.
1331         (.el.elc, check): Use -L to append srcdir to load-path.
1333 2013-11-02  Glenn Morris  <rgm@gnu.org>
1335         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1336         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1337         (abs_srcdir): New, set by configure.
1338         (EMACS): Use a relative file name.
1339         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1340         (lisp-compile): Remove (assume it's up-to-date).
1341         (compile-main): Do not run lisp-compile.
1342         (compile-main, compile-clean, compile-always, bootstrap-clean)
1343         (check): Use srcdir rather than $test.  Check cd return value.
1344         Use --chdir.
1345         (doit, compile, compile-always): Remove stuff copied from lisp/.
1346         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1348 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1350         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1351         Add a skipping test.
1353 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1355         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1357         * indent/css-mode.css (.x2): Test alignement inside braces.
1359 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1361         * indent/ruby.rb: New failing example.
1363         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1364         Fix the test, in respect to adding the space after the curly.
1366 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1368         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1369         (ert-test-deftest): Adapt test for changed macro expansion.
1370         (ert-test-run-tests-interactively):
1371         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1372         Add a skipping test.
1374         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1375         (file-notify--test-local-enabled): Make it a function.  Check also
1376         for `file-remote-p' of `temporary-file-directory'.
1377         (file-notify--test-remote-enabled-checked): New defvar.
1378         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1379         internal functions.  Cache result.
1380         (file-notify--deftest-remote, file-notify-test00-availability)
1381         (file-notify-test01-add-watch, file-notify-test02-events)
1382         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1383         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1385 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1387         * indent/ruby.rb: Fix syntax error in the latest example.
1389 2013-10-23  Glenn Morris  <rgm@gnu.org>
1391         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1392         New, set by configure.
1393         (top_srcdir): Remove.
1394         (abs_test, abs_lispsrc): New.
1395         (lisp): No longer absolute.
1396         (emacs, lisp-compile, compile, compile-always):
1397         Quote entities that might contain whitespace.
1399 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1401         * indent/ruby.rb: Move two examples to "working" section, add one
1402         more.
1404 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1406         * indent/ruby.rb: New examples for indentation of blocks.
1407         Example of hash inside parens that inflooped before the present commit.
1409 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1411         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1412         allows another timer to run.
1414 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1416         * indent/ruby.rb: More examples for bug#15594, both failing and
1417         now passing.
1419 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1421         * indent/ruby.rb: Add two more cases.
1423 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1425         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1426         first use.
1427         (ruby-should-indent): Use indent-according-to-mode.
1428         (ruby-deftest-move-to-block): Use `declare'.
1430 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1432         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1434 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1438 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1440         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1441         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1443         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1445 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1448         Adjust indentation of continued line to the new SMIE behavior.
1450 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1452         * automated/completion-tests.el:
1453         * indent/css-mode.css: New files.
1455 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1457         * automated/data/package/signed/archive-contents:
1458         * automated/data/package/signed/archive-contents.sig:
1459         * automated/data/package/signed/signed-good-1.0.el:
1460         * automated/data/package/signed/signed-good-1.0.el.sig:
1461         * automated/data/package/signed/signed-bad-1.0.el:
1462         * automated/data/package/signed/signed-bad-1.0.el.sig:
1463         * automated/data/package/key.pub:
1464         * automated/data/package/key.sec: New files.
1466         * automated/package-test.el (package-test-update-listing)
1467         (package-test-update-archives, package-test-describe-package):
1468         Adjust to package.el change.
1469         (package-test-signed): New test.
1471 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1473         * automated/package-test.el: Update all cases to use :url instead
1474         of :homepage.
1476         * automated/package-x-test.el
1477         (package-x-test--single-archive-entry-1-3): Same.
1479 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1481         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1482         was unused.
1483         (simple-single-desc): Expect :homepage property.
1484         (multi-file-desc): Same.
1485         (with-package-test): Do not save previous `default-directory'
1486         value, let-bind the var instead.
1487         (package-test-install-single): Expect :homepage property in the
1488         generated pkg file.
1489         (package-test-describe-package): Expect Homepage button.
1490         (package-test-describe-non-installed-package)
1491         (package-test-describe-non-installed-multi-file-package): Same.
1492         (package-test-describe-not-installed-package): Remove, it was a
1493         duplicate.
1495         * automated/package-x-test.el
1496         (package-x-test--single-archive-entry-1-3): Expect :homepage
1497         property.
1498         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1500         * automated/data/package/simple-single-1.3.el: Add URL header.
1502         * automated/data/package/archive-contents: Add :homepage
1503         properties to `simple-single' and `multi-file'.
1505 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1507         * automated/data-tests.el:
1508         (bool-vector-count-matches-all-0-nil)
1509         (bool-vector-count-matches-all-0-t)
1510         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1511         (bool-vector-count-matches-at, bool-vector-intersection-op)
1512         (bool-vector-union-op, bool-vector-xor-op)
1513         (bool-vector-set-difference-op)
1514         (bool-vector-change-detection, bool-vector-not): New tests.
1515         (mock-bool-vector-count-matches-at)
1516         (test-bool-vector-bv-from-hex-string)
1517         (test-bool-vector-to-hex-string)
1518         (test-bool-vector-count-matches-at-tc)
1519         (test-bool-vector-apply-mock-op)
1520         (test-bool-vector-binop): New helper functions.
1521         (bool-vector-test-vectors): New testcase data.
1523 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1525         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1526         (advice-test-called-interactively-p-filter-args)
1527         (advice-test-called-interactively-p-around): New tests.
1529 2013-09-16  Glenn Morris  <rgm@gnu.org>
1531         * automated/eshell.el (eshell-match-result):
1532         Return a more informative failure than simply "false".  Update callers.
1534         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1535         Test value before and after loop as well as during.
1537 2013-09-15  Glenn Morris  <rgm@gnu.org>
1539         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1540         New test.  (Bug#15372)
1541         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1543 2013-09-13  Glenn Morris  <rgm@gnu.org>
1545         * automated/eshell.el (with-temp-eshell):
1546         Use a temp directory for eshell-directory-name.
1547         (eshell-test-command-result): New, again using a temp directory.
1548         Replace eshell-command-result with this throughout.
1549         (eshell-test/for-loop, eshell-test/for-name-loop):
1550         Ensure environment variables don't confuse us.
1552 2013-09-12  Glenn Morris  <rgm@gnu.org>
1554         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1555         due to "has a running process; kill it?" prompts.
1557 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1559         * automated/eshell.el: Rename from eshell.el.
1560         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1562 2013-09-01  Glenn Morris  <rgm@gnu.org>
1564         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1565         Otherwise the sed command used by eg compile-main ends up
1566         containing "/*.el".  (Bug#15170)
1568 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1570         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1571         for portability to hosts where /bin/sh has problems.
1573 2013-08-21  David Engster  <deng@randomsample.de>
1575         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1576         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1577         upstream.  Changed to use ERT.
1579 2013-08-14  Daniel Hackney  <dan@haxney.org>
1581         * automated/package-test.el: Remove tar-package-building functions.
1582         Tar file used for testing is included in the repository.
1583         (package-test-install-texinfo, package-test-cleanup-built-files):
1584         Remove.
1586 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1588         * automated/python-tests.el (python-imenu-create-index-4)
1589         (python-imenu-create-flat-index-2): New tests.
1591 2013-08-05  Glenn Morris  <rgm@gnu.org>
1593         * automated/mule-util.el: New file, with tests extracted from
1594         lisp/international/mule-util.el.
1596 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1598         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1599         before definition.
1600         (advice-tests-macroaliases): New test.
1602 2013-08-04  Glenn Morris  <rgm@gnu.org>
1604         * automated/ert-tests.el: Disable failing test that no-one seems
1605         to know how to fix.  (Bug#13064)
1607         * automated/icalendar-tests.el (icalendar-tests--test-export)
1608         (icalendar-tests--test-import): Try more precise TZ specification.
1609         Remove debug messages.
1611 2013-08-03  Glenn Morris  <rgm@gnu.org>
1613         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1615         * automated/icalendar-tests.el (icalendar-tests--test-export)
1616         (icalendar-tests--test-import):
1617         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1618         (icalendar-tests--test-import): Reset zone even if error occurred.
1620 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1622         * automated/core-elisp-tests.el: New file.
1624 2013-08-01  Glenn Morris  <rgm@gnu.org>
1626         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1627         Try to check that the remote system has a notification program.
1629 2013-07-31  Glenn Morris  <rgm@gnu.org>
1631         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1633 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1635         * automated/file-notify-tests.el
1636         (file-notify--test-local-enabled): New defconst.  Replaces all
1637         `file-notify-support' occurrences.
1638         (file-notify--test-remote-enabled): New defun.
1639         (file-notify--deftest-remote): Use it.
1640         (file-notify-test00-availability): Rewrite.
1641         (file-notify-test00-availability-remote): New defun.
1642         (file-notify-test01-add-watch): Rewrite first erroneous check.
1644 2013-07-23  Glenn Morris  <rgm@gnu.org>
1646         * automated/inotify-test.el (inotify-file-watch-simple):
1647         Delete temp-file when done.
1649         * automated/subword-tests.el: Require subword.
1651 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * automated/subword-tests.el: New file.
1655 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1657         * automated/python-tests.el (python-imenu-create-index-2)
1658         (python-imenu-create-index-3): New tests.
1660 2013-07-11  Glenn Morris  <rgm@gnu.org>
1662         * automated/ert-tests.el: Require cl-lib at runtime too.
1663         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1664         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1665         (ert-test-set-functions, ert-test-gensym)
1666         (ert-test-coerce-to-vector, ert-test-string-position)
1667         (ert-test-mismatch): Remove tests.
1668         * automated/cl-lib.el: New, split from ert-tests.el.
1670         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1671         Goto point-min.
1672         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1673         (ruby-move-to-block-skips-percent-literal)
1674         (ruby-move-to-block-skips-heredoc)
1675         (ruby-move-to-block-moves-from-else-to-if)
1676         (ruby-beginning-of-defun-does-not-fold-case)
1677         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1678         Replace goto-line with forward-line/goto-char.
1679         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1681         * automated/package-test.el (makeinfo-buffer): Autoload.
1682         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1683         (package-test-install-texinfo): Don't require makeinfo.
1685         * automated/files.el: Stop "local variables" confusion.
1687         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1689         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1690         Use with-current-buffer.
1692         * automated/undo-tests.el (undo-test-buffer-modified)
1693         (undo-test-file-modified): New tests.
1695 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1697         * automated/file-notify-tests.el (file-notify-test00-availability):
1698         Set :expected-result.
1699         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1700         (file-notify-test02-events, file-notify-test02-events-remote)
1701         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1702         Skip when `file-notify-support' is nil.  (Bug#14823)
1704 2013-07-09  Glenn Morris  <rgm@gnu.org>
1706         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1707         Declare.
1708         (inotify-file-watch-simple): Silence compiler.
1710         * automated/python-tests.el (python-indent-block-enders):
1711         Make it actually test something.
1713         * automated/package-x-test.el: Require package-test when compiling.
1715         * automated/add-log-tests.el, automated/advice-tests.el:
1716         * automated/imenu-test.el, automated/package-x-test.el:
1717         * automated/python-tests.el, automated/ruby-mode-tests.el:
1718         * automated/xml-parse-tests.el: Explicitly require ert.
1720 2013-07-08  Kenichi Handa  <handa@gnu.org>
1722         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1723         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1725 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1727         * automated/file-notify-tests.el
1728         (file-notify-test-remote-temporary-file-directory):
1729         Use `null-device' on w32.
1730         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1731         (file-notify--test-results, file-notify--test-event)
1732         (file-notify--deftest-remote, file-notify--event-test)
1733         (file-notify--test-event-handler)
1734         (file-notify--test-make-temp-name): Rename, in order to mark them
1735         internal.
1736         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1737         better fitting in noninteractive tests.
1738         (file-notify-test00-availability): Rename from `file-notify-test0'.
1739         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1740         Use `temporary-file-directory '.
1741         (file-notify-test01-add-watch-remote): New test.
1742         (file-notify-test02-events): Rename from `file-notify-test2'.
1743         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1744         (file-notify-test03-autorevert): Rename from
1745         `file-notify-test4'.  Use timeouts.
1746         (file-notify-test03-autorevert-remote): Rename from
1747         `file-notify-test5'.
1749 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1751         * automated/file-notify-tests.el: New package.
1753 2013-06-28  Kenichi Handa  <handa@gnu.org>
1755         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1756         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1757         Callers changed.
1758         (decoder-tests-filename): New function.
1759         (decoder-tests-prefer-utf-8-read)
1760         (decoder-tests-prefer-utf-8-write): New function.
1761         (ert-test-decoder-prefer-utf-8): New test.
1763 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1765         * automated/package-x-test.el: Change the commentary.
1766         (package-x-test--single-archive-entry-1-3)
1767         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1768         using the appropriate data structure.
1770 2013-06-27  Daniel Hackney  <dan@haxney.org>
1772         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1774         * automated/package-x-test.el: New file.
1776         * automated/package-test.el: New file.
1778         * automated/data/package: New directory, with test examples.
1780 2013-06-27  Glenn Morris  <rgm@gnu.org>
1782         * automated/python-tests.el (python-tests-with-temp-file):
1783         Clean up after ourself.
1785         * automated/undo-tests.el (undo-test3): Remove test that seems to
1786         do nothing that the previous one doesn't, except leave a tempfile.
1788 2013-06-26  Glenn Morris  <rgm@gnu.org>
1790         * automated/info-xref.el: New file.
1792 2013-06-25  Glenn Morris  <rgm@gnu.org>
1794         * automated/occur-tests.el (occur-test-create): New function.
1795         Use it to create separate tests for each element, so we run them
1796         all rather than stopping at the first error.
1798 2013-06-24  Glenn Morris  <rgm@gnu.org>
1800         * automated/occur-tests.el (occur-tests):
1801         Update for 2013-05-29 change to occur header line.
1803 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1805         Test suite for flymake.
1806         * automated/flymake-tests.el:
1807         * automated/flymake/warnpred/Makefile
1808         * automated/flymake/warnpred/test.c
1809         * automated/flymake/warnpred/test.pl: New files.
1811 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1813         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1815 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1817         * automated/reftex-tests.el: New test suite for reftex.
1819 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1821         * automated/ruby-mode-tests.el: New tests, for percent literals
1822         and expression expansion.
1824 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1826         * indent/octave.m: Tweak.
1828 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1830         * eshell.el: Rewrite tests using ERT.
1832 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1834         * indent/octave.m: Add tests for %!, # and ### comments.
1836 2013-05-23  Kenichi Handa  <handa@gnu.org>
1838         * automated/decoder-tests.el: New file.
1840 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1842         * indent/ruby.rb: Add multiline regexp example.
1844         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1845         (ruby-regexp-skips-over-interpolation)
1846         (ruby-regexp-continues-till-end-when-unclosed)
1847         (ruby-regexp-can-be-multiline)
1848         (ruby-interpolation-inside-percent-literal): New tests.
1850 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1852         * indent/ruby.rb: Fix indentation after =; add more cases.
1854 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1856         * indent/pascal.pas: Add test for mis-identified comments.
1858 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1860         * automated/imenu-test.el: New file.  (Bug#14112)
1862 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1864         * automated/python-tests.el (python-imenu-prev-index-position-1):
1865         Remove test.
1866         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1867         New tests.
1869 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1871         * automated/python-tests.el (python-nav-backward-defun-2)
1872         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1873         (python-nav-forward-defun-3): New tests.
1875 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1877         * automated/python-tests.el (python-nav-backward-defun-1)
1878         (python-nav-forward-defun-1): New tests.
1880 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1882         * automated/add-log-tests.el: New file.  (Bug#14112)
1884 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1886         * automated/python-tests.el (python-indent-block-enders): New test.
1887         (python-info-current-defun-2): Fix test.
1889 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1891         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1893 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1895         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1896         (python-tests-with-temp-file): New macro.
1897         (python-tests-shell-interpreter): New var.
1898         (python-shell-get-process-name-1)
1899         (python-shell-internal-get-process-name-1)
1900         (python-shell-parse-command-1)
1901         (python-shell-calculate-process-environment-1)
1902         (python-shell-calculate-process-environment-2)
1903         (python-shell-calculate-process-environment-3)
1904         (python-shell-calculate-exec-path-1)
1905         (python-shell-calculate-exec-path-2)
1906         (python-shell-make-comint-1)
1907         (python-shell-make-comint-2)
1908         (python-shell-get-process-1)
1909         (python-shell-get-or-create-process-1)
1910         (python-shell-internal-get-or-create-process-1): New tests.
1912 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1914         * automated/python-tests.el: New file.
1916 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1918         * automated/ruby-mode-tests.el
1919         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1920         bits inside the examples.
1921         (ruby-move-to-block-skips-heredoc): New test.
1922         (ruby-add-log-current-method-after-inner-class):
1923         Lower expectations: move point inside a method, initially.
1925 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1927         * automated/ruby-mode-tests.el
1928         (ruby-move-to-block-skips-percent-literal): New test.
1930 2013-02-04  Chong Yidong  <cyd@gnu.org>
1932         * automated/thingatpt.el: New file.
1934 2013-02-03  Chong Yidong  <cyd@gnu.org>
1936         * automated/files.el (file-test--do-local-variables-test):
1937         Avoid compilation warning message.
1939 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1941         * automated/ruby-mode-tests.el
1942         (ruby-indent-spread-args-in-parens): New test.
1943         * automated/ruby-mode-tests.el (ruby-block-test-example):
1944         Break indentation of the do block opener and add a line inside it.
1945         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1946         Adjust line numbers.
1948 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1950         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1952 2013-01-14  Glenn Morris  <rgm@gnu.org>
1954         * automated/compile-tests.el (compile-tests--test-regexps-data):
1955         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1957 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1959         * automated/man-tests.el: New file.
1961 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1963         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1965 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1967         * automated/undo-tests.el: New file.
1969 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1971         * automated/ruby-mode-tests.el
1972         (ruby-indent-after-block-in-continued-expression): New test.
1974 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1976         * automated/ruby-mode-tests.el:
1977         Rename one interpolation test; add three more.
1978         (ruby-with-temp-buffer): New macro, use it where appropriate.
1979         (ruby-add-log-current-method-examples): Use "_" for target point.
1980         Add four new tests for ruby-add-log-current-method.
1982 2012-12-11  Glenn Morris  <rgm@gnu.org>
1984         * automated/f90.el (f90-test-bug13138): New test.
1986 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1988         * automated/inotify-test.el: New test.
1990 2012-12-02  Chong Yidong  <cyd@gnu.org>
1992         * automated/ruby-mode-tests.el
1993         (ruby-add-log-current-method-examples): Don't use loop macro, to
1994         allow automated testing to work.
1996 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1998         * automated/advice-tests.el (advice-tests--data): Remove.
1999         (advice-tests): Move the tests directly here instead.
2000         Add called-interactively-p tests.
2002 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2004         * automated/ert-x-tests.el: Use cl-lib.
2005         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2007 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2009         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2010         (ruby-indent-inside-heredoc-after-operator)
2011         (ruby-indent-inside-heredoc-after-space): New tests.
2012         Change direct font-lock face references to var references.
2013         (ruby-interpolation-suppresses-syntax-inside): New test.
2014         (ruby-interpolation-inside-percent-literal-with-paren):
2015         New failing test.
2017 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2019         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2020         (ruby-singleton-class-no-heredoc-font-lock)
2021         (ruby-add-log-current-method-examples): New tests.
2022         (ruby-test-string): Extract from ruby-should-indent-buffer.
2023         (ruby-deftest-move-to-block): New macro.
2024         Add several move-to-block tests.
2026 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2028         * automated/advice-tests.el: New tests.
2030 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2032         * automated/compile-tests.el (compile-tests--test-regexps-data):
2033         Add new data for msft's new format.
2035 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2037         * automated/ruby-mode-tests.el:
2038         (ruby-toggle-block-to-multiline): New test.
2039         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2040         (ruby-toggle-block-to-brace): Use buffer-string.
2042 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2044         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2046 2012-08-28  Chong Yidong  <cyd@gnu.org>
2048         * automated/files.el: Test every combination of values for
2049         enable-local-variables and enable-local-eval.
2051 2012-08-19  Chong Yidong  <cyd@gnu.org>
2053         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2055 2012-08-18  Chong Yidong  <cyd@gnu.org>
2057         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2059 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2061         * indent/ruby.rb: Rearrange examples, add new ones.
2063 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2065         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2066         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2068 2012-08-11  Glenn Morris  <rgm@gnu.org>
2070         * automated/files.el: New file.
2072         * automated/Makefile.in (all): Fix typo.
2074 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2076         * automated/ruby-mode-tests.el (ruby-should-indent):
2077         Add docstring, check (current-indentation) instead of (current-column).
2078         (ruby-should-indent-buffer): New function.
2079         Add tests for `ruby-deep-indent-paren' behavior.
2080         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2082 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2084         Original tests in test_ruby_mode.rb in upstream (author).
2086 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2088         * automated/ruby-mode-tests.el (ruby-should-indent)
2089         (ruby-assert-state): New functions.
2090         Add new tests.
2092 2012-07-29  David Engster  <deng@randomsample.de>
2094         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2095         New variable to hold test data for name expansion.
2096         (xml-parse-tests): Test the two different types of name expansion.
2098 2012-07-29  Juri Linkov  <juri@jurta.org>
2100         * automated/occur-tests.el (occur-test-case): Use predefined
2101         buffer name " *test-occur*" instead of a random buffer name.
2103 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2105         * automated/ruby-mode-tests.el: New file with one test.
2107 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2109         * indent/shell.sh: Add test case for ${#VAR}.
2111         * indent/latex-mode.tex: New file.
2113 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2115         * eshell.el: Use cl-lib.
2117 2012-07-03  Chong Yidong  <cyd@gnu.org>
2119         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2121 2012-07-02  Chong Yidong  <cyd@gnu.org>
2123         * automated/xml-parse-tests.el (xml-parse-tests--data):
2124         More testcases.
2126 2012-07-01  Chong Yidong  <cyd@gnu.org>
2128         * automated/xml-parse-tests.el: New file.
2130 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2132         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2133         Use cl-flet.
2135 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2137         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2138         Test escaped commas in TZID (Bug#11473).
2139         (icalendar-import-with-timezone): New.
2140         (icalendar-real-world): Add new testcase as given in the bugreport
2141         of Bug#11473.
2143 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2145         * automated/icalendar-tests.el (icalendar-tests--test-import):
2146         Include UID in import tests (Bug#11525).
2147         (icalendar-import-non-recurring, icalendar-import-rrule)
2148         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2149         UID-import change.
2150         (icalendar-import-with-uid): New.
2151         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2152         Include UID in cycle tests.
2153         (icalendar-cycle, icalendar-real-world): UID-import change.
2155 2012-05-21  Glenn Morris  <rgm@gnu.org>
2157         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2159 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2161         * automated/url-util-tests.el: New file to test
2162         lisp/url/url-util.el.  Only `url-build-query-string' and
2163         `url-parse-query-string' are tested right now (Bug#8706).
2165 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2167         * indent/shell.sh:
2168         * indent/shell.rc: Ad some test cases.
2170 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2172         * indent/ruby.rb: New file, to test new syntax-propertize code.
2174 2012-04-11  Glenn Morris  <rgm@gnu.org>
2176         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2178 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2180         * automated/url-future-tests.el (url-future-tests): Move from
2181         lisp/url/url-future.el and rename.
2183 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2185         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2186         Fix broken test, caused by missing trailing blank.
2188 2011-12-03  Chong Yidong  <cyd@gnu.org>
2190         * automated/compile-tests.el (compile-tests--test-regexps-data):
2191         Increase column numbers by one to reflect change in how
2192         compilation-message is recorded (Bug#10172).
2194 2011-11-22  Glenn Morris  <rgm@gnu.org>
2196         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2198 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2200         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2202 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2204         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2205         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2206         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2208 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2210         * automated/newsticker-tests.el
2211         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2212         newsticker--treeview-tree-update.
2214 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2216         * automated/newsticker-tests.el
2217         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2219         * automated/newsticker-tests.el
2220         (newsticker--group-manage-orphan-feeds): Prevent updating
2221         newsticker treeview.  Fixed bug#9763.
2223 2011-10-20  Glenn Morris  <rgm@gnu.org>
2225         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2227         * automated/vc-bzr.el: New file.
2229 2011-10-15  Glenn Morris  <rgm@gnu.org>
2231         * automated/f90.el: New file.
2233 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2235         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2236         to automated/newsticker-tests.el.  Convert to ERT.
2238 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2240         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2241         Remove, simply use string=.
2242         (icalendar--diarytime-to-isotime)
2243         (icalendar--datetime-to-diary-date)
2244         (icalendar--datestring-to-isodate)
2245         (icalendar--format-ical-event)
2246         (icalendar--parse-summary-and-rest)
2247         (icalendar-tests--do-test-import)
2248         (icalendar-tests--do-test-cycle): Change argument order of
2249         string= to EXPECTED ACTUAL.
2250         (icalendar--import-format-sample)
2251         (icalendar--format-ical-event)
2252         (icalendar-import-non-recurring)
2253         (icalendar-import-rrule)
2254         (icalendar-import-duration)
2255         (icalendar-import-bug-6766)
2256         (icalendar-real-world): Adjust to string= instead of
2257         icalendar-tests--compare-strings.
2258         (icalendar-import-multiple-vcalendars): New.
2260 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2262         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2263         Require CL.
2265 2011-05-09  Juri Linkov  <juri@jurta.org>
2267         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2268         Convert to ERT.
2270 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2272         * automated/compile-tests.el: New file.
2274 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2276         * automated/font-parse-tests.el: Don't byte-compile.
2278         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2280 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2282         * automated/lexbind-tests.el: New file.
2284 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2286         * Version 23.3 released.
2288 2011-03-05  Glenn Morris  <rgm@gnu.org>
2290         * eshell.el: Move here from lisp/eshell/esh-test.el.
2292 2011-03-03  Christian Ohler  <ohler@gnu.org>
2294         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2295         New test.
2297 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2299         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2300         convert to ERT format.
2302 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2304         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2305         convert to ERT format.
2307 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2309         * indent/shell.sh:
2310         * indent/shell.rc: New files.
2312 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2314         * automated/font-parse-tests.el: Move from
2315         font-parse-testsuite.el.
2317 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2319         * font-parse-testsuite.el (test-font-parse-data): New file.
2321 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2323         * indent/prolog.prolog: Add tokenizing tests.
2325 2011-01-13  Christian Ohler  <ohler@gnu.org>
2327         * automated: New directory for automated tests.
2329         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2331         * automated/Makefile.in: New file.
2333 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * indent/modula2.mod: New file.
2337 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2339         * indent/octave.m: Add a test to ensure indentation is local.
2341 2010-10-23  Glenn Morris  <rgm@gnu.org>
2343         * comint-testsuite.el
2344         (comint-testsuite--test-comint-password-prompt-regexp):
2345         Add "Please enter the password".  (Bug#7224)
2347 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * indent/prolog.prolog: Use normal spacing around !.
2351 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2353         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2355 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2357         * indent/octave.m: Remove some `fixindent' not needed any more.
2359 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2361         * indent/octave.m: New file.
2363 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2365         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2366         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2367         (icalendar-testsuite--run-internal-tests): New.
2368         (icalendar-testsuite--test-convert-ordinary-to-ical)
2369         (icalendar-testsuite--test-convert-block-to-ical)
2370         (icalendar-testsuite--test-convert-anniversary-to-ical)
2371         (icalendar-testsuite--test-parse-vtimezone)
2372         (icalendar-testsuite--do-test-export): Code formatting.
2373         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2374         (icalendar-testsuite--do-test-import)
2375         (icalendar-testsuite--do-test-cycle):
2376         Use icalendar-testsuite--compare-strings
2377         (icalendar-testsuite--run-import-tests): Comment added.
2378         (icalendar-testsuite--run-import-tests)
2379         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2381 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2383         * redisplay-testsuite.el (test-redisplay-3): New test.
2385 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2387         * comint-testsuite.el: New file.
2389 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         * indent: New dir.
2393 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2395         * Version 23.2 released.
2397 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2399         * cedet/semantic-ia-utest.el
2400         (semantic-symref-test-count-hits-in-tag): Add function, from
2401         semantic-test.el.
2403         * cedet/tests/test.cpp:
2404         * cedet/tests/test.py:
2405         * cedet/tests/teststruct.cpp:
2406         * cedet/tests/testtemplates.cpp:
2407         * cedet/tests/testusing.cpp:
2408         * cedet/tests/scopetest.cpp:
2409         * cedet/tests/scopetest.java: Files deleted.
2411         * cedet/tests/test.make:
2412         * cedet/tests/test.c:
2413         * cedet/tests/testjavacomp.java:
2414         * cedet/tests/testspp.c:
2415         * cedet/tests/testsppreplace.c:
2416         * cedet/tests/testsppreplaced.c:
2417         * cedet/tests/testsubclass.cpp:
2418         * cedet/tests/testsubclass.hh:
2419         * cedet/tests/testtypedefs.cpp:
2420         * cedet/tests/testvarnames.c:
2421         * cedet/tests/test.el:
2422         * cedet/tests/testdoublens.cpp:
2423         * cedet/tests/testdoublens.hpp: Add copyright header.
2425         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2426         Remove reference to deleted files.
2428 2010-03-30  Juri Linkov  <juri@jurta.org>
2430         * occur-testsuite.el (occur-tests): Add tests for context lines.
2432 2010-03-23  Juri Linkov  <juri@jurta.org>
2434         * occur-testsuite.el: New file.
2436 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2438         * Branch for 23.2.
2440 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2442         * icalendar-testsuite.el
2443         (icalendar-testsuite--run-function-tests): Add new tests.
2444         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2445         testcase.
2446         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2447         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2448         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2449         (icalendar-testsuite--test-convert-block-to-ical): New.
2450         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2451         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2453 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2455         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2456         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2457         Fix typos in docstrings and error messages.
2458         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2460 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2462         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2463         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2464         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2466 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2468         * icalendar-testsuite.el
2469         (icalendar-testsuite--run-function-tests):
2470         Add icalendar-testsuite--test-parse-vtimezone.
2471         (icalendar-testsuite--test-parse-vtimezone): New.
2472         (icalendar-testsuite--do-test-cycle): Doc changes.
2473         (icalendar-testsuite--run-real-world-tests): Remove trailing
2474         whitespace -- see change of icalendar--add-diary-entry in
2475         icalendar.el.
2476         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2478 2009-09-30  Glenn Morris  <rgm@gnu.org>
2480         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2482 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2484         * cedet/*: New unit tests, from CEDET repository.
2486 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2488         * redisplay-testsuite.el: New file.
2490 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2492         * Branch for 23.1.
2494 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2496         * icalendar-testsuite.el
2497         (icalendar-testsuite--run-function-tests):
2498         Add icalendar-testsuite--test-diarytime-to-isotime.
2499         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2500         recent icalendar fixes.
2501         (icalendar-testsuite--test-diarytime-to-isotime): New.
2502         (icalendar-testsuite--test-create-uid): Adjust to recent
2503         icalendar changes.
2505 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2507         * bytecomp-testsuite.el: New file.
2509 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2511         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2512         Add `icalendar-testsuite--test-create-uid'.
2513         (icalendar-testsuite--test-create-uid): New.
2515 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2517         * newsticker-testsuite.el: New file.
2519 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2521         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2522         Add icalendar-testsuite--test-datestring-to-isodate,
2523         icalendar-testsuite--test-datetime-to-diary-date, and
2524         icalendar-testsuite--test-calendar-style.
2525         (icalendar-testsuite--test-format-ical-event)
2526         (icalendar-testsuite--test-parse-summary-and-rest):
2527         Doc fix.  Remove european-calendar-style.
2528         (icalendar-testsuite--get-ical-event): Doc fix.
2529         (icalendar-testsuite--test-first-weekday-of-year)
2530         (icalendar-testsuite--run-cycle-tests): Add doc string.
2531         (icalendar-testsuite--test-datestring-to-isodate)
2532         (icalendar-testsuite--test-datetime-to-diary-date)
2533         (icalendar-testsuite--test-calendar-style): New functions.
2534         (icalendar-testsuite--test-export): Handle iso date style.
2535         New arg INPUT-ISO.  Use calendar-date-style.
2536         (icalendar-testsuite--test-import): Handle iso date style.
2537         New arg EXPECTED-ISO.  Use calendar-date-style.
2538         (icalendar-testsuite--test-cycle): Handle iso date style.
2539         (icalendar-testsuite--run-import-tests)
2540         (icalendar-testsuite--run-export-tests)
2541         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2543 2008-02-29  Glenn Morris  <rgm@gnu.org>
2545         * README: New file.
2547 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2549         * icalendar-testsuite.el: New file.
2551 ;; Local Variables:
2552 ;; coding: utf-8
2553 ;; End:
2555   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2557   This file is part of GNU Emacs.
2559   GNU Emacs is free software: you can redistribute it and/or modify
2560   it under the terms of the GNU General Public License as published by
2561   the Free Software Foundation, either version 3 of the License, or
2562   (at your option) any later version.
2564   GNU Emacs is distributed in the hope that it will be useful,
2565   but WITHOUT ANY WARRANTY; without even the implied warranty of
2566   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2567   GNU General Public License for more details.
2569   You should have received a copy of the GNU General Public License
2570   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.