1 2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
3 * indent/js.js: Add local variables.
5 * indent/js-indent-first-initialiser-t.js:
6 * indent/js-indent-first-initialiser-dynamic.js:
7 New tests for `js-indent-first-initialiser'.
9 2015-03-10 Przemyslaw Wojnowski <esperanto@cumego.com>
11 * automated/cl-lib-tests.el: Add tests for plusp, second, ...
12 (cl-lib-test-plusp, cl-lib-test-minusp)
13 (cl-lib-test-oddp, cl-lib-test-evenp, cl-lib-test-first)
14 (cl-lib-test-second, cl-lib-test-third, cl-lib-test-fourth)
15 (cl-lib-test-fifth, cl-lib-test-sixth, cl-lib-test-seventh)
16 (cl-lib-test-eighth, cl-lib-test-ninth, cl-lib-test-tenth)
17 (cl-lib-test-endp, cl-lib-test-nth-value)
18 (cl-lib-nth-value-test-multiple-values, cl-test-caaar, cl-test-caadr)
19 (cl-test-ldiff): New tests.
20 (cl-digit-char-p): Tighten the test.
22 2015-03-09 Dmitry Gutov <dgutov@yandex.ru>
24 * indent/Makefile: Call 'rm' with '-f'. Default EMACS to
25 '../../src/emacs'. Remove *.new in 'clean'. Set 'all' target to
28 2015-03-09 Nicolas Petton <nicolas@petton.fr>
30 * automated/seq-tests.el (test-seq-into): Add a test for seq-into.
32 2015-03-08 Dmitry Gutov <dgutov@yandex.ru>
34 * indent/ruby.rb: Add an example for bug#20026.
36 * indent/js.js: Set `js-indent-level' to 2. Fix indentation in an
39 2015-03-04 Michael Albinus <michael.albinus@gmx.de>
41 * automated/tramp-tests.el (top): Declare `tramp-get-remote-stat'
42 and `tramp-get-remote-perl'.
43 (tramp-test06-directory-file-name): Fix docstring and last test.
44 (tramp-test08-file-local-copy): Extend test.
45 (tramp-test13-make-directory): Test also PARENTS arg.
46 (tramp-test17-insert-directory): Do not expect any order in
48 (tramp--test-adb-p): New defun.
49 (tramp--test-check-files): Fix doxstring. Extend tests.
50 (tramp--test-special-characters): New defun. Use body from
51 `tramp-test30-special-characters'. Adapt check for tramp-adb.el.
52 (tramp-test30-special-characters): Use it.
53 (tramp--test-utf8): New defun. Use body from
54 `tramp-test31-utf8'. Add test string.
55 (tramp-test31-utf8): Use it.
56 (tramp-test30-special-characters-with-stat)
57 (tramp-test30-special-characters-with-perl)
58 (tramp-test30-special-characters-with-ls):
59 (tramp-test31-utf8-with-stat, tramp-test31-utf8-with-perl)
60 (tramp-test31-utf8-with-ls): New tests.
62 2015-03-03 Daniel Colascione <dancol@dancol.org>
64 * automated/generator-tests.el (cps-testcase): Use
65 `cps-inhibit-atomic-optimization' instead of
66 `cps-disable-atomic-optimization'.
67 (cps-test-declarations-preserved): New test.
69 * automated/finalizer-tests.el (finalizer-basic)
70 (finalizer-circular-reference, finalizer-cross-reference)
71 (finalizer-error): Rename `gc-precise-p' to `gc-precise'.
73 * automated/generator-tests.el (cps-test-iter-close-finalizer):
74 Rename `gc-precise-p' to `gc-precise'.
76 2015-03-03 Glenn Morris <rgm@gnu.org>
78 * automated/generator-tests.el (cps-while-incf)
79 (cps-test-iter-cleanup-once-only): Replace undefined incf with cl-incf.
80 (cps-test-iter-do): Use should not undefined assert.
82 2015-03-03 Daniel Colascione <dancol@dancol.org>
84 * automated/finalizer-tests.el (finalizer-object-type): Test that
85 `type-of' works correctly for finalizers.
87 2015-03-02 Daniel Colascione <dancol@dancol.org>
89 * automated/generator-tests.el: New tests
91 * automated/finalizer-tests.el (finalizer-basic)
92 (finalizer-circular-reference, finalizer-cross-reference)
93 (finalizer-error): New tests.
95 2015-03-01 Michael Albinus <michael.albinus@gmx.de>
97 * automated/vc-tests.el (vc-test--create-repo): Add check for
98 `vc-responsible-backend'.
99 (vc-test--register): Do not print a message when unsupported.
100 (vc-test--state, vc-test--working-revision): Rework. Raise no
101 error in case of inconsistent result, but document everything.
102 (vc-test--checkout-model): New defun.
103 (vc-test-*-checkout-model): New tests.
105 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
107 * automated/python-tests.el
108 (python-indent-dedent-line-backspace-2)
109 (python-indent-dedent-line-backspace-3): New tests.
111 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
113 * automated/python-tests.el (python-indent-pep8-1)
114 (python-indent-pep8-2, python-indent-pep8-3)
115 (python-indent-after-comment-2): Fix tests.
116 (python-indent-after-comment-3): New test.
118 2015-02-24 Glenn Morris <rgm@gnu.org>
120 * automated/f90.el (f90-test-bug-19809): New test.
122 2015-02-22 Michael Albinus <michael.albinus@gmx.de>
124 * automated/tramp-tests.el (tramp-test17-insert-directory):
125 Suppress localized settings in order to have a proper check for
128 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
130 * automated/eieio-test-methodinvoke.el (make-instance): Add methods
131 here rather than on eieio-constructor.
133 2015-02-13 Magnus Henoch <magnus.henoch@gmail.com>
135 * automated/sasl-scram-rfc-tests.el: New file.
137 2015-02-11 Nicolas Petton <nicolas@petton.fr>
139 * automated/seq-tests.el (test-seq-reverse, test-seq-group-by):
140 Add a test for seq-reverse and update test for seq-group-by to
141 test vectors and strings, not only lists.
143 2015-02-10 Glenn Morris <rgm@gnu.org>
145 * automated/package-test.el (package-test-signed):
146 More informative failure messages.
148 2015-02-09 Nicolas Petton <nicolas@petton.fr>
150 * automated/seq-tests.el (test-seq-group-by): Update test for
151 seq-group-by to check that sequence elements are returned in the
154 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
156 * automated/python-tests.el (python-eldoc--get-symbol-at-point-1)
157 (python-eldoc--get-symbol-at-point-2)
158 (python-eldoc--get-symbol-at-point-3)
159 (python-eldoc--get-symbol-at-point-4): New tests.
161 * automated/python-tests.el (python-tests-visible-string):
163 (python-parens-electric-indent-1)
164 (python-triple-quote-pairing): Fix indentation, move require calls.
165 (python-hideshow-hide-levels-1)
166 (python-hideshow-hide-levels-2): New tests.
168 2015-02-07 Dmitry Gutov <dgutov@yandex.ru>
170 * automated/vc-tests.el (vc-test--working-revision): Fix
171 `vc-working-revision' checks to be compared against nil, which is
172 what is should return for unregistered files.
174 2015-02-06 Nicolas Petton <nicolas@petton.fr>
176 * automated/seq-tests.el: New tests for seq-mapcat, seq-partition
179 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com>
181 * automated/package-test.el (package-test-get-deps): Fix typo.
182 (package-test-sort-by-dependence): New test
184 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
186 * automated/package-test.el (package-test-get-deps): New test.
188 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
190 * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
192 2015-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
194 * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
196 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
198 * automated/python-tests.el (python-indent-pep8-1)
199 (python-indent-pep8-2, python-indent-pep8-3)
200 (python-indent-after-comment-1, python-indent-after-comment-2)
201 (python-indent-inside-paren-1, python-indent-inside-paren-2)
202 (python-indent-after-block-1, python-indent-after-block-2)
203 (python-indent-after-backslash-1, python-indent-after-backslash-2)
204 (python-indent-after-backslash-3, python-indent-block-enders-1)
205 (python-indent-block-enders-2, python-indent-block-enders-3)
206 (python-indent-block-enders-4, python-indent-block-enders-5)
207 (python-indent-dedenters-1, python-indent-dedenters-2)
208 (python-indent-dedenters-3, python-indent-dedenters-4)
209 (python-indent-dedenters-5, python-indent-dedenters-6)
210 (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
211 (python-indent-base-case, python-indent-after-block-3)
212 (python-indent-after-backslash-5, python-indent-inside-paren-3)
213 (python-indent-inside-paren-4, python-indent-inside-paren-5)
214 (python-indent-inside-paren-6, python-indent-inside-string-1)
215 (python-indent-inside-string-2, python-indent-inside-string-3)
216 (python-indent-dedent-line-backspace-1): New Tests.
218 2015-01-28 Glenn Morris <rgm@gnu.org>
220 * automated/regexp-tests.el: Require regexp-opt, which is
221 not preloaded --without-x.
223 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
225 * automated/cl-generic-tests.el: Try and make sure cl-lib is not
226 required at run-time.
228 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
230 * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
233 2015-01-25 Paul Eggert <eggert@cs.ucla.edu>
235 * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
236 This is more portable in shell scripts.
239 2015-01-23 Dmitry Gutov <dgutov@yandex.ru>
241 Fix package tests when TMPDIR is in HOME. (Bug#19657)
242 * automated/package-test.el (with-package-test):
243 Bind `abbreviated-home-dir' to nil.
244 (package-test-describe-package, package-test-signed):
245 Expect abbreviated directory names.
247 2015-01-22 Jorgen Schaefer <contact@jorgenschaefer.de>
249 * automated/package-test.el (package-test-install-prioritized):
250 Re-add the test case and add priority to the correct repository
253 2015-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
255 * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
256 the setf can be used already in the body of the method.
258 2015-01-20 Jorgen Schaefer <contact@jorgenschaefer.de>
260 * automated/package-test.el (package-test-install-prioritized):
261 Remove test due to unreproducible failures.
263 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
265 * automated/descr-text-test.el: New file with tests for
266 `describe-char-eldoc--truncate', `describe-char-eldoc--format',
267 and `describe-char-eldoc'.
269 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
271 * automated/tildify-tests.el (tildify-space-undo-test--test):
272 A new helper function for testing `tildify-double-space-undos'
273 behaviour in the `tildify-space' function.
274 (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
275 (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
276 New tests for `tildify-doule-space-undos' behaviour.
278 * automated/tildify-tests.el (tildify-space-test--test):
279 A new helper function for testing `tildify-space' function.
280 (tildify-space-test-html, tildify-space-test-html-nbsp)
281 (tildify-space-test-xml, tildify-space-test-tex): New tests for
282 `tildify-space' function.
284 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
286 * automated/Makefile.in (EMACS_EXTRAOPT): New var.
289 * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
290 Rename other tests to preserve ordering.
292 2015-01-18 Leo Liu <sdl.web@gmail.com>
294 * automated/seq-tests.el (test-seq-subseq): Add more tests.
297 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
299 * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
300 Test `subclass' specializer.
302 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
304 * automated/eieio-tests.el
305 (eieio-test-37-obsolete-name-in-constructor): New test.
307 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
309 * automated/eieio-tests.el (eieio-test-25-slot-tests)
310 (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
311 (eieio-test-30-slot-attribute-override)
312 (eieio-test-31-slot-attribute-override-class-allocation): Don't check
313 that we enforce :protection since we don't any more.
315 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
316 Use an explicit arg instead of eieio--scoped-class. Update all callers.
318 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
320 * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
323 * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
324 Rename from cl-generic-test-7-after/before.
325 (cl--generic-test-advice): New function.
326 (cl-generic-test-9-advice): New test.
328 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
330 * automated/package-test.el (package-test-install-prioritized):
333 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
335 * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
337 (test-calc-remove-units, test-calc-extract-units)
338 (test-calc-convert-units): New tests.
340 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
342 * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
344 2015-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
346 * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
347 keysym arg instead of relying on internal var eieio--generic-call-key.
349 (eieio-test-cl-generic-1): New tests.
351 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
353 * automated/cl-generic-tests.el: New file.
355 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
357 * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
360 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
361 Update reference to eieio--generic-call-key.
363 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
365 * automated/eieio-tests.el: Use cl-lib. Don't use <class> as a variable.
366 Don't use <class>-list types and <class>-list-p predicates.
368 * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
369 Don't use <class>-list type.
371 * automated/eieio-test-methodinvoke.el
372 (eieio-test-method-order-list-4):
373 Don't use <class> as a variable.
375 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
377 * automated/eieio-tests.el (eieio-test-04-static-method)
378 (eieio-test-05-static-method-2): Use oref-default to access
380 (eieio-test-23-inheritance-check): Don't assume that
381 eieio-class-parents returns class names, or that a class can only have
384 * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
385 Move from eieio-core.el. Rename from eieio-attribute-to-initarg.
386 Change arg to be a class object. Update all callers.
388 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
390 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
391 Adjust to new semantics of eieio--scoped-class.
392 (eieio-test-match): Improve error feedback.
394 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
396 * automated/eieio-tests.el: Remove dummy object names.
398 * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
399 The type FOO-child is the same as FOO.
401 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
403 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
404 Remove use of eieio-generic-call-methodname.
405 (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
406 (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
407 Adjust the expected result accordingly.
409 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
411 * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
413 (tramp-test30-special-characters): Use it. (Bug#19463)
414 (tramp--test-check-files): Filter nil file names out.
416 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
418 Sync with Tramp 2.2.11.
420 * automated/tramp-tests.el (tramp-test30-special-characters):
421 Skip test on MS-Windows.
423 2014-12-27 Glenn Morris <rgm@gnu.org>
425 * automated/let-alist.el: Load dependency.
427 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
429 * automated/python-tests.el
430 (python-shell-completion-native-interpreter-disabled-p-1): New test.
432 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
434 * automated/python-tests.el (python-shell-get-or-create-process-1)
435 (python-shell-get-or-create-process-2)
436 (python-shell-get-or-create-process-3): Remove tests.
438 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
440 * automated/python-tests.el (python-shell-buffer-substring-9): New test.
442 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
444 * automated/python-tests.el (python-shell-buffer-substring-1)
445 (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
446 (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
447 (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
448 (python-shell-buffer-substring-8)
449 (python-info-encoding-from-cookie-1)
450 (python-info-encoding-from-cookie-2)
451 (python-info-encoding-from-cookie-3)
452 (python-info-encoding-from-cookie-4)
453 (python-info-encoding-from-cookie-5)
454 (python-info-encoding-from-cookie-6)
455 (python-info-encoding-from-cookie-7, python-info-encoding-1)
456 (python-info-encoding-2): New tests.
458 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
460 * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
461 expect a given order of "." and "..".
463 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
465 * automated/python-tests.el (python-indent-electric-colon-2)
466 (python-indent-electric-colon-3): New tests.
468 2014-12-27 João Távora <joaotavora@gmail.com>
470 * automated/electric-tests.el (autowrapping-7): Tests for
473 2014-12-27 Glenn Morris <rgm@gnu.org>
475 * automated/flymake/warnpred/test.pl: Tweak format, since the
476 previous one seems to have stopped giving a warning with perl 5.20.1.
478 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
480 * automated/python-tests.el (python-shell-get-process-name-1)
481 (python-shell-internal-get-process-name-1): Cleanup.
482 (python-shell-get-process-name-2)
483 (python-shell-internal-get-process-name-2): New tests.
484 (python-shell-calculate-command-1)
485 (python-shell-calculate-process-environment-3)
486 (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
487 (python-shell-make-comint-2, python-shell-make-comint-4)
488 (python-shell-get-process-1, python-util-clone-local-variables-1):
489 Replace obsolete function and variable references with current.
491 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
493 * automated/let-alist.el: require `cl-lib'
494 New tests for accessing alists inside alists.
496 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
498 * automated/let-alist.el: New file.
500 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
502 * automated/seq-tests.el: New file.
504 2014-12-16 Glenn Morris <rgm@gnu.org>
506 * automated/data/flymake/Makefile (check-syntax):
507 Prevent colorized gcc output from confusing flymake.
509 * automated/flymake-tests.el (flymake-tests-data-directory):
510 Change from flymake/warnpred to more standard data/flymake.
511 * automated/flymake/warnpred/: Rename to automated/data/flymake/.
513 2014-12-11 Michael Albinus <michael.albinus@gmx.de>
515 * automated/vc-tests.el (vc-test--revision-granularity-function):
517 (vc-test--create-repo-function): Rename from
518 `vc-test--create-repo-if-not-supported'. Adapt all callees.
519 (vc-test--create-repo): Check also for revision-granularity.
520 (vc-test--unregister-function): Additional argument FILE.
522 (vc-test--working-revision): New defun.
523 (vc-test-*-working-revision): New tests.
525 2014-12-10 Michael Albinus <michael.albinus@gmx.de>
527 * automated/vc-tests.el (vc-test--register): Check, that the file
528 still exists after register and unregister operations.
530 2014-12-06 Michael Albinus <michael.albinus@gmx.de>
532 * automated/vc-tests.el: New file.
534 2014-12-03 Michael Albinus <michael.albinus@gmx.de>
536 * automated/tramp-tests.el (tramp-test29-vc-registered):
537 Fallback for changed `vc-register' argument list.
539 2014-12-03 Glenn Morris <rgm@gnu.org>
541 * automated/tramp-tests.el (tramp-test29-vc-registered):
542 Update for recent incompatible change in vc-register.
544 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
546 * automated/python-tests.el
547 (python-shell-calculate-process-environment-4)
548 (python-shell-calculate-process-environment-5): New tests.
549 (python-shell-make-comint-3): Use file-equal-p.
550 (python-shell-get-or-create-process-1)
551 (python-shell-get-or-create-process-2)
552 (python-shell-get-or-create-process-3): Fix interpreter for
555 2014-11-21 Ulf Jasper <ulf.jasper@web.de>
557 * automated/libxml-tests.el
558 (libxml-tests--data-comments-preserved): Rename from
559 'libxml-tests--data'.
560 (libxml-tests--data-comments-discarded): New.
561 (libxml-tests): Check whether 'libxml-parse-xml-region' is
562 discarding comments correctly.
564 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
566 * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
567 HTML and XML now use no-break space as hard space. Update tests.
568 (tildify-test-foreach-ignore-environments)
569 (tildify-test-foreach-ignore-environments-early-return,
570 (tildify-test-foreach-region)
571 (tildify-test-foreach-region-early-return)
572 (tildify-test-foreach-region-limit-region): New tests of
573 `tildify-foreach-ignore-environments' and
574 `tildify--foreach-region' functions.
575 (with-test-foreach): New helper macro for the above tests.
577 2014-11-17 Glenn Morris <rgm@gnu.org>
579 * automated/occur-tests.el (occur-test-case, occur-test-create):
580 In case of failure, show the actual string, rather than just nil.
581 (occur-tests): Update for apparent change in output re control-chars.
583 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
585 * automated/icalendar-tests.el (icalendar-tests--test-export):
586 New optional parameter `alarms'.
587 (icalendar-export-alarms): New test for exporting icalendar
589 (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
591 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
593 * automated/icalendar-tests.el (icalendar-tests--test-import):
594 Mention timezone in doc string. Clean up.
595 (icalendar-real-world): Add another test case for no-dst
598 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
600 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
601 Add testcase where offsets of standard time and daylight saving time
603 (icalendar-real-world): Fix error in test case. Expected result
604 was wrong when offsets of standard time and daylight saving time
607 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
609 * automated/python-tests.el
610 (python-shell-calculate-process-environment-2): Fix test.
611 (python-shell-calculate-process-environment-1)
612 (python-shell-calculate-process-environment-3): Cleanup.
614 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
616 * automated/python-tests.el (python-indent-dedenters-8): New test
619 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
621 * automated/python-tests.el (python-indent-region-1)
622 (python-indent-region-2, python-indent-region-3)
623 (python-indent-region-4, python-indent-region-5): New tests.
625 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
627 * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
628 * automated/cl-lib-tests.el: Rename from cl-lib.el.
630 2014-10-28 Ulf Jasper <ulf.jasper@web.de>
632 * automated/libxml-tests.el: New file.
634 2014-10-22 Noam Postavsky <npostavs@users.sourceforget.net>
636 * automated/process-tests.el (process-test-quoted-batfile):
639 2014-10-20 Glenn Morris <rgm@gnu.org>
641 * Merge in all changes up to 24.4 release.
643 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
645 * indent/scss-mode.scss: New file.
646 * indent/css-mode.css: Add a few uneventful examples.
648 2014-10-15 Eli Zaretskii <eliz@gnu.org>
650 * BidiCharacterTest.txt: New file, from Unicode.
652 * biditest.el: New file.
654 2014-10-08 Leo Liu <sdl.web@gmail.com>
656 * automated/print-tests.el: New file.
657 (terpri): Tests for terpri. (Bug#18652)
659 2014-10-06 Glenn Morris <rgm@gnu.org>
661 * automated/icalendar-tests.el (icalendar--calendar-style):
662 Remove test, no longer relevant.
664 2014-10-04 Glenn Morris <rgm@gnu.org>
666 * automated/package-x-test.el: Remove file...
667 * automated/package-test.el: ... merge package-x-test.el. (Bug#18574)
669 2014-10-02 Glenn Morris <rgm@gnu.org>
671 * automated/package-test.el (with-package-test, package-test-signed):
672 Also set HOME to a temp value, in case the real one is absent (e.g.
673 hydra) or read-only. (Bug#18575)
674 (package-test-signed): Use skip-unless rather than expected-result.
676 2014-09-26 Leo Liu <sdl.web@gmail.com>
678 * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
679 New tests. (Bug#18557)
681 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
683 * automated/newsticker-tests.el
684 (newsticker--group-find-parent-group),
685 (newsticker--group-do-rename-group): New tests.
687 2014-09-09 Eli Zaretskii <eliz@gnu.org>
689 * automated/fns-tests.el (fns-tests-collate-sort):
690 Bind w32-collate-ignore-punctuation to t when sorting according to
693 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
695 * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
696 (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
698 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
700 * automated/fns-tests.el (fns-tests-compare-strings): In case
701 `compare-strings' shall return t, check for this.
702 (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
704 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
706 * automated/python-tests.el (python-indent-electric-colon-1):
707 New test. (Bug#18228)
709 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
711 * automated/fns-tests.el (fns-tests-sort): New test.
713 2014-08-28 Glenn Morris <rgm@gnu.org>
715 * automated/python-tests.el (python-shell-calculate-exec-path-2):
716 Update test for today's python.el changes.
718 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
720 * automated/compile-tests.el (compile--test-error-line): Grok FILE
721 being nil. Allows for Guile tests to pass.
722 (compile-tests--test-regexps-data): Add Guile tests.
724 2014-08-11 Glenn Morris <rgm@gnu.org>
726 * automated/data/files-bug18141.el.gz: New file.
727 * automated/files.el (files-test-bug-18141-file):
728 New variable and test. (Bug#18141)
730 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
732 Enumerate evaluated sexp diary entries (Bug#7911).
733 * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
734 (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
735 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
736 (icalendar--convert-ordinary-to-ical): Returns cons cell now.
737 (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
740 2014-08-07 Glenn Morris <rgm@gnu.org>
742 * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
744 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
746 * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
747 (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
749 2014-08-03 Glenn Morris <rgm@gnu.org>
751 * automated/Makefile.in (check-tar): New rule.
753 2014-08-02 Glenn Morris <rgm@gnu.org>
755 * automated/fns-tests.el (fns-tests-compare-strings):
756 Update test. (Bug#17903)
758 * automated/icalendar-tests.el (icalendar--decode-isodatetime):
759 Use more precise TZ specification, as per 2013-08-04.
761 2014-07-30 Ulf Jasper <ulf.jasper@web.de>
763 * automated/icalendar-tests.el (icalendar--decode-isodatetime):
766 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
768 * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
770 2014-07-26 Ulf Jasper <ulf.jasper@web.de>
772 * automated/icalendar-tests.el (icalendar-tests--do-test-import):
773 Work around the failures in icalendar-tests which occasionally occur on
776 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
778 * automated/python-tests.el:
779 (python-util-clone-local-variables-1): Fix test.
781 * automated/python-tests.el (python-shell-make-comint-1):
782 (python-shell-make-comint-2): Fix indentation.
783 (python-shell-make-comint-3)
784 (python-shell-make-comint-4): New tests.
785 (python-shell-get-or-create-process-1): Fix test.
786 (python-shell-get-or-create-process-2)
787 (python-shell-get-or-create-process-3): New tests.
788 (python-shell-internal-get-or-create-process-1): Fix test.
789 (python-shell-prompt-detect-1): New test.
790 (python-shell-prompt-detect-2): New test. (Bug#17370)
791 (python-shell-prompt-detect-3)
792 (python-shell-prompt-detect-4)
793 (python-shell-prompt-detect-5)
794 (python-shell-prompt-detect-6)
795 (python-shell-prompt-validate-regexps-1)
796 (python-shell-prompt-validate-regexps-2)
797 (python-shell-prompt-validate-regexps-3)
798 (python-shell-prompt-validate-regexps-4)
799 (python-shell-prompt-validate-regexps-5)
800 (python-shell-prompt-validate-regexps-6)
801 (python-shell-prompt-validate-regexps-7)
802 (python-shell-prompt-set-calculated-regexps-1)
803 (python-shell-prompt-set-calculated-regexps-2)
804 (python-shell-prompt-set-calculated-regexps-3)
805 (python-shell-prompt-set-calculated-regexps-4)
806 (python-shell-prompt-set-calculated-regexps-5)
807 (python-shell-prompt-set-calculated-regexps-6)
808 (python-util-valid-regexp-p-1): New tests.
810 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
812 * automated/advice-tests.el (advice-test-call-interactively): Make sure
813 the function's definition is fully restored at the end.
815 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
817 * automated/python-tests.el (python-indent-block-enders-1)
818 (python-indent-block-enders-2): Fix tests.
819 (python-indent-block-enders-3, python-indent-block-enders-4)
820 (python-indent-block-enders-5, python-indent-dedenters-1)
821 (python-indent-dedenters-2): Remove tests.
822 (python-indent-dedenters-1, python-indent-dedenters-2)
823 (python-indent-dedenters-3, python-indent-dedenters-4)
824 (python-indent-dedenters-5, python-indent-dedenters-6)
825 (python-indent-dedenters-7)
826 (python-info-dedenter-opening-block-position-1)
827 (python-info-dedenter-opening-block-position-2)
828 (python-info-dedenter-opening-block-position-3)
829 (python-info-dedenter-opening-block-positions-1)
830 (python-info-dedenter-opening-block-positions-2)
831 (python-info-dedenter-opening-block-positions-3)
832 (python-info-dedenter-opening-block-positions-4)
833 (python-info-dedenter-opening-block-positions-5)
834 (python-info-dedenter-opening-block-message-1)
835 (python-info-dedenter-opening-block-message-2)
836 (python-info-dedenter-opening-block-message-3)
837 (python-info-dedenter-opening-block-message-4)
838 (python-info-dedenter-opening-block-message-5)
839 (python-info-dedenter-statement-p-1)
840 (python-info-dedenter-statement-p-2)
841 (python-info-dedenter-statement-p-3)
842 (python-info-dedenter-statement-p-4)
843 (python-info-dedenter-statement-p-5): New tests.
845 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
847 * indent/perl.perl: Add indentation pattern for hash-table entries.
849 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
851 * automated/dbus-tests.el (dbus-test02-register-service-session)
852 (dbus-test02-register-service-system): Fix docstring.
853 (dbus-test02-register-service-own-bus)
854 (dbus-test03-peer-interface): New tests.
856 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
858 * automated/python-tests.el (python-tests-self-insert): New function.
859 (python-triple-quote-pairing): Use it.
860 (python-parens-electric-indent-1): New test. (Bug#17658)
862 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
864 * automated/subr-x-tests.el: New file.
866 2014-06-29 Michael Albinus <michael.albinus@gmx.de>
868 * automated/tramp-tests.el (tramp--instrument-test-case):
869 Print debug buffer in any case.
871 2014-06-28 Leo Liu <sdl.web@gmail.com>
873 * automated/calc-tests.el: New file and add tests for math-bignum.
876 2014-06-28 Michael Albinus <michael.albinus@gmx.de>
878 * automated/dbus-tests.el (dbus--test-register-service)
879 (dbus-test02-register-service-session): Replace `dbus-ping' calls
880 by `dbus-list-known-names'. (Bug#17858)
882 2014-06-28 Glenn Morris <rgm@gnu.org>
884 * automated/Makefile.in (GDB): New variable.
885 (emacs): Use $GDB. (Bug#15991)
887 * automated/Makefile.in (WRITE_LOG): New variable.
888 (%.log): Use WRITE_LOG.
889 (test_template): Disable logging.
891 * automated/Makefile.in (TESTS): New list of short PHONY aliases.
892 (test_template): New definition. Apply to TESTS.
894 2014-06-27 Glenn Morris <rgm@gnu.org>
896 * automated/Makefile.in (check-maybe): Rename from check.
897 (check): Re-run all the tests, every time.
898 (clean, mostlyclean): Also delete *.log~.
900 2014-06-26 Glenn Morris <rgm@gnu.org>
902 * automated/package-x-test.el: Do not mess with load-path.
904 * automated/Makefile.in (%.log): If error, dump log to stdout.
906 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
908 * automated/package-test.el (package-test-update-listing)
909 (package-test-update-archives, package-test-describe-package):
910 Adjust tests according to new package-list-unsigned.
912 2014-06-26 Glenn Morris <rgm@gnu.org>
914 * automated/ert-tests.el (no-byte-compile): Set it. (Bug#17851)
916 * automated/eieio-tests.el (no-byte-compile): Set it. (Bug#17852)
918 * automated/Makefile.in: Simplify and parallelize. (Bug#15991)
919 (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
920 (setwins, compile-targets, compile-main, compile-clean): Remove.
921 (GREP_OPTIONS): Unexport.
922 (.el.elc): Replace with pattern rule.
923 (%.elc, %.log): New pattern rules.
924 (ELFILES, LOGFILES): New variables.
925 (check): Depend on LOGFILES. Call ert-summarize-tests-batch-and-exit.
926 (clean, mostlyclean): New rules.
927 (bootstrap-clean): Simplify.
928 (bootstrap-clean, distclean): Depend on clean.
930 2014-06-25 Glenn Morris <rgm@gnu.org>
932 * automated/flymake-tests.el (flymake-tests--current-face):
933 Sleep for longer. Avoid querying.
935 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
937 * automated/fns-tests.el (fns-tests-compare-string): New test.
939 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
941 * automated/tramp-tests.el (tramp-test26-process-file): Extend test
942 according to Bug#17815.
944 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
946 * automated/python-tests.el (python-util-strip-string-1): New test.
948 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
950 Sync with Tramp 2.2.10.
952 * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
953 (tramp--instrument-test-case): Extend docstring.
954 (tramp-test15-copy-directory): Skip for tramp-smb.el.
955 (tramp-test21-file-links): Use `file-truename' for directories.
956 (tramp-test27-start-file-process, tramp-test28-shell-command):
957 Retrieve process output more robustly.
958 (tramp--test-check-files): Extend test.
959 (tramp-test30-special-characters): Skip for tramp-adb.el,
960 tramp-gvfs.el and tramp-smb.el. Add further file names.
962 2014-06-13 Glenn Morris <rgm@gnu.org>
964 * automated/Makefile.in (compile-main):
965 GNU make automatically passes command-line arguments to sub-makes.
967 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
969 * automated/tildify-tests.el (tildify-test--test): Optimize the test
970 slightly by reusing the same temporary buffer across multiple test
973 * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
974 (tildify-test-find-env-group-index-bug): Update to support new
975 signature of the `tildify-foreach-region-outside-env' function.
976 Namely, it now takes pairs as an argument instead of looking it up in
977 `tildify-ignored-environments-alist'.
979 * automated/tildify-tests.el (tildify-test--example-html): Add support
980 for generating XML code, so that…
981 (tildify-test-xml) …test can be added to check handling of XML
984 * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
985 New test checking end-regex building when multiple environment pairs
986 use integers to refer to capture groups.
988 * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
989 test checking end-regex building in `tildify-find-env' function when
990 integers (denoting capture groups) and strings are mixed together.
992 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
994 * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
995 (tramp-test29-vc-registered): Set $BZR_HOME. Remove instrumentation.
997 2014-06-01 Michael Albinus <michael.albinus@gmx.de>
999 * automated/tramp-tests.el (tramp-test29-vc-registered):
1000 Instrument failed test case.
1002 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1004 * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
1005 (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
1007 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
1009 * automated/tildify-tests.el: New file.
1011 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1013 * indent/ruby.rb: Add one more test.
1015 * indent/ps-mode.ps: New file.
1017 * indent/octave.m: Add a few more tests.
1019 * automated/core-elisp-tests.el
1020 (core-elisp-test-window-configurations): New test.
1022 2014-05-26 Glenn Morris <rgm@gnu.org>
1024 * automated/package-test.el (package-test-install-single):
1025 Update for changed output.
1027 2014-05-22 Glenn Morris <rgm@gnu.org>
1029 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1030 Fix handling of temporary elc files.
1032 * automated/fns-tests.el (fns-tests-nreverse):
1033 Update for changed string behavior.
1035 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
1037 * automated/fns-tests.el: New file.
1038 * automated/fns-tests.el (fns-tests-nreverse)
1039 (fns-tests-nreverse-bool-vector): New tests.
1041 2014-05-08 Glenn Morris <rgm@gnu.org>
1043 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1044 (vc-bzr-test-faulty-bzr-autoloads):
1045 Give bzr a temporary home-directory, in case the real one is missing.
1047 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
1049 * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
1052 2014-05-08 Glenn Morris <rgm@gnu.org>
1054 * automated/help-fns.el: New file.
1056 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
1058 * automated/undo-tests.el (undo-test-region-deletion): New test to
1059 demonstrate bug#17235.
1060 (undo-test-region-example): New test to verify example given in
1061 comments for undo-make-selective-list.
1063 2014-04-25 Michael Albinus <michael.albinus@gmx.de>
1065 * automated/tramp-tests.el (top):
1066 * automated/file-notify-tests.el (top): Do not disable interactive
1067 passwords in batch mode.
1068 (password-cache-expiry): Set to nil.
1070 * automated/file-notify-tests.el
1071 (file-notify-test-remote-temporary-file-directory):
1072 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1073 Use a mock-up method as default.
1074 (tramp-test00-availability): Print the used directory name.
1075 (tramp-test33-recursive-load): Fix typo.
1077 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1079 * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
1080 (tramp-test30-special-characters): Remove test for backslash.
1082 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1084 * automated/tramp-tests.el
1085 (tramp-test19-directory-files-and-attributes)
1086 (tramp-test22-file-times): Check for `file-attributes' equality
1087 only if there is a usable timestamp.
1088 (tramp--test-check-files): Do not use `copy-sequence'.
1090 2014-04-22 Daniel Colascione <dancol@dancol.org>
1092 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1094 (test-byte-comp-macro-expansion)
1095 (test-byte-comp-macro-expansion-eval-and-compile)
1096 (test-byte-comp-macro-expansion-eval-when-compile)
1097 (test-byte-comp-macro-expand-lexical-override): Use it.
1098 (test-eager-load-macro-expansion)
1099 (test-eager-load-macro-expansion-eval-and-compile)
1100 (test-eager-load-macro-expansion-eval-when-compile)
1101 (test-eager-load-macro-expand-lexical-override): New tests.
1103 * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
1104 account for removal of `cl-struct-set-slot-value'. Also, move
1105 the defstruct to top level.
1107 2014-04-21 Daniel Colascione <dancol@dancol.org>
1109 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1111 (test-byte-comp-macro-expansion)
1112 (test-byte-comp-macro-expansion-eval-and-compile)
1113 (test-byte-comp-macro-expansion-eval-when-compile)
1114 (test-byte-comp-macro-expand-lexical-override): New tests.
1116 * automated/cl-lib.el (cl-loop-destructuring-with): New test.
1117 (cl-the): Fix cl-the test.
1119 2014-04-20 Daniel Colascione <dancol@dancol.org>
1121 * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
1123 2014-04-19 Michael Albinus <michael.albinus@gmx.de>
1125 * automated/tramp-tests.el (tramp--test-check-files): Extend test.
1126 (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
1128 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1130 * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
1131 (tramp--test-make-temp-name): Optional argument LOCAL.
1132 (tramp--instrument-test-case): Show messages. Catch also `quit'.
1133 (tramp-test10-write-region): No special test for out-of-band copy
1135 (tramp-test11-copy-file, tramp-test12-rename-file)
1136 (tramp-test21-file-links): Extend tests.
1137 (tramp-test20-file-modes): More robust check for user "root".
1138 (tramp--test-check-files): New defun.
1139 (tramp-test30-special-characters, tramp-test33-recursive-load)
1140 (tramp-test34-unload): New tests.
1141 (tramp-test31-utf8, tramp-test32-asynchronous-requests): Rename.
1143 2014-04-11 Glenn Morris <rgm@gnu.org>
1145 * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
1147 2014-04-11 Paul Eggert <eggert@cs.ucla.edu>
1149 * automated/electric-tests.el: Fix spelling error in test name.
1150 (whitespace-skipping-for-quotes-not-outside):
1151 Rename from whitespace-skipping-for-quotes-not-ouside.
1153 2014-04-09 Daniel Colascione <dancol@dancol.org>
1155 * automated/syntax-tests.el: New file.
1157 2014-04-09 Glenn Morris <rgm@gnu.org>
1159 * automated/python-tests.el (python-triple-quote-pairing):
1160 Enable/disable electric-pair-mode as needed.
1162 * automated/electric-tests.el (electric-pair-backspace-1):
1163 Replace deleted function.
1165 2014-04-07 João Távora <joaotavora@gmail.com>
1167 * automated/python-tests.el (python-triple-quote-pairing): New test.
1168 (python-syntax-after-python-backspace): New test.
1170 * automated/electric-tests.el (electric-pair-define-test-form):
1171 More readable test docstrings.
1172 (whitespace-skipping-for-quotes-not-ouside)
1173 (whitespace-skipping-for-quotes-only-inside)
1174 (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
1176 2014-04-04 João Távora <joaotavora@gmail.com>
1178 * automated/electric-tests.el (define-electric-pair-test):
1180 (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1181 (inhibit-in-mismatched-string-inside-c-comments): New test.
1183 2014-04-02 João Távora <joaotavora@gmail.com>
1185 * automated/electric-tests.el (inhibit-if-strings-mismatched):
1186 New test, change from `inhibit-only-of-next-is-mismatched'.
1188 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1190 * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1191 (undo-test-region-t-marker): New tests of marker adjustments.
1192 (undo-test-marker-adjustment-moved):
1193 (undo-test-region-mark-adjustment): New tests to demonstrate
1194 bug#16818, which fail without the fix.
1196 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
1198 * automated/package-test.el (package-test-describe-package):
1199 Fix test failure in non-graphical mode.
1201 2014-03-23 Daniel Colascione <dancol@dancol.org>
1203 * automated/subword-tests.el (subword-tests2): More subword tests.
1205 * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1206 New test: correct parsing of keyword arguments.
1208 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1210 * automated/package-test.el (package-test-describe-package):
1211 Check for the "Keywords: " line.
1213 * automated/data/package/archive-contents: Include the :keywords
1214 field in `simple-single' data form.
1216 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1218 * automated/package-test.el
1219 (package-test-install-two-dependencies): New test (bug#16826).
1221 * automated/data/package/simple-two-depend-1.1.el: New file.
1223 * automated/data/package/archive-contents:
1224 Add info about the new package.
1226 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1228 * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1229 (tramp-test10-write-region): Extend for out-of-band copy.
1230 (tramp-test31-asynchronous-requests): New test.
1232 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1234 * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1235 Add new test of undo in region.
1236 (undo-test-in-region-eob): Add test case described at
1237 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1239 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1241 * automated/tramp-tests.el (tramp--test-enabled)
1242 (tramp-test15-copy-directory): No special handling of tramp-adb.el
1243 anymore. It's fixed in that package.
1245 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1247 * automated/tramp-tests.el (tramp--test-enabled): Move connection
1248 cleanup into this function. Remove respective code from all test
1250 (tramp--instrument-test-case): Declare `indent' and `debug'.
1251 Handle other errors as well.
1252 (tramp-test14-delete-directory): Check for `file-error' error.
1253 (tramp-test15-copy-directory): Ignore return value of
1254 `copy-directory'. It's too much hassle to handle it for tramp-adb.el.
1255 (tramp-test19-directory-files-and-attributes): Take care of
1257 (tramp-test20-file-modes, tramp-test27-start-file-process)
1258 (tramp-test28-shell-command): Skip for tramp-adb.el.
1259 (tramp-test21-file-links): `file-truename' shall preserve trailing
1260 link of directories.
1261 (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1262 (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1263 `kill-buffer-query-functions' to nil.
1264 (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1266 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1268 * automated/tramp-tests.el
1269 (tramp-test19-directory-files-and-attributes): Do not include
1270 directories in comparison; they might have changed their
1273 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1275 * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1276 (tramp-test17-insert-directory): First line could contain more
1277 text, when produced by `ls-lisp'.
1278 (tramp-test19-directory-files-and-attributes): Instrument failed
1281 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1283 * automated/tramp-tests.el (tramp-test17-insert-directory):
1284 Make first line "total 123" optional.
1285 (tramp-test20-file-modes, tramp-test22-file-times)
1286 (tramp-test26-process-file, tramp-test27-start-file-process)
1287 (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1289 (tramp-test20-file-modes): Check for "root" only when there is an
1291 (tramp-test21-file-links): Handle "... not supported" error.
1292 (tramp-test22-file-times): Skip for "don't know" return values.
1293 (tramp-test26-process-file, tramp-test28-shell-command):
1294 Remove color escape sequences.
1295 (tramp-test28-shell-command): Use `accept-process-output' rather
1297 (tramp-test30-utf8): Set coding system `utf-8'.
1299 2014-02-17 Michael Albinus <michael.albinus@gmx.de>
1301 * automated/tramp-tests.el (tramp-test28-shell-command):
1302 Perform an initial `sit-for' prior the while loop.
1304 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1306 Sync with Tramp 2.2.9.
1308 * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1309 (tramp-test28-shell-command): Make a while loop when waiting for
1312 2014-02-11 Michael Albinus <michael.albinus@gmx.de>
1314 * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1315 and `vc-hg'. Declare `tramp-find-executable' and
1316 `tramp-get-remote-path'.
1317 (tramp-test29-vc-registered): New test.
1318 (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1320 2014-02-07 Michael Albinus <michael.albinus@gmx.de>
1322 * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1323 (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1324 (tramp-test28-shell-command): Improve `shell-command' test.
1325 Add `async-shell-command' tests.
1327 2014-02-04 Michael Albinus <michael.albinus@gmx.de>
1329 * automated/file-notify-tests.el (file-notify--wait-for-events):
1330 Use `read-event' instead of `sit-for'.
1331 (file-notify-test02-events): Remove expected result, the bug is
1333 (file-notify-test02-events, file-notify-test03-autorevert):
1334 Use `sleep-for' instead of `sit-for'.
1336 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1338 * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1341 2014-01-27 Michael Albinus <michael.albinus@gmx.de>
1343 * automated/file-notify-tests.el (file-notify--deftest-remote):
1344 Do not skip when the local test has failed. They are unrelated.
1345 (file-notify--wait-for-events): Use `sit-for'. Let-bind
1346 `noninteractive' to nil, otherwise `sit-for' could be degraded to
1348 (file-notify-test02-events): Check for `file-remote-p' instead of
1349 `file-notify--test-remote-enabled'.
1351 2014-01-26 Michael Albinus <michael.albinus@gmx.de>
1353 * automated/file-notify-tests.el (file-notify-test02-events):
1354 Let test case fail for Bug#16519.
1356 2014-01-22 Michael Albinus <michael.albinus@gmx.de>
1358 * automated/file-notify-tests.el (file-notify-test02-events):
1359 Hide Bug#16519, until it is solved.
1361 2014-01-21 Michael Albinus <michael.albinus@gmx.de>
1363 * automated/file-notify-tests.el
1364 (file-notify--test-local-enabled): Fix error in logic.
1365 (file-notify--wait-for-events): New defmacro.
1366 (file-notify-test02-events): Make short breaks between file operations.
1367 Use `file-notify--wait-for-events'. Check, that events have arrived.
1368 (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1370 * automated/comint-testsuite.el
1371 (comint-testsuite-password-strings): Add localized examples.
1373 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
1375 * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1376 case if inotify is not linked with Emacs. Use `read-event' rather
1377 than `sit-for' in order to process events. (Bug#13662)
1379 2014-01-13 Michael Albinus <michael.albinus@gmx.de>
1381 * automated/ert-tests.el (ert-test-record-backtrace):
1382 Reenable test case with adapted test string. (Bug#13064)
1384 2013-12-28 Glenn Morris <rgm@gnu.org>
1386 * automated/electric-tests.el: Require 'elec-pair.
1388 2013-12-26 João Távora <joaotavora@gmail.com>
1390 * automated/electric-tests.el (electric-pair-test-for):
1391 Fix autowrapping tests in batch-mode by running with
1392 `transient-mark-mode' set to `lambda'.
1394 * automated/electric-tests.el: New file.
1396 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
1398 * automated/python-tests.el
1399 (python-nav-lisp-forward-sexp-safe-1): Remove test.
1400 (python-nav-forward-sexp-safe-1): New test.
1402 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
1404 * automated/ruby-mode-tests.el: Add tests for
1405 `ruby-align-to-stmt-keywords'.
1407 * indent/ruby.rb: Update examples to reflect the lack of change in
1408 default indentation of `begin' blocks.
1410 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1412 * indent/ruby.rb: Update examples according to the change
1413 in `smie-indent-close'.
1415 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
1417 * indent/ruby.rb: New examples.
1419 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1421 * automated/python-tests.el (python-indent-dedenters-2): New test.
1423 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1425 * automated/python-tests.el (python-indent-after-comment-1)
1426 (python-indent-after-comment-2): New tests.
1428 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com>
1430 * automated/python-tests.el (python-indent-block-enders-1):
1431 Rename from python-indent-block-enders.
1432 (python-indent-block-enders-2): New test.
1434 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
1436 * indent/js.js: New file.
1438 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
1440 * automated/dbus-tests.el: New file.
1442 2013-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1444 * automated/regexp-tests.el: New file.
1446 2013-11-29 Eli Zaretskii <eliz@gnu.org>
1448 * automated/reftex-tests.el (reftex-parse-from-file-test):
1449 Run temp-dir through file-truename, to make sure the temporary file
1450 names are comparable as strings.
1452 * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1453 Force Unix EOLs by using 'utf-8-unix', since the default of
1454 'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1456 2013-11-28 Glenn Morris <rgm@gnu.org>
1458 * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1460 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1462 * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1463 (EMACSOPT): Use $(PATH_SEP).
1465 2013-11-28 Michael Albinus <michael.albinus@gmx.de>
1467 * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1470 2013-11-27 Michael Albinus <michael.albinus@gmx.de>
1472 * automated/file-notify-tests.el
1473 (file-notify-test-remote-temporary-file-directory):
1474 Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1475 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1476 (file-notify--deftest-remote): Cleanup connection initially.
1477 (file-notify-test03-autorevert): Run also in batch mode. Use a
1478 larger timeout for remote files. `sit-for' 1 second; 0.1 second
1479 does not work on MS Windows. Call `accept-process-output' for
1480 remote files. Apply `string-match' instead of `string-equal', the
1481 messages are different on MS Windows.
1483 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1484 Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1485 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1487 2013-11-23 Glenn Morris <rgm@gnu.org>
1489 * automated/python-tests.el (python-shell-make-comint-1)
1490 (python-shell-make-comint-2, python-shell-get-process-1):
1491 Suppress creation of some temp-files.
1493 * automated/python-tests.el (python-shell-parse-command-1)
1494 (python-shell-make-comint-1, python-shell-make-comint-2)
1495 (python-shell-get-process-1)
1496 (python-shell-internal-get-or-create-process-1):
1497 Skip rather than fail if prereqs not found.
1499 * automated/Makefile.in (emacs):
1500 Empty EMACSLOADPATH rather than unsetting.
1502 2013-11-22 Glenn Morris <rgm@gnu.org>
1504 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1505 Set expected-result.
1507 2013-11-21 Glenn Morris <rgm@gnu.org>
1509 * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1510 (compile-main): Pass XARGS_LIMIT to xargs.
1512 * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1513 (EMACSOPT): Use PATH_SEPARATOR.
1515 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
1517 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1518 Add a failing test for Bug#15874.
1519 (ruby--insert-coding-comment-ruby-style)
1520 (ruby--insert-coding-comment-emacs-style)
1521 (ruby--insert-coding-comment-custom-style):
1522 Add a few tests for `ruby--insert-coding-comment'.
1524 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
1526 Improve API of recently-added bool vector functions (Bug#15912).
1527 * automated/data-tests.el: Adjust to API changes.
1529 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
1531 * automated/tramp-tests.el (tramp-test07-file-exists-p)
1532 (tramp-test08-file-local-copy)
1533 (tramp-test09-insert-file-contents, tramp-test10-write-region)
1534 (tramp-test11-copy-file, tramp-test12-rename-file)
1535 (tramp-test13-make-directory, tramp-test14-delete-directory)
1536 (tramp-test15-copy-directory, tramp-test16-directory-files)
1537 (tramp-test17-insert-directory, tramp-test18-file-attributes)
1538 (tramp-test19-directory-files-and-attributes)
1539 (tramp-test20-file-modes, tramp-test21-file-links)
1540 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1541 (tramp-test24-file-name-completion, tramp-test25-load)
1542 (tramp-test26-process-file, tramp-test27-start-file-process)
1543 (tramp-test28-shell-command): Cleanup connection initially.
1545 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1547 * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1548 connection before running the test.
1550 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1552 * automated/tramp-tests.el (tramp-test15-copy-directory)
1553 (tramp-test16-directory-files, tramp-test17-insert-directory)
1554 (tramp-test18-file-attributes)
1555 (tramp-test19-directory-files-and-attributes)
1556 (tramp-test20-file-modes, tramp-test21-file-links)
1557 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1558 (tramp-test24-file-name-completion, tramp-test25-load)
1559 (tramp-test26-process-file, tramp-test27-start-file-process)
1560 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1561 (tramp-test29-utf8): New test.
1563 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
1565 * automated/file-notify-tests.el (file-notify-test02-events)
1566 (file-notify-test03-autorevert): Suppress messages in `write-region'.
1568 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1569 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1570 (tramp-test26-process-file, tramp-test28-shell-command):
1571 Ensure, that the directory is not empty when calling "ls".
1573 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
1575 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1576 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1577 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1578 (tramp-test09-insert-file-contents, tramp-test10-write-region)
1579 (tramp-test26-process-file): Add tests.
1580 (tramp-test11-copy-file): Remove debug message.
1581 (tramp-test20-file-modes): Special case, if user is "root".
1583 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1585 * automated/file-notify-tests.el:
1586 * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1587 `tramp-remote-path' when running on hydra.
1588 (tramp-test07-file-exists-p): Remove instrumentation code.
1589 (tramp-test26-process-file): Don't use "/bin/true" and
1590 "/bin/false", these paths do not exist on hydra.
1592 2013-11-08 Helmut Eller <eller.helmut@gmail.com>
1594 * automated/process-tests.el: New file.
1596 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1598 * indent/ruby.rb: New examples.
1600 2013-11-06 Glenn Morris <rgm@gnu.org>
1602 * automated/Makefile.in (setwins): Avoid accidental matches.
1604 2013-11-06 Michael Albinus <michael.albinus@gmx.de>
1606 * automated/tramp-tests.el (tramp-test07-file-exists-p):
1607 Fix docstring. Instrument, in order to hunt failure on hydra.
1609 2013-11-06 Glenn Morris <rgm@gnu.org>
1611 * automated/flymake-tests.el (warning-predicate-rx-gcc)
1612 (warning-predicate-function-gcc, warning-predicate-rx-perl)
1613 (warning-predicate-function-perl):
1614 * automated/info-xref.el (info-xref-test-makeinfo):
1615 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1616 (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1618 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1620 * automated/tramp-tests.el: New file.
1622 2013-11-05 Glenn Morris <rgm@gnu.org>
1624 Get rid of --chdir usage.
1625 * automated/Makefile.in (EMACSOPT): Move -L here.
1626 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1627 (setwins): Don't assume called from srcdir. Remove legacy stuff.
1628 (.el.elc): No more need to pass -L here.
1629 (compile-main): Get rid of sub-shell and cd.
1630 (compile-clean, check): Get rid of cd.
1632 Make it possible to run tests with a different working directory.
1633 * automated/flymake-tests.el (flymake-tests-data-directory): New.
1634 (flymake-tests--current-face): Use flymake-tests-data-directory.
1635 (warning-predicate-function-gcc, warning-predicate-rx-perl)
1636 (warning-predicate-function-perl): Adapt for above change.
1637 * automated/zlib-tests.el (zlib-tests-data-directory): New.
1638 (zlib--decompress): Use zlib-tests-data-directory.
1640 * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1641 Remove test that makes no sense.
1643 * automated/files.el (files-test-local-variable-data):
1644 Fix result typo presumably caused by interference from dir-locals.
1645 (file-test--do-local-variables-test): Prevent dir-locals interfering.
1647 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1649 * indent/ruby.rb: Add a statement on the line after heredoc.
1650 Move a now-successful example.
1652 * automated/ruby-mode-tests.el: Remove outdated comment.
1654 2013-11-04 Glenn Morris <rgm@gnu.org>
1656 * automated/Makefile.in (abs_srcdir): Remove.
1657 (emacs): Unset EMACSLOADPATH.
1658 (.el.elc, check): Use -L to append srcdir to load-path.
1660 2013-11-02 Glenn Morris <rgm@gnu.org>
1662 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1663 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1664 (abs_srcdir): New, set by configure.
1665 (EMACS): Use a relative file name.
1666 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1667 (lisp-compile): Remove (assume it's up-to-date).
1668 (compile-main): Do not run lisp-compile.
1669 (compile-main, compile-clean, compile-always, bootstrap-clean)
1670 (check): Use srcdir rather than $test. Check cd return value.
1672 (doit, compile, compile-always): Remove stuff copied from lisp/.
1673 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1675 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
1677 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1678 Add a skipping test.
1680 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1682 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1684 * indent/css-mode.css (.x2): Test alignement inside braces.
1686 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1688 * indent/ruby.rb: New failing example.
1690 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1691 Fix the test, in respect to adding the space after the curly.
1693 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1695 * automated/ert-tests.el (ert-test-skip-unless): New test case.
1696 (ert-test-deftest): Adapt test for changed macro expansion.
1697 (ert-test-run-tests-interactively):
1698 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1699 Add a skipping test.
1701 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1702 (file-notify--test-local-enabled): Make it a function. Check also
1703 for `file-remote-p' of `temporary-file-directory'.
1704 (file-notify--test-remote-enabled-checked): New defvar.
1705 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
1706 internal functions. Cache result.
1707 (file-notify--deftest-remote, file-notify-test00-availability)
1708 (file-notify-test01-add-watch, file-notify-test02-events)
1709 (file-notify-test03-autorevert): Add checks with `skip_unless'.
1710 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1712 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1714 * indent/ruby.rb: Fix syntax error in the latest example.
1716 2013-10-23 Glenn Morris <rgm@gnu.org>
1718 * automated/Makefile.in (abs_top_srcdir, top_builddir):
1719 New, set by configure.
1720 (top_srcdir): Remove.
1721 (abs_test, abs_lispsrc): New.
1722 (lisp): No longer absolute.
1723 (emacs, lisp-compile, compile, compile-always):
1724 Quote entities that might contain whitespace.
1726 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
1728 * indent/ruby.rb: Move two examples to "working" section, add one
1731 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1733 * indent/ruby.rb: New examples for indentation of blocks.
1734 Example of hash inside parens that inflooped before the present commit.
1736 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1738 * automated/timer-tests.el: New file. Tests that (sit-for 0)
1739 allows another timer to run.
1741 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1743 * indent/ruby.rb: More examples for bug#15594, both failing and
1746 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1748 * indent/ruby.rb: Add two more cases.
1750 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1752 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1754 (ruby-should-indent): Use indent-according-to-mode.
1755 (ruby-deftest-move-to-block): Use `declare'.
1757 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1759 * indent/ruby.rb: Fix a spurious change, add more failing examples.
1761 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1763 * indent/ruby.rb: Add a few more tests; adjust some indentation.
1765 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1767 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1768 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1770 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1772 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1774 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1775 Adjust indentation of continued line to the new SMIE behavior.
1777 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1779 * automated/completion-tests.el:
1780 * indent/css-mode.css: New files.
1782 2013-10-03 Daiki Ueno <ueno@gnu.org>
1784 * automated/data/package/signed/archive-contents:
1785 * automated/data/package/signed/archive-contents.sig:
1786 * automated/data/package/signed/signed-good-1.0.el:
1787 * automated/data/package/signed/signed-good-1.0.el.sig:
1788 * automated/data/package/signed/signed-bad-1.0.el:
1789 * automated/data/package/signed/signed-bad-1.0.el.sig:
1790 * automated/data/package/key.pub:
1791 * automated/data/package/key.sec: New files.
1793 * automated/package-test.el (package-test-update-listing)
1794 (package-test-update-archives, package-test-describe-package):
1795 Adjust to package.el change.
1796 (package-test-signed): New test.
1798 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1800 * automated/package-test.el: Update all cases to use :url instead
1803 * automated/package-x-test.el
1804 (package-x-test--single-archive-entry-1-3): Same.
1806 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1808 * automated/package-test.el (simple-single-desc-1-4): Remove, it
1810 (simple-single-desc): Expect :homepage property.
1811 (multi-file-desc): Same.
1812 (with-package-test): Do not save previous `default-directory'
1813 value, let-bind the var instead.
1814 (package-test-install-single): Expect :homepage property in the
1816 (package-test-describe-package): Expect Homepage button.
1817 (package-test-describe-non-installed-package)
1818 (package-test-describe-non-installed-multi-file-package): Same.
1819 (package-test-describe-not-installed-package): Remove, it was a
1822 * automated/package-x-test.el
1823 (package-x-test--single-archive-entry-1-3): Expect :homepage
1825 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1827 * automated/data/package/simple-single-1.3.el: Add URL header.
1829 * automated/data/package/archive-contents: Add :homepage
1830 properties to `simple-single' and `multi-file'.
1832 2013-09-22 Daniel Colascione <dancol@dancol.org>
1834 * automated/data-tests.el:
1835 (bool-vector-count-matches-all-0-nil)
1836 (bool-vector-count-matches-all-0-t)
1837 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1838 (bool-vector-count-matches-at, bool-vector-intersection-op)
1839 (bool-vector-union-op, bool-vector-xor-op)
1840 (bool-vector-set-difference-op)
1841 (bool-vector-change-detection, bool-vector-not): New tests.
1842 (mock-bool-vector-count-matches-at)
1843 (test-bool-vector-bv-from-hex-string)
1844 (test-bool-vector-to-hex-string)
1845 (test-bool-vector-count-matches-at-tc)
1846 (test-bool-vector-apply-mock-op)
1847 (test-bool-vector-binop): New helper functions.
1848 (bool-vector-test-vectors): New testcase data.
1850 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
1852 * automated/advice-tests.el (advice-test-called-interactively-p-around)
1853 (advice-test-called-interactively-p-filter-args)
1854 (advice-test-called-interactively-p-around): New tests.
1856 2013-09-16 Glenn Morris <rgm@gnu.org>
1858 * automated/eshell.el (eshell-match-result):
1859 Return a more informative failure than simply "false". Update callers.
1861 * automated/eshell.el (eshell-test/for-name-shadow-loop):
1862 Test value before and after loop as well as during.
1864 2013-09-15 Glenn Morris <rgm@gnu.org>
1866 * automated/eshell.el (eshell-test/for-name-shadow-loop):
1867 New test. (Bug#15372)
1868 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1870 2013-09-13 Glenn Morris <rgm@gnu.org>
1872 * automated/eshell.el (with-temp-eshell):
1873 Use a temp directory for eshell-directory-name.
1874 (eshell-test-command-result): New, again using a temp directory.
1875 Replace eshell-command-result with this throughout.
1876 (eshell-test/for-loop, eshell-test/for-name-loop):
1877 Ensure environment variables don't confuse us.
1879 2013-09-12 Glenn Morris <rgm@gnu.org>
1881 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1882 due to "has a running process; kill it?" prompts.
1884 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1886 * automated/eshell.el: Rename from eshell.el.
1887 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1889 2013-09-01 Glenn Morris <rgm@gnu.org>
1891 * automated/Makefile.in (setwins): Avoid leading space in $wins.
1892 Otherwise the sed command used by eg compile-main ends up
1893 containing "/*.el". (Bug#15170)
1895 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1897 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1898 for portability to hosts where /bin/sh has problems.
1900 2013-08-21 David Engster <deng@randomsample.de>
1902 * automated/eieio-tests.el, automated/eieio-test-persist.el:
1903 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1904 upstream. Changed to use ERT.
1906 2013-08-14 Daniel Hackney <dan@haxney.org>
1908 * automated/package-test.el: Remove tar-package-building functions.
1909 Tar file used for testing is included in the repository.
1910 (package-test-install-texinfo, package-test-cleanup-built-files):
1913 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1915 * automated/python-tests.el (python-imenu-create-index-4)
1916 (python-imenu-create-flat-index-2): New tests.
1918 2013-08-05 Glenn Morris <rgm@gnu.org>
1920 * automated/mule-util.el: New file, with tests extracted from
1921 lisp/international/mule-util.el.
1923 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1925 * automated/advice-tests.el (advice-tests-nadvice): Test removal
1927 (advice-tests-macroaliases): New test.
1929 2013-08-04 Glenn Morris <rgm@gnu.org>
1931 * automated/ert-tests.el: Disable failing test that no-one seems
1932 to know how to fix. (Bug#13064)
1934 * automated/icalendar-tests.el (icalendar-tests--test-export)
1935 (icalendar-tests--test-import): Try more precise TZ specification.
1936 Remove debug messages.
1938 2013-08-03 Glenn Morris <rgm@gnu.org>
1940 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1942 * automated/icalendar-tests.el (icalendar-tests--test-export)
1943 (icalendar-tests--test-import):
1944 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
1945 (icalendar-tests--test-import): Reset zone even if error occurred.
1947 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1949 * automated/core-elisp-tests.el: New file.
1951 2013-08-01 Glenn Morris <rgm@gnu.org>
1953 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1954 Try to check that the remote system has a notification program.
1956 2013-07-31 Glenn Morris <rgm@gnu.org>
1958 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1960 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1962 * automated/file-notify-tests.el
1963 (file-notify--test-local-enabled): New defconst. Replaces all
1964 `file-notify-support' occurrences.
1965 (file-notify--test-remote-enabled): New defun.
1966 (file-notify--deftest-remote): Use it.
1967 (file-notify-test00-availability): Rewrite.
1968 (file-notify-test00-availability-remote): New defun.
1969 (file-notify-test01-add-watch): Rewrite first erroneous check.
1971 2013-07-23 Glenn Morris <rgm@gnu.org>
1973 * automated/inotify-test.el (inotify-file-watch-simple):
1974 Delete temp-file when done.
1976 * automated/subword-tests.el: Require subword.
1978 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1980 * automated/subword-tests.el: New file.
1982 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1984 * automated/python-tests.el (python-imenu-create-index-2)
1985 (python-imenu-create-index-3): New tests.
1987 2013-07-11 Glenn Morris <rgm@gnu.org>
1989 * automated/ert-tests.el: Require cl-lib at runtime too.
1990 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1991 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1992 (ert-test-set-functions, ert-test-gensym)
1993 (ert-test-coerce-to-vector, ert-test-string-position)
1994 (ert-test-mismatch): Remove tests.
1995 * automated/cl-lib.el: New, split from ert-tests.el.
1997 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1999 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
2000 (ruby-move-to-block-skips-percent-literal)
2001 (ruby-move-to-block-skips-heredoc)
2002 (ruby-move-to-block-moves-from-else-to-if)
2003 (ruby-beginning-of-defun-does-not-fold-case)
2004 (ruby-end-of-defun-skips-to-next-line-after-the-method):
2005 Replace goto-line with forward-line/goto-char.
2006 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
2008 * automated/package-test.el (makeinfo-buffer): Autoload.
2009 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
2010 (package-test-install-texinfo): Don't require makeinfo.
2012 * automated/files.el: Stop "local variables" confusion.
2014 * automated/flymake-tests.el (flymake-tests): Remove unused group.
2016 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
2017 Use with-current-buffer.
2019 * automated/undo-tests.el (undo-test-buffer-modified)
2020 (undo-test-file-modified): New tests.
2022 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
2024 * automated/file-notify-tests.el (file-notify-test00-availability):
2025 Set :expected-result.
2026 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
2027 (file-notify-test02-events, file-notify-test02-events-remote)
2028 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
2029 Skip when `file-notify-support' is nil. (Bug#14823)
2031 2013-07-09 Glenn Morris <rgm@gnu.org>
2033 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
2035 (inotify-file-watch-simple): Silence compiler.
2037 * automated/python-tests.el (python-indent-block-enders):
2038 Make it actually test something.
2040 * automated/package-x-test.el: Require package-test when compiling.
2042 * automated/add-log-tests.el, automated/advice-tests.el:
2043 * automated/imenu-test.el, automated/package-x-test.el:
2044 * automated/python-tests.el, automated/ruby-mode-tests.el:
2045 * automated/xml-parse-tests.el: Explicitly require ert.
2047 2013-07-08 Kenichi Handa <handa@gnu.org>
2049 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
2050 Use with-ccoding-priority to avoid side-effect (Bug#14781).
2052 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
2054 * automated/file-notify-tests.el
2055 (file-notify-test-remote-temporary-file-directory):
2056 Use `null-device' on w32.
2057 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
2058 (file-notify--test-results, file-notify--test-event)
2059 (file-notify--deftest-remote, file-notify--event-test)
2060 (file-notify--test-event-handler)
2061 (file-notify--test-make-temp-name): Rename, in order to mark them
2063 (tramp-message-show-message, tramp-read-passwd): Tweak them for
2064 better fitting in noninteractive tests.
2065 (file-notify-test00-availability): Rename from `file-notify-test0'.
2066 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
2067 Use `temporary-file-directory '.
2068 (file-notify-test01-add-watch-remote): New test.
2069 (file-notify-test02-events): Rename from `file-notify-test2'.
2070 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
2071 (file-notify-test03-autorevert): Rename from
2072 `file-notify-test4'. Use timeouts.
2073 (file-notify-test03-autorevert-remote): Rename from
2074 `file-notify-test5'.
2076 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
2078 * automated/file-notify-tests.el: New package.
2080 2013-06-28 Kenichi Handa <handa@gnu.org>
2082 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
2083 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
2085 (decoder-tests-filename): New function.
2086 (decoder-tests-prefer-utf-8-read)
2087 (decoder-tests-prefer-utf-8-write): New function.
2088 (ert-test-decoder-prefer-utf-8): New test.
2090 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
2092 * automated/package-x-test.el: Change the commentary.
2093 (package-x-test--single-archive-entry-1-3)
2094 (package-x-test--single-archive-entry-1-4): Fix the tests, by
2095 using the appropriate data structure.
2097 2013-06-27 Daniel Hackney <dan@haxney.org>
2099 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
2101 * automated/package-x-test.el: New file.
2103 * automated/package-test.el: New file.
2105 * automated/data/package: New directory, with test examples.
2107 2013-06-27 Glenn Morris <rgm@gnu.org>
2109 * automated/python-tests.el (python-tests-with-temp-file):
2110 Clean up after ourself.
2112 * automated/undo-tests.el (undo-test3): Remove test that seems to
2113 do nothing that the previous one doesn't, except leave a tempfile.
2115 2013-06-26 Glenn Morris <rgm@gnu.org>
2117 * automated/info-xref.el: New file.
2119 2013-06-25 Glenn Morris <rgm@gnu.org>
2121 * automated/occur-tests.el (occur-test-create): New function.
2122 Use it to create separate tests for each element, so we run them
2123 all rather than stopping at the first error.
2125 2013-06-24 Glenn Morris <rgm@gnu.org>
2127 * automated/occur-tests.el (occur-tests):
2128 Update for 2013-05-29 change to occur header line.
2130 2013-06-21 Eduard Wiebe <usenet@pusto.de>
2132 Test suite for flymake.
2133 * automated/flymake-tests.el:
2134 * automated/flymake/warnpred/Makefile
2135 * automated/flymake/warnpred/test.c
2136 * automated/flymake/warnpred/test.pl: New files.
2138 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2140 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
2142 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2144 * automated/reftex-tests.el: New test suite for reftex.
2146 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
2148 * automated/ruby-mode-tests.el: New tests, for percent literals
2149 and expression expansion.
2151 2013-05-29 Leo Liu <sdl.web@gmail.com>
2153 * indent/octave.m: Tweak.
2155 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
2157 * eshell.el: Rewrite tests using ERT.
2159 2013-05-25 Leo Liu <sdl.web@gmail.com>
2161 * indent/octave.m: Add tests for %!, # and ### comments.
2163 2013-05-23 Kenichi Handa <handa@gnu.org>
2165 * automated/decoder-tests.el: New file.
2167 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
2169 * indent/ruby.rb: Add multiline regexp example.
2171 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
2172 (ruby-regexp-skips-over-interpolation)
2173 (ruby-regexp-continues-till-end-when-unclosed)
2174 (ruby-regexp-can-be-multiline)
2175 (ruby-interpolation-inside-percent-literal): New tests.
2177 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2179 * indent/ruby.rb: Fix indentation after =; add more cases.
2181 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2183 * indent/pascal.pas: Add test for mis-identified comments.
2185 2013-04-01 Masatake YAMATO <yamato@redhat.com>
2187 * automated/imenu-test.el: New file. (Bug#14112)
2189 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2191 * automated/python-tests.el (python-imenu-prev-index-position-1):
2193 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2196 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2198 * automated/python-tests.el (python-nav-backward-defun-2)
2199 (python-nav-backward-defun-3, python-nav-forward-defun-2)
2200 (python-nav-forward-defun-3): New tests.
2202 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2204 * automated/python-tests.el (python-nav-backward-defun-1)
2205 (python-nav-forward-defun-1): New tests.
2207 2013-04-09 Masatake YAMATO <yamato@redhat.com>
2209 * automated/add-log-tests.el: New file. (Bug#14112)
2211 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2213 * automated/python-tests.el (python-indent-block-enders): New test.
2214 (python-info-current-defun-2): Fix test.
2216 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
2218 * indent/octave.m: Fix encoding error in comment. Add coding tag.
2220 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
2222 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2223 (python-tests-with-temp-file): New macro.
2224 (python-tests-shell-interpreter): New var.
2225 (python-shell-get-process-name-1)
2226 (python-shell-internal-get-process-name-1)
2227 (python-shell-parse-command-1)
2228 (python-shell-calculate-process-environment-1)
2229 (python-shell-calculate-process-environment-2)
2230 (python-shell-calculate-process-environment-3)
2231 (python-shell-calculate-exec-path-1)
2232 (python-shell-calculate-exec-path-2)
2233 (python-shell-make-comint-1)
2234 (python-shell-make-comint-2)
2235 (python-shell-get-process-1)
2236 (python-shell-get-or-create-process-1)
2237 (python-shell-internal-get-or-create-process-1): New tests.
2239 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2241 * automated/python-tests.el: New file.
2243 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2245 * automated/ruby-mode-tests.el
2246 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2247 bits inside the examples.
2248 (ruby-move-to-block-skips-heredoc): New test.
2249 (ruby-add-log-current-method-after-inner-class):
2250 Lower expectations: move point inside a method, initially.
2252 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2254 * automated/ruby-mode-tests.el
2255 (ruby-move-to-block-skips-percent-literal): New test.
2257 2013-02-04 Chong Yidong <cyd@gnu.org>
2259 * automated/thingatpt.el: New file.
2261 2013-02-03 Chong Yidong <cyd@gnu.org>
2263 * automated/files.el (file-test--do-local-variables-test):
2264 Avoid compilation warning message.
2266 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2268 * automated/ruby-mode-tests.el
2269 (ruby-indent-spread-args-in-parens): New test.
2270 * automated/ruby-mode-tests.el (ruby-block-test-example):
2271 Break indentation of the do block opener and add a line inside it.
2272 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2273 Adjust line numbers.
2275 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2277 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
2279 2013-01-14 Glenn Morris <rgm@gnu.org>
2281 * automated/compile-tests.el (compile-tests--test-regexps-data):
2282 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2284 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2286 * automated/man-tests.el: New file.
2288 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2290 * automated/undo-tests.el (undo-test0): Adjust error to code change.
2292 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2294 * automated/undo-tests.el: New file.
2296 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
2298 * automated/ruby-mode-tests.el
2299 (ruby-indent-after-block-in-continued-expression): New test.
2301 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2303 * automated/ruby-mode-tests.el:
2304 Rename one interpolation test; add three more.
2305 (ruby-with-temp-buffer): New macro, use it where appropriate.
2306 (ruby-add-log-current-method-examples): Use "_" for target point.
2307 Add four new tests for ruby-add-log-current-method.
2309 2012-12-11 Glenn Morris <rgm@gnu.org>
2311 * automated/f90.el (f90-test-bug13138): New test.
2313 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2315 * automated/inotify-test.el: New test.
2317 2012-12-02 Chong Yidong <cyd@gnu.org>
2319 * automated/ruby-mode-tests.el
2320 (ruby-add-log-current-method-examples): Don't use loop macro, to
2321 allow automated testing to work.
2323 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2325 * automated/advice-tests.el (advice-tests--data): Remove.
2326 (advice-tests): Move the tests directly here instead.
2327 Add called-interactively-p tests.
2329 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2331 * automated/ert-x-tests.el: Use cl-lib.
2332 * automated/ert-tests.el: Use lexical-binding and cl-lib.
2334 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2336 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2337 (ruby-indent-inside-heredoc-after-operator)
2338 (ruby-indent-inside-heredoc-after-space): New tests.
2339 Change direct font-lock face references to var references.
2340 (ruby-interpolation-suppresses-syntax-inside): New test.
2341 (ruby-interpolation-inside-percent-literal-with-paren):
2344 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2346 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2347 (ruby-singleton-class-no-heredoc-font-lock)
2348 (ruby-add-log-current-method-examples): New tests.
2349 (ruby-test-string): Extract from ruby-should-indent-buffer.
2350 (ruby-deftest-move-to-block): New macro.
2351 Add several move-to-block tests.
2353 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2355 * automated/advice-tests.el: New tests.
2357 2012-10-14 Eli Zaretskii <eliz@gnu.org>
2359 * automated/compile-tests.el (compile-tests--test-regexps-data):
2360 Add new data for msft's new format.
2362 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2364 * automated/ruby-mode-tests.el:
2365 (ruby-toggle-block-to-multiline): New test.
2366 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2367 (ruby-toggle-block-to-brace): Use buffer-string.
2369 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2371 * automated/ruby-mode-tests.el: New tests (Bug#11613).
2373 2012-08-28 Chong Yidong <cyd@gnu.org>
2375 * automated/files.el: Test every combination of values for
2376 enable-local-variables and enable-local-eval.
2378 2012-08-19 Chong Yidong <cyd@gnu.org>
2380 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2382 2012-08-18 Chong Yidong <cyd@gnu.org>
2384 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2386 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
2388 * indent/ruby.rb: Rearrange examples, add new ones.
2390 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
2392 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2393 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2395 2012-08-11 Glenn Morris <rgm@gnu.org>
2397 * automated/files.el: New file.
2399 * automated/Makefile.in (all): Fix typo.
2401 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
2403 * automated/ruby-mode-tests.el (ruby-should-indent):
2404 Add docstring, check (current-indentation) instead of (current-column).
2405 (ruby-should-indent-buffer): New function.
2406 Add tests for `ruby-deep-indent-paren' behavior.
2407 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2409 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
2411 Original tests in test_ruby_mode.rb in upstream (author).
2413 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
2415 * automated/ruby-mode-tests.el (ruby-should-indent)
2416 (ruby-assert-state): New functions.
2419 2012-07-29 David Engster <deng@randomsample.de>
2421 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2422 New variable to hold test data for name expansion.
2423 (xml-parse-tests): Test the two different types of name expansion.
2425 2012-07-29 Juri Linkov <juri@jurta.org>
2427 * automated/occur-tests.el (occur-test-case): Use predefined
2428 buffer name " *test-occur*" instead of a random buffer name.
2430 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2432 * automated/ruby-mode-tests.el: New file with one test.
2434 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2436 * indent/shell.sh: Add test case for ${#VAR}.
2438 * indent/latex-mode.tex: New file.
2440 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2442 * eshell.el: Use cl-lib.
2444 2012-07-03 Chong Yidong <cyd@gnu.org>
2446 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2448 2012-07-02 Chong Yidong <cyd@gnu.org>
2450 * automated/xml-parse-tests.el (xml-parse-tests--data):
2453 2012-07-01 Chong Yidong <cyd@gnu.org>
2455 * automated/xml-parse-tests.el: New file.
2457 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2459 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2462 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
2464 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2465 Test escaped commas in TZID (Bug#11473).
2466 (icalendar-import-with-timezone): New.
2467 (icalendar-real-world): Add new testcase as given in the bugreport
2470 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2472 * automated/icalendar-tests.el (icalendar-tests--test-import):
2473 Include UID in import tests (Bug#11525).
2474 (icalendar-import-non-recurring, icalendar-import-rrule)
2475 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2477 (icalendar-import-with-uid): New.
2478 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2479 Include UID in cycle tests.
2480 (icalendar-cycle, icalendar-real-world): UID-import change.
2482 2012-05-21 Glenn Morris <rgm@gnu.org>
2484 * automated/Makefile.in (setwins): Scrap superfluous subshell.
2486 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
2488 * automated/url-util-tests.el: New file to test
2489 lisp/url/url-util.el. Only `url-build-query-string' and
2490 `url-parse-query-string' are tested right now (Bug#8706).
2492 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2495 * indent/shell.rc: Ad some test cases.
2497 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2499 * indent/ruby.rb: New file, to test new syntax-propertize code.
2501 2012-04-11 Glenn Morris <rgm@gnu.org>
2503 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2505 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2507 * automated/url-future-tests.el (url-future-tests): Move from
2508 lisp/url/url-future.el and rename.
2510 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
2512 * automated/icalendar-tests.el (icalendar-import-non-recurring):
2513 Fix broken test, caused by missing trailing blank.
2515 2011-12-03 Chong Yidong <cyd@gnu.org>
2517 * automated/compile-tests.el (compile-tests--test-regexps-data):
2518 Increase column numbers by one to reflect change in how
2519 compilation-message is recorded (Bug#10172).
2521 2011-11-22 Glenn Morris <rgm@gnu.org>
2523 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2525 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2527 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2529 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2531 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2532 (icalendar-tests--test-export, icalendar-tests--do-test-export):
2533 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2535 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
2537 * automated/newsticker-tests.el
2538 (newsticker--group-manage-orphan-feeds): Remove fsetting of
2539 newsticker--treeview-tree-update.
2541 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
2543 * automated/newsticker-tests.el
2544 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2546 * automated/newsticker-tests.el
2547 (newsticker--group-manage-orphan-feeds): Prevent updating
2548 newsticker treeview. Fixed bug#9763.
2550 2011-10-20 Glenn Morris <rgm@gnu.org>
2552 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2554 * automated/vc-bzr.el: New file.
2556 2011-10-15 Glenn Morris <rgm@gnu.org>
2558 * automated/f90.el: New file.
2560 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
2562 * automated/newsticker-tests.el: Move newsticker-testsuite.el
2563 to automated/newsticker-tests.el. Convert to ERT.
2565 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
2567 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2568 Remove, simply use string=.
2569 (icalendar--diarytime-to-isotime)
2570 (icalendar--datetime-to-diary-date)
2571 (icalendar--datestring-to-isodate)
2572 (icalendar--format-ical-event)
2573 (icalendar--parse-summary-and-rest)
2574 (icalendar-tests--do-test-import)
2575 (icalendar-tests--do-test-cycle): Change argument order of
2576 string= to EXPECTED ACTUAL.
2577 (icalendar--import-format-sample)
2578 (icalendar--format-ical-event)
2579 (icalendar-import-non-recurring)
2580 (icalendar-import-rrule)
2581 (icalendar-import-duration)
2582 (icalendar-import-bug-6766)
2583 (icalendar-real-world): Adjust to string= instead of
2584 icalendar-tests--compare-strings.
2585 (icalendar-import-multiple-vcalendars): New.
2587 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2589 * automated/gnus-tests.el: Add wrapper for Gnus tests.
2592 2011-05-09 Juri Linkov <juri@jurta.org>
2594 * automated/occur-tests.el: Move from test/occur-testsuite.el.
2597 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
2599 * automated/compile-tests.el: New file.
2601 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
2603 * automated/font-parse-tests.el: Don't byte-compile.
2605 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
2607 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2609 * automated/lexbind-tests.el: New file.
2611 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2613 * Version 23.3 released.
2615 2011-03-05 Glenn Morris <rgm@gnu.org>
2617 * eshell.el: Move here from lisp/eshell/esh-test.el.
2619 2011-03-03 Christian Ohler <ohler@gnu.org>
2621 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2624 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
2626 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2627 convert to ERT format.
2629 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
2631 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2632 convert to ERT format.
2634 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2637 * indent/shell.rc: New files.
2639 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
2641 * automated/font-parse-tests.el: Move from
2642 font-parse-testsuite.el.
2644 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
2646 * font-parse-testsuite.el (test-font-parse-data): New file.
2648 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2650 * indent/prolog.prolog: Add tokenizing tests.
2652 2011-01-13 Christian Ohler <ohler@gnu.org>
2654 * automated: New directory for automated tests.
2656 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2658 * automated/Makefile.in: New file.
2660 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2662 * indent/modula2.mod: New file.
2664 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2666 * indent/octave.m: Add a test to ensure indentation is local.
2668 2010-10-23 Glenn Morris <rgm@gnu.org>
2670 * comint-testsuite.el
2671 (comint-testsuite--test-comint-password-prompt-regexp):
2672 Add "Please enter the password". (Bug#7224)
2674 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2676 * indent/prolog.prolog: Use normal spacing around !.
2678 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2680 * indent/octave.m: Remove one more `fixindent'. Use `end'.
2682 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2684 * indent/octave.m: Remove some `fixindent' not needed any more.
2686 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2688 * indent/octave.m: New file.
2690 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2692 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2693 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2694 (icalendar-testsuite--run-internal-tests): New.
2695 (icalendar-testsuite--test-convert-ordinary-to-ical)
2696 (icalendar-testsuite--test-convert-block-to-ical)
2697 (icalendar-testsuite--test-convert-anniversary-to-ical)
2698 (icalendar-testsuite--test-parse-vtimezone)
2699 (icalendar-testsuite--do-test-export): Code formatting.
2700 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2701 (icalendar-testsuite--do-test-import)
2702 (icalendar-testsuite--do-test-cycle):
2703 Use icalendar-testsuite--compare-strings
2704 (icalendar-testsuite--run-import-tests): Comment added.
2705 (icalendar-testsuite--run-import-tests)
2706 (icalendar-testsuite--run-real-world-tests): Fix expected results.
2708 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
2710 * redisplay-testsuite.el (test-redisplay-3): New test.
2712 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
2714 * comint-testsuite.el: New file.
2716 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2720 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2722 * Version 23.2 released.
2724 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
2726 * cedet/semantic-ia-utest.el
2727 (semantic-symref-test-count-hits-in-tag): Add function, from
2730 * cedet/tests/test.cpp:
2731 * cedet/tests/test.py:
2732 * cedet/tests/teststruct.cpp:
2733 * cedet/tests/testtemplates.cpp:
2734 * cedet/tests/testusing.cpp:
2735 * cedet/tests/scopetest.cpp:
2736 * cedet/tests/scopetest.java: Files deleted.
2738 * cedet/tests/test.make:
2739 * cedet/tests/test.c:
2740 * cedet/tests/testjavacomp.java:
2741 * cedet/tests/testspp.c:
2742 * cedet/tests/testsppreplace.c:
2743 * cedet/tests/testsppreplaced.c:
2744 * cedet/tests/testsubclass.cpp:
2745 * cedet/tests/testsubclass.hh:
2746 * cedet/tests/testtypedefs.cpp:
2747 * cedet/tests/testvarnames.c:
2748 * cedet/tests/test.el:
2749 * cedet/tests/testdoublens.cpp:
2750 * cedet/tests/testdoublens.hpp: Add copyright header.
2752 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2753 Remove reference to deleted files.
2755 2010-03-30 Juri Linkov <juri@jurta.org>
2757 * occur-testsuite.el (occur-tests): Add tests for context lines.
2759 2010-03-23 Juri Linkov <juri@jurta.org>
2761 * occur-testsuite.el: New file.
2763 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2767 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2769 * icalendar-testsuite.el
2770 (icalendar-testsuite--run-function-tests): Add new tests.
2771 (icalendar-testsuite--test-diarytime-to-isotime): Add another
2773 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2774 (icalendar-testsuite--test-convert-weekly-to-ical): New.
2775 (icalendar-testsuite--test-convert-yearly-to-ical): New.
2776 (icalendar-testsuite--test-convert-block-to-ical): New.
2777 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2778 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2780 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2782 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2783 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2784 Fix typos in docstrings and error messages.
2785 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2787 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2789 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2790 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2791 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2793 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2795 * icalendar-testsuite.el
2796 (icalendar-testsuite--run-function-tests):
2797 Add icalendar-testsuite--test-parse-vtimezone.
2798 (icalendar-testsuite--test-parse-vtimezone): New.
2799 (icalendar-testsuite--do-test-cycle): Doc changes.
2800 (icalendar-testsuite--run-real-world-tests): Remove trailing
2801 whitespace -- see change of icalendar--add-diary-entry in
2803 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2805 2009-09-30 Glenn Morris <rgm@gnu.org>
2807 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2809 2009-06-26 Eric Ludlam <zappo@gnu.org>
2811 * cedet/*: New unit tests, from CEDET repository.
2813 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
2815 * redisplay-testsuite.el: New file.
2817 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2821 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
2823 * icalendar-testsuite.el
2824 (icalendar-testsuite--run-function-tests):
2825 Add icalendar-testsuite--test-diarytime-to-isotime.
2826 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2827 recent icalendar fixes.
2828 (icalendar-testsuite--test-diarytime-to-isotime): New.
2829 (icalendar-testsuite--test-create-uid): Adjust to recent
2832 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2834 * bytecomp-testsuite.el: New file.
2836 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2838 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2839 Add `icalendar-testsuite--test-create-uid'.
2840 (icalendar-testsuite--test-create-uid): New.
2842 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
2844 * newsticker-testsuite.el: New file.
2846 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
2848 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2849 Add icalendar-testsuite--test-datestring-to-isodate,
2850 icalendar-testsuite--test-datetime-to-diary-date, and
2851 icalendar-testsuite--test-calendar-style.
2852 (icalendar-testsuite--test-format-ical-event)
2853 (icalendar-testsuite--test-parse-summary-and-rest):
2854 Doc fix. Remove european-calendar-style.
2855 (icalendar-testsuite--get-ical-event): Doc fix.
2856 (icalendar-testsuite--test-first-weekday-of-year)
2857 (icalendar-testsuite--run-cycle-tests): Add doc string.
2858 (icalendar-testsuite--test-datestring-to-isodate)
2859 (icalendar-testsuite--test-datetime-to-diary-date)
2860 (icalendar-testsuite--test-calendar-style): New functions.
2861 (icalendar-testsuite--test-export): Handle iso date style.
2862 New arg INPUT-ISO. Use calendar-date-style.
2863 (icalendar-testsuite--test-import): Handle iso date style.
2864 New arg EXPECTED-ISO. Use calendar-date-style.
2865 (icalendar-testsuite--test-cycle): Handle iso date style.
2866 (icalendar-testsuite--run-import-tests)
2867 (icalendar-testsuite--run-export-tests)
2868 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2870 2008-02-29 Glenn Morris <rgm@gnu.org>
2874 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
2876 * icalendar-testsuite.el: New file.
2882 Copyright (C) 2008-2015 Free Software Foundation, Inc.
2884 This file is part of GNU Emacs.
2886 GNU Emacs is free software: you can redistribute it and/or modify
2887 it under the terms of the GNU General Public License as published by
2888 the Free Software Foundation, either version 3 of the License, or
2889 (at your option) any later version.
2891 GNU Emacs is distributed in the hope that it will be useful,
2892 but WITHOUT ANY WARRANTY; without even the implied warranty of
2893 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2894 GNU General Public License for more details.
2896 You should have received a copy of the GNU General Public License
2897 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.