Add seq-into as a public function
[emacs.git] / test / ChangeLog
blob876b9462611e6c794e04b40cd0bb7f3397a12974
1 2015-03-09  Nicolas Petton <nicolas@petton.fr>
3         * automated/seq-tests.el (test-seq-into): Add a test for seq-into.
5 2015-03-08  Dmitry Gutov  <dgutov@yandex.ru>
7         * indent/ruby.rb: Add an example for bug#20026.
9         * indent/js.js: Set `js-indent-level' to 2. Fix indentation in an
10         example.
12 2015-03-04  Michael Albinus  <michael.albinus@gmx.de>
14         * automated/tramp-tests.el (top): Declare `tramp-get-remote-stat'
15         and `tramp-get-remote-perl'.
16         (tramp-test06-directory-file-name): Fix docstring and last test.
17         (tramp-test08-file-local-copy): Extend test.
18         (tramp-test13-make-directory): Test also PARENTS arg.
19         (tramp-test17-insert-directory): Do not expect any order in
20         directory listing.
21         (tramp--test-adb-p): New defun.
22         (tramp--test-check-files): Fix doxstring.  Extend tests.
23         (tramp--test-special-characters): New defun.  Use body from
24         `tramp-test30-special-characters'.  Adapt check for tramp-adb.el.
25         (tramp-test30-special-characters): Use it.
26         (tramp--test-utf8): New defun.  Use body from
27         `tramp-test31-utf8'.  Add test string.
28         (tramp-test31-utf8): Use it.
29         (tramp-test30-special-characters-with-stat)
30         (tramp-test30-special-characters-with-perl)
31         (tramp-test30-special-characters-with-ls):
32         (tramp-test31-utf8-with-stat, tramp-test31-utf8-with-perl)
33         (tramp-test31-utf8-with-ls): New tests.
35 2015-03-03  Daniel Colascione  <dancol@dancol.org>
37         * automated/generator-tests.el (cps-testcase): Use
38         `cps-inhibit-atomic-optimization' instead of
39         `cps-disable-atomic-optimization'.
40         (cps-test-declarations-preserved): New test.
42         * automated/finalizer-tests.el (finalizer-basic)
43         (finalizer-circular-reference, finalizer-cross-reference)
44         (finalizer-error): Rename `gc-precise-p' to `gc-precise'.
46         * automated/generator-tests.el (cps-test-iter-close-finalizer):
47         Rename `gc-precise-p' to `gc-precise'.
49 2015-03-03  Glenn Morris  <rgm@gnu.org>
51         * automated/generator-tests.el (cps-while-incf)
52         (cps-test-iter-cleanup-once-only): Replace undefined incf with cl-incf.
53         (cps-test-iter-do): Use should not undefined assert.
55 2015-03-03  Daniel Colascione  <dancol@dancol.org>
57         * automated/finalizer-tests.el (finalizer-object-type): Test that
58         `type-of' works correctly for finalizers.
60 2015-03-02  Daniel Colascione  <dancol@dancol.org>
62         * automated/generator-tests.el: New tests
64         * automated/finalizer-tests.el (finalizer-basic)
65         (finalizer-circular-reference, finalizer-cross-reference)
66         (finalizer-error): New tests.
68 2015-03-01  Michael Albinus  <michael.albinus@gmx.de>
70         * automated/vc-tests.el (vc-test--create-repo): Add check for
71         `vc-responsible-backend'.
72         (vc-test--register): Do not print a message when unsupported.
73         (vc-test--state, vc-test--working-revision): Rework.  Raise no
74         error in case of inconsistent result, but document everything.
75         (vc-test--checkout-model): New defun.
76         (vc-test-*-checkout-model): New tests.
78 2015-02-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
80         * automated/python-tests.el
81         (python-indent-dedent-line-backspace-2)
82         (python-indent-dedent-line-backspace-3): New tests.
84 2015-02-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
86         * automated/python-tests.el (python-indent-pep8-1)
87         (python-indent-pep8-2, python-indent-pep8-3)
88         (python-indent-after-comment-2): Fix tests.
89         (python-indent-after-comment-3): New test.
91 2015-02-24  Glenn Morris  <rgm@gnu.org>
93         * automated/f90.el (f90-test-bug-19809): New test.
95 2015-02-22  Michael Albinus  <michael.albinus@gmx.de>
97         * automated/tramp-tests.el (tramp-test17-insert-directory):
98         Suppress localized settings in order to have a proper check for
99         the summary line.
101 2015-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * automated/eieio-test-methodinvoke.el (make-instance): Add methods
104         here rather than on eieio-constructor.
106 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
108         * automated/sasl-scram-rfc-tests.el: New file.
110 2015-02-11  Nicolas Petton <nicolas@petton.fr>
112         * automated/seq-tests.el (test-seq-reverse, test-seq-group-by):
113         Add a test for seq-reverse and update test for seq-group-by to
114         test vectors and strings, not only lists.
116 2015-02-10  Glenn Morris  <rgm@gnu.org>
118         * automated/package-test.el (package-test-signed):
119         More informative failure messages.
121 2015-02-09  Nicolas Petton <nicolas@petton.fr>
123         * automated/seq-tests.el (test-seq-group-by): Update test for
124         seq-group-by to check that sequence elements are returned in the
125         correct order.
127 2015-02-07  Fabián Ezequiel Gallina  <fgallina@gnu.org>
129         * automated/python-tests.el (python-eldoc--get-symbol-at-point-1)
130         (python-eldoc--get-symbol-at-point-2)
131         (python-eldoc--get-symbol-at-point-3)
132         (python-eldoc--get-symbol-at-point-4): New tests.
134         * automated/python-tests.el (python-tests-visible-string):
135         New function.
136         (python-parens-electric-indent-1)
137         (python-triple-quote-pairing): Fix indentation, move require calls.
138         (python-hideshow-hide-levels-1)
139         (python-hideshow-hide-levels-2): New tests.
141 2015-02-07  Dmitry Gutov  <dgutov@yandex.ru>
143         * automated/vc-tests.el (vc-test--working-revision): Fix
144         `vc-working-revision' checks to be compared against nil, which is
145         what is should return for unregistered files.
147 2015-02-06 Nicolas Petton <nicolas@petton.fr>
149         * automated/seq-tests.el: New tests for seq-mapcat, seq-partition
150         and seq-group-by.
152 2015-02-05  Artur Malabarba  <bruce.connor.am@gmail.com>
154         * automated/package-test.el (package-test-get-deps): Fix typo.
155         (package-test-sort-by-dependence): New test
157 2015-02-03  Artur Malabarba  <bruce.connor.am@gmail.com>
159         * automated/package-test.el (package-test-get-deps): New test.
161 2015-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
163         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
165 2015-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
169 2015-01-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
171         * automated/python-tests.el (python-indent-pep8-1)
172         (python-indent-pep8-2, python-indent-pep8-3)
173         (python-indent-after-comment-1, python-indent-after-comment-2)
174         (python-indent-inside-paren-1, python-indent-inside-paren-2)
175         (python-indent-after-block-1, python-indent-after-block-2)
176         (python-indent-after-backslash-1, python-indent-after-backslash-2)
177         (python-indent-after-backslash-3, python-indent-block-enders-1)
178         (python-indent-block-enders-2, python-indent-block-enders-3)
179         (python-indent-block-enders-4, python-indent-block-enders-5)
180         (python-indent-dedenters-1, python-indent-dedenters-2)
181         (python-indent-dedenters-3, python-indent-dedenters-4)
182         (python-indent-dedenters-5, python-indent-dedenters-6)
183         (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
184         (python-indent-base-case, python-indent-after-block-3)
185         (python-indent-after-backslash-5, python-indent-inside-paren-3)
186         (python-indent-inside-paren-4, python-indent-inside-paren-5)
187         (python-indent-inside-paren-6, python-indent-inside-string-1)
188         (python-indent-inside-string-2, python-indent-inside-string-3)
189         (python-indent-dedent-line-backspace-1): New Tests.
191 2015-01-28  Glenn Morris  <rgm@gnu.org>
193         * automated/regexp-tests.el: Require regexp-opt, which is
194         not preloaded --without-x.
196 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * automated/cl-generic-tests.el: Try and make sure cl-lib is not
199         required at run-time.
201 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
204         New test.
206 2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
208         * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
209         This is more portable in shell scripts.
210         Fixes: bug#19658
212 2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
214         Fix package tests when TMPDIR is in HOME.  (Bug#19657)
215         * automated/package-test.el (with-package-test):
216         Bind `abbreviated-home-dir' to nil.
217         (package-test-describe-package, package-test-signed):
218         Expect abbreviated directory names.
220 2015-01-22  Jorgen Schaefer  <contact@jorgenschaefer.de>
222         * automated/package-test.el (package-test-install-prioritized):
223         Re-add the test case and add priority to the correct repository
224         this time around.
226 2015-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
229         the setf can be used already in the body of the method.
231 2015-01-20  Jorgen Schaefer  <contact@jorgenschaefer.de>
233         * automated/package-test.el (package-test-install-prioritized):
234         Remove test due to unreproducible failures.
236 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
238         * automated/descr-text-test.el: New file with tests for
239         `describe-char-eldoc--truncate', `describe-char-eldoc--format',
240         and `describe-char-eldoc'.
242 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
244         * automated/tildify-tests.el (tildify-space-undo-test--test):
245         A new helper function for testing `tildify-double-space-undos'
246         behaviour in the `tildify-space' function.
247         (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
248         (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
249         New tests for `tildify-doule-space-undos' behaviour.
251         * automated/tildify-tests.el (tildify-space-test--test):
252         A new helper function for testing `tildify-space' function.
253         (tildify-space-test-html, tildify-space-test-html-nbsp)
254         (tildify-space-test-xml, tildify-space-test-tex): New tests for
255         `tildify-space' function.
257 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * automated/Makefile.in (EMACS_EXTRAOPT): New var.
260         (EMACSOPT): Use it.
262         * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
263         Rename other tests to preserve ordering.
265 2015-01-18  Leo Liu  <sdl.web@gmail.com>
267         * automated/seq-tests.el (test-seq-subseq): Add more tests.
268         (Bug#19434)
270 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
272         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
273         Test `subclass' specializer.
275 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
277         * automated/eieio-tests.el
278         (eieio-test-37-obsolete-name-in-constructor): New test.
280 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * automated/eieio-tests.el (eieio-test-25-slot-tests)
283         (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
284         (eieio-test-30-slot-attribute-override)
285         (eieio-test-31-slot-attribute-override-class-allocation): Don't check
286         that we enforce :protection since we don't any more.
288         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
289         Use an explicit arg instead of eieio--scoped-class.  Update all callers.
291 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
293         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
294         Reset eieio-test--1.
296         * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
297         Rename from cl-generic-test-7-after/before.
298         (cl--generic-test-advice): New function.
299         (cl-generic-test-9-advice): New test.
301 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
303         * automated/package-test.el (package-test-install-prioritized):
304         New test.
306 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
308         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
309         New functions.
310         (test-calc-remove-units, test-calc-extract-units)
311         (test-calc-convert-units): New tests.
313 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
315         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
317 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
320         keysym arg instead of relying on internal var eieio--generic-call-key.
321         Update all callers.
322         (eieio-test-cl-generic-1): New tests.
324 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
326         * automated/cl-generic-tests.el: New file.
328 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
330         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
331         <foo>-child-p.
333         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
334         Update reference to eieio--generic-call-key.
336 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
339         Don't use <class>-list types and <class>-list-p predicates.
341         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
342         Don't use <class>-list type.
344         * automated/eieio-test-methodinvoke.el
345         (eieio-test-method-order-list-4):
346         Don't use <class> as a variable.
348 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * automated/eieio-tests.el (eieio-test-04-static-method)
351         (eieio-test-05-static-method-2): Use oref-default to access
352         class slots.
353         (eieio-test-23-inheritance-check): Don't assume that
354         eieio-class-parents returns class names, or that a class can only have
355         a single name.
357         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
358         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
359         Change arg to be a class object.  Update all callers.
361 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
363         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
364         Adjust to new semantics of eieio--scoped-class.
365         (eieio-test-match): Improve error feedback.
367 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
369         * automated/eieio-tests.el: Remove dummy object names.
371         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
372         The type FOO-child is the same as FOO.
374 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
376         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
377         Remove use of eieio-generic-call-methodname.
378         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
379         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
380         Adjust the expected result accordingly.
382 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
384         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
385         New defun.
386         (tramp-test30-special-characters): Use it.  (Bug#19463)
387         (tramp--test-check-files): Filter nil file names out.
389 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
391         Sync with Tramp 2.2.11.
393         * automated/tramp-tests.el (tramp-test30-special-characters):
394         Skip test on MS-Windows.
396 2014-12-27  Glenn Morris  <rgm@gnu.org>
398         * automated/let-alist.el: Load dependency.
400 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
402         * automated/python-tests.el
403         (python-shell-completion-native-interpreter-disabled-p-1): New test.
405 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
407         * automated/python-tests.el (python-shell-get-or-create-process-1)
408         (python-shell-get-or-create-process-2)
409         (python-shell-get-or-create-process-3): Remove tests.
411 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
413         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
415 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
417         * automated/python-tests.el (python-shell-buffer-substring-1)
418         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
419         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
420         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
421         (python-shell-buffer-substring-8)
422         (python-info-encoding-from-cookie-1)
423         (python-info-encoding-from-cookie-2)
424         (python-info-encoding-from-cookie-3)
425         (python-info-encoding-from-cookie-4)
426         (python-info-encoding-from-cookie-5)
427         (python-info-encoding-from-cookie-6)
428         (python-info-encoding-from-cookie-7, python-info-encoding-1)
429         (python-info-encoding-2): New tests.
431 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
433         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
434         expect a given order of "." and "..".
436 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
438         * automated/python-tests.el (python-indent-electric-colon-2)
439         (python-indent-electric-colon-3): New tests.
441 2014-12-27  João Távora  <joaotavora@gmail.com>
443         * automated/electric-tests.el (autowrapping-7): Tests for
444         tex-mode.
446 2014-12-27  Glenn Morris  <rgm@gnu.org>
448         * automated/flymake/warnpred/test.pl: Tweak format, since the
449         previous one seems to have stopped giving a warning with perl 5.20.1.
451 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
453         * automated/python-tests.el (python-shell-get-process-name-1)
454         (python-shell-internal-get-process-name-1): Cleanup.
455         (python-shell-get-process-name-2)
456         (python-shell-internal-get-process-name-2): New tests.
457         (python-shell-calculate-command-1)
458         (python-shell-calculate-process-environment-3)
459         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
460         (python-shell-make-comint-2, python-shell-make-comint-4)
461         (python-shell-get-process-1, python-util-clone-local-variables-1):
462         Replace obsolete function and variable references with current.
464 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
466         * automated/let-alist.el: require `cl-lib'
467         New tests for accessing alists inside alists.
469 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
471         * automated/let-alist.el: New file.
473 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
475         * automated/seq-tests.el: New file.
477 2014-12-16  Glenn Morris  <rgm@gnu.org>
479         * automated/data/flymake/Makefile (check-syntax):
480         Prevent colorized gcc output from confusing flymake.
482         * automated/flymake-tests.el (flymake-tests-data-directory):
483         Change from flymake/warnpred to more standard data/flymake.
484         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
486 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
488         * automated/vc-tests.el (vc-test--revision-granularity-function):
489         New defun.
490         (vc-test--create-repo-function): Rename from
491         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
492         (vc-test--create-repo): Check also for revision-granularity.
493         (vc-test--unregister-function): Additional argument FILE.
494         Adapt all callees.
495         (vc-test--working-revision): New defun.
496         (vc-test-*-working-revision): New tests.
498 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
500         * automated/vc-tests.el (vc-test--register): Check, that the file
501         still exists after register and unregister operations.
503 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
505         * automated/vc-tests.el: New file.
507 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
509         * automated/tramp-tests.el (tramp-test29-vc-registered):
510         Fallback for changed `vc-register' argument list.
512 2014-12-03  Glenn Morris  <rgm@gnu.org>
514         * automated/tramp-tests.el (tramp-test29-vc-registered):
515         Update for recent incompatible change in vc-register.
517 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
519         * automated/python-tests.el
520         (python-shell-calculate-process-environment-4)
521         (python-shell-calculate-process-environment-5): New tests.
522         (python-shell-make-comint-3): Use file-equal-p.
523         (python-shell-get-or-create-process-1)
524         (python-shell-get-or-create-process-2)
525         (python-shell-get-or-create-process-3): Fix interpreter for
526         Windows (Bug#18595).
528 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
530         * automated/libxml-tests.el
531         (libxml-tests--data-comments-preserved): Rename from
532         'libxml-tests--data'.
533         (libxml-tests--data-comments-discarded): New.
534         (libxml-tests): Check whether 'libxml-parse-xml-region' is
535         discarding comments correctly.
537 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
539         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
540         HTML and XML now use no-break space as hard space.  Update tests.
541         (tildify-test-foreach-ignore-environments)
542         (tildify-test-foreach-ignore-environments-early-return,
543         (tildify-test-foreach-region)
544         (tildify-test-foreach-region-early-return)
545         (tildify-test-foreach-region-limit-region): New tests of
546         `tildify-foreach-ignore-environments' and
547         `tildify--foreach-region' functions.
548         (with-test-foreach): New helper macro for the above tests.
550 2014-11-17  Glenn Morris  <rgm@gnu.org>
552         * automated/occur-tests.el (occur-test-case, occur-test-create):
553         In case of failure, show the actual string, rather than just nil.
554         (occur-tests): Update for apparent change in output re control-chars.
556 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
558         * automated/icalendar-tests.el (icalendar-tests--test-export):
559         New optional parameter `alarms'.
560         (icalendar-export-alarms): New test for exporting icalendar
561         alarms.
562         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
564 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
566         * automated/icalendar-tests.el (icalendar-tests--test-import):
567         Mention timezone in doc string.  Clean up.
568         (icalendar-real-world): Add another test case for no-dst
569         timezones.
571 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
573         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
574         Add testcase where offsets of standard time and daylight saving time
575         are equal.
576         (icalendar-real-world): Fix error in test case.  Expected result
577         was wrong when offsets of standard time and daylight saving time
578         were equal.
580 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
582         * automated/python-tests.el
583         (python-shell-calculate-process-environment-2): Fix test.
584         (python-shell-calculate-process-environment-1)
585         (python-shell-calculate-process-environment-3): Cleanup.
587 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
589         * automated/python-tests.el (python-indent-dedenters-8): New test
590         for Bug#18432.
592 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
594         * automated/python-tests.el (python-indent-region-1)
595         (python-indent-region-2, python-indent-region-3)
596         (python-indent-region-4, python-indent-region-5): New tests.
598 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
601         * automated/cl-lib-tests.el: Rename from cl-lib.el.
603 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
605         * automated/libxml-tests.el: New file.
607 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
609         * automated/process-tests.el (process-test-quoted-batfile):
610         New test.
612 2014-10-20  Glenn Morris  <rgm@gnu.org>
614         * Merge in all changes up to 24.4 release.
616 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
618         * indent/scss-mode.scss: New file.
619         * indent/css-mode.css: Add a few uneventful examples.
621 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
623         * BidiCharacterTest.txt: New file, from Unicode.
625         * biditest.el: New file.
627 2014-10-08  Leo Liu  <sdl.web@gmail.com>
629         * automated/print-tests.el: New file.
630         (terpri): Tests for terpri.  (Bug#18652)
632 2014-10-06  Glenn Morris  <rgm@gnu.org>
634         * automated/icalendar-tests.el (icalendar--calendar-style):
635         Remove test, no longer relevant.
637 2014-10-04  Glenn Morris  <rgm@gnu.org>
639         * automated/package-x-test.el: Remove file...
640         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
642 2014-10-02  Glenn Morris  <rgm@gnu.org>
644         * automated/package-test.el (with-package-test, package-test-signed):
645         Also set HOME to a temp value, in case the real one is absent (e.g.
646         hydra) or read-only.  (Bug#18575)
647         (package-test-signed): Use skip-unless rather than expected-result.
649 2014-09-26  Leo Liu  <sdl.web@gmail.com>
651         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
652         New tests.  (Bug#18557)
654 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
656         * automated/newsticker-tests.el
657         (newsticker--group-find-parent-group),
658         (newsticker--group-do-rename-group): New tests.
660 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
662         * automated/fns-tests.el (fns-tests-collate-sort):
663         Bind w32-collate-ignore-punctuation to t when sorting according to
664         UTS#10 rules.
666 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
668         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
669         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
671 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
673         * automated/fns-tests.el (fns-tests-compare-strings): In case
674         `compare-strings' shall return t, check for this.
675         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
677 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
679         * automated/python-tests.el (python-indent-electric-colon-1):
680         New test.  (Bug#18228)
682 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
684         * automated/fns-tests.el (fns-tests-sort): New test.
686 2014-08-28  Glenn Morris  <rgm@gnu.org>
688         * automated/python-tests.el (python-shell-calculate-exec-path-2):
689         Update test for today's python.el changes.
691 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
693         * automated/compile-tests.el (compile--test-error-line): Grok FILE
694         being nil.  Allows for Guile tests to pass.
695         (compile-tests--test-regexps-data): Add Guile tests.
697 2014-08-11  Glenn Morris  <rgm@gnu.org>
699         * automated/data/files-bug18141.el.gz: New file.
700         * automated/files.el (files-test-bug-18141-file):
701         New variable and test.  (Bug#18141)
703 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
705         Enumerate evaluated sexp diary entries (Bug#7911).
706         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
707         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
708         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
709         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
710         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
711         New tests.
713 2014-08-07  Glenn Morris  <rgm@gnu.org>
715         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
717 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
719         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
720         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
722 2014-08-03  Glenn Morris  <rgm@gnu.org>
724         * automated/Makefile.in (check-tar): New rule.
726 2014-08-02  Glenn Morris  <rgm@gnu.org>
728         * automated/fns-tests.el (fns-tests-compare-strings):
729         Update test.  (Bug#17903)
731         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
732         Use more precise TZ specification, as per 2013-08-04.
734 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
736         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
737         New test.
739 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
741         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
743 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
745         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
746         Work around the failures in icalendar-tests which occasionally occur on
747         hydra.nixos.org.
749 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
751         * automated/python-tests.el:
752         (python-util-clone-local-variables-1): Fix test.
754         * automated/python-tests.el (python-shell-make-comint-1):
755         (python-shell-make-comint-2): Fix indentation.
756         (python-shell-make-comint-3)
757         (python-shell-make-comint-4): New tests.
758         (python-shell-get-or-create-process-1): Fix test.
759         (python-shell-get-or-create-process-2)
760         (python-shell-get-or-create-process-3): New tests.
761         (python-shell-internal-get-or-create-process-1): Fix test.
762         (python-shell-prompt-detect-1): New test.
763         (python-shell-prompt-detect-2): New test.  (Bug#17370)
764         (python-shell-prompt-detect-3)
765         (python-shell-prompt-detect-4)
766         (python-shell-prompt-detect-5)
767         (python-shell-prompt-detect-6)
768         (python-shell-prompt-validate-regexps-1)
769         (python-shell-prompt-validate-regexps-2)
770         (python-shell-prompt-validate-regexps-3)
771         (python-shell-prompt-validate-regexps-4)
772         (python-shell-prompt-validate-regexps-5)
773         (python-shell-prompt-validate-regexps-6)
774         (python-shell-prompt-validate-regexps-7)
775         (python-shell-prompt-set-calculated-regexps-1)
776         (python-shell-prompt-set-calculated-regexps-2)
777         (python-shell-prompt-set-calculated-regexps-3)
778         (python-shell-prompt-set-calculated-regexps-4)
779         (python-shell-prompt-set-calculated-regexps-5)
780         (python-shell-prompt-set-calculated-regexps-6)
781         (python-util-valid-regexp-p-1): New tests.
783 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * automated/advice-tests.el (advice-test-call-interactively): Make sure
786         the function's definition is fully restored at the end.
788 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
790         * automated/python-tests.el (python-indent-block-enders-1)
791         (python-indent-block-enders-2): Fix tests.
792         (python-indent-block-enders-3, python-indent-block-enders-4)
793         (python-indent-block-enders-5, python-indent-dedenters-1)
794         (python-indent-dedenters-2): Remove tests.
795         (python-indent-dedenters-1, python-indent-dedenters-2)
796         (python-indent-dedenters-3, python-indent-dedenters-4)
797         (python-indent-dedenters-5, python-indent-dedenters-6)
798         (python-indent-dedenters-7)
799         (python-info-dedenter-opening-block-position-1)
800         (python-info-dedenter-opening-block-position-2)
801         (python-info-dedenter-opening-block-position-3)
802         (python-info-dedenter-opening-block-positions-1)
803         (python-info-dedenter-opening-block-positions-2)
804         (python-info-dedenter-opening-block-positions-3)
805         (python-info-dedenter-opening-block-positions-4)
806         (python-info-dedenter-opening-block-positions-5)
807         (python-info-dedenter-opening-block-message-1)
808         (python-info-dedenter-opening-block-message-2)
809         (python-info-dedenter-opening-block-message-3)
810         (python-info-dedenter-opening-block-message-4)
811         (python-info-dedenter-opening-block-message-5)
812         (python-info-dedenter-statement-p-1)
813         (python-info-dedenter-statement-p-2)
814         (python-info-dedenter-statement-p-3)
815         (python-info-dedenter-statement-p-4)
816         (python-info-dedenter-statement-p-5): New tests.
818 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
820         * indent/perl.perl: Add indentation pattern for hash-table entries.
822 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
824         * automated/dbus-tests.el (dbus-test02-register-service-session)
825         (dbus-test02-register-service-system): Fix docstring.
826         (dbus-test02-register-service-own-bus)
827         (dbus-test03-peer-interface): New tests.
829 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
831         * automated/python-tests.el (python-tests-self-insert): New function.
832         (python-triple-quote-pairing): Use it.
833         (python-parens-electric-indent-1): New test. (Bug#17658)
835 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
837         * automated/subr-x-tests.el: New file.
839 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
841         * automated/tramp-tests.el (tramp--instrument-test-case):
842         Print debug buffer in any case.
844 2014-06-28  Leo Liu  <sdl.web@gmail.com>
846         * automated/calc-tests.el: New file and add tests for math-bignum.
847         (Bug#17556)
849 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
851         * automated/dbus-tests.el (dbus--test-register-service)
852         (dbus-test02-register-service-session): Replace `dbus-ping' calls
853         by `dbus-list-known-names'.  (Bug#17858)
855 2014-06-28  Glenn Morris  <rgm@gnu.org>
857         * automated/Makefile.in (GDB): New variable.
858         (emacs): Use $GDB.  (Bug#15991)
860         * automated/Makefile.in (WRITE_LOG): New variable.
861         (%.log): Use WRITE_LOG.
862         (test_template): Disable logging.
864         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
865         (test_template): New definition.  Apply to TESTS.
867 2014-06-27  Glenn Morris  <rgm@gnu.org>
869         * automated/Makefile.in (check-maybe): Rename from check.
870         (check): Re-run all the tests, every time.
871         (clean, mostlyclean): Also delete *.log~.
873 2014-06-26  Glenn Morris  <rgm@gnu.org>
875         * automated/package-x-test.el: Do not mess with load-path.
877         * automated/Makefile.in (%.log): If error, dump log to stdout.
879 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * automated/package-test.el (package-test-update-listing)
882         (package-test-update-archives, package-test-describe-package):
883         Adjust tests according to new package-list-unsigned.
885 2014-06-26  Glenn Morris  <rgm@gnu.org>
887         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
889         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
891         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
892         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
893         (setwins, compile-targets, compile-main, compile-clean): Remove.
894         (GREP_OPTIONS): Unexport.
895         (.el.elc): Replace with pattern rule.
896         (%.elc, %.log): New pattern rules.
897         (ELFILES, LOGFILES): New variables.
898         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
899         (clean, mostlyclean): New rules.
900         (bootstrap-clean): Simplify.
901         (bootstrap-clean, distclean): Depend on clean.
903 2014-06-25  Glenn Morris  <rgm@gnu.org>
905         * automated/flymake-tests.el (flymake-tests--current-face):
906         Sleep for longer.  Avoid querying.
908 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
910         * automated/fns-tests.el (fns-tests-compare-string): New test.
912 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
914         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
915         according to Bug#17815.
917 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
919         * automated/python-tests.el (python-util-strip-string-1): New test.
921 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
923         Sync with Tramp 2.2.10.
925         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
926         (tramp--instrument-test-case): Extend docstring.
927         (tramp-test15-copy-directory): Skip for tramp-smb.el.
928         (tramp-test21-file-links): Use `file-truename' for directories.
929         (tramp-test27-start-file-process, tramp-test28-shell-command):
930         Retrieve process output more robustly.
931         (tramp--test-check-files): Extend test.
932         (tramp-test30-special-characters): Skip for tramp-adb.el,
933         tramp-gvfs.el and tramp-smb.el.  Add further file names.
935 2014-06-13  Glenn Morris  <rgm@gnu.org>
937         * automated/Makefile.in (compile-main):
938         GNU make automatically passes command-line arguments to sub-makes.
940 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
942         * automated/tildify-tests.el (tildify-test--test): Optimize the test
943         slightly by reusing the same temporary buffer across multiple test
944         cases.
946         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
947         (tildify-test-find-env-group-index-bug): Update to support new
948         signature of the `tildify-foreach-region-outside-env' function.
949         Namely, it now takes pairs as an argument instead of looking it up in
950         `tildify-ignored-environments-alist'.
952         * automated/tildify-tests.el (tildify-test--example-html): Add support
953         for generating XML code, so that…
954         (tildify-test-xml) …test can be added to check handling of XML
955         documents.
957         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
958         New test checking end-regex building when multiple environment pairs
959         use integers to refer to capture groups.
961         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
962         test checking end-regex building in `tildify-find-env' function when
963         integers (denoting capture groups) and strings are mixed together.
965 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
967         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
968         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
970 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
972         * automated/tramp-tests.el (tramp-test29-vc-registered):
973         Instrument failed test case.
975 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
977         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
978         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
980 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
982         * automated/tildify-tests.el: New file.
984 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
986         * indent/ruby.rb: Add one more test.
988         * indent/ps-mode.ps: New file.
990         * indent/octave.m: Add a few more tests.
992         * automated/core-elisp-tests.el
993         (core-elisp-test-window-configurations): New test.
995 2014-05-26  Glenn Morris  <rgm@gnu.org>
997         * automated/package-test.el (package-test-install-single):
998         Update for changed output.
1000 2014-05-22  Glenn Morris  <rgm@gnu.org>
1002         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1003         Fix handling of temporary elc files.
1005         * automated/fns-tests.el (fns-tests-nreverse):
1006         Update for changed string behavior.
1008 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
1010         * automated/fns-tests.el: New file.
1011         * automated/fns-tests.el (fns-tests-nreverse)
1012         (fns-tests-nreverse-bool-vector): New tests.
1014 2014-05-08  Glenn Morris  <rgm@gnu.org>
1016         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1017         (vc-bzr-test-faulty-bzr-autoloads):
1018         Give bzr a temporary home-directory, in case the real one is missing.
1020 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
1022         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
1023         New test.
1025 2014-05-08  Glenn Morris  <rgm@gnu.org>
1027         * automated/help-fns.el: New file.
1029 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
1031         * automated/undo-tests.el (undo-test-region-deletion): New test to
1032         demonstrate bug#17235.
1033         (undo-test-region-example): New test to verify example given in
1034         comments for undo-make-selective-list.
1036 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
1038         * automated/tramp-tests.el (top):
1039         * automated/file-notify-tests.el (top): Do not disable interactive
1040         passwords in batch mode.
1041         (password-cache-expiry): Set to nil.
1043         * automated/file-notify-tests.el
1044         (file-notify-test-remote-temporary-file-directory):
1045         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1046         Use a mock-up method as default.
1047         (tramp-test00-availability): Print the used directory name.
1048         (tramp-test33-recursive-load): Fix typo.
1050 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
1052         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
1053         (tramp-test30-special-characters): Remove test for backslash.
1055 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
1057         * automated/tramp-tests.el
1058         (tramp-test19-directory-files-and-attributes)
1059         (tramp-test22-file-times): Check for `file-attributes' equality
1060         only if there is a usable timestamp.
1061         (tramp--test-check-files): Do not use `copy-sequence'.
1063 2014-04-22  Daniel Colascione  <dancol@dancol.org>
1065         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1066         Add compile flag.
1067         (test-byte-comp-macro-expansion)
1068         (test-byte-comp-macro-expansion-eval-and-compile)
1069         (test-byte-comp-macro-expansion-eval-when-compile)
1070         (test-byte-comp-macro-expand-lexical-override): Use it.
1071         (test-eager-load-macro-expansion)
1072         (test-eager-load-macro-expansion-eval-and-compile)
1073         (test-eager-load-macro-expansion-eval-when-compile)
1074         (test-eager-load-macro-expand-lexical-override): New tests.
1076         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
1077         account for removal of `cl-struct-set-slot-value'. Also, move
1078         the defstruct to top level.
1080 2014-04-21  Daniel Colascione  <dancol@dancol.org>
1082         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1083         New function.
1084         (test-byte-comp-macro-expansion)
1085         (test-byte-comp-macro-expansion-eval-and-compile)
1086         (test-byte-comp-macro-expansion-eval-when-compile)
1087         (test-byte-comp-macro-expand-lexical-override): New tests.
1089         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
1090         (cl-the): Fix cl-the test.
1092 2014-04-20  Daniel Colascione  <dancol@dancol.org>
1094         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
1096 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
1098         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
1099         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
1101 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
1103         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
1104         (tramp--test-make-temp-name): Optional argument LOCAL.
1105         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
1106         (tramp-test10-write-region): No special test for out-of-band copy
1107         needed anymore.
1108         (tramp-test11-copy-file, tramp-test12-rename-file)
1109         (tramp-test21-file-links): Extend tests.
1110         (tramp-test20-file-modes): More robust check for user "root".
1111         (tramp--test-check-files): New defun.
1112         (tramp-test30-special-characters, tramp-test33-recursive-load)
1113         (tramp-test34-unload): New tests.
1114         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
1116 2014-04-11  Glenn Morris  <rgm@gnu.org>
1118         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
1120 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
1122         * automated/electric-tests.el: Fix spelling error in test name.
1123         (whitespace-skipping-for-quotes-not-outside):
1124         Rename from whitespace-skipping-for-quotes-not-ouside.
1126 2014-04-09  Daniel Colascione  <dancol@dancol.org>
1128         * automated/syntax-tests.el: New file.
1130 2014-04-09  Glenn Morris  <rgm@gnu.org>
1132         * automated/python-tests.el (python-triple-quote-pairing):
1133         Enable/disable electric-pair-mode as needed.
1135         * automated/electric-tests.el (electric-pair-backspace-1):
1136         Replace deleted function.
1138 2014-04-07  João Távora  <joaotavora@gmail.com>
1140         * automated/python-tests.el (python-triple-quote-pairing): New test.
1141         (python-syntax-after-python-backspace): New test.
1143         * automated/electric-tests.el (electric-pair-define-test-form):
1144         More readable test docstrings.
1145         (whitespace-skipping-for-quotes-not-ouside)
1146         (whitespace-skipping-for-quotes-only-inside)
1147         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
1149 2014-04-04  João Távora  <joaotavora@gmail.com>
1151         * automated/electric-tests.el (define-electric-pair-test):
1152         Don't overtest.
1153         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1154         (inhibit-in-mismatched-string-inside-c-comments): New test.
1156 2014-04-02  João Távora  <joaotavora@gmail.com>
1158         * automated/electric-tests.el (inhibit-if-strings-mismatched):
1159         New test, change from `inhibit-only-of-next-is-mismatched'.
1161 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
1163         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1164         (undo-test-region-t-marker): New tests of marker adjustments.
1165         (undo-test-marker-adjustment-moved):
1166         (undo-test-region-mark-adjustment): New tests to demonstrate
1167         bug#16818, which fail without the fix.
1169 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1171         * automated/package-test.el (package-test-describe-package):
1172         Fix test failure in non-graphical mode.
1174 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1176         * automated/subword-tests.el (subword-tests2): More subword tests.
1178         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1179         New test: correct parsing of keyword arguments.
1181 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1183         * automated/package-test.el (package-test-describe-package):
1184         Check for the "Keywords: " line.
1186         * automated/data/package/archive-contents: Include the :keywords
1187         field in `simple-single' data form.
1189 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1191         * automated/package-test.el
1192         (package-test-install-two-dependencies): New test (bug#16826).
1194         * automated/data/package/simple-two-depend-1.1.el: New file.
1196         * automated/data/package/archive-contents:
1197         Add info about the new package.
1199 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1201         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1202         (tramp-test10-write-region): Extend for out-of-band copy.
1203         (tramp-test31-asynchronous-requests): New test.
1205 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1207         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1208         Add new test of undo in region.
1209         (undo-test-in-region-eob): Add test case described at
1210         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1212 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1214         * automated/tramp-tests.el (tramp--test-enabled)
1215         (tramp-test15-copy-directory): No special handling of tramp-adb.el
1216         anymore.  It's fixed in that package.
1218 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1220         * automated/tramp-tests.el (tramp--test-enabled): Move connection
1221         cleanup into this function.  Remove respective code from all test
1222         cases.
1223         (tramp--instrument-test-case): Declare `indent' and `debug'.
1224         Handle other errors as well.
1225         (tramp-test14-delete-directory): Check for `file-error' error.
1226         (tramp-test15-copy-directory): Ignore return value of
1227         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
1228         (tramp-test19-directory-files-and-attributes): Take care of
1229         timestamp of "../".
1230         (tramp-test20-file-modes, tramp-test27-start-file-process)
1231         (tramp-test28-shell-command): Skip for tramp-adb.el.
1232         (tramp-test21-file-links): `file-truename' shall preserve trailing
1233         link of directories.
1234         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1235         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1236         `kill-buffer-query-functions' to nil.
1237         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1239 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1241         * automated/tramp-tests.el
1242         (tramp-test19-directory-files-and-attributes): Do not include
1243         directories in comparison; they might have changed their
1244         timestamps already.
1246 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1248         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1249         (tramp-test17-insert-directory): First line could contain more
1250         text, when produced by `ls-lisp'.
1251         (tramp-test19-directory-files-and-attributes): Instrument failed
1252         test case.
1254 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1256         * automated/tramp-tests.el (tramp-test17-insert-directory):
1257         Make first line "total 123" optional.
1258         (tramp-test20-file-modes, tramp-test22-file-times)
1259         (tramp-test26-process-file, tramp-test27-start-file-process)
1260         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1261         tramp-smb.el.
1262         (tramp-test20-file-modes): Check for "root" only when there is an
1263         explicit user name.
1264         (tramp-test21-file-links): Handle "... not supported" error.
1265         (tramp-test22-file-times): Skip for "don't know" return values.
1266         (tramp-test26-process-file, tramp-test28-shell-command):
1267         Remove color escape sequences.
1268         (tramp-test28-shell-command): Use `accept-process-output' rather
1269         than `sit-for'.
1270         (tramp-test30-utf8): Set coding system `utf-8'.
1272 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
1274         * automated/tramp-tests.el (tramp-test28-shell-command):
1275         Perform an initial `sit-for' prior the while loop.
1277 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1279         Sync with Tramp 2.2.9.
1281         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1282         (tramp-test28-shell-command): Make a while loop when waiting for
1283         process exit.
1285 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
1287         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1288         and `vc-hg'.  Declare `tramp-find-executable' and
1289         `tramp-get-remote-path'.
1290         (tramp-test29-vc-registered): New test.
1291         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1293 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
1295         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1296         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1297         (tramp-test28-shell-command): Improve `shell-command' test.
1298         Add `async-shell-command' tests.
1300 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1302         * automated/file-notify-tests.el (file-notify--wait-for-events):
1303         Use `read-event' instead of `sit-for'.
1304         (file-notify-test02-events): Remove expected result, the bug is
1305         fixed meanwhile.
1306         (file-notify-test02-events, file-notify-test03-autorevert):
1307         Use `sleep-for' instead of `sit-for'.
1309 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1311         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1312         New test.
1314 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1316         * automated/file-notify-tests.el (file-notify--deftest-remote):
1317         Do not skip when the local test has failed.  They are unrelated.
1318         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1319         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1320         `sleep-for'.
1321         (file-notify-test02-events): Check for `file-remote-p' instead of
1322         `file-notify--test-remote-enabled'.
1324 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1326         * automated/file-notify-tests.el (file-notify-test02-events):
1327         Let test case fail for Bug#16519.
1329 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1331         * automated/file-notify-tests.el (file-notify-test02-events):
1332         Hide Bug#16519, until it is solved.
1334 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1336         * automated/file-notify-tests.el
1337         (file-notify--test-local-enabled): Fix error in logic.
1338         (file-notify--wait-for-events): New defmacro.
1339         (file-notify-test02-events): Make short breaks between file operations.
1340         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1341         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1343         * automated/comint-testsuite.el
1344         (comint-testsuite-password-strings): Add localized examples.
1346 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1348         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1349         case if inotify is not linked with Emacs.  Use `read-event' rather
1350         than `sit-for' in order to process events.  (Bug#13662)
1352 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1354         * automated/ert-tests.el (ert-test-record-backtrace):
1355         Reenable test case with adapted test string.  (Bug#13064)
1357 2013-12-28  Glenn Morris  <rgm@gnu.org>
1359         * automated/electric-tests.el: Require 'elec-pair.
1361 2013-12-26  João Távora  <joaotavora@gmail.com>
1363         * automated/electric-tests.el (electric-pair-test-for):
1364         Fix autowrapping tests in batch-mode by running with
1365         `transient-mark-mode' set to `lambda'.
1367         * automated/electric-tests.el: New file.
1369 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1371         * automated/python-tests.el
1372         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1373         (python-nav-forward-sexp-safe-1): New test.
1375 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1377         * automated/ruby-mode-tests.el: Add tests for
1378         `ruby-align-to-stmt-keywords'.
1380         * indent/ruby.rb: Update examples to reflect the lack of change in
1381         default indentation of `begin' blocks.
1383 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1385         * indent/ruby.rb: Update examples according to the change
1386         in `smie-indent-close'.
1388 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1390         * indent/ruby.rb: New examples.
1392 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1394         * automated/python-tests.el (python-indent-dedenters-2): New test.
1396 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1398         * automated/python-tests.el (python-indent-after-comment-1)
1399         (python-indent-after-comment-2): New tests.
1401 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1403         * automated/python-tests.el (python-indent-block-enders-1):
1404         Rename from python-indent-block-enders.
1405         (python-indent-block-enders-2): New test.
1407 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1409         * indent/js.js: New file.
1411 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1413         * automated/dbus-tests.el: New file.
1415 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1417         * automated/regexp-tests.el: New file.
1419 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1421         * automated/reftex-tests.el (reftex-parse-from-file-test):
1422         Run temp-dir through file-truename, to make sure the temporary file
1423         names are comparable as strings.
1425         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1426         Force Unix EOLs by using 'utf-8-unix', since the default of
1427         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1429 2013-11-28  Glenn Morris  <rgm@gnu.org>
1431         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1433 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1435         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1436         (EMACSOPT): Use $(PATH_SEP).
1438 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1440         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1441         Set to nil.
1443 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1445         * automated/file-notify-tests.el
1446         (file-notify-test-remote-temporary-file-directory):
1447         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1448         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1449         (file-notify--deftest-remote): Cleanup connection initially.
1450         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1451         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1452         does not work on MS Windows.  Call `accept-process-output' for
1453         remote files.  Apply `string-match' instead of `string-equal', the
1454         messages are different on MS Windows.
1456         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1457         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1458         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1460 2013-11-23  Glenn Morris  <rgm@gnu.org>
1462         * automated/python-tests.el (python-shell-make-comint-1)
1463         (python-shell-make-comint-2, python-shell-get-process-1):
1464         Suppress creation of some temp-files.
1466         * automated/python-tests.el (python-shell-parse-command-1)
1467         (python-shell-make-comint-1, python-shell-make-comint-2)
1468         (python-shell-get-process-1)
1469         (python-shell-internal-get-or-create-process-1):
1470         Skip rather than fail if prereqs not found.
1472         * automated/Makefile.in (emacs):
1473         Empty EMACSLOADPATH rather than unsetting.
1475 2013-11-22  Glenn Morris  <rgm@gnu.org>
1477         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1478         Set expected-result.
1480 2013-11-21  Glenn Morris  <rgm@gnu.org>
1482         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1483         (compile-main): Pass XARGS_LIMIT to xargs.
1485         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1486         (EMACSOPT): Use PATH_SEPARATOR.
1488 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1490         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1491         Add a failing test for Bug#15874.
1492         (ruby--insert-coding-comment-ruby-style)
1493         (ruby--insert-coding-comment-emacs-style)
1494         (ruby--insert-coding-comment-custom-style):
1495         Add a few tests for `ruby--insert-coding-comment'.
1497 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1499         Improve API of recently-added bool vector functions (Bug#15912).
1500         * automated/data-tests.el: Adjust to API changes.
1502 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1504         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1505         (tramp-test08-file-local-copy)
1506         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1507         (tramp-test11-copy-file, tramp-test12-rename-file)
1508         (tramp-test13-make-directory, tramp-test14-delete-directory)
1509         (tramp-test15-copy-directory, tramp-test16-directory-files)
1510         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1511         (tramp-test19-directory-files-and-attributes)
1512         (tramp-test20-file-modes, tramp-test21-file-links)
1513         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1514         (tramp-test24-file-name-completion, tramp-test25-load)
1515         (tramp-test26-process-file, tramp-test27-start-file-process)
1516         (tramp-test28-shell-command): Cleanup connection initially.
1518 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1520         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1521         connection before running the test.
1523 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1525         * automated/tramp-tests.el (tramp-test15-copy-directory)
1526         (tramp-test16-directory-files, tramp-test17-insert-directory)
1527         (tramp-test18-file-attributes)
1528         (tramp-test19-directory-files-and-attributes)
1529         (tramp-test20-file-modes, tramp-test21-file-links)
1530         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1531         (tramp-test24-file-name-completion, tramp-test25-load)
1532         (tramp-test26-process-file, tramp-test27-start-file-process)
1533         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1534         (tramp-test29-utf8): New test.
1536 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1538         * automated/file-notify-tests.el (file-notify-test02-events)
1539         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1541         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1542         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1543         (tramp-test26-process-file, tramp-test28-shell-command):
1544         Ensure, that the directory is not empty when calling "ls".
1546 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1548         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1549         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1550         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1551         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1552         (tramp-test26-process-file): Add tests.
1553         (tramp-test11-copy-file): Remove debug message.
1554         (tramp-test20-file-modes): Special case, if user is "root".
1556 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1558         * automated/file-notify-tests.el:
1559         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1560         `tramp-remote-path' when running on hydra.
1561         (tramp-test07-file-exists-p): Remove instrumentation code.
1562         (tramp-test26-process-file): Don't use "/bin/true" and
1563         "/bin/false", these paths do not exist on hydra.
1565 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1567         * automated/process-tests.el: New file.
1569 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1571         * indent/ruby.rb: New examples.
1573 2013-11-06  Glenn Morris  <rgm@gnu.org>
1575         * automated/Makefile.in (setwins): Avoid accidental matches.
1577 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1579         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1580         Fix docstring.  Instrument, in order to hunt failure on hydra.
1582 2013-11-06  Glenn Morris  <rgm@gnu.org>
1584         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1585         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1586         (warning-predicate-function-perl):
1587         * automated/info-xref.el (info-xref-test-makeinfo):
1588         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1589         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1591 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1593         * automated/tramp-tests.el: New file.
1595 2013-11-05  Glenn Morris  <rgm@gnu.org>
1597         Get rid of --chdir usage.
1598         * automated/Makefile.in (EMACSOPT): Move -L here.
1599         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1600         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1601         (.el.elc): No more need to pass -L here.
1602         (compile-main): Get rid of sub-shell and cd.
1603         (compile-clean, check): Get rid of cd.
1605         Make it possible to run tests with a different working directory.
1606         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1607         (flymake-tests--current-face): Use flymake-tests-data-directory.
1608         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1609         (warning-predicate-function-perl): Adapt for above change.
1610         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1611         (zlib--decompress): Use zlib-tests-data-directory.
1613         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1614         Remove test that makes no sense.
1616         * automated/files.el (files-test-local-variable-data):
1617         Fix result typo presumably caused by interference from dir-locals.
1618         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1620 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1622         * indent/ruby.rb: Add a statement on the line after heredoc.
1623         Move a now-successful example.
1625         * automated/ruby-mode-tests.el: Remove outdated comment.
1627 2013-11-04  Glenn Morris  <rgm@gnu.org>
1629         * automated/Makefile.in (abs_srcdir): Remove.
1630         (emacs): Unset EMACSLOADPATH.
1631         (.el.elc, check): Use -L to append srcdir to load-path.
1633 2013-11-02  Glenn Morris  <rgm@gnu.org>
1635         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1636         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1637         (abs_srcdir): New, set by configure.
1638         (EMACS): Use a relative file name.
1639         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1640         (lisp-compile): Remove (assume it's up-to-date).
1641         (compile-main): Do not run lisp-compile.
1642         (compile-main, compile-clean, compile-always, bootstrap-clean)
1643         (check): Use srcdir rather than $test.  Check cd return value.
1644         Use --chdir.
1645         (doit, compile, compile-always): Remove stuff copied from lisp/.
1646         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1648 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1650         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1651         Add a skipping test.
1653 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1657         * indent/css-mode.css (.x2): Test alignement inside braces.
1659 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1661         * indent/ruby.rb: New failing example.
1663         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1664         Fix the test, in respect to adding the space after the curly.
1666 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1668         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1669         (ert-test-deftest): Adapt test for changed macro expansion.
1670         (ert-test-run-tests-interactively):
1671         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1672         Add a skipping test.
1674         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1675         (file-notify--test-local-enabled): Make it a function.  Check also
1676         for `file-remote-p' of `temporary-file-directory'.
1677         (file-notify--test-remote-enabled-checked): New defvar.
1678         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1679         internal functions.  Cache result.
1680         (file-notify--deftest-remote, file-notify-test00-availability)
1681         (file-notify-test01-add-watch, file-notify-test02-events)
1682         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1683         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1685 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1687         * indent/ruby.rb: Fix syntax error in the latest example.
1689 2013-10-23  Glenn Morris  <rgm@gnu.org>
1691         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1692         New, set by configure.
1693         (top_srcdir): Remove.
1694         (abs_test, abs_lispsrc): New.
1695         (lisp): No longer absolute.
1696         (emacs, lisp-compile, compile, compile-always):
1697         Quote entities that might contain whitespace.
1699 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1701         * indent/ruby.rb: Move two examples to "working" section, add one
1702         more.
1704 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1706         * indent/ruby.rb: New examples for indentation of blocks.
1707         Example of hash inside parens that inflooped before the present commit.
1709 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1711         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1712         allows another timer to run.
1714 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1716         * indent/ruby.rb: More examples for bug#15594, both failing and
1717         now passing.
1719 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1721         * indent/ruby.rb: Add two more cases.
1723 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1726         first use.
1727         (ruby-should-indent): Use indent-according-to-mode.
1728         (ruby-deftest-move-to-block): Use `declare'.
1730 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1732         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1734 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1736         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1738 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1740         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1741         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1743         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1745 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1747         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1748         Adjust indentation of continued line to the new SMIE behavior.
1750 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * automated/completion-tests.el:
1753         * indent/css-mode.css: New files.
1755 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1757         * automated/data/package/signed/archive-contents:
1758         * automated/data/package/signed/archive-contents.sig:
1759         * automated/data/package/signed/signed-good-1.0.el:
1760         * automated/data/package/signed/signed-good-1.0.el.sig:
1761         * automated/data/package/signed/signed-bad-1.0.el:
1762         * automated/data/package/signed/signed-bad-1.0.el.sig:
1763         * automated/data/package/key.pub:
1764         * automated/data/package/key.sec: New files.
1766         * automated/package-test.el (package-test-update-listing)
1767         (package-test-update-archives, package-test-describe-package):
1768         Adjust to package.el change.
1769         (package-test-signed): New test.
1771 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1773         * automated/package-test.el: Update all cases to use :url instead
1774         of :homepage.
1776         * automated/package-x-test.el
1777         (package-x-test--single-archive-entry-1-3): Same.
1779 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1781         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1782         was unused.
1783         (simple-single-desc): Expect :homepage property.
1784         (multi-file-desc): Same.
1785         (with-package-test): Do not save previous `default-directory'
1786         value, let-bind the var instead.
1787         (package-test-install-single): Expect :homepage property in the
1788         generated pkg file.
1789         (package-test-describe-package): Expect Homepage button.
1790         (package-test-describe-non-installed-package)
1791         (package-test-describe-non-installed-multi-file-package): Same.
1792         (package-test-describe-not-installed-package): Remove, it was a
1793         duplicate.
1795         * automated/package-x-test.el
1796         (package-x-test--single-archive-entry-1-3): Expect :homepage
1797         property.
1798         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1800         * automated/data/package/simple-single-1.3.el: Add URL header.
1802         * automated/data/package/archive-contents: Add :homepage
1803         properties to `simple-single' and `multi-file'.
1805 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1807         * automated/data-tests.el:
1808         (bool-vector-count-matches-all-0-nil)
1809         (bool-vector-count-matches-all-0-t)
1810         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1811         (bool-vector-count-matches-at, bool-vector-intersection-op)
1812         (bool-vector-union-op, bool-vector-xor-op)
1813         (bool-vector-set-difference-op)
1814         (bool-vector-change-detection, bool-vector-not): New tests.
1815         (mock-bool-vector-count-matches-at)
1816         (test-bool-vector-bv-from-hex-string)
1817         (test-bool-vector-to-hex-string)
1818         (test-bool-vector-count-matches-at-tc)
1819         (test-bool-vector-apply-mock-op)
1820         (test-bool-vector-binop): New helper functions.
1821         (bool-vector-test-vectors): New testcase data.
1823 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1825         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1826         (advice-test-called-interactively-p-filter-args)
1827         (advice-test-called-interactively-p-around): New tests.
1829 2013-09-16  Glenn Morris  <rgm@gnu.org>
1831         * automated/eshell.el (eshell-match-result):
1832         Return a more informative failure than simply "false".  Update callers.
1834         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1835         Test value before and after loop as well as during.
1837 2013-09-15  Glenn Morris  <rgm@gnu.org>
1839         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1840         New test.  (Bug#15372)
1841         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1843 2013-09-13  Glenn Morris  <rgm@gnu.org>
1845         * automated/eshell.el (with-temp-eshell):
1846         Use a temp directory for eshell-directory-name.
1847         (eshell-test-command-result): New, again using a temp directory.
1848         Replace eshell-command-result with this throughout.
1849         (eshell-test/for-loop, eshell-test/for-name-loop):
1850         Ensure environment variables don't confuse us.
1852 2013-09-12  Glenn Morris  <rgm@gnu.org>
1854         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1855         due to "has a running process; kill it?" prompts.
1857 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * automated/eshell.el: Rename from eshell.el.
1860         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1862 2013-09-01  Glenn Morris  <rgm@gnu.org>
1864         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1865         Otherwise the sed command used by eg compile-main ends up
1866         containing "/*.el".  (Bug#15170)
1868 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1870         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1871         for portability to hosts where /bin/sh has problems.
1873 2013-08-21  David Engster  <deng@randomsample.de>
1875         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1876         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1877         upstream.  Changed to use ERT.
1879 2013-08-14  Daniel Hackney  <dan@haxney.org>
1881         * automated/package-test.el: Remove tar-package-building functions.
1882         Tar file used for testing is included in the repository.
1883         (package-test-install-texinfo, package-test-cleanup-built-files):
1884         Remove.
1886 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1888         * automated/python-tests.el (python-imenu-create-index-4)
1889         (python-imenu-create-flat-index-2): New tests.
1891 2013-08-05  Glenn Morris  <rgm@gnu.org>
1893         * automated/mule-util.el: New file, with tests extracted from
1894         lisp/international/mule-util.el.
1896 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1898         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1899         before definition.
1900         (advice-tests-macroaliases): New test.
1902 2013-08-04  Glenn Morris  <rgm@gnu.org>
1904         * automated/ert-tests.el: Disable failing test that no-one seems
1905         to know how to fix.  (Bug#13064)
1907         * automated/icalendar-tests.el (icalendar-tests--test-export)
1908         (icalendar-tests--test-import): Try more precise TZ specification.
1909         Remove debug messages.
1911 2013-08-03  Glenn Morris  <rgm@gnu.org>
1913         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1915         * automated/icalendar-tests.el (icalendar-tests--test-export)
1916         (icalendar-tests--test-import):
1917         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1918         (icalendar-tests--test-import): Reset zone even if error occurred.
1920 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1922         * automated/core-elisp-tests.el: New file.
1924 2013-08-01  Glenn Morris  <rgm@gnu.org>
1926         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1927         Try to check that the remote system has a notification program.
1929 2013-07-31  Glenn Morris  <rgm@gnu.org>
1931         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1933 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1935         * automated/file-notify-tests.el
1936         (file-notify--test-local-enabled): New defconst.  Replaces all
1937         `file-notify-support' occurrences.
1938         (file-notify--test-remote-enabled): New defun.
1939         (file-notify--deftest-remote): Use it.
1940         (file-notify-test00-availability): Rewrite.
1941         (file-notify-test00-availability-remote): New defun.
1942         (file-notify-test01-add-watch): Rewrite first erroneous check.
1944 2013-07-23  Glenn Morris  <rgm@gnu.org>
1946         * automated/inotify-test.el (inotify-file-watch-simple):
1947         Delete temp-file when done.
1949         * automated/subword-tests.el: Require subword.
1951 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1953         * automated/subword-tests.el: New file.
1955 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1957         * automated/python-tests.el (python-imenu-create-index-2)
1958         (python-imenu-create-index-3): New tests.
1960 2013-07-11  Glenn Morris  <rgm@gnu.org>
1962         * automated/ert-tests.el: Require cl-lib at runtime too.
1963         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1964         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1965         (ert-test-set-functions, ert-test-gensym)
1966         (ert-test-coerce-to-vector, ert-test-string-position)
1967         (ert-test-mismatch): Remove tests.
1968         * automated/cl-lib.el: New, split from ert-tests.el.
1970         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1971         Goto point-min.
1972         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1973         (ruby-move-to-block-skips-percent-literal)
1974         (ruby-move-to-block-skips-heredoc)
1975         (ruby-move-to-block-moves-from-else-to-if)
1976         (ruby-beginning-of-defun-does-not-fold-case)
1977         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1978         Replace goto-line with forward-line/goto-char.
1979         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1981         * automated/package-test.el (makeinfo-buffer): Autoload.
1982         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1983         (package-test-install-texinfo): Don't require makeinfo.
1985         * automated/files.el: Stop "local variables" confusion.
1987         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1989         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1990         Use with-current-buffer.
1992         * automated/undo-tests.el (undo-test-buffer-modified)
1993         (undo-test-file-modified): New tests.
1995 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1997         * automated/file-notify-tests.el (file-notify-test00-availability):
1998         Set :expected-result.
1999         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
2000         (file-notify-test02-events, file-notify-test02-events-remote)
2001         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
2002         Skip when `file-notify-support' is nil.  (Bug#14823)
2004 2013-07-09  Glenn Morris  <rgm@gnu.org>
2006         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
2007         Declare.
2008         (inotify-file-watch-simple): Silence compiler.
2010         * automated/python-tests.el (python-indent-block-enders):
2011         Make it actually test something.
2013         * automated/package-x-test.el: Require package-test when compiling.
2015         * automated/add-log-tests.el, automated/advice-tests.el:
2016         * automated/imenu-test.el, automated/package-x-test.el:
2017         * automated/python-tests.el, automated/ruby-mode-tests.el:
2018         * automated/xml-parse-tests.el: Explicitly require ert.
2020 2013-07-08  Kenichi Handa  <handa@gnu.org>
2022         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
2023         Use with-ccoding-priority to avoid side-effect (Bug#14781).
2025 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
2027         * automated/file-notify-tests.el
2028         (file-notify-test-remote-temporary-file-directory):
2029         Use `null-device' on w32.
2030         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
2031         (file-notify--test-results, file-notify--test-event)
2032         (file-notify--deftest-remote, file-notify--event-test)
2033         (file-notify--test-event-handler)
2034         (file-notify--test-make-temp-name): Rename, in order to mark them
2035         internal.
2036         (tramp-message-show-message, tramp-read-passwd): Tweak them for
2037         better fitting in noninteractive tests.
2038         (file-notify-test00-availability): Rename from `file-notify-test0'.
2039         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
2040         Use `temporary-file-directory '.
2041         (file-notify-test01-add-watch-remote): New test.
2042         (file-notify-test02-events): Rename from `file-notify-test2'.
2043         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
2044         (file-notify-test03-autorevert): Rename from
2045         `file-notify-test4'.  Use timeouts.
2046         (file-notify-test03-autorevert-remote): Rename from
2047         `file-notify-test5'.
2049 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
2051         * automated/file-notify-tests.el: New package.
2053 2013-06-28  Kenichi Handa  <handa@gnu.org>
2055         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
2056         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
2057         Callers changed.
2058         (decoder-tests-filename): New function.
2059         (decoder-tests-prefer-utf-8-read)
2060         (decoder-tests-prefer-utf-8-write): New function.
2061         (ert-test-decoder-prefer-utf-8): New test.
2063 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
2065         * automated/package-x-test.el: Change the commentary.
2066         (package-x-test--single-archive-entry-1-3)
2067         (package-x-test--single-archive-entry-1-4): Fix the tests, by
2068         using the appropriate data structure.
2070 2013-06-27  Daniel Hackney  <dan@haxney.org>
2072         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
2074         * automated/package-x-test.el: New file.
2076         * automated/package-test.el: New file.
2078         * automated/data/package: New directory, with test examples.
2080 2013-06-27  Glenn Morris  <rgm@gnu.org>
2082         * automated/python-tests.el (python-tests-with-temp-file):
2083         Clean up after ourself.
2085         * automated/undo-tests.el (undo-test3): Remove test that seems to
2086         do nothing that the previous one doesn't, except leave a tempfile.
2088 2013-06-26  Glenn Morris  <rgm@gnu.org>
2090         * automated/info-xref.el: New file.
2092 2013-06-25  Glenn Morris  <rgm@gnu.org>
2094         * automated/occur-tests.el (occur-test-create): New function.
2095         Use it to create separate tests for each element, so we run them
2096         all rather than stopping at the first error.
2098 2013-06-24  Glenn Morris  <rgm@gnu.org>
2100         * automated/occur-tests.el (occur-tests):
2101         Update for 2013-05-29 change to occur header line.
2103 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
2105         Test suite for flymake.
2106         * automated/flymake-tests.el:
2107         * automated/flymake/warnpred/Makefile
2108         * automated/flymake/warnpred/test.c
2109         * automated/flymake/warnpred/test.pl: New files.
2111 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2113         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
2115 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2117         * automated/reftex-tests.el: New test suite for reftex.
2119 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
2121         * automated/ruby-mode-tests.el: New tests, for percent literals
2122         and expression expansion.
2124 2013-05-29  Leo Liu  <sdl.web@gmail.com>
2126         * indent/octave.m: Tweak.
2128 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
2130         * eshell.el: Rewrite tests using ERT.
2132 2013-05-25  Leo Liu  <sdl.web@gmail.com>
2134         * indent/octave.m: Add tests for %!, # and ### comments.
2136 2013-05-23  Kenichi Handa  <handa@gnu.org>
2138         * automated/decoder-tests.el: New file.
2140 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
2142         * indent/ruby.rb: Add multiline regexp example.
2144         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
2145         (ruby-regexp-skips-over-interpolation)
2146         (ruby-regexp-continues-till-end-when-unclosed)
2147         (ruby-regexp-can-be-multiline)
2148         (ruby-interpolation-inside-percent-literal): New tests.
2150 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2152         * indent/ruby.rb: Fix indentation after =; add more cases.
2154 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2156         * indent/pascal.pas: Add test for mis-identified comments.
2158 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
2160         * automated/imenu-test.el: New file.  (Bug#14112)
2162 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2164         * automated/python-tests.el (python-imenu-prev-index-position-1):
2165         Remove test.
2166         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2167         New tests.
2169 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2171         * automated/python-tests.el (python-nav-backward-defun-2)
2172         (python-nav-backward-defun-3, python-nav-forward-defun-2)
2173         (python-nav-forward-defun-3): New tests.
2175 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2177         * automated/python-tests.el (python-nav-backward-defun-1)
2178         (python-nav-forward-defun-1): New tests.
2180 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
2182         * automated/add-log-tests.el: New file.  (Bug#14112)
2184 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
2186         * automated/python-tests.el (python-indent-block-enders): New test.
2187         (python-info-current-defun-2): Fix test.
2189 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2191         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
2193 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
2195         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2196         (python-tests-with-temp-file): New macro.
2197         (python-tests-shell-interpreter): New var.
2198         (python-shell-get-process-name-1)
2199         (python-shell-internal-get-process-name-1)
2200         (python-shell-parse-command-1)
2201         (python-shell-calculate-process-environment-1)
2202         (python-shell-calculate-process-environment-2)
2203         (python-shell-calculate-process-environment-3)
2204         (python-shell-calculate-exec-path-1)
2205         (python-shell-calculate-exec-path-2)
2206         (python-shell-make-comint-1)
2207         (python-shell-make-comint-2)
2208         (python-shell-get-process-1)
2209         (python-shell-get-or-create-process-1)
2210         (python-shell-internal-get-or-create-process-1): New tests.
2212 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2214         * automated/python-tests.el: New file.
2216 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2218         * automated/ruby-mode-tests.el
2219         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2220         bits inside the examples.
2221         (ruby-move-to-block-skips-heredoc): New test.
2222         (ruby-add-log-current-method-after-inner-class):
2223         Lower expectations: move point inside a method, initially.
2225 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2227         * automated/ruby-mode-tests.el
2228         (ruby-move-to-block-skips-percent-literal): New test.
2230 2013-02-04  Chong Yidong  <cyd@gnu.org>
2232         * automated/thingatpt.el: New file.
2234 2013-02-03  Chong Yidong  <cyd@gnu.org>
2236         * automated/files.el (file-test--do-local-variables-test):
2237         Avoid compilation warning message.
2239 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2241         * automated/ruby-mode-tests.el
2242         (ruby-indent-spread-args-in-parens): New test.
2243         * automated/ruby-mode-tests.el (ruby-block-test-example):
2244         Break indentation of the do block opener and add a line inside it.
2245         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2246         Adjust line numbers.
2248 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2250         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
2252 2013-01-14  Glenn Morris  <rgm@gnu.org>
2254         * automated/compile-tests.el (compile-tests--test-regexps-data):
2255         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2257 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2259         * automated/man-tests.el: New file.
2261 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2263         * automated/undo-tests.el (undo-test0): Adjust error to code change.
2265 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2267         * automated/undo-tests.el: New file.
2269 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2271         * automated/ruby-mode-tests.el
2272         (ruby-indent-after-block-in-continued-expression): New test.
2274 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2276         * automated/ruby-mode-tests.el:
2277         Rename one interpolation test; add three more.
2278         (ruby-with-temp-buffer): New macro, use it where appropriate.
2279         (ruby-add-log-current-method-examples): Use "_" for target point.
2280         Add four new tests for ruby-add-log-current-method.
2282 2012-12-11  Glenn Morris  <rgm@gnu.org>
2284         * automated/f90.el (f90-test-bug13138): New test.
2286 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2288         * automated/inotify-test.el: New test.
2290 2012-12-02  Chong Yidong  <cyd@gnu.org>
2292         * automated/ruby-mode-tests.el
2293         (ruby-add-log-current-method-examples): Don't use loop macro, to
2294         allow automated testing to work.
2296 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2298         * automated/advice-tests.el (advice-tests--data): Remove.
2299         (advice-tests): Move the tests directly here instead.
2300         Add called-interactively-p tests.
2302 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2304         * automated/ert-x-tests.el: Use cl-lib.
2305         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2307 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2309         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2310         (ruby-indent-inside-heredoc-after-operator)
2311         (ruby-indent-inside-heredoc-after-space): New tests.
2312         Change direct font-lock face references to var references.
2313         (ruby-interpolation-suppresses-syntax-inside): New test.
2314         (ruby-interpolation-inside-percent-literal-with-paren):
2315         New failing test.
2317 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2319         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2320         (ruby-singleton-class-no-heredoc-font-lock)
2321         (ruby-add-log-current-method-examples): New tests.
2322         (ruby-test-string): Extract from ruby-should-indent-buffer.
2323         (ruby-deftest-move-to-block): New macro.
2324         Add several move-to-block tests.
2326 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2328         * automated/advice-tests.el: New tests.
2330 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2332         * automated/compile-tests.el (compile-tests--test-regexps-data):
2333         Add new data for msft's new format.
2335 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2337         * automated/ruby-mode-tests.el:
2338         (ruby-toggle-block-to-multiline): New test.
2339         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2340         (ruby-toggle-block-to-brace): Use buffer-string.
2342 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2344         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2346 2012-08-28  Chong Yidong  <cyd@gnu.org>
2348         * automated/files.el: Test every combination of values for
2349         enable-local-variables and enable-local-eval.
2351 2012-08-19  Chong Yidong  <cyd@gnu.org>
2353         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2355 2012-08-18  Chong Yidong  <cyd@gnu.org>
2357         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2359 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2361         * indent/ruby.rb: Rearrange examples, add new ones.
2363 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2365         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2366         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2368 2012-08-11  Glenn Morris  <rgm@gnu.org>
2370         * automated/files.el: New file.
2372         * automated/Makefile.in (all): Fix typo.
2374 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2376         * automated/ruby-mode-tests.el (ruby-should-indent):
2377         Add docstring, check (current-indentation) instead of (current-column).
2378         (ruby-should-indent-buffer): New function.
2379         Add tests for `ruby-deep-indent-paren' behavior.
2380         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2382 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2384         Original tests in test_ruby_mode.rb in upstream (author).
2386 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2388         * automated/ruby-mode-tests.el (ruby-should-indent)
2389         (ruby-assert-state): New functions.
2390         Add new tests.
2392 2012-07-29  David Engster  <deng@randomsample.de>
2394         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2395         New variable to hold test data for name expansion.
2396         (xml-parse-tests): Test the two different types of name expansion.
2398 2012-07-29  Juri Linkov  <juri@jurta.org>
2400         * automated/occur-tests.el (occur-test-case): Use predefined
2401         buffer name " *test-occur*" instead of a random buffer name.
2403 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2405         * automated/ruby-mode-tests.el: New file with one test.
2407 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2409         * indent/shell.sh: Add test case for ${#VAR}.
2411         * indent/latex-mode.tex: New file.
2413 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2415         * eshell.el: Use cl-lib.
2417 2012-07-03  Chong Yidong  <cyd@gnu.org>
2419         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2421 2012-07-02  Chong Yidong  <cyd@gnu.org>
2423         * automated/xml-parse-tests.el (xml-parse-tests--data):
2424         More testcases.
2426 2012-07-01  Chong Yidong  <cyd@gnu.org>
2428         * automated/xml-parse-tests.el: New file.
2430 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2432         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2433         Use cl-flet.
2435 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2437         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2438         Test escaped commas in TZID (Bug#11473).
2439         (icalendar-import-with-timezone): New.
2440         (icalendar-real-world): Add new testcase as given in the bugreport
2441         of Bug#11473.
2443 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2445         * automated/icalendar-tests.el (icalendar-tests--test-import):
2446         Include UID in import tests (Bug#11525).
2447         (icalendar-import-non-recurring, icalendar-import-rrule)
2448         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2449         UID-import change.
2450         (icalendar-import-with-uid): New.
2451         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2452         Include UID in cycle tests.
2453         (icalendar-cycle, icalendar-real-world): UID-import change.
2455 2012-05-21  Glenn Morris  <rgm@gnu.org>
2457         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2459 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2461         * automated/url-util-tests.el: New file to test
2462         lisp/url/url-util.el.  Only `url-build-query-string' and
2463         `url-parse-query-string' are tested right now (Bug#8706).
2465 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2467         * indent/shell.sh:
2468         * indent/shell.rc: Ad some test cases.
2470 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * indent/ruby.rb: New file, to test new syntax-propertize code.
2474 2012-04-11  Glenn Morris  <rgm@gnu.org>
2476         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2478 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2480         * automated/url-future-tests.el (url-future-tests): Move from
2481         lisp/url/url-future.el and rename.
2483 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2485         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2486         Fix broken test, caused by missing trailing blank.
2488 2011-12-03  Chong Yidong  <cyd@gnu.org>
2490         * automated/compile-tests.el (compile-tests--test-regexps-data):
2491         Increase column numbers by one to reflect change in how
2492         compilation-message is recorded (Bug#10172).
2494 2011-11-22  Glenn Morris  <rgm@gnu.org>
2496         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2498 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2500         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2502 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2504         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2505         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2506         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2508 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2510         * automated/newsticker-tests.el
2511         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2512         newsticker--treeview-tree-update.
2514 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2516         * automated/newsticker-tests.el
2517         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2519         * automated/newsticker-tests.el
2520         (newsticker--group-manage-orphan-feeds): Prevent updating
2521         newsticker treeview.  Fixed bug#9763.
2523 2011-10-20  Glenn Morris  <rgm@gnu.org>
2525         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2527         * automated/vc-bzr.el: New file.
2529 2011-10-15  Glenn Morris  <rgm@gnu.org>
2531         * automated/f90.el: New file.
2533 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2535         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2536         to automated/newsticker-tests.el.  Convert to ERT.
2538 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2540         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2541         Remove, simply use string=.
2542         (icalendar--diarytime-to-isotime)
2543         (icalendar--datetime-to-diary-date)
2544         (icalendar--datestring-to-isodate)
2545         (icalendar--format-ical-event)
2546         (icalendar--parse-summary-and-rest)
2547         (icalendar-tests--do-test-import)
2548         (icalendar-tests--do-test-cycle): Change argument order of
2549         string= to EXPECTED ACTUAL.
2550         (icalendar--import-format-sample)
2551         (icalendar--format-ical-event)
2552         (icalendar-import-non-recurring)
2553         (icalendar-import-rrule)
2554         (icalendar-import-duration)
2555         (icalendar-import-bug-6766)
2556         (icalendar-real-world): Adjust to string= instead of
2557         icalendar-tests--compare-strings.
2558         (icalendar-import-multiple-vcalendars): New.
2560 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2562         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2563         Require CL.
2565 2011-05-09  Juri Linkov  <juri@jurta.org>
2567         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2568         Convert to ERT.
2570 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2572         * automated/compile-tests.el: New file.
2574 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2576         * automated/font-parse-tests.el: Don't byte-compile.
2578         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2580 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2582         * automated/lexbind-tests.el: New file.
2584 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2586         * Version 23.3 released.
2588 2011-03-05  Glenn Morris  <rgm@gnu.org>
2590         * eshell.el: Move here from lisp/eshell/esh-test.el.
2592 2011-03-03  Christian Ohler  <ohler@gnu.org>
2594         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2595         New test.
2597 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2599         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2600         convert to ERT format.
2602 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2604         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2605         convert to ERT format.
2607 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2609         * indent/shell.sh:
2610         * indent/shell.rc: New files.
2612 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2614         * automated/font-parse-tests.el: Move from
2615         font-parse-testsuite.el.
2617 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2619         * font-parse-testsuite.el (test-font-parse-data): New file.
2621 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2623         * indent/prolog.prolog: Add tokenizing tests.
2625 2011-01-13  Christian Ohler  <ohler@gnu.org>
2627         * automated: New directory for automated tests.
2629         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2631         * automated/Makefile.in: New file.
2633 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2635         * indent/modula2.mod: New file.
2637 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2639         * indent/octave.m: Add a test to ensure indentation is local.
2641 2010-10-23  Glenn Morris  <rgm@gnu.org>
2643         * comint-testsuite.el
2644         (comint-testsuite--test-comint-password-prompt-regexp):
2645         Add "Please enter the password".  (Bug#7224)
2647 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2649         * indent/prolog.prolog: Use normal spacing around !.
2651 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2653         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2655 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2657         * indent/octave.m: Remove some `fixindent' not needed any more.
2659 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2661         * indent/octave.m: New file.
2663 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2665         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2666         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2667         (icalendar-testsuite--run-internal-tests): New.
2668         (icalendar-testsuite--test-convert-ordinary-to-ical)
2669         (icalendar-testsuite--test-convert-block-to-ical)
2670         (icalendar-testsuite--test-convert-anniversary-to-ical)
2671         (icalendar-testsuite--test-parse-vtimezone)
2672         (icalendar-testsuite--do-test-export): Code formatting.
2673         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2674         (icalendar-testsuite--do-test-import)
2675         (icalendar-testsuite--do-test-cycle):
2676         Use icalendar-testsuite--compare-strings
2677         (icalendar-testsuite--run-import-tests): Comment added.
2678         (icalendar-testsuite--run-import-tests)
2679         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2681 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2683         * redisplay-testsuite.el (test-redisplay-3): New test.
2685 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2687         * comint-testsuite.el: New file.
2689 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2691         * indent: New dir.
2693 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2695         * Version 23.2 released.
2697 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2699         * cedet/semantic-ia-utest.el
2700         (semantic-symref-test-count-hits-in-tag): Add function, from
2701         semantic-test.el.
2703         * cedet/tests/test.cpp:
2704         * cedet/tests/test.py:
2705         * cedet/tests/teststruct.cpp:
2706         * cedet/tests/testtemplates.cpp:
2707         * cedet/tests/testusing.cpp:
2708         * cedet/tests/scopetest.cpp:
2709         * cedet/tests/scopetest.java: Files deleted.
2711         * cedet/tests/test.make:
2712         * cedet/tests/test.c:
2713         * cedet/tests/testjavacomp.java:
2714         * cedet/tests/testspp.c:
2715         * cedet/tests/testsppreplace.c:
2716         * cedet/tests/testsppreplaced.c:
2717         * cedet/tests/testsubclass.cpp:
2718         * cedet/tests/testsubclass.hh:
2719         * cedet/tests/testtypedefs.cpp:
2720         * cedet/tests/testvarnames.c:
2721         * cedet/tests/test.el:
2722         * cedet/tests/testdoublens.cpp:
2723         * cedet/tests/testdoublens.hpp: Add copyright header.
2725         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2726         Remove reference to deleted files.
2728 2010-03-30  Juri Linkov  <juri@jurta.org>
2730         * occur-testsuite.el (occur-tests): Add tests for context lines.
2732 2010-03-23  Juri Linkov  <juri@jurta.org>
2734         * occur-testsuite.el: New file.
2736 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2738         * Branch for 23.2.
2740 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2742         * icalendar-testsuite.el
2743         (icalendar-testsuite--run-function-tests): Add new tests.
2744         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2745         testcase.
2746         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2747         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2748         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2749         (icalendar-testsuite--test-convert-block-to-ical): New.
2750         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2751         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2753 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2755         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2756         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2757         Fix typos in docstrings and error messages.
2758         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2760 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2762         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2763         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2764         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2766 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2768         * icalendar-testsuite.el
2769         (icalendar-testsuite--run-function-tests):
2770         Add icalendar-testsuite--test-parse-vtimezone.
2771         (icalendar-testsuite--test-parse-vtimezone): New.
2772         (icalendar-testsuite--do-test-cycle): Doc changes.
2773         (icalendar-testsuite--run-real-world-tests): Remove trailing
2774         whitespace -- see change of icalendar--add-diary-entry in
2775         icalendar.el.
2776         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2778 2009-09-30  Glenn Morris  <rgm@gnu.org>
2780         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2782 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2784         * cedet/*: New unit tests, from CEDET repository.
2786 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2788         * redisplay-testsuite.el: New file.
2790 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2792         * Branch for 23.1.
2794 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2796         * icalendar-testsuite.el
2797         (icalendar-testsuite--run-function-tests):
2798         Add icalendar-testsuite--test-diarytime-to-isotime.
2799         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2800         recent icalendar fixes.
2801         (icalendar-testsuite--test-diarytime-to-isotime): New.
2802         (icalendar-testsuite--test-create-uid): Adjust to recent
2803         icalendar changes.
2805 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2807         * bytecomp-testsuite.el: New file.
2809 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2811         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2812         Add `icalendar-testsuite--test-create-uid'.
2813         (icalendar-testsuite--test-create-uid): New.
2815 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2817         * newsticker-testsuite.el: New file.
2819 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2821         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2822         Add icalendar-testsuite--test-datestring-to-isodate,
2823         icalendar-testsuite--test-datetime-to-diary-date, and
2824         icalendar-testsuite--test-calendar-style.
2825         (icalendar-testsuite--test-format-ical-event)
2826         (icalendar-testsuite--test-parse-summary-and-rest):
2827         Doc fix.  Remove european-calendar-style.
2828         (icalendar-testsuite--get-ical-event): Doc fix.
2829         (icalendar-testsuite--test-first-weekday-of-year)
2830         (icalendar-testsuite--run-cycle-tests): Add doc string.
2831         (icalendar-testsuite--test-datestring-to-isodate)
2832         (icalendar-testsuite--test-datetime-to-diary-date)
2833         (icalendar-testsuite--test-calendar-style): New functions.
2834         (icalendar-testsuite--test-export): Handle iso date style.
2835         New arg INPUT-ISO.  Use calendar-date-style.
2836         (icalendar-testsuite--test-import): Handle iso date style.
2837         New arg EXPECTED-ISO.  Use calendar-date-style.
2838         (icalendar-testsuite--test-cycle): Handle iso date style.
2839         (icalendar-testsuite--run-import-tests)
2840         (icalendar-testsuite--run-export-tests)
2841         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2843 2008-02-29  Glenn Morris  <rgm@gnu.org>
2845         * README: New file.
2847 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2849         * icalendar-testsuite.el: New file.
2851 ;; Local Variables:
2852 ;; coding: utf-8
2853 ;; End:
2855   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2857   This file is part of GNU Emacs.
2859   GNU Emacs is free software: you can redistribute it and/or modify
2860   it under the terms of the GNU General Public License as published by
2861   the Free Software Foundation, either version 3 of the License, or
2862   (at your option) any later version.
2864   GNU Emacs is distributed in the hope that it will be useful,
2865   but WITHOUT ANY WARRANTY; without even the implied warranty of
2866   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2867   GNU General Public License for more details.
2869   You should have received a copy of the GNU General Public License
2870   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.