Improved glitch fix
[emacs.git] / test / ChangeLog
blobd8cd36790f2ccb0dc7655514a216bb171abe9bd9
1 2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
3         * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
4         This is more portable in shell scripts.
5         Fixes: bug#19658
7 2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
9         Fix package tests when TMPDIR is in HOME.  (Bug#19657)
10         * automated/package-test.el (with-package-test):
11         Bind `abbreviated-home-dir' to nil.
12         (package-test-describe-package, package-test-signed):
13         Expect abbreviated directory names.
15 2015-01-22  Jorgen Schaefer  <contact@jorgenschaefer.de>
17         * automated/package-test.el (package-test-install-prioritized):
18         Re-add the test case and add priority to the correct repository
19         this time around.
21 2015-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
24         the setf can be used already in the body of the method.
26 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
28         * automated/descr-text-test.el: New file with tests for
29         `describe-char-eldoc--truncate', `describe-char-eldoc--format',
30         and `describe-char-eldoc'.
32 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
34         * automated/tildify-tests.el (tildify-space-undo-test--test):
35         A new helper function for testing `tildify-double-space-undos'
36         behaviour in the `tildify-space' function.
37         (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
38         (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
39         New tests for `tildify-doule-space-undos' behaviour.
41         * automated/tildify-tests.el (tildify-space-test--test):
42         A new helper function for testing `tildify-space' function.
43         (tildify-space-test-html, tildify-space-test-html-nbsp)
44         (tildify-space-test-xml, tildify-space-test-tex): New tests for
45         `tildify-space' function.
47 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * automated/Makefile.in (EMACS_EXTRAOPT): New var.
50         (EMACSOPT): Use it.
52         * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
53         Rename other tests to preserve ordering.
55 2015-01-18  Leo Liu  <sdl.web@gmail.com>
57         * automated/seq-tests.el (test-seq-subseq): Add more tests.
58         (Bug#19434)
60 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
62         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
63         Test `subclass' specializer.
65 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
67         * automated/eieio-tests.el
68         (eieio-test-37-obsolete-name-in-constructor): New test.
70 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
72         * automated/eieio-tests.el (eieio-test-25-slot-tests)
73         (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
74         (eieio-test-30-slot-attribute-override)
75         (eieio-test-31-slot-attribute-override-class-allocation): Don't check
76         that we enforce :protection since we don't any more.
78         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
79         Use an explicit arg instead of eieio--scoped-class.  Update all callers.
81 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
83         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
84         Reset eieio-test--1.
86         * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
87         Rename from cl-generic-test-7-after/before.
88         (cl--generic-test-advice): New function.
89         (cl-generic-test-9-advice): New test.
91 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
93         * automated/package-test.el (package-test-install-prioritized):
94         New test.
96 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
98         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
99         New functions.
100         (test-calc-remove-units, test-calc-extract-units)
101         (test-calc-convert-units): New tests.
103 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
105         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
107 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
110         keysym arg instead of relying on internal var eieio--generic-call-key.
111         Update all callers.
112         (eieio-test-cl-generic-1): New tests.
114 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * automated/cl-generic-tests.el: New file.
118 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
121         <foo>-child-p.
123         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
124         Update reference to eieio--generic-call-key.
126 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
129         Don't use <class>-list types and <class>-list-p predicates.
131         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
132         Don't use <class>-list type.
134         * automated/eieio-test-methodinvoke.el
135         (eieio-test-method-order-list-4):
136         Don't use <class> as a variable.
138 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
140         * automated/eieio-tests.el (eieio-test-04-static-method)
141         (eieio-test-05-static-method-2): Use oref-default to access
142         class slots.
143         (eieio-test-23-inheritance-check): Don't assume that
144         eieio-class-parents returns class names, or that a class can only have
145         a single name.
147         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
148         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
149         Change arg to be a class object.  Update all callers.
151 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
154         Adjust to new semantics of eieio--scoped-class.
155         (eieio-test-match): Improve error feedback.
157 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * automated/eieio-tests.el: Remove dummy object names.
161         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
162         The type FOO-child is the same as FOO.
164 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
166         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
167         Remove use of eieio-generic-call-methodname.
168         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
169         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
170         Adjust the expected result accordingly.
172 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
174         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
175         New defun.
176         (tramp-test30-special-characters): Use it.  (Bug#19463)
177         (tramp--test-check-files): Filter nil file names out.
179 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
181         Sync with Tramp 2.2.11.
183         * automated/tramp-tests.el (tramp-test30-special-characters):
184         Skip test on MS-Windows.
186 2014-12-27  Glenn Morris  <rgm@gnu.org>
188         * automated/let-alist.el: Load dependency.
190 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
192         * automated/python-tests.el
193         (python-shell-completion-native-interpreter-disabled-p-1): New test.
195 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
197         * automated/python-tests.el (python-shell-get-or-create-process-1)
198         (python-shell-get-or-create-process-2)
199         (python-shell-get-or-create-process-3): Remove tests.
201 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
203         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
205 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
207         * automated/python-tests.el (python-shell-buffer-substring-1)
208         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
209         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
210         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
211         (python-shell-buffer-substring-8)
212         (python-info-encoding-from-cookie-1)
213         (python-info-encoding-from-cookie-2)
214         (python-info-encoding-from-cookie-3)
215         (python-info-encoding-from-cookie-4)
216         (python-info-encoding-from-cookie-5)
217         (python-info-encoding-from-cookie-6)
218         (python-info-encoding-from-cookie-7, python-info-encoding-1)
219         (python-info-encoding-2): New tests.
221 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
223         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
224         expect a given order of "." and "..".
226 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
228         * automated/python-tests.el (python-indent-electric-colon-2)
229         (python-indent-electric-colon-3): New tests.
231 2014-12-27  João Távora  <joaotavora@gmail.com>
233         * automated/electric-tests.el (autowrapping-7): Tests for
234         tex-mode.
236 2014-12-27  Glenn Morris  <rgm@gnu.org>
238         * automated/flymake/warnpred/test.pl: Tweak format, since the
239         previous one seems to have stopped giving a warning with perl 5.20.1.
241 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
243         * automated/python-tests.el (python-shell-get-process-name-1)
244         (python-shell-internal-get-process-name-1): Cleanup.
245         (python-shell-get-process-name-2)
246         (python-shell-internal-get-process-name-2): New tests.
247         (python-shell-calculate-command-1)
248         (python-shell-calculate-process-environment-3)
249         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
250         (python-shell-make-comint-2, python-shell-make-comint-4)
251         (python-shell-get-process-1, python-util-clone-local-variables-1):
252         Replace obsolete function and variable references with current.
254 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
256         * automated/let-alist.el: require `cl-lib'
257         New tests for accessing alists inside alists.
259 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
261         * automated/let-alist.el: New file.
263 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
265         * automated/seq-tests.el: New file.
267 2014-12-16  Glenn Morris  <rgm@gnu.org>
269         * automated/data/flymake/Makefile (check-syntax):
270         Prevent colorized gcc output from confusing flymake.
272         * automated/flymake-tests.el (flymake-tests-data-directory):
273         Change from flymake/warnpred to more standard data/flymake.
274         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
276 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
278         * automated/vc-tests.el (vc-test--revision-granularity-function):
279         New defun.
280         (vc-test--create-repo-function): Rename from
281         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
282         (vc-test--create-repo): Check also for revision-granularity.
283         (vc-test--unregister-function): Additional argument FILE.
284         Adapt all callees.
285         (vc-test--working-revision): New defun.
286         (vc-test-*-working-revision): New tests.
288 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
290         * automated/vc-tests.el (vc-test--register): Check, that the file
291         still exists after register and unregister operations.
293 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
295         * automated/vc-tests.el: New file.
297 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
299         * automated/tramp-tests.el (tramp-test29-vc-registered):
300         Fallback for changed `vc-register' argument list.
302 2014-12-03  Glenn Morris  <rgm@gnu.org>
304         * automated/tramp-tests.el (tramp-test29-vc-registered):
305         Update for recent incompatible change in vc-register.
307 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
309         * automated/python-tests.el
310         (python-shell-calculate-process-environment-4)
311         (python-shell-calculate-process-environment-5): New tests.
312         (python-shell-make-comint-3): Use file-equal-p.
313         (python-shell-get-or-create-process-1)
314         (python-shell-get-or-create-process-2)
315         (python-shell-get-or-create-process-3): Fix interpreter for
316         Windows (Bug#18595).
318 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
320         * automated/libxml-tests.el
321         (libxml-tests--data-comments-preserved): Rename from
322         'libxml-tests--data'.
323         (libxml-tests--data-comments-discarded): New.
324         (libxml-tests): Check whether 'libxml-parse-xml-region' is
325         discarding comments correctly.
327 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
329         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
330         HTML and XML now use no-break space as hard space.  Update tests.
331         (tildify-test-foreach-ignore-environments)
332         (tildify-test-foreach-ignore-environments-early-return,
333         (tildify-test-foreach-region)
334         (tildify-test-foreach-region-early-return)
335         (tildify-test-foreach-region-limit-region): New tests of
336         `tildify-foreach-ignore-environments' and
337         `tildify--foreach-region' functions.
338         (with-test-foreach): New helper macro for the above tests.
340 2014-11-17  Glenn Morris  <rgm@gnu.org>
342         * automated/occur-tests.el (occur-test-case, occur-test-create):
343         In case of failure, show the actual string, rather than just nil.
344         (occur-tests): Update for apparent change in output re control-chars.
346 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
348         * automated/icalendar-tests.el (icalendar-tests--test-export):
349         New optional parameter `alarms'.
350         (icalendar-export-alarms): New test for exporting icalendar
351         alarms.
352         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
354 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
356         * automated/icalendar-tests.el (icalendar-tests--test-import):
357         Mention timezone in doc string.  Clean up.
358         (icalendar-real-world): Add another test case for no-dst
359         timezones.
361 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
363         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
364         Add testcase where offsets of standard time and daylight saving time
365         are equal.
366         (icalendar-real-world): Fix error in test case.  Expected result
367         was wrong when offsets of standard time and daylight saving time
368         were equal.
370 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
372         * automated/python-tests.el
373         (python-shell-calculate-process-environment-2): Fix test.
374         (python-shell-calculate-process-environment-1)
375         (python-shell-calculate-process-environment-3): Cleanup.
377 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
379         * automated/python-tests.el (python-indent-dedenters-8): New test
380         for Bug#18432.
382 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
384         * automated/python-tests.el (python-indent-region-1)
385         (python-indent-region-2, python-indent-region-3)
386         (python-indent-region-4, python-indent-region-5): New tests.
388 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
390         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
391         * automated/cl-lib-tests.el: Rename from cl-lib.el.
393 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
395         * automated/libxml-tests.el: New file.
397 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
399         * automated/process-tests.el (process-test-quoted-batfile):
400         New test.
402 2014-10-20  Glenn Morris  <rgm@gnu.org>
404         * Merge in all changes up to 24.4 release.
406 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
408         * indent/scss-mode.scss: New file.
409         * indent/css-mode.css: Add a few uneventful examples.
411 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
413         * BidiCharacterTest.txt: New file, from Unicode.
415         * biditest.el: New file.
417 2014-10-08  Leo Liu  <sdl.web@gmail.com>
419         * automated/print-tests.el: New file.
420         (terpri): Tests for terpri.  (Bug#18652)
422 2014-10-06  Glenn Morris  <rgm@gnu.org>
424         * automated/icalendar-tests.el (icalendar--calendar-style):
425         Remove test, no longer relevant.
427 2014-10-04  Glenn Morris  <rgm@gnu.org>
429         * automated/package-x-test.el: Remove file...
430         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
432 2014-10-02  Glenn Morris  <rgm@gnu.org>
434         * automated/package-test.el (with-package-test, package-test-signed):
435         Also set HOME to a temp value, in case the real one is absent (e.g.
436         hydra) or read-only.  (Bug#18575)
437         (package-test-signed): Use skip-unless rather than expected-result.
439 2014-09-26  Leo Liu  <sdl.web@gmail.com>
441         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
442         New tests.  (Bug#18557)
444 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
446         * automated/newsticker-tests.el
447         (newsticker--group-find-parent-group),
448         (newsticker--group-do-rename-group): New tests.
450 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
452         * automated/fns-tests.el (fns-tests-collate-sort):
453         Bind w32-collate-ignore-punctuation to t when sorting according to
454         UTS#10 rules.
456 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
458         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
459         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
461 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
463         * automated/fns-tests.el (fns-tests-compare-strings): In case
464         `compare-strings' shall return t, check for this.
465         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
467 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
469         * automated/python-tests.el (python-indent-electric-colon-1):
470         New test.  (Bug#18228)
472 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
474         * automated/fns-tests.el (fns-tests-sort): New test.
476 2014-08-28  Glenn Morris  <rgm@gnu.org>
478         * automated/python-tests.el (python-shell-calculate-exec-path-2):
479         Update test for today's python.el changes.
481 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
483         * automated/compile-tests.el (compile--test-error-line): Grok FILE
484         being nil.  Allows for Guile tests to pass.
485         (compile-tests--test-regexps-data): Add Guile tests.
487 2014-08-11  Glenn Morris  <rgm@gnu.org>
489         * automated/data/files-bug18141.el.gz: New file.
490         * automated/files.el (files-test-bug-18141-file):
491         New variable and test.  (Bug#18141)
493 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
495         Enumerate evaluated sexp diary entries (Bug#7911).
496         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
497         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
498         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
499         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
500         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
501         New tests.
503 2014-08-07  Glenn Morris  <rgm@gnu.org>
505         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
507 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
509         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
510         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
512 2014-08-03  Glenn Morris  <rgm@gnu.org>
514         * automated/Makefile.in (check-tar): New rule.
516 2014-08-02  Glenn Morris  <rgm@gnu.org>
518         * automated/fns-tests.el (fns-tests-compare-strings):
519         Update test.  (Bug#17903)
521         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
522         Use more precise TZ specification, as per 2013-08-04.
524 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
526         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
527         New test.
529 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
531         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
533 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
535         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
536         Work around the failures in icalendar-tests which occasionally occur on
537         hydra.nixos.org.
539 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
541         * automated/python-tests.el:
542         (python-util-clone-local-variables-1): Fix test.
544         * automated/python-tests.el (python-shell-make-comint-1):
545         (python-shell-make-comint-2): Fix indentation.
546         (python-shell-make-comint-3)
547         (python-shell-make-comint-4): New tests.
548         (python-shell-get-or-create-process-1): Fix test.
549         (python-shell-get-or-create-process-2)
550         (python-shell-get-or-create-process-3): New tests.
551         (python-shell-internal-get-or-create-process-1): Fix test.
552         (python-shell-prompt-detect-1): New test.
553         (python-shell-prompt-detect-2): New test.  (Bug#17370)
554         (python-shell-prompt-detect-3)
555         (python-shell-prompt-detect-4)
556         (python-shell-prompt-detect-5)
557         (python-shell-prompt-detect-6)
558         (python-shell-prompt-validate-regexps-1)
559         (python-shell-prompt-validate-regexps-2)
560         (python-shell-prompt-validate-regexps-3)
561         (python-shell-prompt-validate-regexps-4)
562         (python-shell-prompt-validate-regexps-5)
563         (python-shell-prompt-validate-regexps-6)
564         (python-shell-prompt-validate-regexps-7)
565         (python-shell-prompt-set-calculated-regexps-1)
566         (python-shell-prompt-set-calculated-regexps-2)
567         (python-shell-prompt-set-calculated-regexps-3)
568         (python-shell-prompt-set-calculated-regexps-4)
569         (python-shell-prompt-set-calculated-regexps-5)
570         (python-shell-prompt-set-calculated-regexps-6)
571         (python-util-valid-regexp-p-1): New tests.
573 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
575         * automated/advice-tests.el (advice-test-call-interactively): Make sure
576         the function's definition is fully restored at the end.
578 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
580         * automated/python-tests.el (python-indent-block-enders-1)
581         (python-indent-block-enders-2): Fix tests.
582         (python-indent-block-enders-3, python-indent-block-enders-4)
583         (python-indent-block-enders-5, python-indent-dedenters-1)
584         (python-indent-dedenters-2): Remove tests.
585         (python-indent-dedenters-1, python-indent-dedenters-2)
586         (python-indent-dedenters-3, python-indent-dedenters-4)
587         (python-indent-dedenters-5, python-indent-dedenters-6)
588         (python-indent-dedenters-7)
589         (python-info-dedenter-opening-block-position-1)
590         (python-info-dedenter-opening-block-position-2)
591         (python-info-dedenter-opening-block-position-3)
592         (python-info-dedenter-opening-block-positions-1)
593         (python-info-dedenter-opening-block-positions-2)
594         (python-info-dedenter-opening-block-positions-3)
595         (python-info-dedenter-opening-block-positions-4)
596         (python-info-dedenter-opening-block-positions-5)
597         (python-info-dedenter-opening-block-message-1)
598         (python-info-dedenter-opening-block-message-2)
599         (python-info-dedenter-opening-block-message-3)
600         (python-info-dedenter-opening-block-message-4)
601         (python-info-dedenter-opening-block-message-5)
602         (python-info-dedenter-statement-p-1)
603         (python-info-dedenter-statement-p-2)
604         (python-info-dedenter-statement-p-3)
605         (python-info-dedenter-statement-p-4)
606         (python-info-dedenter-statement-p-5): New tests.
608 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * indent/perl.perl: Add indentation pattern for hash-table entries.
612 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
614         * automated/dbus-tests.el (dbus-test02-register-service-session)
615         (dbus-test02-register-service-system): Fix docstring.
616         (dbus-test02-register-service-own-bus)
617         (dbus-test03-peer-interface): New tests.
619 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
621         * automated/python-tests.el (python-tests-self-insert): New function.
622         (python-triple-quote-pairing): Use it.
623         (python-parens-electric-indent-1): New test. (Bug#17658)
625 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
627         * automated/subr-x-tests.el: New file.
629 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
631         * automated/tramp-tests.el (tramp--instrument-test-case):
632         Print debug buffer in any case.
634 2014-06-28  Leo Liu  <sdl.web@gmail.com>
636         * automated/calc-tests.el: New file and add tests for math-bignum.
637         (Bug#17556)
639 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
641         * automated/dbus-tests.el (dbus--test-register-service)
642         (dbus-test02-register-service-session): Replace `dbus-ping' calls
643         by `dbus-list-known-names'.  (Bug#17858)
645 2014-06-28  Glenn Morris  <rgm@gnu.org>
647         * automated/Makefile.in (GDB): New variable.
648         (emacs): Use $GDB.  (Bug#15991)
650         * automated/Makefile.in (WRITE_LOG): New variable.
651         (%.log): Use WRITE_LOG.
652         (test_template): Disable logging.
654         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
655         (test_template): New definition.  Apply to TESTS.
657 2014-06-27  Glenn Morris  <rgm@gnu.org>
659         * automated/Makefile.in (check-maybe): Rename from check.
660         (check): Re-run all the tests, every time.
661         (clean, mostlyclean): Also delete *.log~.
663 2014-06-26  Glenn Morris  <rgm@gnu.org>
665         * automated/package-x-test.el: Do not mess with load-path.
667         * automated/Makefile.in (%.log): If error, dump log to stdout.
669 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
671         * automated/package-test.el (package-test-update-listing)
672         (package-test-update-archives, package-test-describe-package):
673         Adjust tests according to new package-list-unsigned.
675 2014-06-26  Glenn Morris  <rgm@gnu.org>
677         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
679         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
681         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
682         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
683         (setwins, compile-targets, compile-main, compile-clean): Remove.
684         (GREP_OPTIONS): Unexport.
685         (.el.elc): Replace with pattern rule.
686         (%.elc, %.log): New pattern rules.
687         (ELFILES, LOGFILES): New variables.
688         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
689         (clean, mostlyclean): New rules.
690         (bootstrap-clean): Simplify.
691         (bootstrap-clean, distclean): Depend on clean.
693 2014-06-25  Glenn Morris  <rgm@gnu.org>
695         * automated/flymake-tests.el (flymake-tests--current-face):
696         Sleep for longer.  Avoid querying.
698 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
700         * automated/fns-tests.el (fns-tests-compare-string): New test.
702 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
704         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
705         according to Bug#17815.
707 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
709         * automated/python-tests.el (python-util-strip-string-1): New test.
711 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
713         Sync with Tramp 2.2.10.
715         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
716         (tramp--instrument-test-case): Extend docstring.
717         (tramp-test15-copy-directory): Skip for tramp-smb.el.
718         (tramp-test21-file-links): Use `file-truename' for directories.
719         (tramp-test27-start-file-process, tramp-test28-shell-command):
720         Retrieve process output more robustly.
721         (tramp--test-check-files): Extend test.
722         (tramp-test30-special-characters): Skip for tramp-adb.el,
723         tramp-gvfs.el and tramp-smb.el.  Add further file names.
725 2014-06-13  Glenn Morris  <rgm@gnu.org>
727         * automated/Makefile.in (compile-main):
728         GNU make automatically passes command-line arguments to sub-makes.
730 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
732         * automated/tildify-tests.el (tildify-test--test): Optimize the test
733         slightly by reusing the same temporary buffer across multiple test
734         cases.
736         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
737         (tildify-test-find-env-group-index-bug): Update to support new
738         signature of the `tildify-foreach-region-outside-env' function.
739         Namely, it now takes pairs as an argument instead of looking it up in
740         `tildify-ignored-environments-alist'.
742         * automated/tildify-tests.el (tildify-test--example-html): Add support
743         for generating XML code, so that…
744         (tildify-test-xml) …test can be added to check handling of XML
745         documents.
747         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
748         New test checking end-regex building when multiple environment pairs
749         use integers to refer to capture groups.
751         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
752         test checking end-regex building in `tildify-find-env' function when
753         integers (denoting capture groups) and strings are mixed together.
755 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
757         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
758         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
760 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
762         * automated/tramp-tests.el (tramp-test29-vc-registered):
763         Instrument failed test case.
765 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
767         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
768         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
770 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
772         * automated/tildify-tests.el: New file.
774 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
776         * indent/ruby.rb: Add one more test.
778         * indent/ps-mode.ps: New file.
780         * indent/octave.m: Add a few more tests.
782         * automated/core-elisp-tests.el
783         (core-elisp-test-window-configurations): New test.
785 2014-05-26  Glenn Morris  <rgm@gnu.org>
787         * automated/package-test.el (package-test-install-single):
788         Update for changed output.
790 2014-05-22  Glenn Morris  <rgm@gnu.org>
792         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
793         Fix handling of temporary elc files.
795         * automated/fns-tests.el (fns-tests-nreverse):
796         Update for changed string behavior.
798 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
800         * automated/fns-tests.el: New file.
801         * automated/fns-tests.el (fns-tests-nreverse)
802         (fns-tests-nreverse-bool-vector): New tests.
804 2014-05-08  Glenn Morris  <rgm@gnu.org>
806         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
807         (vc-bzr-test-faulty-bzr-autoloads):
808         Give bzr a temporary home-directory, in case the real one is missing.
810 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
812         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
813         New test.
815 2014-05-08  Glenn Morris  <rgm@gnu.org>
817         * automated/help-fns.el: New file.
819 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
821         * automated/undo-tests.el (undo-test-region-deletion): New test to
822         demonstrate bug#17235.
823         (undo-test-region-example): New test to verify example given in
824         comments for undo-make-selective-list.
826 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
828         * automated/tramp-tests.el (top):
829         * automated/file-notify-tests.el (top): Do not disable interactive
830         passwords in batch mode.
831         (password-cache-expiry): Set to nil.
833         * automated/file-notify-tests.el
834         (file-notify-test-remote-temporary-file-directory):
835         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
836         Use a mock-up method as default.
837         (tramp-test00-availability): Print the used directory name.
838         (tramp-test33-recursive-load): Fix typo.
840 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
842         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
843         (tramp-test30-special-characters): Remove test for backslash.
845 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
847         * automated/tramp-tests.el
848         (tramp-test19-directory-files-and-attributes)
849         (tramp-test22-file-times): Check for `file-attributes' equality
850         only if there is a usable timestamp.
851         (tramp--test-check-files): Do not use `copy-sequence'.
853 2014-04-22  Daniel Colascione  <dancol@dancol.org>
855         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
856         Add compile flag.
857         (test-byte-comp-macro-expansion)
858         (test-byte-comp-macro-expansion-eval-and-compile)
859         (test-byte-comp-macro-expansion-eval-when-compile)
860         (test-byte-comp-macro-expand-lexical-override): Use it.
861         (test-eager-load-macro-expansion)
862         (test-eager-load-macro-expansion-eval-and-compile)
863         (test-eager-load-macro-expansion-eval-when-compile)
864         (test-eager-load-macro-expand-lexical-override): New tests.
866         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
867         account for removal of `cl-struct-set-slot-value'. Also, move
868         the defstruct to top level.
870 2014-04-21  Daniel Colascione  <dancol@dancol.org>
872         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
873         New function.
874         (test-byte-comp-macro-expansion)
875         (test-byte-comp-macro-expansion-eval-and-compile)
876         (test-byte-comp-macro-expansion-eval-when-compile)
877         (test-byte-comp-macro-expand-lexical-override): New tests.
879         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
880         (cl-the): Fix cl-the test.
882 2014-04-20  Daniel Colascione  <dancol@dancol.org>
884         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
886 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
888         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
889         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
891 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
893         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
894         (tramp--test-make-temp-name): Optional argument LOCAL.
895         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
896         (tramp-test10-write-region): No special test for out-of-band copy
897         needed anymore.
898         (tramp-test11-copy-file, tramp-test12-rename-file)
899         (tramp-test21-file-links): Extend tests.
900         (tramp-test20-file-modes): More robust check for user "root".
901         (tramp--test-check-files): New defun.
902         (tramp-test30-special-characters, tramp-test33-recursive-load)
903         (tramp-test34-unload): New tests.
904         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
906 2014-04-11  Glenn Morris  <rgm@gnu.org>
908         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
910 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
912         * automated/electric-tests.el: Fix spelling error in test name.
913         (whitespace-skipping-for-quotes-not-outside):
914         Rename from whitespace-skipping-for-quotes-not-ouside.
916 2014-04-09  Daniel Colascione  <dancol@dancol.org>
918         * automated/syntax-tests.el: New file.
920 2014-04-09  Glenn Morris  <rgm@gnu.org>
922         * automated/python-tests.el (python-triple-quote-pairing):
923         Enable/disable electric-pair-mode as needed.
925         * automated/electric-tests.el (electric-pair-backspace-1):
926         Replace deleted function.
928 2014-04-07  João Távora  <joaotavora@gmail.com>
930         * automated/python-tests.el (python-triple-quote-pairing): New test.
931         (python-syntax-after-python-backspace): New test.
933         * automated/electric-tests.el (electric-pair-define-test-form):
934         More readable test docstrings.
935         (whitespace-skipping-for-quotes-not-ouside)
936         (whitespace-skipping-for-quotes-only-inside)
937         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
939 2014-04-04  João Távora  <joaotavora@gmail.com>
941         * automated/electric-tests.el (define-electric-pair-test):
942         Don't overtest.
943         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
944         (inhibit-in-mismatched-string-inside-c-comments): New test.
946 2014-04-02  João Távora  <joaotavora@gmail.com>
948         * automated/electric-tests.el (inhibit-if-strings-mismatched):
949         New test, change from `inhibit-only-of-next-is-mismatched'.
951 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
953         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
954         (undo-test-region-t-marker): New tests of marker adjustments.
955         (undo-test-marker-adjustment-moved):
956         (undo-test-region-mark-adjustment): New tests to demonstrate
957         bug#16818, which fail without the fix.
959 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
961         * automated/package-test.el (package-test-describe-package):
962         Fix test failure in non-graphical mode.
964 2014-03-23  Daniel Colascione  <dancol@dancol.org>
966         * automated/subword-tests.el (subword-tests2): More subword tests.
968         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
969         New test: correct parsing of keyword arguments.
971 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
973         * automated/package-test.el (package-test-describe-package):
974         Check for the "Keywords: " line.
976         * automated/data/package/archive-contents: Include the :keywords
977         field in `simple-single' data form.
979 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
981         * automated/package-test.el
982         (package-test-install-two-dependencies): New test (bug#16826).
984         * automated/data/package/simple-two-depend-1.1.el: New file.
986         * automated/data/package/archive-contents:
987         Add info about the new package.
989 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
991         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
992         (tramp-test10-write-region): Extend for out-of-band copy.
993         (tramp-test31-asynchronous-requests): New test.
995 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
997         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
998         Add new test of undo in region.
999         (undo-test-in-region-eob): Add test case described at
1000         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1002 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1004         * automated/tramp-tests.el (tramp--test-enabled)
1005         (tramp-test15-copy-directory): No special handling of tramp-adb.el
1006         anymore.  It's fixed in that package.
1008 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1010         * automated/tramp-tests.el (tramp--test-enabled): Move connection
1011         cleanup into this function.  Remove respective code from all test
1012         cases.
1013         (tramp--instrument-test-case): Declare `indent' and `debug'.
1014         Handle other errors as well.
1015         (tramp-test14-delete-directory): Check for `file-error' error.
1016         (tramp-test15-copy-directory): Ignore return value of
1017         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
1018         (tramp-test19-directory-files-and-attributes): Take care of
1019         timestamp of "../".
1020         (tramp-test20-file-modes, tramp-test27-start-file-process)
1021         (tramp-test28-shell-command): Skip for tramp-adb.el.
1022         (tramp-test21-file-links): `file-truename' shall preserve trailing
1023         link of directories.
1024         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1025         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1026         `kill-buffer-query-functions' to nil.
1027         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1029 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1031         * automated/tramp-tests.el
1032         (tramp-test19-directory-files-and-attributes): Do not include
1033         directories in comparison; they might have changed their
1034         timestamps already.
1036 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1038         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1039         (tramp-test17-insert-directory): First line could contain more
1040         text, when produced by `ls-lisp'.
1041         (tramp-test19-directory-files-and-attributes): Instrument failed
1042         test case.
1044 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1046         * automated/tramp-tests.el (tramp-test17-insert-directory):
1047         Make first line "total 123" optional.
1048         (tramp-test20-file-modes, tramp-test22-file-times)
1049         (tramp-test26-process-file, tramp-test27-start-file-process)
1050         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1051         tramp-smb.el.
1052         (tramp-test20-file-modes): Check for "root" only when there is an
1053         explicit user name.
1054         (tramp-test21-file-links): Handle "... not supported" error.
1055         (tramp-test22-file-times): Skip for "don't know" return values.
1056         (tramp-test26-process-file, tramp-test28-shell-command):
1057         Remove color escape sequences.
1058         (tramp-test28-shell-command): Use `accept-process-output' rather
1059         than `sit-for'.
1060         (tramp-test30-utf8): Set coding system `utf-8'.
1062 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
1064         * automated/tramp-tests.el (tramp-test28-shell-command):
1065         Perform an initial `sit-for' prior the while loop.
1067 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1069         Sync with Tramp 2.2.9.
1071         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1072         (tramp-test28-shell-command): Make a while loop when waiting for
1073         process exit.
1075 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
1077         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1078         and `vc-hg'.  Declare `tramp-find-executable' and
1079         `tramp-get-remote-path'.
1080         (tramp-test29-vc-registered): New test.
1081         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1083 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
1085         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1086         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1087         (tramp-test28-shell-command): Improve `shell-command' test.
1088         Add `async-shell-command' tests.
1090 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1092         * automated/file-notify-tests.el (file-notify--wait-for-events):
1093         Use `read-event' instead of `sit-for'.
1094         (file-notify-test02-events): Remove expected result, the bug is
1095         fixed meanwhile.
1096         (file-notify-test02-events, file-notify-test03-autorevert):
1097         Use `sleep-for' instead of `sit-for'.
1099 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1101         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1102         New test.
1104 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1106         * automated/file-notify-tests.el (file-notify--deftest-remote):
1107         Do not skip when the local test has failed.  They are unrelated.
1108         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1109         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1110         `sleep-for'.
1111         (file-notify-test02-events): Check for `file-remote-p' instead of
1112         `file-notify--test-remote-enabled'.
1114 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1116         * automated/file-notify-tests.el (file-notify-test02-events):
1117         Let test case fail for Bug#16519.
1119 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1121         * automated/file-notify-tests.el (file-notify-test02-events):
1122         Hide Bug#16519, until it is solved.
1124 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1126         * automated/file-notify-tests.el
1127         (file-notify--test-local-enabled): Fix error in logic.
1128         (file-notify--wait-for-events): New defmacro.
1129         (file-notify-test02-events): Make short breaks between file operations.
1130         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1131         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1133         * automated/comint-testsuite.el
1134         (comint-testsuite-password-strings): Add localized examples.
1136 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1138         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1139         case if inotify is not linked with Emacs.  Use `read-event' rather
1140         than `sit-for' in order to process events.  (Bug#13662)
1142 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1144         * automated/ert-tests.el (ert-test-record-backtrace):
1145         Reenable test case with adapted test string.  (Bug#13064)
1147 2013-12-28  Glenn Morris  <rgm@gnu.org>
1149         * automated/electric-tests.el: Require 'elec-pair.
1151 2013-12-26  João Távora  <joaotavora@gmail.com>
1153         * automated/electric-tests.el (electric-pair-test-for):
1154         Fix autowrapping tests in batch-mode by running with
1155         `transient-mark-mode' set to `lambda'.
1157         * automated/electric-tests.el: New file.
1159 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1161         * automated/python-tests.el
1162         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1163         (python-nav-forward-sexp-safe-1): New test.
1165 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1167         * automated/ruby-mode-tests.el: Add tests for
1168         `ruby-align-to-stmt-keywords'.
1170         * indent/ruby.rb: Update examples to reflect the lack of change in
1171         default indentation of `begin' blocks.
1173 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1175         * indent/ruby.rb: Update examples according to the change
1176         in `smie-indent-close'.
1178 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1180         * indent/ruby.rb: New examples.
1182 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1184         * automated/python-tests.el (python-indent-dedenters-2): New test.
1186 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1188         * automated/python-tests.el (python-indent-after-comment-1)
1189         (python-indent-after-comment-2): New tests.
1191 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1193         * automated/python-tests.el (python-indent-block-enders-1):
1194         Rename from python-indent-block-enders.
1195         (python-indent-block-enders-2): New test.
1197 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1199         * indent/js.js: New file.
1201 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1203         * automated/dbus-tests.el: New file.
1205 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1207         * automated/regexp-tests.el: New file.
1209 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1211         * automated/reftex-tests.el (reftex-parse-from-file-test):
1212         Run temp-dir through file-truename, to make sure the temporary file
1213         names are comparable as strings.
1215         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1216         Force Unix EOLs by using 'utf-8-unix', since the default of
1217         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1219 2013-11-28  Glenn Morris  <rgm@gnu.org>
1221         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1223 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1225         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1226         (EMACSOPT): Use $(PATH_SEP).
1228 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1230         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1231         Set to nil.
1233 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1235         * automated/file-notify-tests.el
1236         (file-notify-test-remote-temporary-file-directory):
1237         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1238         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1239         (file-notify--deftest-remote): Cleanup connection initially.
1240         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1241         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1242         does not work on MS Windows.  Call `accept-process-output' for
1243         remote files.  Apply `string-match' instead of `string-equal', the
1244         messages are different on MS Windows.
1246         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1247         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1248         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1250 2013-11-23  Glenn Morris  <rgm@gnu.org>
1252         * automated/python-tests.el (python-shell-make-comint-1)
1253         (python-shell-make-comint-2, python-shell-get-process-1):
1254         Suppress creation of some temp-files.
1256         * automated/python-tests.el (python-shell-parse-command-1)
1257         (python-shell-make-comint-1, python-shell-make-comint-2)
1258         (python-shell-get-process-1)
1259         (python-shell-internal-get-or-create-process-1):
1260         Skip rather than fail if prereqs not found.
1262         * automated/Makefile.in (emacs):
1263         Empty EMACSLOADPATH rather than unsetting.
1265 2013-11-22  Glenn Morris  <rgm@gnu.org>
1267         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1268         Set expected-result.
1270 2013-11-21  Glenn Morris  <rgm@gnu.org>
1272         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1273         (compile-main): Pass XARGS_LIMIT to xargs.
1275         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1276         (EMACSOPT): Use PATH_SEPARATOR.
1278 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1280         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1281         Add a failing test for Bug#15874.
1282         (ruby--insert-coding-comment-ruby-style)
1283         (ruby--insert-coding-comment-emacs-style)
1284         (ruby--insert-coding-comment-custom-style):
1285         Add a few tests for `ruby--insert-coding-comment'.
1287 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1289         Improve API of recently-added bool vector functions (Bug#15912).
1290         * automated/data-tests.el: Adjust to API changes.
1292 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1294         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1295         (tramp-test08-file-local-copy)
1296         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1297         (tramp-test11-copy-file, tramp-test12-rename-file)
1298         (tramp-test13-make-directory, tramp-test14-delete-directory)
1299         (tramp-test15-copy-directory, tramp-test16-directory-files)
1300         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1301         (tramp-test19-directory-files-and-attributes)
1302         (tramp-test20-file-modes, tramp-test21-file-links)
1303         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1304         (tramp-test24-file-name-completion, tramp-test25-load)
1305         (tramp-test26-process-file, tramp-test27-start-file-process)
1306         (tramp-test28-shell-command): Cleanup connection initially.
1308 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1310         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1311         connection before running the test.
1313 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1315         * automated/tramp-tests.el (tramp-test15-copy-directory)
1316         (tramp-test16-directory-files, tramp-test17-insert-directory)
1317         (tramp-test18-file-attributes)
1318         (tramp-test19-directory-files-and-attributes)
1319         (tramp-test20-file-modes, tramp-test21-file-links)
1320         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1321         (tramp-test24-file-name-completion, tramp-test25-load)
1322         (tramp-test26-process-file, tramp-test27-start-file-process)
1323         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1324         (tramp-test29-utf8): New test.
1326 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1328         * automated/file-notify-tests.el (file-notify-test02-events)
1329         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1331         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1332         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1333         (tramp-test26-process-file, tramp-test28-shell-command):
1334         Ensure, that the directory is not empty when calling "ls".
1336 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1338         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1339         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1340         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1341         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1342         (tramp-test26-process-file): Add tests.
1343         (tramp-test11-copy-file): Remove debug message.
1344         (tramp-test20-file-modes): Special case, if user is "root".
1346 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1348         * automated/file-notify-tests.el:
1349         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1350         `tramp-remote-path' when running on hydra.
1351         (tramp-test07-file-exists-p): Remove instrumentation code.
1352         (tramp-test26-process-file): Don't use "/bin/true" and
1353         "/bin/false", these paths do not exist on hydra.
1355 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1357         * automated/process-tests.el: New file.
1359 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1361         * indent/ruby.rb: New examples.
1363 2013-11-06  Glenn Morris  <rgm@gnu.org>
1365         * automated/Makefile.in (setwins): Avoid accidental matches.
1367 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1369         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1370         Fix docstring.  Instrument, in order to hunt failure on hydra.
1372 2013-11-06  Glenn Morris  <rgm@gnu.org>
1374         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1375         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1376         (warning-predicate-function-perl):
1377         * automated/info-xref.el (info-xref-test-makeinfo):
1378         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1379         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1381 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1383         * automated/tramp-tests.el: New file.
1385 2013-11-05  Glenn Morris  <rgm@gnu.org>
1387         Get rid of --chdir usage.
1388         * automated/Makefile.in (EMACSOPT): Move -L here.
1389         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1390         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1391         (.el.elc): No more need to pass -L here.
1392         (compile-main): Get rid of sub-shell and cd.
1393         (compile-clean, check): Get rid of cd.
1395         Make it possible to run tests with a different working directory.
1396         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1397         (flymake-tests--current-face): Use flymake-tests-data-directory.
1398         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1399         (warning-predicate-function-perl): Adapt for above change.
1400         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1401         (zlib--decompress): Use zlib-tests-data-directory.
1403         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1404         Remove test that makes no sense.
1406         * automated/files.el (files-test-local-variable-data):
1407         Fix result typo presumably caused by interference from dir-locals.
1408         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1410 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1412         * indent/ruby.rb: Add a statement on the line after heredoc.
1413         Move a now-successful example.
1415         * automated/ruby-mode-tests.el: Remove outdated comment.
1417 2013-11-04  Glenn Morris  <rgm@gnu.org>
1419         * automated/Makefile.in (abs_srcdir): Remove.
1420         (emacs): Unset EMACSLOADPATH.
1421         (.el.elc, check): Use -L to append srcdir to load-path.
1423 2013-11-02  Glenn Morris  <rgm@gnu.org>
1425         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1426         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1427         (abs_srcdir): New, set by configure.
1428         (EMACS): Use a relative file name.
1429         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1430         (lisp-compile): Remove (assume it's up-to-date).
1431         (compile-main): Do not run lisp-compile.
1432         (compile-main, compile-clean, compile-always, bootstrap-clean)
1433         (check): Use srcdir rather than $test.  Check cd return value.
1434         Use --chdir.
1435         (doit, compile, compile-always): Remove stuff copied from lisp/.
1436         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1438 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1440         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1441         Add a skipping test.
1443 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1445         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1447         * indent/css-mode.css (.x2): Test alignement inside braces.
1449 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1451         * indent/ruby.rb: New failing example.
1453         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1454         Fix the test, in respect to adding the space after the curly.
1456 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1458         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1459         (ert-test-deftest): Adapt test for changed macro expansion.
1460         (ert-test-run-tests-interactively):
1461         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1462         Add a skipping test.
1464         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1465         (file-notify--test-local-enabled): Make it a function.  Check also
1466         for `file-remote-p' of `temporary-file-directory'.
1467         (file-notify--test-remote-enabled-checked): New defvar.
1468         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1469         internal functions.  Cache result.
1470         (file-notify--deftest-remote, file-notify-test00-availability)
1471         (file-notify-test01-add-watch, file-notify-test02-events)
1472         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1473         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1475 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1477         * indent/ruby.rb: Fix syntax error in the latest example.
1479 2013-10-23  Glenn Morris  <rgm@gnu.org>
1481         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1482         New, set by configure.
1483         (top_srcdir): Remove.
1484         (abs_test, abs_lispsrc): New.
1485         (lisp): No longer absolute.
1486         (emacs, lisp-compile, compile, compile-always):
1487         Quote entities that might contain whitespace.
1489 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1491         * indent/ruby.rb: Move two examples to "working" section, add one
1492         more.
1494 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1496         * indent/ruby.rb: New examples for indentation of blocks.
1497         Example of hash inside parens that inflooped before the present commit.
1499 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1501         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1502         allows another timer to run.
1504 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1506         * indent/ruby.rb: More examples for bug#15594, both failing and
1507         now passing.
1509 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1511         * indent/ruby.rb: Add two more cases.
1513 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1515         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1516         first use.
1517         (ruby-should-indent): Use indent-according-to-mode.
1518         (ruby-deftest-move-to-block): Use `declare'.
1520 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1522         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1524 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1526         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1528 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1530         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1531         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1533         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1535 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1538         Adjust indentation of continued line to the new SMIE behavior.
1540 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * automated/completion-tests.el:
1543         * indent/css-mode.css: New files.
1545 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1547         * automated/data/package/signed/archive-contents:
1548         * automated/data/package/signed/archive-contents.sig:
1549         * automated/data/package/signed/signed-good-1.0.el:
1550         * automated/data/package/signed/signed-good-1.0.el.sig:
1551         * automated/data/package/signed/signed-bad-1.0.el:
1552         * automated/data/package/signed/signed-bad-1.0.el.sig:
1553         * automated/data/package/key.pub:
1554         * automated/data/package/key.sec: New files.
1556         * automated/package-test.el (package-test-update-listing)
1557         (package-test-update-archives, package-test-describe-package):
1558         Adjust to package.el change.
1559         (package-test-signed): New test.
1561 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1563         * automated/package-test.el: Update all cases to use :url instead
1564         of :homepage.
1566         * automated/package-x-test.el
1567         (package-x-test--single-archive-entry-1-3): Same.
1569 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1571         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1572         was unused.
1573         (simple-single-desc): Expect :homepage property.
1574         (multi-file-desc): Same.
1575         (with-package-test): Do not save previous `default-directory'
1576         value, let-bind the var instead.
1577         (package-test-install-single): Expect :homepage property in the
1578         generated pkg file.
1579         (package-test-describe-package): Expect Homepage button.
1580         (package-test-describe-non-installed-package)
1581         (package-test-describe-non-installed-multi-file-package): Same.
1582         (package-test-describe-not-installed-package): Remove, it was a
1583         duplicate.
1585         * automated/package-x-test.el
1586         (package-x-test--single-archive-entry-1-3): Expect :homepage
1587         property.
1588         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1590         * automated/data/package/simple-single-1.3.el: Add URL header.
1592         * automated/data/package/archive-contents: Add :homepage
1593         properties to `simple-single' and `multi-file'.
1595 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1597         * automated/data-tests.el:
1598         (bool-vector-count-matches-all-0-nil)
1599         (bool-vector-count-matches-all-0-t)
1600         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1601         (bool-vector-count-matches-at, bool-vector-intersection-op)
1602         (bool-vector-union-op, bool-vector-xor-op)
1603         (bool-vector-set-difference-op)
1604         (bool-vector-change-detection, bool-vector-not): New tests.
1605         (mock-bool-vector-count-matches-at)
1606         (test-bool-vector-bv-from-hex-string)
1607         (test-bool-vector-to-hex-string)
1608         (test-bool-vector-count-matches-at-tc)
1609         (test-bool-vector-apply-mock-op)
1610         (test-bool-vector-binop): New helper functions.
1611         (bool-vector-test-vectors): New testcase data.
1613 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1615         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1616         (advice-test-called-interactively-p-filter-args)
1617         (advice-test-called-interactively-p-around): New tests.
1619 2013-09-16  Glenn Morris  <rgm@gnu.org>
1621         * automated/eshell.el (eshell-match-result):
1622         Return a more informative failure than simply "false".  Update callers.
1624         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1625         Test value before and after loop as well as during.
1627 2013-09-15  Glenn Morris  <rgm@gnu.org>
1629         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1630         New test.  (Bug#15372)
1631         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1633 2013-09-13  Glenn Morris  <rgm@gnu.org>
1635         * automated/eshell.el (with-temp-eshell):
1636         Use a temp directory for eshell-directory-name.
1637         (eshell-test-command-result): New, again using a temp directory.
1638         Replace eshell-command-result with this throughout.
1639         (eshell-test/for-loop, eshell-test/for-name-loop):
1640         Ensure environment variables don't confuse us.
1642 2013-09-12  Glenn Morris  <rgm@gnu.org>
1644         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1645         due to "has a running process; kill it?" prompts.
1647 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1649         * automated/eshell.el: Rename from eshell.el.
1650         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1652 2013-09-01  Glenn Morris  <rgm@gnu.org>
1654         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1655         Otherwise the sed command used by eg compile-main ends up
1656         containing "/*.el".  (Bug#15170)
1658 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1660         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1661         for portability to hosts where /bin/sh has problems.
1663 2013-08-21  David Engster  <deng@randomsample.de>
1665         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1666         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1667         upstream.  Changed to use ERT.
1669 2013-08-14  Daniel Hackney  <dan@haxney.org>
1671         * automated/package-test.el: Remove tar-package-building functions.
1672         Tar file used for testing is included in the repository.
1673         (package-test-install-texinfo, package-test-cleanup-built-files):
1674         Remove.
1676 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1678         * automated/python-tests.el (python-imenu-create-index-4)
1679         (python-imenu-create-flat-index-2): New tests.
1681 2013-08-05  Glenn Morris  <rgm@gnu.org>
1683         * automated/mule-util.el: New file, with tests extracted from
1684         lisp/international/mule-util.el.
1686 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1688         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1689         before definition.
1690         (advice-tests-macroaliases): New test.
1692 2013-08-04  Glenn Morris  <rgm@gnu.org>
1694         * automated/ert-tests.el: Disable failing test that no-one seems
1695         to know how to fix.  (Bug#13064)
1697         * automated/icalendar-tests.el (icalendar-tests--test-export)
1698         (icalendar-tests--test-import): Try more precise TZ specification.
1699         Remove debug messages.
1701 2013-08-03  Glenn Morris  <rgm@gnu.org>
1703         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1705         * automated/icalendar-tests.el (icalendar-tests--test-export)
1706         (icalendar-tests--test-import):
1707         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1708         (icalendar-tests--test-import): Reset zone even if error occurred.
1710 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1712         * automated/core-elisp-tests.el: New file.
1714 2013-08-01  Glenn Morris  <rgm@gnu.org>
1716         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1717         Try to check that the remote system has a notification program.
1719 2013-07-31  Glenn Morris  <rgm@gnu.org>
1721         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1723 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1725         * automated/file-notify-tests.el
1726         (file-notify--test-local-enabled): New defconst.  Replaces all
1727         `file-notify-support' occurrences.
1728         (file-notify--test-remote-enabled): New defun.
1729         (file-notify--deftest-remote): Use it.
1730         (file-notify-test00-availability): Rewrite.
1731         (file-notify-test00-availability-remote): New defun.
1732         (file-notify-test01-add-watch): Rewrite first erroneous check.
1734 2013-07-23  Glenn Morris  <rgm@gnu.org>
1736         * automated/inotify-test.el (inotify-file-watch-simple):
1737         Delete temp-file when done.
1739         * automated/subword-tests.el: Require subword.
1741 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1743         * automated/subword-tests.el: New file.
1745 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1747         * automated/python-tests.el (python-imenu-create-index-2)
1748         (python-imenu-create-index-3): New tests.
1750 2013-07-11  Glenn Morris  <rgm@gnu.org>
1752         * automated/ert-tests.el: Require cl-lib at runtime too.
1753         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1754         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1755         (ert-test-set-functions, ert-test-gensym)
1756         (ert-test-coerce-to-vector, ert-test-string-position)
1757         (ert-test-mismatch): Remove tests.
1758         * automated/cl-lib.el: New, split from ert-tests.el.
1760         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1761         Goto point-min.
1762         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1763         (ruby-move-to-block-skips-percent-literal)
1764         (ruby-move-to-block-skips-heredoc)
1765         (ruby-move-to-block-moves-from-else-to-if)
1766         (ruby-beginning-of-defun-does-not-fold-case)
1767         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1768         Replace goto-line with forward-line/goto-char.
1769         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1771         * automated/package-test.el (makeinfo-buffer): Autoload.
1772         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1773         (package-test-install-texinfo): Don't require makeinfo.
1775         * automated/files.el: Stop "local variables" confusion.
1777         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1779         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1780         Use with-current-buffer.
1782         * automated/undo-tests.el (undo-test-buffer-modified)
1783         (undo-test-file-modified): New tests.
1785 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1787         * automated/file-notify-tests.el (file-notify-test00-availability):
1788         Set :expected-result.
1789         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1790         (file-notify-test02-events, file-notify-test02-events-remote)
1791         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1792         Skip when `file-notify-support' is nil.  (Bug#14823)
1794 2013-07-09  Glenn Morris  <rgm@gnu.org>
1796         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1797         Declare.
1798         (inotify-file-watch-simple): Silence compiler.
1800         * automated/python-tests.el (python-indent-block-enders):
1801         Make it actually test something.
1803         * automated/package-x-test.el: Require package-test when compiling.
1805         * automated/add-log-tests.el, automated/advice-tests.el:
1806         * automated/imenu-test.el, automated/package-x-test.el:
1807         * automated/python-tests.el, automated/ruby-mode-tests.el:
1808         * automated/xml-parse-tests.el: Explicitly require ert.
1810 2013-07-08  Kenichi Handa  <handa@gnu.org>
1812         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1813         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1815 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1817         * automated/file-notify-tests.el
1818         (file-notify-test-remote-temporary-file-directory):
1819         Use `null-device' on w32.
1820         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1821         (file-notify--test-results, file-notify--test-event)
1822         (file-notify--deftest-remote, file-notify--event-test)
1823         (file-notify--test-event-handler)
1824         (file-notify--test-make-temp-name): Rename, in order to mark them
1825         internal.
1826         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1827         better fitting in noninteractive tests.
1828         (file-notify-test00-availability): Rename from `file-notify-test0'.
1829         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1830         Use `temporary-file-directory '.
1831         (file-notify-test01-add-watch-remote): New test.
1832         (file-notify-test02-events): Rename from `file-notify-test2'.
1833         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1834         (file-notify-test03-autorevert): Rename from
1835         `file-notify-test4'.  Use timeouts.
1836         (file-notify-test03-autorevert-remote): Rename from
1837         `file-notify-test5'.
1839 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1841         * automated/file-notify-tests.el: New package.
1843 2013-06-28  Kenichi Handa  <handa@gnu.org>
1845         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1846         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1847         Callers changed.
1848         (decoder-tests-filename): New function.
1849         (decoder-tests-prefer-utf-8-read)
1850         (decoder-tests-prefer-utf-8-write): New function.
1851         (ert-test-decoder-prefer-utf-8): New test.
1853 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1855         * automated/package-x-test.el: Change the commentary.
1856         (package-x-test--single-archive-entry-1-3)
1857         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1858         using the appropriate data structure.
1860 2013-06-27  Daniel Hackney  <dan@haxney.org>
1862         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1864         * automated/package-x-test.el: New file.
1866         * automated/package-test.el: New file.
1868         * automated/data/package: New directory, with test examples.
1870 2013-06-27  Glenn Morris  <rgm@gnu.org>
1872         * automated/python-tests.el (python-tests-with-temp-file):
1873         Clean up after ourself.
1875         * automated/undo-tests.el (undo-test3): Remove test that seems to
1876         do nothing that the previous one doesn't, except leave a tempfile.
1878 2013-06-26  Glenn Morris  <rgm@gnu.org>
1880         * automated/info-xref.el: New file.
1882 2013-06-25  Glenn Morris  <rgm@gnu.org>
1884         * automated/occur-tests.el (occur-test-create): New function.
1885         Use it to create separate tests for each element, so we run them
1886         all rather than stopping at the first error.
1888 2013-06-24  Glenn Morris  <rgm@gnu.org>
1890         * automated/occur-tests.el (occur-tests):
1891         Update for 2013-05-29 change to occur header line.
1893 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1895         Test suite for flymake.
1896         * automated/flymake-tests.el:
1897         * automated/flymake/warnpred/Makefile
1898         * automated/flymake/warnpred/test.c
1899         * automated/flymake/warnpred/test.pl: New files.
1901 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1903         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1905 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1907         * automated/reftex-tests.el: New test suite for reftex.
1909 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1911         * automated/ruby-mode-tests.el: New tests, for percent literals
1912         and expression expansion.
1914 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1916         * indent/octave.m: Tweak.
1918 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1920         * eshell.el: Rewrite tests using ERT.
1922 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1924         * indent/octave.m: Add tests for %!, # and ### comments.
1926 2013-05-23  Kenichi Handa  <handa@gnu.org>
1928         * automated/decoder-tests.el: New file.
1930 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1932         * indent/ruby.rb: Add multiline regexp example.
1934         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1935         (ruby-regexp-skips-over-interpolation)
1936         (ruby-regexp-continues-till-end-when-unclosed)
1937         (ruby-regexp-can-be-multiline)
1938         (ruby-interpolation-inside-percent-literal): New tests.
1940 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1942         * indent/ruby.rb: Fix indentation after =; add more cases.
1944 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1946         * indent/pascal.pas: Add test for mis-identified comments.
1948 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1950         * automated/imenu-test.el: New file.  (Bug#14112)
1952 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1954         * automated/python-tests.el (python-imenu-prev-index-position-1):
1955         Remove test.
1956         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1957         New tests.
1959 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1961         * automated/python-tests.el (python-nav-backward-defun-2)
1962         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1963         (python-nav-forward-defun-3): New tests.
1965 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1967         * automated/python-tests.el (python-nav-backward-defun-1)
1968         (python-nav-forward-defun-1): New tests.
1970 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1972         * automated/add-log-tests.el: New file.  (Bug#14112)
1974 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1976         * automated/python-tests.el (python-indent-block-enders): New test.
1977         (python-info-current-defun-2): Fix test.
1979 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1981         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1983 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1985         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1986         (python-tests-with-temp-file): New macro.
1987         (python-tests-shell-interpreter): New var.
1988         (python-shell-get-process-name-1)
1989         (python-shell-internal-get-process-name-1)
1990         (python-shell-parse-command-1)
1991         (python-shell-calculate-process-environment-1)
1992         (python-shell-calculate-process-environment-2)
1993         (python-shell-calculate-process-environment-3)
1994         (python-shell-calculate-exec-path-1)
1995         (python-shell-calculate-exec-path-2)
1996         (python-shell-make-comint-1)
1997         (python-shell-make-comint-2)
1998         (python-shell-get-process-1)
1999         (python-shell-get-or-create-process-1)
2000         (python-shell-internal-get-or-create-process-1): New tests.
2002 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2004         * automated/python-tests.el: New file.
2006 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2008         * automated/ruby-mode-tests.el
2009         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2010         bits inside the examples.
2011         (ruby-move-to-block-skips-heredoc): New test.
2012         (ruby-add-log-current-method-after-inner-class):
2013         Lower expectations: move point inside a method, initially.
2015 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2017         * automated/ruby-mode-tests.el
2018         (ruby-move-to-block-skips-percent-literal): New test.
2020 2013-02-04  Chong Yidong  <cyd@gnu.org>
2022         * automated/thingatpt.el: New file.
2024 2013-02-03  Chong Yidong  <cyd@gnu.org>
2026         * automated/files.el (file-test--do-local-variables-test):
2027         Avoid compilation warning message.
2029 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2031         * automated/ruby-mode-tests.el
2032         (ruby-indent-spread-args-in-parens): New test.
2033         * automated/ruby-mode-tests.el (ruby-block-test-example):
2034         Break indentation of the do block opener and add a line inside it.
2035         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2036         Adjust line numbers.
2038 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2040         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
2042 2013-01-14  Glenn Morris  <rgm@gnu.org>
2044         * automated/compile-tests.el (compile-tests--test-regexps-data):
2045         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2047 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2049         * automated/man-tests.el: New file.
2051 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2053         * automated/undo-tests.el (undo-test0): Adjust error to code change.
2055 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2057         * automated/undo-tests.el: New file.
2059 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2061         * automated/ruby-mode-tests.el
2062         (ruby-indent-after-block-in-continued-expression): New test.
2064 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2066         * automated/ruby-mode-tests.el:
2067         Rename one interpolation test; add three more.
2068         (ruby-with-temp-buffer): New macro, use it where appropriate.
2069         (ruby-add-log-current-method-examples): Use "_" for target point.
2070         Add four new tests for ruby-add-log-current-method.
2072 2012-12-11  Glenn Morris  <rgm@gnu.org>
2074         * automated/f90.el (f90-test-bug13138): New test.
2076 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2078         * automated/inotify-test.el: New test.
2080 2012-12-02  Chong Yidong  <cyd@gnu.org>
2082         * automated/ruby-mode-tests.el
2083         (ruby-add-log-current-method-examples): Don't use loop macro, to
2084         allow automated testing to work.
2086 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2088         * automated/advice-tests.el (advice-tests--data): Remove.
2089         (advice-tests): Move the tests directly here instead.
2090         Add called-interactively-p tests.
2092 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2094         * automated/ert-x-tests.el: Use cl-lib.
2095         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2097 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2099         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2100         (ruby-indent-inside-heredoc-after-operator)
2101         (ruby-indent-inside-heredoc-after-space): New tests.
2102         Change direct font-lock face references to var references.
2103         (ruby-interpolation-suppresses-syntax-inside): New test.
2104         (ruby-interpolation-inside-percent-literal-with-paren):
2105         New failing test.
2107 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2109         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2110         (ruby-singleton-class-no-heredoc-font-lock)
2111         (ruby-add-log-current-method-examples): New tests.
2112         (ruby-test-string): Extract from ruby-should-indent-buffer.
2113         (ruby-deftest-move-to-block): New macro.
2114         Add several move-to-block tests.
2116 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2118         * automated/advice-tests.el: New tests.
2120 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2122         * automated/compile-tests.el (compile-tests--test-regexps-data):
2123         Add new data for msft's new format.
2125 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2127         * automated/ruby-mode-tests.el:
2128         (ruby-toggle-block-to-multiline): New test.
2129         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2130         (ruby-toggle-block-to-brace): Use buffer-string.
2132 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2134         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2136 2012-08-28  Chong Yidong  <cyd@gnu.org>
2138         * automated/files.el: Test every combination of values for
2139         enable-local-variables and enable-local-eval.
2141 2012-08-19  Chong Yidong  <cyd@gnu.org>
2143         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2145 2012-08-18  Chong Yidong  <cyd@gnu.org>
2147         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2149 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2151         * indent/ruby.rb: Rearrange examples, add new ones.
2153 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2155         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2156         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2158 2012-08-11  Glenn Morris  <rgm@gnu.org>
2160         * automated/files.el: New file.
2162         * automated/Makefile.in (all): Fix typo.
2164 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2166         * automated/ruby-mode-tests.el (ruby-should-indent):
2167         Add docstring, check (current-indentation) instead of (current-column).
2168         (ruby-should-indent-buffer): New function.
2169         Add tests for `ruby-deep-indent-paren' behavior.
2170         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2172 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2174         Original tests in test_ruby_mode.rb in upstream (author).
2176 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2178         * automated/ruby-mode-tests.el (ruby-should-indent)
2179         (ruby-assert-state): New functions.
2180         Add new tests.
2182 2012-07-29  David Engster  <deng@randomsample.de>
2184         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2185         New variable to hold test data for name expansion.
2186         (xml-parse-tests): Test the two different types of name expansion.
2188 2012-07-29  Juri Linkov  <juri@jurta.org>
2190         * automated/occur-tests.el (occur-test-case): Use predefined
2191         buffer name " *test-occur*" instead of a random buffer name.
2193 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2195         * automated/ruby-mode-tests.el: New file with one test.
2197 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2199         * indent/shell.sh: Add test case for ${#VAR}.
2201         * indent/latex-mode.tex: New file.
2203 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2205         * eshell.el: Use cl-lib.
2207 2012-07-03  Chong Yidong  <cyd@gnu.org>
2209         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2211 2012-07-02  Chong Yidong  <cyd@gnu.org>
2213         * automated/xml-parse-tests.el (xml-parse-tests--data):
2214         More testcases.
2216 2012-07-01  Chong Yidong  <cyd@gnu.org>
2218         * automated/xml-parse-tests.el: New file.
2220 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2223         Use cl-flet.
2225 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2227         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2228         Test escaped commas in TZID (Bug#11473).
2229         (icalendar-import-with-timezone): New.
2230         (icalendar-real-world): Add new testcase as given in the bugreport
2231         of Bug#11473.
2233 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2235         * automated/icalendar-tests.el (icalendar-tests--test-import):
2236         Include UID in import tests (Bug#11525).
2237         (icalendar-import-non-recurring, icalendar-import-rrule)
2238         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2239         UID-import change.
2240         (icalendar-import-with-uid): New.
2241         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2242         Include UID in cycle tests.
2243         (icalendar-cycle, icalendar-real-world): UID-import change.
2245 2012-05-21  Glenn Morris  <rgm@gnu.org>
2247         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2249 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2251         * automated/url-util-tests.el: New file to test
2252         lisp/url/url-util.el.  Only `url-build-query-string' and
2253         `url-parse-query-string' are tested right now (Bug#8706).
2255 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2257         * indent/shell.sh:
2258         * indent/shell.rc: Ad some test cases.
2260 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2262         * indent/ruby.rb: New file, to test new syntax-propertize code.
2264 2012-04-11  Glenn Morris  <rgm@gnu.org>
2266         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2268 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2270         * automated/url-future-tests.el (url-future-tests): Move from
2271         lisp/url/url-future.el and rename.
2273 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2275         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2276         Fix broken test, caused by missing trailing blank.
2278 2011-12-03  Chong Yidong  <cyd@gnu.org>
2280         * automated/compile-tests.el (compile-tests--test-regexps-data):
2281         Increase column numbers by one to reflect change in how
2282         compilation-message is recorded (Bug#10172).
2284 2011-11-22  Glenn Morris  <rgm@gnu.org>
2286         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2288 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2290         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2292 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2294         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2295         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2296         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2298 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2300         * automated/newsticker-tests.el
2301         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2302         newsticker--treeview-tree-update.
2304 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2306         * automated/newsticker-tests.el
2307         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2309         * automated/newsticker-tests.el
2310         (newsticker--group-manage-orphan-feeds): Prevent updating
2311         newsticker treeview.  Fixed bug#9763.
2313 2011-10-20  Glenn Morris  <rgm@gnu.org>
2315         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2317         * automated/vc-bzr.el: New file.
2319 2011-10-15  Glenn Morris  <rgm@gnu.org>
2321         * automated/f90.el: New file.
2323 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2325         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2326         to automated/newsticker-tests.el.  Convert to ERT.
2328 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2330         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2331         Remove, simply use string=.
2332         (icalendar--diarytime-to-isotime)
2333         (icalendar--datetime-to-diary-date)
2334         (icalendar--datestring-to-isodate)
2335         (icalendar--format-ical-event)
2336         (icalendar--parse-summary-and-rest)
2337         (icalendar-tests--do-test-import)
2338         (icalendar-tests--do-test-cycle): Change argument order of
2339         string= to EXPECTED ACTUAL.
2340         (icalendar--import-format-sample)
2341         (icalendar--format-ical-event)
2342         (icalendar-import-non-recurring)
2343         (icalendar-import-rrule)
2344         (icalendar-import-duration)
2345         (icalendar-import-bug-6766)
2346         (icalendar-real-world): Adjust to string= instead of
2347         icalendar-tests--compare-strings.
2348         (icalendar-import-multiple-vcalendars): New.
2350 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2352         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2353         Require CL.
2355 2011-05-09  Juri Linkov  <juri@jurta.org>
2357         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2358         Convert to ERT.
2360 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2362         * automated/compile-tests.el: New file.
2364 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2366         * automated/font-parse-tests.el: Don't byte-compile.
2368         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2370 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2372         * automated/lexbind-tests.el: New file.
2374 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2376         * Version 23.3 released.
2378 2011-03-05  Glenn Morris  <rgm@gnu.org>
2380         * eshell.el: Move here from lisp/eshell/esh-test.el.
2382 2011-03-03  Christian Ohler  <ohler@gnu.org>
2384         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2385         New test.
2387 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2389         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2390         convert to ERT format.
2392 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2394         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2395         convert to ERT format.
2397 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2399         * indent/shell.sh:
2400         * indent/shell.rc: New files.
2402 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2404         * automated/font-parse-tests.el: Move from
2405         font-parse-testsuite.el.
2407 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2409         * font-parse-testsuite.el (test-font-parse-data): New file.
2411 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2413         * indent/prolog.prolog: Add tokenizing tests.
2415 2011-01-13  Christian Ohler  <ohler@gnu.org>
2417         * automated: New directory for automated tests.
2419         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2421         * automated/Makefile.in: New file.
2423 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2425         * indent/modula2.mod: New file.
2427 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2429         * indent/octave.m: Add a test to ensure indentation is local.
2431 2010-10-23  Glenn Morris  <rgm@gnu.org>
2433         * comint-testsuite.el
2434         (comint-testsuite--test-comint-password-prompt-regexp):
2435         Add "Please enter the password".  (Bug#7224)
2437 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2439         * indent/prolog.prolog: Use normal spacing around !.
2441 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2443         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2445 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2447         * indent/octave.m: Remove some `fixindent' not needed any more.
2449 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2451         * indent/octave.m: New file.
2453 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2455         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2456         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2457         (icalendar-testsuite--run-internal-tests): New.
2458         (icalendar-testsuite--test-convert-ordinary-to-ical)
2459         (icalendar-testsuite--test-convert-block-to-ical)
2460         (icalendar-testsuite--test-convert-anniversary-to-ical)
2461         (icalendar-testsuite--test-parse-vtimezone)
2462         (icalendar-testsuite--do-test-export): Code formatting.
2463         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2464         (icalendar-testsuite--do-test-import)
2465         (icalendar-testsuite--do-test-cycle):
2466         Use icalendar-testsuite--compare-strings
2467         (icalendar-testsuite--run-import-tests): Comment added.
2468         (icalendar-testsuite--run-import-tests)
2469         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2471 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2473         * redisplay-testsuite.el (test-redisplay-3): New test.
2475 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2477         * comint-testsuite.el: New file.
2479 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2481         * indent: New dir.
2483 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2485         * Version 23.2 released.
2487 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2489         * cedet/semantic-ia-utest.el
2490         (semantic-symref-test-count-hits-in-tag): Add function, from
2491         semantic-test.el.
2493         * cedet/tests/test.cpp:
2494         * cedet/tests/test.py:
2495         * cedet/tests/teststruct.cpp:
2496         * cedet/tests/testtemplates.cpp:
2497         * cedet/tests/testusing.cpp:
2498         * cedet/tests/scopetest.cpp:
2499         * cedet/tests/scopetest.java: Files deleted.
2501         * cedet/tests/test.make:
2502         * cedet/tests/test.c:
2503         * cedet/tests/testjavacomp.java:
2504         * cedet/tests/testspp.c:
2505         * cedet/tests/testsppreplace.c:
2506         * cedet/tests/testsppreplaced.c:
2507         * cedet/tests/testsubclass.cpp:
2508         * cedet/tests/testsubclass.hh:
2509         * cedet/tests/testtypedefs.cpp:
2510         * cedet/tests/testvarnames.c:
2511         * cedet/tests/test.el:
2512         * cedet/tests/testdoublens.cpp:
2513         * cedet/tests/testdoublens.hpp: Add copyright header.
2515         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2516         Remove reference to deleted files.
2518 2010-03-30  Juri Linkov  <juri@jurta.org>
2520         * occur-testsuite.el (occur-tests): Add tests for context lines.
2522 2010-03-23  Juri Linkov  <juri@jurta.org>
2524         * occur-testsuite.el: New file.
2526 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2528         * Branch for 23.2.
2530 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2532         * icalendar-testsuite.el
2533         (icalendar-testsuite--run-function-tests): Add new tests.
2534         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2535         testcase.
2536         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2537         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2538         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2539         (icalendar-testsuite--test-convert-block-to-ical): New.
2540         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2541         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2543 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2545         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2546         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2547         Fix typos in docstrings and error messages.
2548         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2550 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2552         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2553         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2554         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2556 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2558         * icalendar-testsuite.el
2559         (icalendar-testsuite--run-function-tests):
2560         Add icalendar-testsuite--test-parse-vtimezone.
2561         (icalendar-testsuite--test-parse-vtimezone): New.
2562         (icalendar-testsuite--do-test-cycle): Doc changes.
2563         (icalendar-testsuite--run-real-world-tests): Remove trailing
2564         whitespace -- see change of icalendar--add-diary-entry in
2565         icalendar.el.
2566         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2568 2009-09-30  Glenn Morris  <rgm@gnu.org>
2570         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2572 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2574         * cedet/*: New unit tests, from CEDET repository.
2576 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2578         * redisplay-testsuite.el: New file.
2580 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2582         * Branch for 23.1.
2584 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2586         * icalendar-testsuite.el
2587         (icalendar-testsuite--run-function-tests):
2588         Add icalendar-testsuite--test-diarytime-to-isotime.
2589         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2590         recent icalendar fixes.
2591         (icalendar-testsuite--test-diarytime-to-isotime): New.
2592         (icalendar-testsuite--test-create-uid): Adjust to recent
2593         icalendar changes.
2595 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2597         * bytecomp-testsuite.el: New file.
2599 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2601         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2602         Add `icalendar-testsuite--test-create-uid'.
2603         (icalendar-testsuite--test-create-uid): New.
2605 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2607         * newsticker-testsuite.el: New file.
2609 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2611         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2612         Add icalendar-testsuite--test-datestring-to-isodate,
2613         icalendar-testsuite--test-datetime-to-diary-date, and
2614         icalendar-testsuite--test-calendar-style.
2615         (icalendar-testsuite--test-format-ical-event)
2616         (icalendar-testsuite--test-parse-summary-and-rest):
2617         Doc fix.  Remove european-calendar-style.
2618         (icalendar-testsuite--get-ical-event): Doc fix.
2619         (icalendar-testsuite--test-first-weekday-of-year)
2620         (icalendar-testsuite--run-cycle-tests): Add doc string.
2621         (icalendar-testsuite--test-datestring-to-isodate)
2622         (icalendar-testsuite--test-datetime-to-diary-date)
2623         (icalendar-testsuite--test-calendar-style): New functions.
2624         (icalendar-testsuite--test-export): Handle iso date style.
2625         New arg INPUT-ISO.  Use calendar-date-style.
2626         (icalendar-testsuite--test-import): Handle iso date style.
2627         New arg EXPECTED-ISO.  Use calendar-date-style.
2628         (icalendar-testsuite--test-cycle): Handle iso date style.
2629         (icalendar-testsuite--run-import-tests)
2630         (icalendar-testsuite--run-export-tests)
2631         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2633 2008-02-29  Glenn Morris  <rgm@gnu.org>
2635         * README: New file.
2637 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2639         * icalendar-testsuite.el: New file.
2641 ;; Local Variables:
2642 ;; coding: utf-8
2643 ;; End:
2645   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2647   This file is part of GNU Emacs.
2649   GNU Emacs is free software: you can redistribute it and/or modify
2650   it under the terms of the GNU General Public License as published by
2651   the Free Software Foundation, either version 3 of the License, or
2652   (at your option) any later version.
2654   GNU Emacs is distributed in the hope that it will be useful,
2655   but WITHOUT ANY WARRANTY; without even the implied warranty of
2656   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2657   GNU General Public License for more details.
2659   You should have received a copy of the GNU General Public License
2660   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.