package.el (package--append-to-alist): Renamed from `add-to-alist'
[emacs.git] / test / ChangeLog
blob15baf866f376683842e51349cdebb8aeed25f1bd
1 2015-01-18  Leo Liu  <sdl.web@gmail.com>
3         * automated/seq-tests.el (test-seq-subseq): Add more tests.
4         (Bug#19434)
6 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * automated/eieio-tests.el
9         (eieio-test-37-obsolete-name-in-constructor): New test.
11 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * automated/eieio-tests.el (eieio-test-25-slot-tests)
14         (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
15         (eieio-test-30-slot-attribute-override)
16         (eieio-test-31-slot-attribute-override-class-allocation): Don't check
17         that we enforce :protection since we don't any more.
19         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
20         Use an explicit arg instead of eieio--scoped-class.  Update all callers.
22 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
25         Reset eieio-test--1.
27         * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
28         Rename from cl-generic-test-7-after/before.
29         (cl--generic-test-advice): New function.
30         (cl-generic-test-9-advice): New test.
32 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
34         * automated/package-test.el (package-test-install-prioritized):
35         New test.
37 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
39         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
40         New functions.
41         (test-calc-remove-units, test-calc-extract-units)
42         (test-calc-convert-units): New tests.
44 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
46         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
48 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
51         keysym arg instead of relying on internal var eieio--generic-call-key.
52         Update all callers.
53         (eieio-test-cl-generic-1): New tests.
55 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * automated/cl-generic-tests.el: New file.
59 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
61         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
62         <foo>-child-p.
64         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
65         Update reference to eieio--generic-call-key.
67 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
69         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
70         Don't use <class>-list types and <class>-list-p predicates.
72         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
73         Don't use <class>-list type.
75         * automated/eieio-test-methodinvoke.el
76         (eieio-test-method-order-list-4):
77         Don't use <class> as a variable.
79 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * automated/eieio-tests.el (eieio-test-04-static-method)
82         (eieio-test-05-static-method-2): Use oref-default to access
83         class slots.
84         (eieio-test-23-inheritance-check): Don't assume that
85         eieio-class-parents returns class names, or that a class can only have
86         a single name.
88         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
89         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
90         Change arg to be a class object.  Update all callers.
92 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
94         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
95         Adjust to new semantics of eieio--scoped-class.
96         (eieio-test-match): Improve error feedback.
98 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
100         * automated/eieio-tests.el: Remove dummy object names.
102         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
103         The type FOO-child is the same as FOO.
105 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
108         Remove use of eieio-generic-call-methodname.
109         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
110         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
111         Adjust the expected result accordingly.
113 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
115         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
116         New defun.
117         (tramp-test30-special-characters): Use it.  (Bug#19463)
118         (tramp--test-check-files): Filter nil file names out.
120 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
122         Sync with Tramp 2.2.11.
124         * automated/tramp-tests.el (tramp-test30-special-characters):
125         Skip test on MS-Windows.
127 2014-12-27  Glenn Morris  <rgm@gnu.org>
129         * automated/let-alist.el: Load dependency.
131 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
133         * automated/python-tests.el
134         (python-shell-completion-native-interpreter-disabled-p-1): New test.
136 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
138         * automated/python-tests.el (python-shell-get-or-create-process-1)
139         (python-shell-get-or-create-process-2)
140         (python-shell-get-or-create-process-3): Remove tests.
142 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
144         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
146 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
148         * automated/python-tests.el (python-shell-buffer-substring-1)
149         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
150         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
151         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
152         (python-shell-buffer-substring-8)
153         (python-info-encoding-from-cookie-1)
154         (python-info-encoding-from-cookie-2)
155         (python-info-encoding-from-cookie-3)
156         (python-info-encoding-from-cookie-4)
157         (python-info-encoding-from-cookie-5)
158         (python-info-encoding-from-cookie-6)
159         (python-info-encoding-from-cookie-7, python-info-encoding-1)
160         (python-info-encoding-2): New tests.
162 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
164         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
165         expect a given order of "." and "..".
167 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
169         * automated/python-tests.el (python-indent-electric-colon-2)
170         (python-indent-electric-colon-3): New tests.
172 2014-12-27  João Távora  <joaotavora@gmail.com>
174         * automated/electric-tests.el (autowrapping-7): Tests for
175         tex-mode.
177 2014-12-27  Glenn Morris  <rgm@gnu.org>
179         * automated/flymake/warnpred/test.pl: Tweak format, since the
180         previous one seems to have stopped giving a warning with perl 5.20.1.
182 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
184         * automated/python-tests.el (python-shell-get-process-name-1)
185         (python-shell-internal-get-process-name-1): Cleanup.
186         (python-shell-get-process-name-2)
187         (python-shell-internal-get-process-name-2): New tests.
188         (python-shell-calculate-command-1)
189         (python-shell-calculate-process-environment-3)
190         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
191         (python-shell-make-comint-2, python-shell-make-comint-4)
192         (python-shell-get-process-1, python-util-clone-local-variables-1):
193         Replace obsolete function and variable references with current.
195 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
197         * automated/let-alist.el: require `cl-lib'
198         New tests for accessing alists inside alists.
200 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
202         * automated/let-alist.el: New file.
204 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
206         * automated/seq-tests.el: New file.
208 2014-12-16  Glenn Morris  <rgm@gnu.org>
210         * automated/data/flymake/Makefile (check-syntax):
211         Prevent colorized gcc output from confusing flymake.
213         * automated/flymake-tests.el (flymake-tests-data-directory):
214         Change from flymake/warnpred to more standard data/flymake.
215         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
217 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
219         * automated/vc-tests.el (vc-test--revision-granularity-function):
220         New defun.
221         (vc-test--create-repo-function): Rename from
222         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
223         (vc-test--create-repo): Check also for revision-granularity.
224         (vc-test--unregister-function): Additional argument FILE.
225         Adapt all callees.
226         (vc-test--working-revision): New defun.
227         (vc-test-*-working-revision): New tests.
229 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
231         * automated/vc-tests.el (vc-test--register): Check, that the file
232         still exists after register and unregister operations.
234 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
236         * automated/vc-tests.el: New file.
238 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
240         * automated/tramp-tests.el (tramp-test29-vc-registered):
241         Fallback for changed `vc-register' argument list.
243 2014-12-03  Glenn Morris  <rgm@gnu.org>
245         * automated/tramp-tests.el (tramp-test29-vc-registered):
246         Update for recent incompatible change in vc-register.
248 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
250         * automated/python-tests.el
251         (python-shell-calculate-process-environment-4)
252         (python-shell-calculate-process-environment-5): New tests.
253         (python-shell-make-comint-3): Use file-equal-p.
254         (python-shell-get-or-create-process-1)
255         (python-shell-get-or-create-process-2)
256         (python-shell-get-or-create-process-3): Fix interpreter for
257         Windows (Bug#18595).
259 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
261         * automated/libxml-tests.el
262         (libxml-tests--data-comments-preserved): Rename from
263         'libxml-tests--data'.
264         (libxml-tests--data-comments-discarded): New.
265         (libxml-tests): Check whether 'libxml-parse-xml-region' is
266         discarding comments correctly.
268 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
270         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
271         HTML and XML now use no-break space as hard space.  Update tests.
272         (tildify-test-foreach-ignore-environments)
273         (tildify-test-foreach-ignore-environments-early-return,
274         (tildify-test-foreach-region)
275         (tildify-test-foreach-region-early-return)
276         (tildify-test-foreach-region-limit-region): New tests of
277         `tildify-foreach-ignore-environments' and
278         `tildify--foreach-region' functions.
279         (with-test-foreach): New helper macro for the above tests.
281 2014-11-17  Glenn Morris  <rgm@gnu.org>
283         * automated/occur-tests.el (occur-test-case, occur-test-create):
284         In case of failure, show the actual string, rather than just nil.
285         (occur-tests): Update for apparent change in output re control-chars.
287 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
289         * automated/icalendar-tests.el (icalendar-tests--test-export):
290         New optional parameter `alarms'.
291         (icalendar-export-alarms): New test for exporting icalendar
292         alarms.
293         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
295 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
297         * automated/icalendar-tests.el (icalendar-tests--test-import):
298         Mention timezone in doc string.  Clean up.
299         (icalendar-real-world): Add another test case for no-dst
300         timezones.
302 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
304         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
305         Add testcase where offsets of standard time and daylight saving time
306         are equal.
307         (icalendar-real-world): Fix error in test case.  Expected result
308         was wrong when offsets of standard time and daylight saving time
309         were equal.
311 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
313         * automated/python-tests.el
314         (python-shell-calculate-process-environment-2): Fix test.
315         (python-shell-calculate-process-environment-1)
316         (python-shell-calculate-process-environment-3): Cleanup.
318 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
320         * automated/python-tests.el (python-indent-dedenters-8): New test
321         for Bug#18432.
323 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
325         * automated/python-tests.el (python-indent-region-1)
326         (python-indent-region-2, python-indent-region-3)
327         (python-indent-region-4, python-indent-region-5): New tests.
329 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
332         * automated/cl-lib-tests.el: Rename from cl-lib.el.
334 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
336         * automated/libxml-tests.el: New file.
338 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
340         * automated/process-tests.el (process-test-quoted-batfile):
341         New test.
343 2014-10-20  Glenn Morris  <rgm@gnu.org>
345         * Merge in all changes up to 24.4 release.
347 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * indent/scss-mode.scss: New file.
350         * indent/css-mode.css: Add a few uneventful examples.
352 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
354         * BidiCharacterTest.txt: New file, from Unicode.
356         * biditest.el: New file.
358 2014-10-08  Leo Liu  <sdl.web@gmail.com>
360         * automated/print-tests.el: New file.
361         (terpri): Tests for terpri.  (Bug#18652)
363 2014-10-06  Glenn Morris  <rgm@gnu.org>
365         * automated/icalendar-tests.el (icalendar--calendar-style):
366         Remove test, no longer relevant.
368 2014-10-04  Glenn Morris  <rgm@gnu.org>
370         * automated/package-x-test.el: Remove file...
371         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
373 2014-10-02  Glenn Morris  <rgm@gnu.org>
375         * automated/package-test.el (with-package-test, package-test-signed):
376         Also set HOME to a temp value, in case the real one is absent (e.g.
377         hydra) or read-only.  (Bug#18575)
378         (package-test-signed): Use skip-unless rather than expected-result.
380 2014-09-26  Leo Liu  <sdl.web@gmail.com>
382         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
383         New tests.  (Bug#18557)
385 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
387         * automated/newsticker-tests.el
388         (newsticker--group-find-parent-group),
389         (newsticker--group-do-rename-group): New tests.
391 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
393         * automated/fns-tests.el (fns-tests-collate-sort):
394         Bind w32-collate-ignore-punctuation to t when sorting according to
395         UTS#10 rules.
397 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
399         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
400         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
402 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
404         * automated/fns-tests.el (fns-tests-compare-strings): In case
405         `compare-strings' shall return t, check for this.
406         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
408 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
410         * automated/python-tests.el (python-indent-electric-colon-1):
411         New test.  (Bug#18228)
413 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
415         * automated/fns-tests.el (fns-tests-sort): New test.
417 2014-08-28  Glenn Morris  <rgm@gnu.org>
419         * automated/python-tests.el (python-shell-calculate-exec-path-2):
420         Update test for today's python.el changes.
422 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
424         * automated/compile-tests.el (compile--test-error-line): Grok FILE
425         being nil.  Allows for Guile tests to pass.
426         (compile-tests--test-regexps-data): Add Guile tests.
428 2014-08-11  Glenn Morris  <rgm@gnu.org>
430         * automated/data/files-bug18141.el.gz: New file.
431         * automated/files.el (files-test-bug-18141-file):
432         New variable and test.  (Bug#18141)
434 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
436         Enumerate evaluated sexp diary entries (Bug#7911).
437         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
438         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
439         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
440         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
441         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
442         New tests.
444 2014-08-07  Glenn Morris  <rgm@gnu.org>
446         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
448 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
450         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
451         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
453 2014-08-03  Glenn Morris  <rgm@gnu.org>
455         * automated/Makefile.in (check-tar): New rule.
457 2014-08-02  Glenn Morris  <rgm@gnu.org>
459         * automated/fns-tests.el (fns-tests-compare-strings):
460         Update test.  (Bug#17903)
462         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
463         Use more precise TZ specification, as per 2013-08-04.
465 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
467         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
468         New test.
470 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
472         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
474 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
476         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
477         Work around the failures in icalendar-tests which occasionally occur on
478         hydra.nixos.org.
480 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
482         * automated/python-tests.el:
483         (python-util-clone-local-variables-1): Fix test.
485         * automated/python-tests.el (python-shell-make-comint-1):
486         (python-shell-make-comint-2): Fix indentation.
487         (python-shell-make-comint-3)
488         (python-shell-make-comint-4): New tests.
489         (python-shell-get-or-create-process-1): Fix test.
490         (python-shell-get-or-create-process-2)
491         (python-shell-get-or-create-process-3): New tests.
492         (python-shell-internal-get-or-create-process-1): Fix test.
493         (python-shell-prompt-detect-1): New test.
494         (python-shell-prompt-detect-2): New test.  (Bug#17370)
495         (python-shell-prompt-detect-3)
496         (python-shell-prompt-detect-4)
497         (python-shell-prompt-detect-5)
498         (python-shell-prompt-detect-6)
499         (python-shell-prompt-validate-regexps-1)
500         (python-shell-prompt-validate-regexps-2)
501         (python-shell-prompt-validate-regexps-3)
502         (python-shell-prompt-validate-regexps-4)
503         (python-shell-prompt-validate-regexps-5)
504         (python-shell-prompt-validate-regexps-6)
505         (python-shell-prompt-validate-regexps-7)
506         (python-shell-prompt-set-calculated-regexps-1)
507         (python-shell-prompt-set-calculated-regexps-2)
508         (python-shell-prompt-set-calculated-regexps-3)
509         (python-shell-prompt-set-calculated-regexps-4)
510         (python-shell-prompt-set-calculated-regexps-5)
511         (python-shell-prompt-set-calculated-regexps-6)
512         (python-util-valid-regexp-p-1): New tests.
514 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * automated/advice-tests.el (advice-test-call-interactively): Make sure
517         the function's definition is fully restored at the end.
519 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
521         * automated/python-tests.el (python-indent-block-enders-1)
522         (python-indent-block-enders-2): Fix tests.
523         (python-indent-block-enders-3, python-indent-block-enders-4)
524         (python-indent-block-enders-5, python-indent-dedenters-1)
525         (python-indent-dedenters-2): Remove tests.
526         (python-indent-dedenters-1, python-indent-dedenters-2)
527         (python-indent-dedenters-3, python-indent-dedenters-4)
528         (python-indent-dedenters-5, python-indent-dedenters-6)
529         (python-indent-dedenters-7)
530         (python-info-dedenter-opening-block-position-1)
531         (python-info-dedenter-opening-block-position-2)
532         (python-info-dedenter-opening-block-position-3)
533         (python-info-dedenter-opening-block-positions-1)
534         (python-info-dedenter-opening-block-positions-2)
535         (python-info-dedenter-opening-block-positions-3)
536         (python-info-dedenter-opening-block-positions-4)
537         (python-info-dedenter-opening-block-positions-5)
538         (python-info-dedenter-opening-block-message-1)
539         (python-info-dedenter-opening-block-message-2)
540         (python-info-dedenter-opening-block-message-3)
541         (python-info-dedenter-opening-block-message-4)
542         (python-info-dedenter-opening-block-message-5)
543         (python-info-dedenter-statement-p-1)
544         (python-info-dedenter-statement-p-2)
545         (python-info-dedenter-statement-p-3)
546         (python-info-dedenter-statement-p-4)
547         (python-info-dedenter-statement-p-5): New tests.
549 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
551         * indent/perl.perl: Add indentation pattern for hash-table entries.
553 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
555         * automated/dbus-tests.el (dbus-test02-register-service-session)
556         (dbus-test02-register-service-system): Fix docstring.
557         (dbus-test02-register-service-own-bus)
558         (dbus-test03-peer-interface): New tests.
560 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
562         * automated/python-tests.el (python-tests-self-insert): New function.
563         (python-triple-quote-pairing): Use it.
564         (python-parens-electric-indent-1): New test. (Bug#17658)
566 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
568         * automated/subr-x-tests.el: New file.
570 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
572         * automated/tramp-tests.el (tramp--instrument-test-case):
573         Print debug buffer in any case.
575 2014-06-28  Leo Liu  <sdl.web@gmail.com>
577         * automated/calc-tests.el: New file and add tests for math-bignum.
578         (Bug#17556)
580 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
582         * automated/dbus-tests.el (dbus--test-register-service)
583         (dbus-test02-register-service-session): Replace `dbus-ping' calls
584         by `dbus-list-known-names'.  (Bug#17858)
586 2014-06-28  Glenn Morris  <rgm@gnu.org>
588         * automated/Makefile.in (GDB): New variable.
589         (emacs): Use $GDB.  (Bug#15991)
591         * automated/Makefile.in (WRITE_LOG): New variable.
592         (%.log): Use WRITE_LOG.
593         (test_template): Disable logging.
595         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
596         (test_template): New definition.  Apply to TESTS.
598 2014-06-27  Glenn Morris  <rgm@gnu.org>
600         * automated/Makefile.in (check-maybe): Rename from check.
601         (check): Re-run all the tests, every time.
602         (clean, mostlyclean): Also delete *.log~.
604 2014-06-26  Glenn Morris  <rgm@gnu.org>
606         * automated/package-x-test.el: Do not mess with load-path.
608         * automated/Makefile.in (%.log): If error, dump log to stdout.
610 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
612         * automated/package-test.el (package-test-update-listing)
613         (package-test-update-archives, package-test-describe-package):
614         Adjust tests according to new package-list-unsigned.
616 2014-06-26  Glenn Morris  <rgm@gnu.org>
618         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
620         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
622         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
623         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
624         (setwins, compile-targets, compile-main, compile-clean): Remove.
625         (GREP_OPTIONS): Unexport.
626         (.el.elc): Replace with pattern rule.
627         (%.elc, %.log): New pattern rules.
628         (ELFILES, LOGFILES): New variables.
629         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
630         (clean, mostlyclean): New rules.
631         (bootstrap-clean): Simplify.
632         (bootstrap-clean, distclean): Depend on clean.
634 2014-06-25  Glenn Morris  <rgm@gnu.org>
636         * automated/flymake-tests.el (flymake-tests--current-face):
637         Sleep for longer.  Avoid querying.
639 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
641         * automated/fns-tests.el (fns-tests-compare-string): New test.
643 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
645         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
646         according to Bug#17815.
648 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
650         * automated/python-tests.el (python-util-strip-string-1): New test.
652 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
654         Sync with Tramp 2.2.10.
656         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
657         (tramp--instrument-test-case): Extend docstring.
658         (tramp-test15-copy-directory): Skip for tramp-smb.el.
659         (tramp-test21-file-links): Use `file-truename' for directories.
660         (tramp-test27-start-file-process, tramp-test28-shell-command):
661         Retrieve process output more robustly.
662         (tramp--test-check-files): Extend test.
663         (tramp-test30-special-characters): Skip for tramp-adb.el,
664         tramp-gvfs.el and tramp-smb.el.  Add further file names.
666 2014-06-13  Glenn Morris  <rgm@gnu.org>
668         * automated/Makefile.in (compile-main):
669         GNU make automatically passes command-line arguments to sub-makes.
671 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
673         * automated/tildify-tests.el (tildify-test--test): Optimize the test
674         slightly by reusing the same temporary buffer across multiple test
675         cases.
677         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
678         (tildify-test-find-env-group-index-bug): Update to support new
679         signature of the `tildify-foreach-region-outside-env' function.
680         Namely, it now takes pairs as an argument instead of looking it up in
681         `tildify-ignored-environments-alist'.
683         * automated/tildify-tests.el (tildify-test--example-html): Add support
684         for generating XML code, so that…
685         (tildify-test-xml) …test can be added to check handling of XML
686         documents.
688         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
689         New test checking end-regex building when multiple environment pairs
690         use integers to refer to capture groups.
692         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
693         test checking end-regex building in `tildify-find-env' function when
694         integers (denoting capture groups) and strings are mixed together.
696 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
698         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
699         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
701 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
703         * automated/tramp-tests.el (tramp-test29-vc-registered):
704         Instrument failed test case.
706 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
709         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
711 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
713         * automated/tildify-tests.el: New file.
715 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
717         * indent/ruby.rb: Add one more test.
719         * indent/ps-mode.ps: New file.
721         * indent/octave.m: Add a few more tests.
723         * automated/core-elisp-tests.el
724         (core-elisp-test-window-configurations): New test.
726 2014-05-26  Glenn Morris  <rgm@gnu.org>
728         * automated/package-test.el (package-test-install-single):
729         Update for changed output.
731 2014-05-22  Glenn Morris  <rgm@gnu.org>
733         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
734         Fix handling of temporary elc files.
736         * automated/fns-tests.el (fns-tests-nreverse):
737         Update for changed string behavior.
739 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
741         * automated/fns-tests.el: New file.
742         * automated/fns-tests.el (fns-tests-nreverse)
743         (fns-tests-nreverse-bool-vector): New tests.
745 2014-05-08  Glenn Morris  <rgm@gnu.org>
747         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
748         (vc-bzr-test-faulty-bzr-autoloads):
749         Give bzr a temporary home-directory, in case the real one is missing.
751 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
753         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
754         New test.
756 2014-05-08  Glenn Morris  <rgm@gnu.org>
758         * automated/help-fns.el: New file.
760 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
762         * automated/undo-tests.el (undo-test-region-deletion): New test to
763         demonstrate bug#17235.
764         (undo-test-region-example): New test to verify example given in
765         comments for undo-make-selective-list.
767 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
769         * automated/tramp-tests.el (top):
770         * automated/file-notify-tests.el (top): Do not disable interactive
771         passwords in batch mode.
772         (password-cache-expiry): Set to nil.
774         * automated/file-notify-tests.el
775         (file-notify-test-remote-temporary-file-directory):
776         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
777         Use a mock-up method as default.
778         (tramp-test00-availability): Print the used directory name.
779         (tramp-test33-recursive-load): Fix typo.
781 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
783         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
784         (tramp-test30-special-characters): Remove test for backslash.
786 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
788         * automated/tramp-tests.el
789         (tramp-test19-directory-files-and-attributes)
790         (tramp-test22-file-times): Check for `file-attributes' equality
791         only if there is a usable timestamp.
792         (tramp--test-check-files): Do not use `copy-sequence'.
794 2014-04-22  Daniel Colascione  <dancol@dancol.org>
796         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
797         Add compile flag.
798         (test-byte-comp-macro-expansion)
799         (test-byte-comp-macro-expansion-eval-and-compile)
800         (test-byte-comp-macro-expansion-eval-when-compile)
801         (test-byte-comp-macro-expand-lexical-override): Use it.
802         (test-eager-load-macro-expansion)
803         (test-eager-load-macro-expansion-eval-and-compile)
804         (test-eager-load-macro-expansion-eval-when-compile)
805         (test-eager-load-macro-expand-lexical-override): New tests.
807         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
808         account for removal of `cl-struct-set-slot-value'. Also, move
809         the defstruct to top level.
811 2014-04-21  Daniel Colascione  <dancol@dancol.org>
813         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
814         New function.
815         (test-byte-comp-macro-expansion)
816         (test-byte-comp-macro-expansion-eval-and-compile)
817         (test-byte-comp-macro-expansion-eval-when-compile)
818         (test-byte-comp-macro-expand-lexical-override): New tests.
820         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
821         (cl-the): Fix cl-the test.
823 2014-04-20  Daniel Colascione  <dancol@dancol.org>
825         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
827 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
829         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
830         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
832 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
834         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
835         (tramp--test-make-temp-name): Optional argument LOCAL.
836         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
837         (tramp-test10-write-region): No special test for out-of-band copy
838         needed anymore.
839         (tramp-test11-copy-file, tramp-test12-rename-file)
840         (tramp-test21-file-links): Extend tests.
841         (tramp-test20-file-modes): More robust check for user "root".
842         (tramp--test-check-files): New defun.
843         (tramp-test30-special-characters, tramp-test33-recursive-load)
844         (tramp-test34-unload): New tests.
845         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
847 2014-04-11  Glenn Morris  <rgm@gnu.org>
849         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
851 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
853         * automated/electric-tests.el: Fix spelling error in test name.
854         (whitespace-skipping-for-quotes-not-outside):
855         Rename from whitespace-skipping-for-quotes-not-ouside.
857 2014-04-09  Daniel Colascione  <dancol@dancol.org>
859         * automated/syntax-tests.el: New file.
861 2014-04-09  Glenn Morris  <rgm@gnu.org>
863         * automated/python-tests.el (python-triple-quote-pairing):
864         Enable/disable electric-pair-mode as needed.
866         * automated/electric-tests.el (electric-pair-backspace-1):
867         Replace deleted function.
869 2014-04-07  João Távora  <joaotavora@gmail.com>
871         * automated/python-tests.el (python-triple-quote-pairing): New test.
872         (python-syntax-after-python-backspace): New test.
874         * automated/electric-tests.el (electric-pair-define-test-form):
875         More readable test docstrings.
876         (whitespace-skipping-for-quotes-not-ouside)
877         (whitespace-skipping-for-quotes-only-inside)
878         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
880 2014-04-04  João Távora  <joaotavora@gmail.com>
882         * automated/electric-tests.el (define-electric-pair-test):
883         Don't overtest.
884         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
885         (inhibit-in-mismatched-string-inside-c-comments): New test.
887 2014-04-02  João Távora  <joaotavora@gmail.com>
889         * automated/electric-tests.el (inhibit-if-strings-mismatched):
890         New test, change from `inhibit-only-of-next-is-mismatched'.
892 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
894         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
895         (undo-test-region-t-marker): New tests of marker adjustments.
896         (undo-test-marker-adjustment-moved):
897         (undo-test-region-mark-adjustment): New tests to demonstrate
898         bug#16818, which fail without the fix.
900 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
902         * automated/package-test.el (package-test-describe-package):
903         Fix test failure in non-graphical mode.
905 2014-03-23  Daniel Colascione  <dancol@dancol.org>
907         * automated/subword-tests.el (subword-tests2): More subword tests.
909         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
910         New test: correct parsing of keyword arguments.
912 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
914         * automated/package-test.el (package-test-describe-package):
915         Check for the "Keywords: " line.
917         * automated/data/package/archive-contents: Include the :keywords
918         field in `simple-single' data form.
920 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
922         * automated/package-test.el
923         (package-test-install-two-dependencies): New test (bug#16826).
925         * automated/data/package/simple-two-depend-1.1.el: New file.
927         * automated/data/package/archive-contents:
928         Add info about the new package.
930 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
932         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
933         (tramp-test10-write-region): Extend for out-of-band copy.
934         (tramp-test31-asynchronous-requests): New test.
936 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
938         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
939         Add new test of undo in region.
940         (undo-test-in-region-eob): Add test case described at
941         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
943 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
945         * automated/tramp-tests.el (tramp--test-enabled)
946         (tramp-test15-copy-directory): No special handling of tramp-adb.el
947         anymore.  It's fixed in that package.
949 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
951         * automated/tramp-tests.el (tramp--test-enabled): Move connection
952         cleanup into this function.  Remove respective code from all test
953         cases.
954         (tramp--instrument-test-case): Declare `indent' and `debug'.
955         Handle other errors as well.
956         (tramp-test14-delete-directory): Check for `file-error' error.
957         (tramp-test15-copy-directory): Ignore return value of
958         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
959         (tramp-test19-directory-files-and-attributes): Take care of
960         timestamp of "../".
961         (tramp-test20-file-modes, tramp-test27-start-file-process)
962         (tramp-test28-shell-command): Skip for tramp-adb.el.
963         (tramp-test21-file-links): `file-truename' shall preserve trailing
964         link of directories.
965         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
966         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
967         `kill-buffer-query-functions' to nil.
968         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
970 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
972         * automated/tramp-tests.el
973         (tramp-test19-directory-files-and-attributes): Do not include
974         directories in comparison; they might have changed their
975         timestamps already.
977 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
979         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
980         (tramp-test17-insert-directory): First line could contain more
981         text, when produced by `ls-lisp'.
982         (tramp-test19-directory-files-and-attributes): Instrument failed
983         test case.
985 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
987         * automated/tramp-tests.el (tramp-test17-insert-directory):
988         Make first line "total 123" optional.
989         (tramp-test20-file-modes, tramp-test22-file-times)
990         (tramp-test26-process-file, tramp-test27-start-file-process)
991         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
992         tramp-smb.el.
993         (tramp-test20-file-modes): Check for "root" only when there is an
994         explicit user name.
995         (tramp-test21-file-links): Handle "... not supported" error.
996         (tramp-test22-file-times): Skip for "don't know" return values.
997         (tramp-test26-process-file, tramp-test28-shell-command):
998         Remove color escape sequences.
999         (tramp-test28-shell-command): Use `accept-process-output' rather
1000         than `sit-for'.
1001         (tramp-test30-utf8): Set coding system `utf-8'.
1003 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
1005         * automated/tramp-tests.el (tramp-test28-shell-command):
1006         Perform an initial `sit-for' prior the while loop.
1008 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1010         Sync with Tramp 2.2.9.
1012         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1013         (tramp-test28-shell-command): Make a while loop when waiting for
1014         process exit.
1016 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
1018         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1019         and `vc-hg'.  Declare `tramp-find-executable' and
1020         `tramp-get-remote-path'.
1021         (tramp-test29-vc-registered): New test.
1022         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1024 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
1026         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1027         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1028         (tramp-test28-shell-command): Improve `shell-command' test.
1029         Add `async-shell-command' tests.
1031 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1033         * automated/file-notify-tests.el (file-notify--wait-for-events):
1034         Use `read-event' instead of `sit-for'.
1035         (file-notify-test02-events): Remove expected result, the bug is
1036         fixed meanwhile.
1037         (file-notify-test02-events, file-notify-test03-autorevert):
1038         Use `sleep-for' instead of `sit-for'.
1040 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1042         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1043         New test.
1045 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1047         * automated/file-notify-tests.el (file-notify--deftest-remote):
1048         Do not skip when the local test has failed.  They are unrelated.
1049         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1050         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1051         `sleep-for'.
1052         (file-notify-test02-events): Check for `file-remote-p' instead of
1053         `file-notify--test-remote-enabled'.
1055 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1057         * automated/file-notify-tests.el (file-notify-test02-events):
1058         Let test case fail for Bug#16519.
1060 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1062         * automated/file-notify-tests.el (file-notify-test02-events):
1063         Hide Bug#16519, until it is solved.
1065 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1067         * automated/file-notify-tests.el
1068         (file-notify--test-local-enabled): Fix error in logic.
1069         (file-notify--wait-for-events): New defmacro.
1070         (file-notify-test02-events): Make short breaks between file operations.
1071         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1072         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1074         * automated/comint-testsuite.el
1075         (comint-testsuite-password-strings): Add localized examples.
1077 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1079         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1080         case if inotify is not linked with Emacs.  Use `read-event' rather
1081         than `sit-for' in order to process events.  (Bug#13662)
1083 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1085         * automated/ert-tests.el (ert-test-record-backtrace):
1086         Reenable test case with adapted test string.  (Bug#13064)
1088 2013-12-28  Glenn Morris  <rgm@gnu.org>
1090         * automated/electric-tests.el: Require 'elec-pair.
1092 2013-12-26  João Távora  <joaotavora@gmail.com>
1094         * automated/electric-tests.el (electric-pair-test-for):
1095         Fix autowrapping tests in batch-mode by running with
1096         `transient-mark-mode' set to `lambda'.
1098         * automated/electric-tests.el: New file.
1100 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1102         * automated/python-tests.el
1103         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1104         (python-nav-forward-sexp-safe-1): New test.
1106 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1108         * automated/ruby-mode-tests.el: Add tests for
1109         `ruby-align-to-stmt-keywords'.
1111         * indent/ruby.rb: Update examples to reflect the lack of change in
1112         default indentation of `begin' blocks.
1114 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1116         * indent/ruby.rb: Update examples according to the change
1117         in `smie-indent-close'.
1119 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1121         * indent/ruby.rb: New examples.
1123 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1125         * automated/python-tests.el (python-indent-dedenters-2): New test.
1127 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1129         * automated/python-tests.el (python-indent-after-comment-1)
1130         (python-indent-after-comment-2): New tests.
1132 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1134         * automated/python-tests.el (python-indent-block-enders-1):
1135         Rename from python-indent-block-enders.
1136         (python-indent-block-enders-2): New test.
1138 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1140         * indent/js.js: New file.
1142 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1144         * automated/dbus-tests.el: New file.
1146 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1148         * automated/regexp-tests.el: New file.
1150 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1152         * automated/reftex-tests.el (reftex-parse-from-file-test):
1153         Run temp-dir through file-truename, to make sure the temporary file
1154         names are comparable as strings.
1156         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1157         Force Unix EOLs by using 'utf-8-unix', since the default of
1158         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1160 2013-11-28  Glenn Morris  <rgm@gnu.org>
1162         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1164 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1166         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1167         (EMACSOPT): Use $(PATH_SEP).
1169 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1171         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1172         Set to nil.
1174 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1176         * automated/file-notify-tests.el
1177         (file-notify-test-remote-temporary-file-directory):
1178         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1179         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1180         (file-notify--deftest-remote): Cleanup connection initially.
1181         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1182         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1183         does not work on MS Windows.  Call `accept-process-output' for
1184         remote files.  Apply `string-match' instead of `string-equal', the
1185         messages are different on MS Windows.
1187         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1188         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1189         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1191 2013-11-23  Glenn Morris  <rgm@gnu.org>
1193         * automated/python-tests.el (python-shell-make-comint-1)
1194         (python-shell-make-comint-2, python-shell-get-process-1):
1195         Suppress creation of some temp-files.
1197         * automated/python-tests.el (python-shell-parse-command-1)
1198         (python-shell-make-comint-1, python-shell-make-comint-2)
1199         (python-shell-get-process-1)
1200         (python-shell-internal-get-or-create-process-1):
1201         Skip rather than fail if prereqs not found.
1203         * automated/Makefile.in (emacs):
1204         Empty EMACSLOADPATH rather than unsetting.
1206 2013-11-22  Glenn Morris  <rgm@gnu.org>
1208         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1209         Set expected-result.
1211 2013-11-21  Glenn Morris  <rgm@gnu.org>
1213         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1214         (compile-main): Pass XARGS_LIMIT to xargs.
1216         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1217         (EMACSOPT): Use PATH_SEPARATOR.
1219 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1221         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1222         Add a failing test for Bug#15874.
1223         (ruby--insert-coding-comment-ruby-style)
1224         (ruby--insert-coding-comment-emacs-style)
1225         (ruby--insert-coding-comment-custom-style):
1226         Add a few tests for `ruby--insert-coding-comment'.
1228 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1230         Improve API of recently-added bool vector functions (Bug#15912).
1231         * automated/data-tests.el: Adjust to API changes.
1233 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1235         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1236         (tramp-test08-file-local-copy)
1237         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1238         (tramp-test11-copy-file, tramp-test12-rename-file)
1239         (tramp-test13-make-directory, tramp-test14-delete-directory)
1240         (tramp-test15-copy-directory, tramp-test16-directory-files)
1241         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1242         (tramp-test19-directory-files-and-attributes)
1243         (tramp-test20-file-modes, tramp-test21-file-links)
1244         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1245         (tramp-test24-file-name-completion, tramp-test25-load)
1246         (tramp-test26-process-file, tramp-test27-start-file-process)
1247         (tramp-test28-shell-command): Cleanup connection initially.
1249 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1251         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1252         connection before running the test.
1254 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1256         * automated/tramp-tests.el (tramp-test15-copy-directory)
1257         (tramp-test16-directory-files, tramp-test17-insert-directory)
1258         (tramp-test18-file-attributes)
1259         (tramp-test19-directory-files-and-attributes)
1260         (tramp-test20-file-modes, tramp-test21-file-links)
1261         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1262         (tramp-test24-file-name-completion, tramp-test25-load)
1263         (tramp-test26-process-file, tramp-test27-start-file-process)
1264         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1265         (tramp-test29-utf8): New test.
1267 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1269         * automated/file-notify-tests.el (file-notify-test02-events)
1270         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1272         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1273         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1274         (tramp-test26-process-file, tramp-test28-shell-command):
1275         Ensure, that the directory is not empty when calling "ls".
1277 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1279         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1280         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1281         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1282         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1283         (tramp-test26-process-file): Add tests.
1284         (tramp-test11-copy-file): Remove debug message.
1285         (tramp-test20-file-modes): Special case, if user is "root".
1287 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1289         * automated/file-notify-tests.el:
1290         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1291         `tramp-remote-path' when running on hydra.
1292         (tramp-test07-file-exists-p): Remove instrumentation code.
1293         (tramp-test26-process-file): Don't use "/bin/true" and
1294         "/bin/false", these paths do not exist on hydra.
1296 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1298         * automated/process-tests.el: New file.
1300 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1302         * indent/ruby.rb: New examples.
1304 2013-11-06  Glenn Morris  <rgm@gnu.org>
1306         * automated/Makefile.in (setwins): Avoid accidental matches.
1308 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1310         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1311         Fix docstring.  Instrument, in order to hunt failure on hydra.
1313 2013-11-06  Glenn Morris  <rgm@gnu.org>
1315         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1316         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1317         (warning-predicate-function-perl):
1318         * automated/info-xref.el (info-xref-test-makeinfo):
1319         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1320         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1322 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1324         * automated/tramp-tests.el: New file.
1326 2013-11-05  Glenn Morris  <rgm@gnu.org>
1328         Get rid of --chdir usage.
1329         * automated/Makefile.in (EMACSOPT): Move -L here.
1330         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1331         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1332         (.el.elc): No more need to pass -L here.
1333         (compile-main): Get rid of sub-shell and cd.
1334         (compile-clean, check): Get rid of cd.
1336         Make it possible to run tests with a different working directory.
1337         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1338         (flymake-tests--current-face): Use flymake-tests-data-directory.
1339         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1340         (warning-predicate-function-perl): Adapt for above change.
1341         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1342         (zlib--decompress): Use zlib-tests-data-directory.
1344         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1345         Remove test that makes no sense.
1347         * automated/files.el (files-test-local-variable-data):
1348         Fix result typo presumably caused by interference from dir-locals.
1349         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1351 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1353         * indent/ruby.rb: Add a statement on the line after heredoc.
1354         Move a now-successful example.
1356         * automated/ruby-mode-tests.el: Remove outdated comment.
1358 2013-11-04  Glenn Morris  <rgm@gnu.org>
1360         * automated/Makefile.in (abs_srcdir): Remove.
1361         (emacs): Unset EMACSLOADPATH.
1362         (.el.elc, check): Use -L to append srcdir to load-path.
1364 2013-11-02  Glenn Morris  <rgm@gnu.org>
1366         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1367         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1368         (abs_srcdir): New, set by configure.
1369         (EMACS): Use a relative file name.
1370         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1371         (lisp-compile): Remove (assume it's up-to-date).
1372         (compile-main): Do not run lisp-compile.
1373         (compile-main, compile-clean, compile-always, bootstrap-clean)
1374         (check): Use srcdir rather than $test.  Check cd return value.
1375         Use --chdir.
1376         (doit, compile, compile-always): Remove stuff copied from lisp/.
1377         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1379 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1381         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1382         Add a skipping test.
1384 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1388         * indent/css-mode.css (.x2): Test alignement inside braces.
1390 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1392         * indent/ruby.rb: New failing example.
1394         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1395         Fix the test, in respect to adding the space after the curly.
1397 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1399         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1400         (ert-test-deftest): Adapt test for changed macro expansion.
1401         (ert-test-run-tests-interactively):
1402         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1403         Add a skipping test.
1405         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1406         (file-notify--test-local-enabled): Make it a function.  Check also
1407         for `file-remote-p' of `temporary-file-directory'.
1408         (file-notify--test-remote-enabled-checked): New defvar.
1409         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1410         internal functions.  Cache result.
1411         (file-notify--deftest-remote, file-notify-test00-availability)
1412         (file-notify-test01-add-watch, file-notify-test02-events)
1413         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1414         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1416 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1418         * indent/ruby.rb: Fix syntax error in the latest example.
1420 2013-10-23  Glenn Morris  <rgm@gnu.org>
1422         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1423         New, set by configure.
1424         (top_srcdir): Remove.
1425         (abs_test, abs_lispsrc): New.
1426         (lisp): No longer absolute.
1427         (emacs, lisp-compile, compile, compile-always):
1428         Quote entities that might contain whitespace.
1430 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1432         * indent/ruby.rb: Move two examples to "working" section, add one
1433         more.
1435 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1437         * indent/ruby.rb: New examples for indentation of blocks.
1438         Example of hash inside parens that inflooped before the present commit.
1440 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1442         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1443         allows another timer to run.
1445 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1447         * indent/ruby.rb: More examples for bug#15594, both failing and
1448         now passing.
1450 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1452         * indent/ruby.rb: Add two more cases.
1454 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1456         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1457         first use.
1458         (ruby-should-indent): Use indent-according-to-mode.
1459         (ruby-deftest-move-to-block): Use `declare'.
1461 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1463         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1465 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1469 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1471         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1472         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1474         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1476 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1478         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1479         Adjust indentation of continued line to the new SMIE behavior.
1481 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1483         * automated/completion-tests.el:
1484         * indent/css-mode.css: New files.
1486 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1488         * automated/data/package/signed/archive-contents:
1489         * automated/data/package/signed/archive-contents.sig:
1490         * automated/data/package/signed/signed-good-1.0.el:
1491         * automated/data/package/signed/signed-good-1.0.el.sig:
1492         * automated/data/package/signed/signed-bad-1.0.el:
1493         * automated/data/package/signed/signed-bad-1.0.el.sig:
1494         * automated/data/package/key.pub:
1495         * automated/data/package/key.sec: New files.
1497         * automated/package-test.el (package-test-update-listing)
1498         (package-test-update-archives, package-test-describe-package):
1499         Adjust to package.el change.
1500         (package-test-signed): New test.
1502 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1504         * automated/package-test.el: Update all cases to use :url instead
1505         of :homepage.
1507         * automated/package-x-test.el
1508         (package-x-test--single-archive-entry-1-3): Same.
1510 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1512         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1513         was unused.
1514         (simple-single-desc): Expect :homepage property.
1515         (multi-file-desc): Same.
1516         (with-package-test): Do not save previous `default-directory'
1517         value, let-bind the var instead.
1518         (package-test-install-single): Expect :homepage property in the
1519         generated pkg file.
1520         (package-test-describe-package): Expect Homepage button.
1521         (package-test-describe-non-installed-package)
1522         (package-test-describe-non-installed-multi-file-package): Same.
1523         (package-test-describe-not-installed-package): Remove, it was a
1524         duplicate.
1526         * automated/package-x-test.el
1527         (package-x-test--single-archive-entry-1-3): Expect :homepage
1528         property.
1529         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1531         * automated/data/package/simple-single-1.3.el: Add URL header.
1533         * automated/data/package/archive-contents: Add :homepage
1534         properties to `simple-single' and `multi-file'.
1536 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1538         * automated/data-tests.el:
1539         (bool-vector-count-matches-all-0-nil)
1540         (bool-vector-count-matches-all-0-t)
1541         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1542         (bool-vector-count-matches-at, bool-vector-intersection-op)
1543         (bool-vector-union-op, bool-vector-xor-op)
1544         (bool-vector-set-difference-op)
1545         (bool-vector-change-detection, bool-vector-not): New tests.
1546         (mock-bool-vector-count-matches-at)
1547         (test-bool-vector-bv-from-hex-string)
1548         (test-bool-vector-to-hex-string)
1549         (test-bool-vector-count-matches-at-tc)
1550         (test-bool-vector-apply-mock-op)
1551         (test-bool-vector-binop): New helper functions.
1552         (bool-vector-test-vectors): New testcase data.
1554 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1556         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1557         (advice-test-called-interactively-p-filter-args)
1558         (advice-test-called-interactively-p-around): New tests.
1560 2013-09-16  Glenn Morris  <rgm@gnu.org>
1562         * automated/eshell.el (eshell-match-result):
1563         Return a more informative failure than simply "false".  Update callers.
1565         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1566         Test value before and after loop as well as during.
1568 2013-09-15  Glenn Morris  <rgm@gnu.org>
1570         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1571         New test.  (Bug#15372)
1572         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1574 2013-09-13  Glenn Morris  <rgm@gnu.org>
1576         * automated/eshell.el (with-temp-eshell):
1577         Use a temp directory for eshell-directory-name.
1578         (eshell-test-command-result): New, again using a temp directory.
1579         Replace eshell-command-result with this throughout.
1580         (eshell-test/for-loop, eshell-test/for-name-loop):
1581         Ensure environment variables don't confuse us.
1583 2013-09-12  Glenn Morris  <rgm@gnu.org>
1585         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1586         due to "has a running process; kill it?" prompts.
1588 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1590         * automated/eshell.el: Rename from eshell.el.
1591         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1593 2013-09-01  Glenn Morris  <rgm@gnu.org>
1595         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1596         Otherwise the sed command used by eg compile-main ends up
1597         containing "/*.el".  (Bug#15170)
1599 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1601         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1602         for portability to hosts where /bin/sh has problems.
1604 2013-08-21  David Engster  <deng@randomsample.de>
1606         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1607         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1608         upstream.  Changed to use ERT.
1610 2013-08-14  Daniel Hackney  <dan@haxney.org>
1612         * automated/package-test.el: Remove tar-package-building functions.
1613         Tar file used for testing is included in the repository.
1614         (package-test-install-texinfo, package-test-cleanup-built-files):
1615         Remove.
1617 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1619         * automated/python-tests.el (python-imenu-create-index-4)
1620         (python-imenu-create-flat-index-2): New tests.
1622 2013-08-05  Glenn Morris  <rgm@gnu.org>
1624         * automated/mule-util.el: New file, with tests extracted from
1625         lisp/international/mule-util.el.
1627 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1629         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1630         before definition.
1631         (advice-tests-macroaliases): New test.
1633 2013-08-04  Glenn Morris  <rgm@gnu.org>
1635         * automated/ert-tests.el: Disable failing test that no-one seems
1636         to know how to fix.  (Bug#13064)
1638         * automated/icalendar-tests.el (icalendar-tests--test-export)
1639         (icalendar-tests--test-import): Try more precise TZ specification.
1640         Remove debug messages.
1642 2013-08-03  Glenn Morris  <rgm@gnu.org>
1644         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1646         * automated/icalendar-tests.el (icalendar-tests--test-export)
1647         (icalendar-tests--test-import):
1648         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1649         (icalendar-tests--test-import): Reset zone even if error occurred.
1651 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * automated/core-elisp-tests.el: New file.
1655 2013-08-01  Glenn Morris  <rgm@gnu.org>
1657         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1658         Try to check that the remote system has a notification program.
1660 2013-07-31  Glenn Morris  <rgm@gnu.org>
1662         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1664 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1666         * automated/file-notify-tests.el
1667         (file-notify--test-local-enabled): New defconst.  Replaces all
1668         `file-notify-support' occurrences.
1669         (file-notify--test-remote-enabled): New defun.
1670         (file-notify--deftest-remote): Use it.
1671         (file-notify-test00-availability): Rewrite.
1672         (file-notify-test00-availability-remote): New defun.
1673         (file-notify-test01-add-watch): Rewrite first erroneous check.
1675 2013-07-23  Glenn Morris  <rgm@gnu.org>
1677         * automated/inotify-test.el (inotify-file-watch-simple):
1678         Delete temp-file when done.
1680         * automated/subword-tests.el: Require subword.
1682 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1684         * automated/subword-tests.el: New file.
1686 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1688         * automated/python-tests.el (python-imenu-create-index-2)
1689         (python-imenu-create-index-3): New tests.
1691 2013-07-11  Glenn Morris  <rgm@gnu.org>
1693         * automated/ert-tests.el: Require cl-lib at runtime too.
1694         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1695         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1696         (ert-test-set-functions, ert-test-gensym)
1697         (ert-test-coerce-to-vector, ert-test-string-position)
1698         (ert-test-mismatch): Remove tests.
1699         * automated/cl-lib.el: New, split from ert-tests.el.
1701         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1702         Goto point-min.
1703         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1704         (ruby-move-to-block-skips-percent-literal)
1705         (ruby-move-to-block-skips-heredoc)
1706         (ruby-move-to-block-moves-from-else-to-if)
1707         (ruby-beginning-of-defun-does-not-fold-case)
1708         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1709         Replace goto-line with forward-line/goto-char.
1710         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1712         * automated/package-test.el (makeinfo-buffer): Autoload.
1713         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1714         (package-test-install-texinfo): Don't require makeinfo.
1716         * automated/files.el: Stop "local variables" confusion.
1718         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1720         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1721         Use with-current-buffer.
1723         * automated/undo-tests.el (undo-test-buffer-modified)
1724         (undo-test-file-modified): New tests.
1726 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1728         * automated/file-notify-tests.el (file-notify-test00-availability):
1729         Set :expected-result.
1730         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1731         (file-notify-test02-events, file-notify-test02-events-remote)
1732         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1733         Skip when `file-notify-support' is nil.  (Bug#14823)
1735 2013-07-09  Glenn Morris  <rgm@gnu.org>
1737         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1738         Declare.
1739         (inotify-file-watch-simple): Silence compiler.
1741         * automated/python-tests.el (python-indent-block-enders):
1742         Make it actually test something.
1744         * automated/package-x-test.el: Require package-test when compiling.
1746         * automated/add-log-tests.el, automated/advice-tests.el:
1747         * automated/imenu-test.el, automated/package-x-test.el:
1748         * automated/python-tests.el, automated/ruby-mode-tests.el:
1749         * automated/xml-parse-tests.el: Explicitly require ert.
1751 2013-07-08  Kenichi Handa  <handa@gnu.org>
1753         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1754         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1756 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1758         * automated/file-notify-tests.el
1759         (file-notify-test-remote-temporary-file-directory):
1760         Use `null-device' on w32.
1761         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1762         (file-notify--test-results, file-notify--test-event)
1763         (file-notify--deftest-remote, file-notify--event-test)
1764         (file-notify--test-event-handler)
1765         (file-notify--test-make-temp-name): Rename, in order to mark them
1766         internal.
1767         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1768         better fitting in noninteractive tests.
1769         (file-notify-test00-availability): Rename from `file-notify-test0'.
1770         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1771         Use `temporary-file-directory '.
1772         (file-notify-test01-add-watch-remote): New test.
1773         (file-notify-test02-events): Rename from `file-notify-test2'.
1774         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1775         (file-notify-test03-autorevert): Rename from
1776         `file-notify-test4'.  Use timeouts.
1777         (file-notify-test03-autorevert-remote): Rename from
1778         `file-notify-test5'.
1780 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1782         * automated/file-notify-tests.el: New package.
1784 2013-06-28  Kenichi Handa  <handa@gnu.org>
1786         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1787         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1788         Callers changed.
1789         (decoder-tests-filename): New function.
1790         (decoder-tests-prefer-utf-8-read)
1791         (decoder-tests-prefer-utf-8-write): New function.
1792         (ert-test-decoder-prefer-utf-8): New test.
1794 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1796         * automated/package-x-test.el: Change the commentary.
1797         (package-x-test--single-archive-entry-1-3)
1798         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1799         using the appropriate data structure.
1801 2013-06-27  Daniel Hackney  <dan@haxney.org>
1803         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1805         * automated/package-x-test.el: New file.
1807         * automated/package-test.el: New file.
1809         * automated/data/package: New directory, with test examples.
1811 2013-06-27  Glenn Morris  <rgm@gnu.org>
1813         * automated/python-tests.el (python-tests-with-temp-file):
1814         Clean up after ourself.
1816         * automated/undo-tests.el (undo-test3): Remove test that seems to
1817         do nothing that the previous one doesn't, except leave a tempfile.
1819 2013-06-26  Glenn Morris  <rgm@gnu.org>
1821         * automated/info-xref.el: New file.
1823 2013-06-25  Glenn Morris  <rgm@gnu.org>
1825         * automated/occur-tests.el (occur-test-create): New function.
1826         Use it to create separate tests for each element, so we run them
1827         all rather than stopping at the first error.
1829 2013-06-24  Glenn Morris  <rgm@gnu.org>
1831         * automated/occur-tests.el (occur-tests):
1832         Update for 2013-05-29 change to occur header line.
1834 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1836         Test suite for flymake.
1837         * automated/flymake-tests.el:
1838         * automated/flymake/warnpred/Makefile
1839         * automated/flymake/warnpred/test.c
1840         * automated/flymake/warnpred/test.pl: New files.
1842 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1844         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1846 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1848         * automated/reftex-tests.el: New test suite for reftex.
1850 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1852         * automated/ruby-mode-tests.el: New tests, for percent literals
1853         and expression expansion.
1855 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1857         * indent/octave.m: Tweak.
1859 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1861         * eshell.el: Rewrite tests using ERT.
1863 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1865         * indent/octave.m: Add tests for %!, # and ### comments.
1867 2013-05-23  Kenichi Handa  <handa@gnu.org>
1869         * automated/decoder-tests.el: New file.
1871 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1873         * indent/ruby.rb: Add multiline regexp example.
1875         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1876         (ruby-regexp-skips-over-interpolation)
1877         (ruby-regexp-continues-till-end-when-unclosed)
1878         (ruby-regexp-can-be-multiline)
1879         (ruby-interpolation-inside-percent-literal): New tests.
1881 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1883         * indent/ruby.rb: Fix indentation after =; add more cases.
1885 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1887         * indent/pascal.pas: Add test for mis-identified comments.
1889 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1891         * automated/imenu-test.el: New file.  (Bug#14112)
1893 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1895         * automated/python-tests.el (python-imenu-prev-index-position-1):
1896         Remove test.
1897         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1898         New tests.
1900 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1902         * automated/python-tests.el (python-nav-backward-defun-2)
1903         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1904         (python-nav-forward-defun-3): New tests.
1906 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1908         * automated/python-tests.el (python-nav-backward-defun-1)
1909         (python-nav-forward-defun-1): New tests.
1911 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1913         * automated/add-log-tests.el: New file.  (Bug#14112)
1915 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1917         * automated/python-tests.el (python-indent-block-enders): New test.
1918         (python-info-current-defun-2): Fix test.
1920 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1922         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1924 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1926         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1927         (python-tests-with-temp-file): New macro.
1928         (python-tests-shell-interpreter): New var.
1929         (python-shell-get-process-name-1)
1930         (python-shell-internal-get-process-name-1)
1931         (python-shell-parse-command-1)
1932         (python-shell-calculate-process-environment-1)
1933         (python-shell-calculate-process-environment-2)
1934         (python-shell-calculate-process-environment-3)
1935         (python-shell-calculate-exec-path-1)
1936         (python-shell-calculate-exec-path-2)
1937         (python-shell-make-comint-1)
1938         (python-shell-make-comint-2)
1939         (python-shell-get-process-1)
1940         (python-shell-get-or-create-process-1)
1941         (python-shell-internal-get-or-create-process-1): New tests.
1943 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1945         * automated/python-tests.el: New file.
1947 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1949         * automated/ruby-mode-tests.el
1950         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1951         bits inside the examples.
1952         (ruby-move-to-block-skips-heredoc): New test.
1953         (ruby-add-log-current-method-after-inner-class):
1954         Lower expectations: move point inside a method, initially.
1956 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1958         * automated/ruby-mode-tests.el
1959         (ruby-move-to-block-skips-percent-literal): New test.
1961 2013-02-04  Chong Yidong  <cyd@gnu.org>
1963         * automated/thingatpt.el: New file.
1965 2013-02-03  Chong Yidong  <cyd@gnu.org>
1967         * automated/files.el (file-test--do-local-variables-test):
1968         Avoid compilation warning message.
1970 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1972         * automated/ruby-mode-tests.el
1973         (ruby-indent-spread-args-in-parens): New test.
1974         * automated/ruby-mode-tests.el (ruby-block-test-example):
1975         Break indentation of the do block opener and add a line inside it.
1976         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1977         Adjust line numbers.
1979 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1981         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1983 2013-01-14  Glenn Morris  <rgm@gnu.org>
1985         * automated/compile-tests.el (compile-tests--test-regexps-data):
1986         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1988 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1990         * automated/man-tests.el: New file.
1992 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1994         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1996 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1998         * automated/undo-tests.el: New file.
2000 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2002         * automated/ruby-mode-tests.el
2003         (ruby-indent-after-block-in-continued-expression): New test.
2005 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2007         * automated/ruby-mode-tests.el:
2008         Rename one interpolation test; add three more.
2009         (ruby-with-temp-buffer): New macro, use it where appropriate.
2010         (ruby-add-log-current-method-examples): Use "_" for target point.
2011         Add four new tests for ruby-add-log-current-method.
2013 2012-12-11  Glenn Morris  <rgm@gnu.org>
2015         * automated/f90.el (f90-test-bug13138): New test.
2017 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2019         * automated/inotify-test.el: New test.
2021 2012-12-02  Chong Yidong  <cyd@gnu.org>
2023         * automated/ruby-mode-tests.el
2024         (ruby-add-log-current-method-examples): Don't use loop macro, to
2025         allow automated testing to work.
2027 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * automated/advice-tests.el (advice-tests--data): Remove.
2030         (advice-tests): Move the tests directly here instead.
2031         Add called-interactively-p tests.
2033 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2035         * automated/ert-x-tests.el: Use cl-lib.
2036         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2038 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2040         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2041         (ruby-indent-inside-heredoc-after-operator)
2042         (ruby-indent-inside-heredoc-after-space): New tests.
2043         Change direct font-lock face references to var references.
2044         (ruby-interpolation-suppresses-syntax-inside): New test.
2045         (ruby-interpolation-inside-percent-literal-with-paren):
2046         New failing test.
2048 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2050         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2051         (ruby-singleton-class-no-heredoc-font-lock)
2052         (ruby-add-log-current-method-examples): New tests.
2053         (ruby-test-string): Extract from ruby-should-indent-buffer.
2054         (ruby-deftest-move-to-block): New macro.
2055         Add several move-to-block tests.
2057 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2059         * automated/advice-tests.el: New tests.
2061 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2063         * automated/compile-tests.el (compile-tests--test-regexps-data):
2064         Add new data for msft's new format.
2066 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2068         * automated/ruby-mode-tests.el:
2069         (ruby-toggle-block-to-multiline): New test.
2070         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2071         (ruby-toggle-block-to-brace): Use buffer-string.
2073 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2075         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2077 2012-08-28  Chong Yidong  <cyd@gnu.org>
2079         * automated/files.el: Test every combination of values for
2080         enable-local-variables and enable-local-eval.
2082 2012-08-19  Chong Yidong  <cyd@gnu.org>
2084         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2086 2012-08-18  Chong Yidong  <cyd@gnu.org>
2088         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2090 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2092         * indent/ruby.rb: Rearrange examples, add new ones.
2094 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2096         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2097         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2099 2012-08-11  Glenn Morris  <rgm@gnu.org>
2101         * automated/files.el: New file.
2103         * automated/Makefile.in (all): Fix typo.
2105 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2107         * automated/ruby-mode-tests.el (ruby-should-indent):
2108         Add docstring, check (current-indentation) instead of (current-column).
2109         (ruby-should-indent-buffer): New function.
2110         Add tests for `ruby-deep-indent-paren' behavior.
2111         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2113 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2115         Original tests in test_ruby_mode.rb in upstream (author).
2117 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2119         * automated/ruby-mode-tests.el (ruby-should-indent)
2120         (ruby-assert-state): New functions.
2121         Add new tests.
2123 2012-07-29  David Engster  <deng@randomsample.de>
2125         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2126         New variable to hold test data for name expansion.
2127         (xml-parse-tests): Test the two different types of name expansion.
2129 2012-07-29  Juri Linkov  <juri@jurta.org>
2131         * automated/occur-tests.el (occur-test-case): Use predefined
2132         buffer name " *test-occur*" instead of a random buffer name.
2134 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2136         * automated/ruby-mode-tests.el: New file with one test.
2138 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2140         * indent/shell.sh: Add test case for ${#VAR}.
2142         * indent/latex-mode.tex: New file.
2144 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2146         * eshell.el: Use cl-lib.
2148 2012-07-03  Chong Yidong  <cyd@gnu.org>
2150         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2152 2012-07-02  Chong Yidong  <cyd@gnu.org>
2154         * automated/xml-parse-tests.el (xml-parse-tests--data):
2155         More testcases.
2157 2012-07-01  Chong Yidong  <cyd@gnu.org>
2159         * automated/xml-parse-tests.el: New file.
2161 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2164         Use cl-flet.
2166 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2168         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2169         Test escaped commas in TZID (Bug#11473).
2170         (icalendar-import-with-timezone): New.
2171         (icalendar-real-world): Add new testcase as given in the bugreport
2172         of Bug#11473.
2174 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2176         * automated/icalendar-tests.el (icalendar-tests--test-import):
2177         Include UID in import tests (Bug#11525).
2178         (icalendar-import-non-recurring, icalendar-import-rrule)
2179         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2180         UID-import change.
2181         (icalendar-import-with-uid): New.
2182         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2183         Include UID in cycle tests.
2184         (icalendar-cycle, icalendar-real-world): UID-import change.
2186 2012-05-21  Glenn Morris  <rgm@gnu.org>
2188         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2190 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2192         * automated/url-util-tests.el: New file to test
2193         lisp/url/url-util.el.  Only `url-build-query-string' and
2194         `url-parse-query-string' are tested right now (Bug#8706).
2196 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2198         * indent/shell.sh:
2199         * indent/shell.rc: Ad some test cases.
2201 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2203         * indent/ruby.rb: New file, to test new syntax-propertize code.
2205 2012-04-11  Glenn Morris  <rgm@gnu.org>
2207         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2209 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2211         * automated/url-future-tests.el (url-future-tests): Move from
2212         lisp/url/url-future.el and rename.
2214 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2216         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2217         Fix broken test, caused by missing trailing blank.
2219 2011-12-03  Chong Yidong  <cyd@gnu.org>
2221         * automated/compile-tests.el (compile-tests--test-regexps-data):
2222         Increase column numbers by one to reflect change in how
2223         compilation-message is recorded (Bug#10172).
2225 2011-11-22  Glenn Morris  <rgm@gnu.org>
2227         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2229 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2231         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2233 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2235         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2236         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2237         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2239 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2241         * automated/newsticker-tests.el
2242         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2243         newsticker--treeview-tree-update.
2245 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2247         * automated/newsticker-tests.el
2248         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2250         * automated/newsticker-tests.el
2251         (newsticker--group-manage-orphan-feeds): Prevent updating
2252         newsticker treeview.  Fixed bug#9763.
2254 2011-10-20  Glenn Morris  <rgm@gnu.org>
2256         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2258         * automated/vc-bzr.el: New file.
2260 2011-10-15  Glenn Morris  <rgm@gnu.org>
2262         * automated/f90.el: New file.
2264 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2266         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2267         to automated/newsticker-tests.el.  Convert to ERT.
2269 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2271         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2272         Remove, simply use string=.
2273         (icalendar--diarytime-to-isotime)
2274         (icalendar--datetime-to-diary-date)
2275         (icalendar--datestring-to-isodate)
2276         (icalendar--format-ical-event)
2277         (icalendar--parse-summary-and-rest)
2278         (icalendar-tests--do-test-import)
2279         (icalendar-tests--do-test-cycle): Change argument order of
2280         string= to EXPECTED ACTUAL.
2281         (icalendar--import-format-sample)
2282         (icalendar--format-ical-event)
2283         (icalendar-import-non-recurring)
2284         (icalendar-import-rrule)
2285         (icalendar-import-duration)
2286         (icalendar-import-bug-6766)
2287         (icalendar-real-world): Adjust to string= instead of
2288         icalendar-tests--compare-strings.
2289         (icalendar-import-multiple-vcalendars): New.
2291 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2293         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2294         Require CL.
2296 2011-05-09  Juri Linkov  <juri@jurta.org>
2298         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2299         Convert to ERT.
2301 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2303         * automated/compile-tests.el: New file.
2305 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2307         * automated/font-parse-tests.el: Don't byte-compile.
2309         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2311 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2313         * automated/lexbind-tests.el: New file.
2315 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2317         * Version 23.3 released.
2319 2011-03-05  Glenn Morris  <rgm@gnu.org>
2321         * eshell.el: Move here from lisp/eshell/esh-test.el.
2323 2011-03-03  Christian Ohler  <ohler@gnu.org>
2325         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2326         New test.
2328 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2330         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2331         convert to ERT format.
2333 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2335         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2336         convert to ERT format.
2338 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * indent/shell.sh:
2341         * indent/shell.rc: New files.
2343 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2345         * automated/font-parse-tests.el: Move from
2346         font-parse-testsuite.el.
2348 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2350         * font-parse-testsuite.el (test-font-parse-data): New file.
2352 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2354         * indent/prolog.prolog: Add tokenizing tests.
2356 2011-01-13  Christian Ohler  <ohler@gnu.org>
2358         * automated: New directory for automated tests.
2360         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2362         * automated/Makefile.in: New file.
2364 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2366         * indent/modula2.mod: New file.
2368 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2370         * indent/octave.m: Add a test to ensure indentation is local.
2372 2010-10-23  Glenn Morris  <rgm@gnu.org>
2374         * comint-testsuite.el
2375         (comint-testsuite--test-comint-password-prompt-regexp):
2376         Add "Please enter the password".  (Bug#7224)
2378 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2380         * indent/prolog.prolog: Use normal spacing around !.
2382 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2384         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2386 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * indent/octave.m: Remove some `fixindent' not needed any more.
2390 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * indent/octave.m: New file.
2394 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2396         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2397         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2398         (icalendar-testsuite--run-internal-tests): New.
2399         (icalendar-testsuite--test-convert-ordinary-to-ical)
2400         (icalendar-testsuite--test-convert-block-to-ical)
2401         (icalendar-testsuite--test-convert-anniversary-to-ical)
2402         (icalendar-testsuite--test-parse-vtimezone)
2403         (icalendar-testsuite--do-test-export): Code formatting.
2404         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2405         (icalendar-testsuite--do-test-import)
2406         (icalendar-testsuite--do-test-cycle):
2407         Use icalendar-testsuite--compare-strings
2408         (icalendar-testsuite--run-import-tests): Comment added.
2409         (icalendar-testsuite--run-import-tests)
2410         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2412 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2414         * redisplay-testsuite.el (test-redisplay-3): New test.
2416 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2418         * comint-testsuite.el: New file.
2420 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * indent: New dir.
2424 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2426         * Version 23.2 released.
2428 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2430         * cedet/semantic-ia-utest.el
2431         (semantic-symref-test-count-hits-in-tag): Add function, from
2432         semantic-test.el.
2434         * cedet/tests/test.cpp:
2435         * cedet/tests/test.py:
2436         * cedet/tests/teststruct.cpp:
2437         * cedet/tests/testtemplates.cpp:
2438         * cedet/tests/testusing.cpp:
2439         * cedet/tests/scopetest.cpp:
2440         * cedet/tests/scopetest.java: Files deleted.
2442         * cedet/tests/test.make:
2443         * cedet/tests/test.c:
2444         * cedet/tests/testjavacomp.java:
2445         * cedet/tests/testspp.c:
2446         * cedet/tests/testsppreplace.c:
2447         * cedet/tests/testsppreplaced.c:
2448         * cedet/tests/testsubclass.cpp:
2449         * cedet/tests/testsubclass.hh:
2450         * cedet/tests/testtypedefs.cpp:
2451         * cedet/tests/testvarnames.c:
2452         * cedet/tests/test.el:
2453         * cedet/tests/testdoublens.cpp:
2454         * cedet/tests/testdoublens.hpp: Add copyright header.
2456         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2457         Remove reference to deleted files.
2459 2010-03-30  Juri Linkov  <juri@jurta.org>
2461         * occur-testsuite.el (occur-tests): Add tests for context lines.
2463 2010-03-23  Juri Linkov  <juri@jurta.org>
2465         * occur-testsuite.el: New file.
2467 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2469         * Branch for 23.2.
2471 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2473         * icalendar-testsuite.el
2474         (icalendar-testsuite--run-function-tests): Add new tests.
2475         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2476         testcase.
2477         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2478         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2479         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2480         (icalendar-testsuite--test-convert-block-to-ical): New.
2481         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2482         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2484 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2486         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2487         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2488         Fix typos in docstrings and error messages.
2489         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2491 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2493         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2494         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2495         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2497 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2499         * icalendar-testsuite.el
2500         (icalendar-testsuite--run-function-tests):
2501         Add icalendar-testsuite--test-parse-vtimezone.
2502         (icalendar-testsuite--test-parse-vtimezone): New.
2503         (icalendar-testsuite--do-test-cycle): Doc changes.
2504         (icalendar-testsuite--run-real-world-tests): Remove trailing
2505         whitespace -- see change of icalendar--add-diary-entry in
2506         icalendar.el.
2507         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2509 2009-09-30  Glenn Morris  <rgm@gnu.org>
2511         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2513 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2515         * cedet/*: New unit tests, from CEDET repository.
2517 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2519         * redisplay-testsuite.el: New file.
2521 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2523         * Branch for 23.1.
2525 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2527         * icalendar-testsuite.el
2528         (icalendar-testsuite--run-function-tests):
2529         Add icalendar-testsuite--test-diarytime-to-isotime.
2530         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2531         recent icalendar fixes.
2532         (icalendar-testsuite--test-diarytime-to-isotime): New.
2533         (icalendar-testsuite--test-create-uid): Adjust to recent
2534         icalendar changes.
2536 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2538         * bytecomp-testsuite.el: New file.
2540 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2542         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2543         Add `icalendar-testsuite--test-create-uid'.
2544         (icalendar-testsuite--test-create-uid): New.
2546 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2548         * newsticker-testsuite.el: New file.
2550 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2552         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2553         Add icalendar-testsuite--test-datestring-to-isodate,
2554         icalendar-testsuite--test-datetime-to-diary-date, and
2555         icalendar-testsuite--test-calendar-style.
2556         (icalendar-testsuite--test-format-ical-event)
2557         (icalendar-testsuite--test-parse-summary-and-rest):
2558         Doc fix.  Remove european-calendar-style.
2559         (icalendar-testsuite--get-ical-event): Doc fix.
2560         (icalendar-testsuite--test-first-weekday-of-year)
2561         (icalendar-testsuite--run-cycle-tests): Add doc string.
2562         (icalendar-testsuite--test-datestring-to-isodate)
2563         (icalendar-testsuite--test-datetime-to-diary-date)
2564         (icalendar-testsuite--test-calendar-style): New functions.
2565         (icalendar-testsuite--test-export): Handle iso date style.
2566         New arg INPUT-ISO.  Use calendar-date-style.
2567         (icalendar-testsuite--test-import): Handle iso date style.
2568         New arg EXPECTED-ISO.  Use calendar-date-style.
2569         (icalendar-testsuite--test-cycle): Handle iso date style.
2570         (icalendar-testsuite--run-import-tests)
2571         (icalendar-testsuite--run-export-tests)
2572         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2574 2008-02-29  Glenn Morris  <rgm@gnu.org>
2576         * README: New file.
2578 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2580         * icalendar-testsuite.el: New file.
2582 ;; Local Variables:
2583 ;; coding: utf-8
2584 ;; End:
2586   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2588   This file is part of GNU Emacs.
2590   GNU Emacs is free software: you can redistribute it and/or modify
2591   it under the terms of the GNU General Public License as published by
2592   the Free Software Foundation, either version 3 of the License, or
2593   (at your option) any later version.
2595   GNU Emacs is distributed in the hope that it will be useful,
2596   but WITHOUT ANY WARRANTY; without even the implied warranty of
2597   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2598   GNU General Public License for more details.
2600   You should have received a copy of the GNU General Public License
2601   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.