1 2015-03-08 Dmitry Gutov <dgutov@yandex.ru>
3 * indent/ruby.rb: Add an example for bug#20026.
5 * indent/js.js: Set `js-indent-level' to 2. Fix indentation in an
8 2015-03-04 Michael Albinus <michael.albinus@gmx.de>
10 * automated/tramp-tests.el (top): Declare `tramp-get-remote-stat'
11 and `tramp-get-remote-perl'.
12 (tramp-test06-directory-file-name): Fix docstring and last test.
13 (tramp-test08-file-local-copy): Extend test.
14 (tramp-test13-make-directory): Test also PARENTS arg.
15 (tramp-test17-insert-directory): Do not expect any order in
17 (tramp--test-adb-p): New defun.
18 (tramp--test-check-files): Fix doxstring. Extend tests.
19 (tramp--test-special-characters): New defun. Use body from
20 `tramp-test30-special-characters'. Adapt check for tramp-adb.el.
21 (tramp-test30-special-characters): Use it.
22 (tramp--test-utf8): New defun. Use body from
23 `tramp-test31-utf8'. Add test string.
24 (tramp-test31-utf8): Use it.
25 (tramp-test30-special-characters-with-stat)
26 (tramp-test30-special-characters-with-perl)
27 (tramp-test30-special-characters-with-ls):
28 (tramp-test31-utf8-with-stat, tramp-test31-utf8-with-perl)
29 (tramp-test31-utf8-with-ls): New tests.
31 2015-03-03 Daniel Colascione <dancol@dancol.org>
33 * automated/generator-tests.el (cps-testcase): Use
34 `cps-inhibit-atomic-optimization' instead of
35 `cps-disable-atomic-optimization'.
36 (cps-test-declarations-preserved): New test.
38 * automated/finalizer-tests.el (finalizer-basic)
39 (finalizer-circular-reference, finalizer-cross-reference)
40 (finalizer-error): Rename `gc-precise-p' to `gc-precise'.
42 * automated/generator-tests.el (cps-test-iter-close-finalizer):
43 Rename `gc-precise-p' to `gc-precise'.
45 2015-03-03 Glenn Morris <rgm@gnu.org>
47 * automated/generator-tests.el (cps-while-incf)
48 (cps-test-iter-cleanup-once-only): Replace undefined incf with cl-incf.
49 (cps-test-iter-do): Use should not undefined assert.
51 2015-03-03 Daniel Colascione <dancol@dancol.org>
53 * automated/finalizer-tests.el (finalizer-object-type): Test that
54 `type-of' works correctly for finalizers.
56 2015-03-02 Daniel Colascione <dancol@dancol.org>
58 * automated/generator-tests.el: New tests
60 * automated/finalizer-tests.el (finalizer-basic)
61 (finalizer-circular-reference, finalizer-cross-reference)
62 (finalizer-error): New tests.
64 2015-03-01 Michael Albinus <michael.albinus@gmx.de>
66 * automated/vc-tests.el (vc-test--create-repo): Add check for
67 `vc-responsible-backend'.
68 (vc-test--register): Do not print a message when unsupported.
69 (vc-test--state, vc-test--working-revision): Rework. Raise no
70 error in case of inconsistent result, but document everything.
71 (vc-test--checkout-model): New defun.
72 (vc-test-*-checkout-model): New tests.
74 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
76 * automated/python-tests.el
77 (python-indent-dedent-line-backspace-2)
78 (python-indent-dedent-line-backspace-3): New tests.
80 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
82 * automated/python-tests.el (python-indent-pep8-1)
83 (python-indent-pep8-2, python-indent-pep8-3)
84 (python-indent-after-comment-2): Fix tests.
85 (python-indent-after-comment-3): New test.
87 2015-02-24 Glenn Morris <rgm@gnu.org>
89 * automated/f90.el (f90-test-bug-19809): New test.
91 2015-02-22 Michael Albinus <michael.albinus@gmx.de>
93 * automated/tramp-tests.el (tramp-test17-insert-directory):
94 Suppress localized settings in order to have a proper check for
97 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
99 * automated/eieio-test-methodinvoke.el (make-instance): Add methods
100 here rather than on eieio-constructor.
102 2015-02-13 Magnus Henoch <magnus.henoch@gmail.com>
104 * automated/sasl-scram-rfc-tests.el: New file.
106 2015-02-11 Nicolas Petton <nicolas@petton.fr>
108 * automated/seq-tests.el (test-seq-reverse, test-seq-group-by):
109 Add a test for seq-reverse and update test for seq-group-by to
110 test vectors and strings, not only lists.
112 2015-02-10 Glenn Morris <rgm@gnu.org>
114 * automated/package-test.el (package-test-signed):
115 More informative failure messages.
117 2015-02-09 Nicolas Petton <nicolas@petton.fr>
119 * automated/seq-tests.el (test-seq-group-by): Update test for
120 seq-group-by to check that sequence elements are returned in the
123 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
125 * automated/python-tests.el (python-eldoc--get-symbol-at-point-1)
126 (python-eldoc--get-symbol-at-point-2)
127 (python-eldoc--get-symbol-at-point-3)
128 (python-eldoc--get-symbol-at-point-4): New tests.
130 * automated/python-tests.el (python-tests-visible-string):
132 (python-parens-electric-indent-1)
133 (python-triple-quote-pairing): Fix indentation, move require calls.
134 (python-hideshow-hide-levels-1)
135 (python-hideshow-hide-levels-2): New tests.
137 2015-02-07 Dmitry Gutov <dgutov@yandex.ru>
139 * automated/vc-tests.el (vc-test--working-revision): Fix
140 `vc-working-revision' checks to be compared against nil, which is
141 what is should return for unregistered files.
143 2015-02-06 Nicolas Petton <nicolas@petton.fr>
145 * automated/seq-tests.el: New tests for seq-mapcat, seq-partition
148 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com>
150 * automated/package-test.el (package-test-get-deps): Fix typo.
151 (package-test-sort-by-dependence): New test
153 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
155 * automated/package-test.el (package-test-get-deps): New test.
157 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
159 * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
161 2015-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
163 * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
165 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
167 * automated/python-tests.el (python-indent-pep8-1)
168 (python-indent-pep8-2, python-indent-pep8-3)
169 (python-indent-after-comment-1, python-indent-after-comment-2)
170 (python-indent-inside-paren-1, python-indent-inside-paren-2)
171 (python-indent-after-block-1, python-indent-after-block-2)
172 (python-indent-after-backslash-1, python-indent-after-backslash-2)
173 (python-indent-after-backslash-3, python-indent-block-enders-1)
174 (python-indent-block-enders-2, python-indent-block-enders-3)
175 (python-indent-block-enders-4, python-indent-block-enders-5)
176 (python-indent-dedenters-1, python-indent-dedenters-2)
177 (python-indent-dedenters-3, python-indent-dedenters-4)
178 (python-indent-dedenters-5, python-indent-dedenters-6)
179 (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
180 (python-indent-base-case, python-indent-after-block-3)
181 (python-indent-after-backslash-5, python-indent-inside-paren-3)
182 (python-indent-inside-paren-4, python-indent-inside-paren-5)
183 (python-indent-inside-paren-6, python-indent-inside-string-1)
184 (python-indent-inside-string-2, python-indent-inside-string-3)
185 (python-indent-dedent-line-backspace-1): New Tests.
187 2015-01-28 Glenn Morris <rgm@gnu.org>
189 * automated/regexp-tests.el: Require regexp-opt, which is
190 not preloaded --without-x.
192 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
194 * automated/cl-generic-tests.el: Try and make sure cl-lib is not
195 required at run-time.
197 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
199 * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
202 2015-01-25 Paul Eggert <eggert@cs.ucla.edu>
204 * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
205 This is more portable in shell scripts.
208 2015-01-23 Dmitry Gutov <dgutov@yandex.ru>
210 Fix package tests when TMPDIR is in HOME. (Bug#19657)
211 * automated/package-test.el (with-package-test):
212 Bind `abbreviated-home-dir' to nil.
213 (package-test-describe-package, package-test-signed):
214 Expect abbreviated directory names.
216 2015-01-22 Jorgen Schaefer <contact@jorgenschaefer.de>
218 * automated/package-test.el (package-test-install-prioritized):
219 Re-add the test case and add priority to the correct repository
222 2015-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
224 * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
225 the setf can be used already in the body of the method.
227 2015-01-20 Jorgen Schaefer <contact@jorgenschaefer.de>
229 * automated/package-test.el (package-test-install-prioritized):
230 Remove test due to unreproducible failures.
232 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
234 * automated/descr-text-test.el: New file with tests for
235 `describe-char-eldoc--truncate', `describe-char-eldoc--format',
236 and `describe-char-eldoc'.
238 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
240 * automated/tildify-tests.el (tildify-space-undo-test--test):
241 A new helper function for testing `tildify-double-space-undos'
242 behaviour in the `tildify-space' function.
243 (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
244 (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
245 New tests for `tildify-doule-space-undos' behaviour.
247 * automated/tildify-tests.el (tildify-space-test--test):
248 A new helper function for testing `tildify-space' function.
249 (tildify-space-test-html, tildify-space-test-html-nbsp)
250 (tildify-space-test-xml, tildify-space-test-tex): New tests for
251 `tildify-space' function.
253 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
255 * automated/Makefile.in (EMACS_EXTRAOPT): New var.
258 * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
259 Rename other tests to preserve ordering.
261 2015-01-18 Leo Liu <sdl.web@gmail.com>
263 * automated/seq-tests.el (test-seq-subseq): Add more tests.
266 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
268 * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
269 Test `subclass' specializer.
271 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
273 * automated/eieio-tests.el
274 (eieio-test-37-obsolete-name-in-constructor): New test.
276 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
278 * automated/eieio-tests.el (eieio-test-25-slot-tests)
279 (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
280 (eieio-test-30-slot-attribute-override)
281 (eieio-test-31-slot-attribute-override-class-allocation): Don't check
282 that we enforce :protection since we don't any more.
284 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
285 Use an explicit arg instead of eieio--scoped-class. Update all callers.
287 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
289 * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
292 * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
293 Rename from cl-generic-test-7-after/before.
294 (cl--generic-test-advice): New function.
295 (cl-generic-test-9-advice): New test.
297 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
299 * automated/package-test.el (package-test-install-prioritized):
302 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
304 * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
306 (test-calc-remove-units, test-calc-extract-units)
307 (test-calc-convert-units): New tests.
309 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
311 * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
313 2015-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
315 * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
316 keysym arg instead of relying on internal var eieio--generic-call-key.
318 (eieio-test-cl-generic-1): New tests.
320 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
322 * automated/cl-generic-tests.el: New file.
324 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
326 * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
329 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
330 Update reference to eieio--generic-call-key.
332 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
334 * automated/eieio-tests.el: Use cl-lib. Don't use <class> as a variable.
335 Don't use <class>-list types and <class>-list-p predicates.
337 * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
338 Don't use <class>-list type.
340 * automated/eieio-test-methodinvoke.el
341 (eieio-test-method-order-list-4):
342 Don't use <class> as a variable.
344 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
346 * automated/eieio-tests.el (eieio-test-04-static-method)
347 (eieio-test-05-static-method-2): Use oref-default to access
349 (eieio-test-23-inheritance-check): Don't assume that
350 eieio-class-parents returns class names, or that a class can only have
353 * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
354 Move from eieio-core.el. Rename from eieio-attribute-to-initarg.
355 Change arg to be a class object. Update all callers.
357 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
359 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
360 Adjust to new semantics of eieio--scoped-class.
361 (eieio-test-match): Improve error feedback.
363 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
365 * automated/eieio-tests.el: Remove dummy object names.
367 * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
368 The type FOO-child is the same as FOO.
370 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
372 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
373 Remove use of eieio-generic-call-methodname.
374 (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
375 (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
376 Adjust the expected result accordingly.
378 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
380 * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
382 (tramp-test30-special-characters): Use it. (Bug#19463)
383 (tramp--test-check-files): Filter nil file names out.
385 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
387 Sync with Tramp 2.2.11.
389 * automated/tramp-tests.el (tramp-test30-special-characters):
390 Skip test on MS-Windows.
392 2014-12-27 Glenn Morris <rgm@gnu.org>
394 * automated/let-alist.el: Load dependency.
396 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
398 * automated/python-tests.el
399 (python-shell-completion-native-interpreter-disabled-p-1): New test.
401 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
403 * automated/python-tests.el (python-shell-get-or-create-process-1)
404 (python-shell-get-or-create-process-2)
405 (python-shell-get-or-create-process-3): Remove tests.
407 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
409 * automated/python-tests.el (python-shell-buffer-substring-9): New test.
411 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
413 * automated/python-tests.el (python-shell-buffer-substring-1)
414 (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
415 (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
416 (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
417 (python-shell-buffer-substring-8)
418 (python-info-encoding-from-cookie-1)
419 (python-info-encoding-from-cookie-2)
420 (python-info-encoding-from-cookie-3)
421 (python-info-encoding-from-cookie-4)
422 (python-info-encoding-from-cookie-5)
423 (python-info-encoding-from-cookie-6)
424 (python-info-encoding-from-cookie-7, python-info-encoding-1)
425 (python-info-encoding-2): New tests.
427 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
429 * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
430 expect a given order of "." and "..".
432 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
434 * automated/python-tests.el (python-indent-electric-colon-2)
435 (python-indent-electric-colon-3): New tests.
437 2014-12-27 João Távora <joaotavora@gmail.com>
439 * automated/electric-tests.el (autowrapping-7): Tests for
442 2014-12-27 Glenn Morris <rgm@gnu.org>
444 * automated/flymake/warnpred/test.pl: Tweak format, since the
445 previous one seems to have stopped giving a warning with perl 5.20.1.
447 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
449 * automated/python-tests.el (python-shell-get-process-name-1)
450 (python-shell-internal-get-process-name-1): Cleanup.
451 (python-shell-get-process-name-2)
452 (python-shell-internal-get-process-name-2): New tests.
453 (python-shell-calculate-command-1)
454 (python-shell-calculate-process-environment-3)
455 (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
456 (python-shell-make-comint-2, python-shell-make-comint-4)
457 (python-shell-get-process-1, python-util-clone-local-variables-1):
458 Replace obsolete function and variable references with current.
460 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
462 * automated/let-alist.el: require `cl-lib'
463 New tests for accessing alists inside alists.
465 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
467 * automated/let-alist.el: New file.
469 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
471 * automated/seq-tests.el: New file.
473 2014-12-16 Glenn Morris <rgm@gnu.org>
475 * automated/data/flymake/Makefile (check-syntax):
476 Prevent colorized gcc output from confusing flymake.
478 * automated/flymake-tests.el (flymake-tests-data-directory):
479 Change from flymake/warnpred to more standard data/flymake.
480 * automated/flymake/warnpred/: Rename to automated/data/flymake/.
482 2014-12-11 Michael Albinus <michael.albinus@gmx.de>
484 * automated/vc-tests.el (vc-test--revision-granularity-function):
486 (vc-test--create-repo-function): Rename from
487 `vc-test--create-repo-if-not-supported'. Adapt all callees.
488 (vc-test--create-repo): Check also for revision-granularity.
489 (vc-test--unregister-function): Additional argument FILE.
491 (vc-test--working-revision): New defun.
492 (vc-test-*-working-revision): New tests.
494 2014-12-10 Michael Albinus <michael.albinus@gmx.de>
496 * automated/vc-tests.el (vc-test--register): Check, that the file
497 still exists after register and unregister operations.
499 2014-12-06 Michael Albinus <michael.albinus@gmx.de>
501 * automated/vc-tests.el: New file.
503 2014-12-03 Michael Albinus <michael.albinus@gmx.de>
505 * automated/tramp-tests.el (tramp-test29-vc-registered):
506 Fallback for changed `vc-register' argument list.
508 2014-12-03 Glenn Morris <rgm@gnu.org>
510 * automated/tramp-tests.el (tramp-test29-vc-registered):
511 Update for recent incompatible change in vc-register.
513 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
515 * automated/python-tests.el
516 (python-shell-calculate-process-environment-4)
517 (python-shell-calculate-process-environment-5): New tests.
518 (python-shell-make-comint-3): Use file-equal-p.
519 (python-shell-get-or-create-process-1)
520 (python-shell-get-or-create-process-2)
521 (python-shell-get-or-create-process-3): Fix interpreter for
524 2014-11-21 Ulf Jasper <ulf.jasper@web.de>
526 * automated/libxml-tests.el
527 (libxml-tests--data-comments-preserved): Rename from
528 'libxml-tests--data'.
529 (libxml-tests--data-comments-discarded): New.
530 (libxml-tests): Check whether 'libxml-parse-xml-region' is
531 discarding comments correctly.
533 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
535 * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
536 HTML and XML now use no-break space as hard space. Update tests.
537 (tildify-test-foreach-ignore-environments)
538 (tildify-test-foreach-ignore-environments-early-return,
539 (tildify-test-foreach-region)
540 (tildify-test-foreach-region-early-return)
541 (tildify-test-foreach-region-limit-region): New tests of
542 `tildify-foreach-ignore-environments' and
543 `tildify--foreach-region' functions.
544 (with-test-foreach): New helper macro for the above tests.
546 2014-11-17 Glenn Morris <rgm@gnu.org>
548 * automated/occur-tests.el (occur-test-case, occur-test-create):
549 In case of failure, show the actual string, rather than just nil.
550 (occur-tests): Update for apparent change in output re control-chars.
552 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
554 * automated/icalendar-tests.el (icalendar-tests--test-export):
555 New optional parameter `alarms'.
556 (icalendar-export-alarms): New test for exporting icalendar
558 (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
560 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
562 * automated/icalendar-tests.el (icalendar-tests--test-import):
563 Mention timezone in doc string. Clean up.
564 (icalendar-real-world): Add another test case for no-dst
567 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
569 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
570 Add testcase where offsets of standard time and daylight saving time
572 (icalendar-real-world): Fix error in test case. Expected result
573 was wrong when offsets of standard time and daylight saving time
576 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
578 * automated/python-tests.el
579 (python-shell-calculate-process-environment-2): Fix test.
580 (python-shell-calculate-process-environment-1)
581 (python-shell-calculate-process-environment-3): Cleanup.
583 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
585 * automated/python-tests.el (python-indent-dedenters-8): New test
588 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
590 * automated/python-tests.el (python-indent-region-1)
591 (python-indent-region-2, python-indent-region-3)
592 (python-indent-region-4, python-indent-region-5): New tests.
594 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
596 * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
597 * automated/cl-lib-tests.el: Rename from cl-lib.el.
599 2014-10-28 Ulf Jasper <ulf.jasper@web.de>
601 * automated/libxml-tests.el: New file.
603 2014-10-22 Noam Postavsky <npostavs@users.sourceforget.net>
605 * automated/process-tests.el (process-test-quoted-batfile):
608 2014-10-20 Glenn Morris <rgm@gnu.org>
610 * Merge in all changes up to 24.4 release.
612 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
614 * indent/scss-mode.scss: New file.
615 * indent/css-mode.css: Add a few uneventful examples.
617 2014-10-15 Eli Zaretskii <eliz@gnu.org>
619 * BidiCharacterTest.txt: New file, from Unicode.
621 * biditest.el: New file.
623 2014-10-08 Leo Liu <sdl.web@gmail.com>
625 * automated/print-tests.el: New file.
626 (terpri): Tests for terpri. (Bug#18652)
628 2014-10-06 Glenn Morris <rgm@gnu.org>
630 * automated/icalendar-tests.el (icalendar--calendar-style):
631 Remove test, no longer relevant.
633 2014-10-04 Glenn Morris <rgm@gnu.org>
635 * automated/package-x-test.el: Remove file...
636 * automated/package-test.el: ... merge package-x-test.el. (Bug#18574)
638 2014-10-02 Glenn Morris <rgm@gnu.org>
640 * automated/package-test.el (with-package-test, package-test-signed):
641 Also set HOME to a temp value, in case the real one is absent (e.g.
642 hydra) or read-only. (Bug#18575)
643 (package-test-signed): Use skip-unless rather than expected-result.
645 2014-09-26 Leo Liu <sdl.web@gmail.com>
647 * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
648 New tests. (Bug#18557)
650 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
652 * automated/newsticker-tests.el
653 (newsticker--group-find-parent-group),
654 (newsticker--group-do-rename-group): New tests.
656 2014-09-09 Eli Zaretskii <eliz@gnu.org>
658 * automated/fns-tests.el (fns-tests-collate-sort):
659 Bind w32-collate-ignore-punctuation to t when sorting according to
662 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
664 * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
665 (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
667 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
669 * automated/fns-tests.el (fns-tests-compare-strings): In case
670 `compare-strings' shall return t, check for this.
671 (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
673 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
675 * automated/python-tests.el (python-indent-electric-colon-1):
676 New test. (Bug#18228)
678 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
680 * automated/fns-tests.el (fns-tests-sort): New test.
682 2014-08-28 Glenn Morris <rgm@gnu.org>
684 * automated/python-tests.el (python-shell-calculate-exec-path-2):
685 Update test for today's python.el changes.
687 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
689 * automated/compile-tests.el (compile--test-error-line): Grok FILE
690 being nil. Allows for Guile tests to pass.
691 (compile-tests--test-regexps-data): Add Guile tests.
693 2014-08-11 Glenn Morris <rgm@gnu.org>
695 * automated/data/files-bug18141.el.gz: New file.
696 * automated/files.el (files-test-bug-18141-file):
697 New variable and test. (Bug#18141)
699 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
701 Enumerate evaluated sexp diary entries (Bug#7911).
702 * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
703 (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
704 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
705 (icalendar--convert-ordinary-to-ical): Returns cons cell now.
706 (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
709 2014-08-07 Glenn Morris <rgm@gnu.org>
711 * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
713 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
715 * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
716 (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
718 2014-08-03 Glenn Morris <rgm@gnu.org>
720 * automated/Makefile.in (check-tar): New rule.
722 2014-08-02 Glenn Morris <rgm@gnu.org>
724 * automated/fns-tests.el (fns-tests-compare-strings):
725 Update test. (Bug#17903)
727 * automated/icalendar-tests.el (icalendar--decode-isodatetime):
728 Use more precise TZ specification, as per 2013-08-04.
730 2014-07-30 Ulf Jasper <ulf.jasper@web.de>
732 * automated/icalendar-tests.el (icalendar--decode-isodatetime):
735 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
737 * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
739 2014-07-26 Ulf Jasper <ulf.jasper@web.de>
741 * automated/icalendar-tests.el (icalendar-tests--do-test-import):
742 Work around the failures in icalendar-tests which occasionally occur on
745 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
747 * automated/python-tests.el:
748 (python-util-clone-local-variables-1): Fix test.
750 * automated/python-tests.el (python-shell-make-comint-1):
751 (python-shell-make-comint-2): Fix indentation.
752 (python-shell-make-comint-3)
753 (python-shell-make-comint-4): New tests.
754 (python-shell-get-or-create-process-1): Fix test.
755 (python-shell-get-or-create-process-2)
756 (python-shell-get-or-create-process-3): New tests.
757 (python-shell-internal-get-or-create-process-1): Fix test.
758 (python-shell-prompt-detect-1): New test.
759 (python-shell-prompt-detect-2): New test. (Bug#17370)
760 (python-shell-prompt-detect-3)
761 (python-shell-prompt-detect-4)
762 (python-shell-prompt-detect-5)
763 (python-shell-prompt-detect-6)
764 (python-shell-prompt-validate-regexps-1)
765 (python-shell-prompt-validate-regexps-2)
766 (python-shell-prompt-validate-regexps-3)
767 (python-shell-prompt-validate-regexps-4)
768 (python-shell-prompt-validate-regexps-5)
769 (python-shell-prompt-validate-regexps-6)
770 (python-shell-prompt-validate-regexps-7)
771 (python-shell-prompt-set-calculated-regexps-1)
772 (python-shell-prompt-set-calculated-regexps-2)
773 (python-shell-prompt-set-calculated-regexps-3)
774 (python-shell-prompt-set-calculated-regexps-4)
775 (python-shell-prompt-set-calculated-regexps-5)
776 (python-shell-prompt-set-calculated-regexps-6)
777 (python-util-valid-regexp-p-1): New tests.
779 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
781 * automated/advice-tests.el (advice-test-call-interactively): Make sure
782 the function's definition is fully restored at the end.
784 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
786 * automated/python-tests.el (python-indent-block-enders-1)
787 (python-indent-block-enders-2): Fix tests.
788 (python-indent-block-enders-3, python-indent-block-enders-4)
789 (python-indent-block-enders-5, python-indent-dedenters-1)
790 (python-indent-dedenters-2): Remove tests.
791 (python-indent-dedenters-1, python-indent-dedenters-2)
792 (python-indent-dedenters-3, python-indent-dedenters-4)
793 (python-indent-dedenters-5, python-indent-dedenters-6)
794 (python-indent-dedenters-7)
795 (python-info-dedenter-opening-block-position-1)
796 (python-info-dedenter-opening-block-position-2)
797 (python-info-dedenter-opening-block-position-3)
798 (python-info-dedenter-opening-block-positions-1)
799 (python-info-dedenter-opening-block-positions-2)
800 (python-info-dedenter-opening-block-positions-3)
801 (python-info-dedenter-opening-block-positions-4)
802 (python-info-dedenter-opening-block-positions-5)
803 (python-info-dedenter-opening-block-message-1)
804 (python-info-dedenter-opening-block-message-2)
805 (python-info-dedenter-opening-block-message-3)
806 (python-info-dedenter-opening-block-message-4)
807 (python-info-dedenter-opening-block-message-5)
808 (python-info-dedenter-statement-p-1)
809 (python-info-dedenter-statement-p-2)
810 (python-info-dedenter-statement-p-3)
811 (python-info-dedenter-statement-p-4)
812 (python-info-dedenter-statement-p-5): New tests.
814 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
816 * indent/perl.perl: Add indentation pattern for hash-table entries.
818 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
820 * automated/dbus-tests.el (dbus-test02-register-service-session)
821 (dbus-test02-register-service-system): Fix docstring.
822 (dbus-test02-register-service-own-bus)
823 (dbus-test03-peer-interface): New tests.
825 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
827 * automated/python-tests.el (python-tests-self-insert): New function.
828 (python-triple-quote-pairing): Use it.
829 (python-parens-electric-indent-1): New test. (Bug#17658)
831 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
833 * automated/subr-x-tests.el: New file.
835 2014-06-29 Michael Albinus <michael.albinus@gmx.de>
837 * automated/tramp-tests.el (tramp--instrument-test-case):
838 Print debug buffer in any case.
840 2014-06-28 Leo Liu <sdl.web@gmail.com>
842 * automated/calc-tests.el: New file and add tests for math-bignum.
845 2014-06-28 Michael Albinus <michael.albinus@gmx.de>
847 * automated/dbus-tests.el (dbus--test-register-service)
848 (dbus-test02-register-service-session): Replace `dbus-ping' calls
849 by `dbus-list-known-names'. (Bug#17858)
851 2014-06-28 Glenn Morris <rgm@gnu.org>
853 * automated/Makefile.in (GDB): New variable.
854 (emacs): Use $GDB. (Bug#15991)
856 * automated/Makefile.in (WRITE_LOG): New variable.
857 (%.log): Use WRITE_LOG.
858 (test_template): Disable logging.
860 * automated/Makefile.in (TESTS): New list of short PHONY aliases.
861 (test_template): New definition. Apply to TESTS.
863 2014-06-27 Glenn Morris <rgm@gnu.org>
865 * automated/Makefile.in (check-maybe): Rename from check.
866 (check): Re-run all the tests, every time.
867 (clean, mostlyclean): Also delete *.log~.
869 2014-06-26 Glenn Morris <rgm@gnu.org>
871 * automated/package-x-test.el: Do not mess with load-path.
873 * automated/Makefile.in (%.log): If error, dump log to stdout.
875 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
877 * automated/package-test.el (package-test-update-listing)
878 (package-test-update-archives, package-test-describe-package):
879 Adjust tests according to new package-list-unsigned.
881 2014-06-26 Glenn Morris <rgm@gnu.org>
883 * automated/ert-tests.el (no-byte-compile): Set it. (Bug#17851)
885 * automated/eieio-tests.el (no-byte-compile): Set it. (Bug#17852)
887 * automated/Makefile.in: Simplify and parallelize. (Bug#15991)
888 (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
889 (setwins, compile-targets, compile-main, compile-clean): Remove.
890 (GREP_OPTIONS): Unexport.
891 (.el.elc): Replace with pattern rule.
892 (%.elc, %.log): New pattern rules.
893 (ELFILES, LOGFILES): New variables.
894 (check): Depend on LOGFILES. Call ert-summarize-tests-batch-and-exit.
895 (clean, mostlyclean): New rules.
896 (bootstrap-clean): Simplify.
897 (bootstrap-clean, distclean): Depend on clean.
899 2014-06-25 Glenn Morris <rgm@gnu.org>
901 * automated/flymake-tests.el (flymake-tests--current-face):
902 Sleep for longer. Avoid querying.
904 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
906 * automated/fns-tests.el (fns-tests-compare-string): New test.
908 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
910 * automated/tramp-tests.el (tramp-test26-process-file): Extend test
911 according to Bug#17815.
913 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
915 * automated/python-tests.el (python-util-strip-string-1): New test.
917 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
919 Sync with Tramp 2.2.10.
921 * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
922 (tramp--instrument-test-case): Extend docstring.
923 (tramp-test15-copy-directory): Skip for tramp-smb.el.
924 (tramp-test21-file-links): Use `file-truename' for directories.
925 (tramp-test27-start-file-process, tramp-test28-shell-command):
926 Retrieve process output more robustly.
927 (tramp--test-check-files): Extend test.
928 (tramp-test30-special-characters): Skip for tramp-adb.el,
929 tramp-gvfs.el and tramp-smb.el. Add further file names.
931 2014-06-13 Glenn Morris <rgm@gnu.org>
933 * automated/Makefile.in (compile-main):
934 GNU make automatically passes command-line arguments to sub-makes.
936 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
938 * automated/tildify-tests.el (tildify-test--test): Optimize the test
939 slightly by reusing the same temporary buffer across multiple test
942 * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
943 (tildify-test-find-env-group-index-bug): Update to support new
944 signature of the `tildify-foreach-region-outside-env' function.
945 Namely, it now takes pairs as an argument instead of looking it up in
946 `tildify-ignored-environments-alist'.
948 * automated/tildify-tests.el (tildify-test--example-html): Add support
949 for generating XML code, so that…
950 (tildify-test-xml) …test can be added to check handling of XML
953 * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
954 New test checking end-regex building when multiple environment pairs
955 use integers to refer to capture groups.
957 * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
958 test checking end-regex building in `tildify-find-env' function when
959 integers (denoting capture groups) and strings are mixed together.
961 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
963 * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
964 (tramp-test29-vc-registered): Set $BZR_HOME. Remove instrumentation.
966 2014-06-01 Michael Albinus <michael.albinus@gmx.de>
968 * automated/tramp-tests.el (tramp-test29-vc-registered):
969 Instrument failed test case.
971 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
973 * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
974 (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
976 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
978 * automated/tildify-tests.el: New file.
980 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
982 * indent/ruby.rb: Add one more test.
984 * indent/ps-mode.ps: New file.
986 * indent/octave.m: Add a few more tests.
988 * automated/core-elisp-tests.el
989 (core-elisp-test-window-configurations): New test.
991 2014-05-26 Glenn Morris <rgm@gnu.org>
993 * automated/package-test.el (package-test-install-single):
994 Update for changed output.
996 2014-05-22 Glenn Morris <rgm@gnu.org>
998 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
999 Fix handling of temporary elc files.
1001 * automated/fns-tests.el (fns-tests-nreverse):
1002 Update for changed string behavior.
1004 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
1006 * automated/fns-tests.el: New file.
1007 * automated/fns-tests.el (fns-tests-nreverse)
1008 (fns-tests-nreverse-bool-vector): New tests.
1010 2014-05-08 Glenn Morris <rgm@gnu.org>
1012 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1013 (vc-bzr-test-faulty-bzr-autoloads):
1014 Give bzr a temporary home-directory, in case the real one is missing.
1016 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
1018 * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
1021 2014-05-08 Glenn Morris <rgm@gnu.org>
1023 * automated/help-fns.el: New file.
1025 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
1027 * automated/undo-tests.el (undo-test-region-deletion): New test to
1028 demonstrate bug#17235.
1029 (undo-test-region-example): New test to verify example given in
1030 comments for undo-make-selective-list.
1032 2014-04-25 Michael Albinus <michael.albinus@gmx.de>
1034 * automated/tramp-tests.el (top):
1035 * automated/file-notify-tests.el (top): Do not disable interactive
1036 passwords in batch mode.
1037 (password-cache-expiry): Set to nil.
1039 * automated/file-notify-tests.el
1040 (file-notify-test-remote-temporary-file-directory):
1041 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1042 Use a mock-up method as default.
1043 (tramp-test00-availability): Print the used directory name.
1044 (tramp-test33-recursive-load): Fix typo.
1046 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1048 * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
1049 (tramp-test30-special-characters): Remove test for backslash.
1051 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
1053 * automated/tramp-tests.el
1054 (tramp-test19-directory-files-and-attributes)
1055 (tramp-test22-file-times): Check for `file-attributes' equality
1056 only if there is a usable timestamp.
1057 (tramp--test-check-files): Do not use `copy-sequence'.
1059 2014-04-22 Daniel Colascione <dancol@dancol.org>
1061 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1063 (test-byte-comp-macro-expansion)
1064 (test-byte-comp-macro-expansion-eval-and-compile)
1065 (test-byte-comp-macro-expansion-eval-when-compile)
1066 (test-byte-comp-macro-expand-lexical-override): Use it.
1067 (test-eager-load-macro-expansion)
1068 (test-eager-load-macro-expansion-eval-and-compile)
1069 (test-eager-load-macro-expansion-eval-when-compile)
1070 (test-eager-load-macro-expand-lexical-override): New tests.
1072 * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
1073 account for removal of `cl-struct-set-slot-value'. Also, move
1074 the defstruct to top level.
1076 2014-04-21 Daniel Colascione <dancol@dancol.org>
1078 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1080 (test-byte-comp-macro-expansion)
1081 (test-byte-comp-macro-expansion-eval-and-compile)
1082 (test-byte-comp-macro-expansion-eval-when-compile)
1083 (test-byte-comp-macro-expand-lexical-override): New tests.
1085 * automated/cl-lib.el (cl-loop-destructuring-with): New test.
1086 (cl-the): Fix cl-the test.
1088 2014-04-20 Daniel Colascione <dancol@dancol.org>
1090 * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
1092 2014-04-19 Michael Albinus <michael.albinus@gmx.de>
1094 * automated/tramp-tests.el (tramp--test-check-files): Extend test.
1095 (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
1097 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1099 * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
1100 (tramp--test-make-temp-name): Optional argument LOCAL.
1101 (tramp--instrument-test-case): Show messages. Catch also `quit'.
1102 (tramp-test10-write-region): No special test for out-of-band copy
1104 (tramp-test11-copy-file, tramp-test12-rename-file)
1105 (tramp-test21-file-links): Extend tests.
1106 (tramp-test20-file-modes): More robust check for user "root".
1107 (tramp--test-check-files): New defun.
1108 (tramp-test30-special-characters, tramp-test33-recursive-load)
1109 (tramp-test34-unload): New tests.
1110 (tramp-test31-utf8, tramp-test32-asynchronous-requests): Rename.
1112 2014-04-11 Glenn Morris <rgm@gnu.org>
1114 * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
1116 2014-04-11 Paul Eggert <eggert@cs.ucla.edu>
1118 * automated/electric-tests.el: Fix spelling error in test name.
1119 (whitespace-skipping-for-quotes-not-outside):
1120 Rename from whitespace-skipping-for-quotes-not-ouside.
1122 2014-04-09 Daniel Colascione <dancol@dancol.org>
1124 * automated/syntax-tests.el: New file.
1126 2014-04-09 Glenn Morris <rgm@gnu.org>
1128 * automated/python-tests.el (python-triple-quote-pairing):
1129 Enable/disable electric-pair-mode as needed.
1131 * automated/electric-tests.el (electric-pair-backspace-1):
1132 Replace deleted function.
1134 2014-04-07 João Távora <joaotavora@gmail.com>
1136 * automated/python-tests.el (python-triple-quote-pairing): New test.
1137 (python-syntax-after-python-backspace): New test.
1139 * automated/electric-tests.el (electric-pair-define-test-form):
1140 More readable test docstrings.
1141 (whitespace-skipping-for-quotes-not-ouside)
1142 (whitespace-skipping-for-quotes-only-inside)
1143 (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
1145 2014-04-04 João Távora <joaotavora@gmail.com>
1147 * automated/electric-tests.el (define-electric-pair-test):
1149 (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1150 (inhibit-in-mismatched-string-inside-c-comments): New test.
1152 2014-04-02 João Távora <joaotavora@gmail.com>
1154 * automated/electric-tests.el (inhibit-if-strings-mismatched):
1155 New test, change from `inhibit-only-of-next-is-mismatched'.
1157 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1159 * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1160 (undo-test-region-t-marker): New tests of marker adjustments.
1161 (undo-test-marker-adjustment-moved):
1162 (undo-test-region-mark-adjustment): New tests to demonstrate
1163 bug#16818, which fail without the fix.
1165 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
1167 * automated/package-test.el (package-test-describe-package):
1168 Fix test failure in non-graphical mode.
1170 2014-03-23 Daniel Colascione <dancol@dancol.org>
1172 * automated/subword-tests.el (subword-tests2): More subword tests.
1174 * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1175 New test: correct parsing of keyword arguments.
1177 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1179 * automated/package-test.el (package-test-describe-package):
1180 Check for the "Keywords: " line.
1182 * automated/data/package/archive-contents: Include the :keywords
1183 field in `simple-single' data form.
1185 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1187 * automated/package-test.el
1188 (package-test-install-two-dependencies): New test (bug#16826).
1190 * automated/data/package/simple-two-depend-1.1.el: New file.
1192 * automated/data/package/archive-contents:
1193 Add info about the new package.
1195 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1197 * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1198 (tramp-test10-write-region): Extend for out-of-band copy.
1199 (tramp-test31-asynchronous-requests): New test.
1201 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1203 * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1204 Add new test of undo in region.
1205 (undo-test-in-region-eob): Add test case described at
1206 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1208 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1210 * automated/tramp-tests.el (tramp--test-enabled)
1211 (tramp-test15-copy-directory): No special handling of tramp-adb.el
1212 anymore. It's fixed in that package.
1214 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1216 * automated/tramp-tests.el (tramp--test-enabled): Move connection
1217 cleanup into this function. Remove respective code from all test
1219 (tramp--instrument-test-case): Declare `indent' and `debug'.
1220 Handle other errors as well.
1221 (tramp-test14-delete-directory): Check for `file-error' error.
1222 (tramp-test15-copy-directory): Ignore return value of
1223 `copy-directory'. It's too much hassle to handle it for tramp-adb.el.
1224 (tramp-test19-directory-files-and-attributes): Take care of
1226 (tramp-test20-file-modes, tramp-test27-start-file-process)
1227 (tramp-test28-shell-command): Skip for tramp-adb.el.
1228 (tramp-test21-file-links): `file-truename' shall preserve trailing
1229 link of directories.
1230 (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1231 (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1232 `kill-buffer-query-functions' to nil.
1233 (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1235 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1237 * automated/tramp-tests.el
1238 (tramp-test19-directory-files-and-attributes): Do not include
1239 directories in comparison; they might have changed their
1242 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1244 * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1245 (tramp-test17-insert-directory): First line could contain more
1246 text, when produced by `ls-lisp'.
1247 (tramp-test19-directory-files-and-attributes): Instrument failed
1250 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1252 * automated/tramp-tests.el (tramp-test17-insert-directory):
1253 Make first line "total 123" optional.
1254 (tramp-test20-file-modes, tramp-test22-file-times)
1255 (tramp-test26-process-file, tramp-test27-start-file-process)
1256 (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1258 (tramp-test20-file-modes): Check for "root" only when there is an
1260 (tramp-test21-file-links): Handle "... not supported" error.
1261 (tramp-test22-file-times): Skip for "don't know" return values.
1262 (tramp-test26-process-file, tramp-test28-shell-command):
1263 Remove color escape sequences.
1264 (tramp-test28-shell-command): Use `accept-process-output' rather
1266 (tramp-test30-utf8): Set coding system `utf-8'.
1268 2014-02-17 Michael Albinus <michael.albinus@gmx.de>
1270 * automated/tramp-tests.el (tramp-test28-shell-command):
1271 Perform an initial `sit-for' prior the while loop.
1273 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1275 Sync with Tramp 2.2.9.
1277 * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1278 (tramp-test28-shell-command): Make a while loop when waiting for
1281 2014-02-11 Michael Albinus <michael.albinus@gmx.de>
1283 * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1284 and `vc-hg'. Declare `tramp-find-executable' and
1285 `tramp-get-remote-path'.
1286 (tramp-test29-vc-registered): New test.
1287 (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1289 2014-02-07 Michael Albinus <michael.albinus@gmx.de>
1291 * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1292 (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1293 (tramp-test28-shell-command): Improve `shell-command' test.
1294 Add `async-shell-command' tests.
1296 2014-02-04 Michael Albinus <michael.albinus@gmx.de>
1298 * automated/file-notify-tests.el (file-notify--wait-for-events):
1299 Use `read-event' instead of `sit-for'.
1300 (file-notify-test02-events): Remove expected result, the bug is
1302 (file-notify-test02-events, file-notify-test03-autorevert):
1303 Use `sleep-for' instead of `sit-for'.
1305 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1307 * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1310 2014-01-27 Michael Albinus <michael.albinus@gmx.de>
1312 * automated/file-notify-tests.el (file-notify--deftest-remote):
1313 Do not skip when the local test has failed. They are unrelated.
1314 (file-notify--wait-for-events): Use `sit-for'. Let-bind
1315 `noninteractive' to nil, otherwise `sit-for' could be degraded to
1317 (file-notify-test02-events): Check for `file-remote-p' instead of
1318 `file-notify--test-remote-enabled'.
1320 2014-01-26 Michael Albinus <michael.albinus@gmx.de>
1322 * automated/file-notify-tests.el (file-notify-test02-events):
1323 Let test case fail for Bug#16519.
1325 2014-01-22 Michael Albinus <michael.albinus@gmx.de>
1327 * automated/file-notify-tests.el (file-notify-test02-events):
1328 Hide Bug#16519, until it is solved.
1330 2014-01-21 Michael Albinus <michael.albinus@gmx.de>
1332 * automated/file-notify-tests.el
1333 (file-notify--test-local-enabled): Fix error in logic.
1334 (file-notify--wait-for-events): New defmacro.
1335 (file-notify-test02-events): Make short breaks between file operations.
1336 Use `file-notify--wait-for-events'. Check, that events have arrived.
1337 (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1339 * automated/comint-testsuite.el
1340 (comint-testsuite-password-strings): Add localized examples.
1342 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
1344 * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1345 case if inotify is not linked with Emacs. Use `read-event' rather
1346 than `sit-for' in order to process events. (Bug#13662)
1348 2014-01-13 Michael Albinus <michael.albinus@gmx.de>
1350 * automated/ert-tests.el (ert-test-record-backtrace):
1351 Reenable test case with adapted test string. (Bug#13064)
1353 2013-12-28 Glenn Morris <rgm@gnu.org>
1355 * automated/electric-tests.el: Require 'elec-pair.
1357 2013-12-26 João Távora <joaotavora@gmail.com>
1359 * automated/electric-tests.el (electric-pair-test-for):
1360 Fix autowrapping tests in batch-mode by running with
1361 `transient-mark-mode' set to `lambda'.
1363 * automated/electric-tests.el: New file.
1365 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
1367 * automated/python-tests.el
1368 (python-nav-lisp-forward-sexp-safe-1): Remove test.
1369 (python-nav-forward-sexp-safe-1): New test.
1371 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
1373 * automated/ruby-mode-tests.el: Add tests for
1374 `ruby-align-to-stmt-keywords'.
1376 * indent/ruby.rb: Update examples to reflect the lack of change in
1377 default indentation of `begin' blocks.
1379 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1381 * indent/ruby.rb: Update examples according to the change
1382 in `smie-indent-close'.
1384 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
1386 * indent/ruby.rb: New examples.
1388 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1390 * automated/python-tests.el (python-indent-dedenters-2): New test.
1392 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1394 * automated/python-tests.el (python-indent-after-comment-1)
1395 (python-indent-after-comment-2): New tests.
1397 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com>
1399 * automated/python-tests.el (python-indent-block-enders-1):
1400 Rename from python-indent-block-enders.
1401 (python-indent-block-enders-2): New test.
1403 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
1405 * indent/js.js: New file.
1407 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
1409 * automated/dbus-tests.el: New file.
1411 2013-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1413 * automated/regexp-tests.el: New file.
1415 2013-11-29 Eli Zaretskii <eliz@gnu.org>
1417 * automated/reftex-tests.el (reftex-parse-from-file-test):
1418 Run temp-dir through file-truename, to make sure the temporary file
1419 names are comparable as strings.
1421 * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1422 Force Unix EOLs by using 'utf-8-unix', since the default of
1423 'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1425 2013-11-28 Glenn Morris <rgm@gnu.org>
1427 * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1429 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1431 * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1432 (EMACSOPT): Use $(PATH_SEP).
1434 2013-11-28 Michael Albinus <michael.albinus@gmx.de>
1436 * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1439 2013-11-27 Michael Albinus <michael.albinus@gmx.de>
1441 * automated/file-notify-tests.el
1442 (file-notify-test-remote-temporary-file-directory):
1443 Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1444 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1445 (file-notify--deftest-remote): Cleanup connection initially.
1446 (file-notify-test03-autorevert): Run also in batch mode. Use a
1447 larger timeout for remote files. `sit-for' 1 second; 0.1 second
1448 does not work on MS Windows. Call `accept-process-output' for
1449 remote files. Apply `string-match' instead of `string-equal', the
1450 messages are different on MS Windows.
1452 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1453 Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1454 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1456 2013-11-23 Glenn Morris <rgm@gnu.org>
1458 * automated/python-tests.el (python-shell-make-comint-1)
1459 (python-shell-make-comint-2, python-shell-get-process-1):
1460 Suppress creation of some temp-files.
1462 * automated/python-tests.el (python-shell-parse-command-1)
1463 (python-shell-make-comint-1, python-shell-make-comint-2)
1464 (python-shell-get-process-1)
1465 (python-shell-internal-get-or-create-process-1):
1466 Skip rather than fail if prereqs not found.
1468 * automated/Makefile.in (emacs):
1469 Empty EMACSLOADPATH rather than unsetting.
1471 2013-11-22 Glenn Morris <rgm@gnu.org>
1473 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1474 Set expected-result.
1476 2013-11-21 Glenn Morris <rgm@gnu.org>
1478 * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1479 (compile-main): Pass XARGS_LIMIT to xargs.
1481 * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1482 (EMACSOPT): Use PATH_SEPARATOR.
1484 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
1486 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1487 Add a failing test for Bug#15874.
1488 (ruby--insert-coding-comment-ruby-style)
1489 (ruby--insert-coding-comment-emacs-style)
1490 (ruby--insert-coding-comment-custom-style):
1491 Add a few tests for `ruby--insert-coding-comment'.
1493 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
1495 Improve API of recently-added bool vector functions (Bug#15912).
1496 * automated/data-tests.el: Adjust to API changes.
1498 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
1500 * automated/tramp-tests.el (tramp-test07-file-exists-p)
1501 (tramp-test08-file-local-copy)
1502 (tramp-test09-insert-file-contents, tramp-test10-write-region)
1503 (tramp-test11-copy-file, tramp-test12-rename-file)
1504 (tramp-test13-make-directory, tramp-test14-delete-directory)
1505 (tramp-test15-copy-directory, tramp-test16-directory-files)
1506 (tramp-test17-insert-directory, tramp-test18-file-attributes)
1507 (tramp-test19-directory-files-and-attributes)
1508 (tramp-test20-file-modes, tramp-test21-file-links)
1509 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1510 (tramp-test24-file-name-completion, tramp-test25-load)
1511 (tramp-test26-process-file, tramp-test27-start-file-process)
1512 (tramp-test28-shell-command): Cleanup connection initially.
1514 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1516 * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1517 connection before running the test.
1519 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1521 * automated/tramp-tests.el (tramp-test15-copy-directory)
1522 (tramp-test16-directory-files, tramp-test17-insert-directory)
1523 (tramp-test18-file-attributes)
1524 (tramp-test19-directory-files-and-attributes)
1525 (tramp-test20-file-modes, tramp-test21-file-links)
1526 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1527 (tramp-test24-file-name-completion, tramp-test25-load)
1528 (tramp-test26-process-file, tramp-test27-start-file-process)
1529 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1530 (tramp-test29-utf8): New test.
1532 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
1534 * automated/file-notify-tests.el (file-notify-test02-events)
1535 (file-notify-test03-autorevert): Suppress messages in `write-region'.
1537 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1538 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1539 (tramp-test26-process-file, tramp-test28-shell-command):
1540 Ensure, that the directory is not empty when calling "ls".
1542 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
1544 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1545 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1546 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1547 (tramp-test09-insert-file-contents, tramp-test10-write-region)
1548 (tramp-test26-process-file): Add tests.
1549 (tramp-test11-copy-file): Remove debug message.
1550 (tramp-test20-file-modes): Special case, if user is "root".
1552 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1554 * automated/file-notify-tests.el:
1555 * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1556 `tramp-remote-path' when running on hydra.
1557 (tramp-test07-file-exists-p): Remove instrumentation code.
1558 (tramp-test26-process-file): Don't use "/bin/true" and
1559 "/bin/false", these paths do not exist on hydra.
1561 2013-11-08 Helmut Eller <eller.helmut@gmail.com>
1563 * automated/process-tests.el: New file.
1565 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1567 * indent/ruby.rb: New examples.
1569 2013-11-06 Glenn Morris <rgm@gnu.org>
1571 * automated/Makefile.in (setwins): Avoid accidental matches.
1573 2013-11-06 Michael Albinus <michael.albinus@gmx.de>
1575 * automated/tramp-tests.el (tramp-test07-file-exists-p):
1576 Fix docstring. Instrument, in order to hunt failure on hydra.
1578 2013-11-06 Glenn Morris <rgm@gnu.org>
1580 * automated/flymake-tests.el (warning-predicate-rx-gcc)
1581 (warning-predicate-function-gcc, warning-predicate-rx-perl)
1582 (warning-predicate-function-perl):
1583 * automated/info-xref.el (info-xref-test-makeinfo):
1584 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1585 (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1587 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1589 * automated/tramp-tests.el: New file.
1591 2013-11-05 Glenn Morris <rgm@gnu.org>
1593 Get rid of --chdir usage.
1594 * automated/Makefile.in (EMACSOPT): Move -L here.
1595 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1596 (setwins): Don't assume called from srcdir. Remove legacy stuff.
1597 (.el.elc): No more need to pass -L here.
1598 (compile-main): Get rid of sub-shell and cd.
1599 (compile-clean, check): Get rid of cd.
1601 Make it possible to run tests with a different working directory.
1602 * automated/flymake-tests.el (flymake-tests-data-directory): New.
1603 (flymake-tests--current-face): Use flymake-tests-data-directory.
1604 (warning-predicate-function-gcc, warning-predicate-rx-perl)
1605 (warning-predicate-function-perl): Adapt for above change.
1606 * automated/zlib-tests.el (zlib-tests-data-directory): New.
1607 (zlib--decompress): Use zlib-tests-data-directory.
1609 * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1610 Remove test that makes no sense.
1612 * automated/files.el (files-test-local-variable-data):
1613 Fix result typo presumably caused by interference from dir-locals.
1614 (file-test--do-local-variables-test): Prevent dir-locals interfering.
1616 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1618 * indent/ruby.rb: Add a statement on the line after heredoc.
1619 Move a now-successful example.
1621 * automated/ruby-mode-tests.el: Remove outdated comment.
1623 2013-11-04 Glenn Morris <rgm@gnu.org>
1625 * automated/Makefile.in (abs_srcdir): Remove.
1626 (emacs): Unset EMACSLOADPATH.
1627 (.el.elc, check): Use -L to append srcdir to load-path.
1629 2013-11-02 Glenn Morris <rgm@gnu.org>
1631 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1632 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1633 (abs_srcdir): New, set by configure.
1634 (EMACS): Use a relative file name.
1635 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1636 (lisp-compile): Remove (assume it's up-to-date).
1637 (compile-main): Do not run lisp-compile.
1638 (compile-main, compile-clean, compile-always, bootstrap-clean)
1639 (check): Use srcdir rather than $test. Check cd return value.
1641 (doit, compile, compile-always): Remove stuff copied from lisp/.
1642 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1644 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
1646 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1647 Add a skipping test.
1649 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1651 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1653 * indent/css-mode.css (.x2): Test alignement inside braces.
1655 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1657 * indent/ruby.rb: New failing example.
1659 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1660 Fix the test, in respect to adding the space after the curly.
1662 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1664 * automated/ert-tests.el (ert-test-skip-unless): New test case.
1665 (ert-test-deftest): Adapt test for changed macro expansion.
1666 (ert-test-run-tests-interactively):
1667 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1668 Add a skipping test.
1670 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1671 (file-notify--test-local-enabled): Make it a function. Check also
1672 for `file-remote-p' of `temporary-file-directory'.
1673 (file-notify--test-remote-enabled-checked): New defvar.
1674 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
1675 internal functions. Cache result.
1676 (file-notify--deftest-remote, file-notify-test00-availability)
1677 (file-notify-test01-add-watch, file-notify-test02-events)
1678 (file-notify-test03-autorevert): Add checks with `skip_unless'.
1679 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1681 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1683 * indent/ruby.rb: Fix syntax error in the latest example.
1685 2013-10-23 Glenn Morris <rgm@gnu.org>
1687 * automated/Makefile.in (abs_top_srcdir, top_builddir):
1688 New, set by configure.
1689 (top_srcdir): Remove.
1690 (abs_test, abs_lispsrc): New.
1691 (lisp): No longer absolute.
1692 (emacs, lisp-compile, compile, compile-always):
1693 Quote entities that might contain whitespace.
1695 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
1697 * indent/ruby.rb: Move two examples to "working" section, add one
1700 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1702 * indent/ruby.rb: New examples for indentation of blocks.
1703 Example of hash inside parens that inflooped before the present commit.
1705 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1707 * automated/timer-tests.el: New file. Tests that (sit-for 0)
1708 allows another timer to run.
1710 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1712 * indent/ruby.rb: More examples for bug#15594, both failing and
1715 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1717 * indent/ruby.rb: Add two more cases.
1719 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1721 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1723 (ruby-should-indent): Use indent-according-to-mode.
1724 (ruby-deftest-move-to-block): Use `declare'.
1726 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1728 * indent/ruby.rb: Fix a spurious change, add more failing examples.
1730 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1732 * indent/ruby.rb: Add a few more tests; adjust some indentation.
1734 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1736 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1737 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1739 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1741 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1743 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1744 Adjust indentation of continued line to the new SMIE behavior.
1746 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1748 * automated/completion-tests.el:
1749 * indent/css-mode.css: New files.
1751 2013-10-03 Daiki Ueno <ueno@gnu.org>
1753 * automated/data/package/signed/archive-contents:
1754 * automated/data/package/signed/archive-contents.sig:
1755 * automated/data/package/signed/signed-good-1.0.el:
1756 * automated/data/package/signed/signed-good-1.0.el.sig:
1757 * automated/data/package/signed/signed-bad-1.0.el:
1758 * automated/data/package/signed/signed-bad-1.0.el.sig:
1759 * automated/data/package/key.pub:
1760 * automated/data/package/key.sec: New files.
1762 * automated/package-test.el (package-test-update-listing)
1763 (package-test-update-archives, package-test-describe-package):
1764 Adjust to package.el change.
1765 (package-test-signed): New test.
1767 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1769 * automated/package-test.el: Update all cases to use :url instead
1772 * automated/package-x-test.el
1773 (package-x-test--single-archive-entry-1-3): Same.
1775 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1777 * automated/package-test.el (simple-single-desc-1-4): Remove, it
1779 (simple-single-desc): Expect :homepage property.
1780 (multi-file-desc): Same.
1781 (with-package-test): Do not save previous `default-directory'
1782 value, let-bind the var instead.
1783 (package-test-install-single): Expect :homepage property in the
1785 (package-test-describe-package): Expect Homepage button.
1786 (package-test-describe-non-installed-package)
1787 (package-test-describe-non-installed-multi-file-package): Same.
1788 (package-test-describe-not-installed-package): Remove, it was a
1791 * automated/package-x-test.el
1792 (package-x-test--single-archive-entry-1-3): Expect :homepage
1794 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1796 * automated/data/package/simple-single-1.3.el: Add URL header.
1798 * automated/data/package/archive-contents: Add :homepage
1799 properties to `simple-single' and `multi-file'.
1801 2013-09-22 Daniel Colascione <dancol@dancol.org>
1803 * automated/data-tests.el:
1804 (bool-vector-count-matches-all-0-nil)
1805 (bool-vector-count-matches-all-0-t)
1806 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1807 (bool-vector-count-matches-at, bool-vector-intersection-op)
1808 (bool-vector-union-op, bool-vector-xor-op)
1809 (bool-vector-set-difference-op)
1810 (bool-vector-change-detection, bool-vector-not): New tests.
1811 (mock-bool-vector-count-matches-at)
1812 (test-bool-vector-bv-from-hex-string)
1813 (test-bool-vector-to-hex-string)
1814 (test-bool-vector-count-matches-at-tc)
1815 (test-bool-vector-apply-mock-op)
1816 (test-bool-vector-binop): New helper functions.
1817 (bool-vector-test-vectors): New testcase data.
1819 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
1821 * automated/advice-tests.el (advice-test-called-interactively-p-around)
1822 (advice-test-called-interactively-p-filter-args)
1823 (advice-test-called-interactively-p-around): New tests.
1825 2013-09-16 Glenn Morris <rgm@gnu.org>
1827 * automated/eshell.el (eshell-match-result):
1828 Return a more informative failure than simply "false". Update callers.
1830 * automated/eshell.el (eshell-test/for-name-shadow-loop):
1831 Test value before and after loop as well as during.
1833 2013-09-15 Glenn Morris <rgm@gnu.org>
1835 * automated/eshell.el (eshell-test/for-name-shadow-loop):
1836 New test. (Bug#15372)
1837 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1839 2013-09-13 Glenn Morris <rgm@gnu.org>
1841 * automated/eshell.el (with-temp-eshell):
1842 Use a temp directory for eshell-directory-name.
1843 (eshell-test-command-result): New, again using a temp directory.
1844 Replace eshell-command-result with this throughout.
1845 (eshell-test/for-loop, eshell-test/for-name-loop):
1846 Ensure environment variables don't confuse us.
1848 2013-09-12 Glenn Morris <rgm@gnu.org>
1850 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1851 due to "has a running process; kill it?" prompts.
1853 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1855 * automated/eshell.el: Rename from eshell.el.
1856 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1858 2013-09-01 Glenn Morris <rgm@gnu.org>
1860 * automated/Makefile.in (setwins): Avoid leading space in $wins.
1861 Otherwise the sed command used by eg compile-main ends up
1862 containing "/*.el". (Bug#15170)
1864 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1866 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1867 for portability to hosts where /bin/sh has problems.
1869 2013-08-21 David Engster <deng@randomsample.de>
1871 * automated/eieio-tests.el, automated/eieio-test-persist.el:
1872 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1873 upstream. Changed to use ERT.
1875 2013-08-14 Daniel Hackney <dan@haxney.org>
1877 * automated/package-test.el: Remove tar-package-building functions.
1878 Tar file used for testing is included in the repository.
1879 (package-test-install-texinfo, package-test-cleanup-built-files):
1882 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1884 * automated/python-tests.el (python-imenu-create-index-4)
1885 (python-imenu-create-flat-index-2): New tests.
1887 2013-08-05 Glenn Morris <rgm@gnu.org>
1889 * automated/mule-util.el: New file, with tests extracted from
1890 lisp/international/mule-util.el.
1892 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1894 * automated/advice-tests.el (advice-tests-nadvice): Test removal
1896 (advice-tests-macroaliases): New test.
1898 2013-08-04 Glenn Morris <rgm@gnu.org>
1900 * automated/ert-tests.el: Disable failing test that no-one seems
1901 to know how to fix. (Bug#13064)
1903 * automated/icalendar-tests.el (icalendar-tests--test-export)
1904 (icalendar-tests--test-import): Try more precise TZ specification.
1905 Remove debug messages.
1907 2013-08-03 Glenn Morris <rgm@gnu.org>
1909 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1911 * automated/icalendar-tests.el (icalendar-tests--test-export)
1912 (icalendar-tests--test-import):
1913 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
1914 (icalendar-tests--test-import): Reset zone even if error occurred.
1916 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1918 * automated/core-elisp-tests.el: New file.
1920 2013-08-01 Glenn Morris <rgm@gnu.org>
1922 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1923 Try to check that the remote system has a notification program.
1925 2013-07-31 Glenn Morris <rgm@gnu.org>
1927 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1929 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1931 * automated/file-notify-tests.el
1932 (file-notify--test-local-enabled): New defconst. Replaces all
1933 `file-notify-support' occurrences.
1934 (file-notify--test-remote-enabled): New defun.
1935 (file-notify--deftest-remote): Use it.
1936 (file-notify-test00-availability): Rewrite.
1937 (file-notify-test00-availability-remote): New defun.
1938 (file-notify-test01-add-watch): Rewrite first erroneous check.
1940 2013-07-23 Glenn Morris <rgm@gnu.org>
1942 * automated/inotify-test.el (inotify-file-watch-simple):
1943 Delete temp-file when done.
1945 * automated/subword-tests.el: Require subword.
1947 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1949 * automated/subword-tests.el: New file.
1951 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1953 * automated/python-tests.el (python-imenu-create-index-2)
1954 (python-imenu-create-index-3): New tests.
1956 2013-07-11 Glenn Morris <rgm@gnu.org>
1958 * automated/ert-tests.el: Require cl-lib at runtime too.
1959 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1960 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1961 (ert-test-set-functions, ert-test-gensym)
1962 (ert-test-coerce-to-vector, ert-test-string-position)
1963 (ert-test-mismatch): Remove tests.
1964 * automated/cl-lib.el: New, split from ert-tests.el.
1966 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1968 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1969 (ruby-move-to-block-skips-percent-literal)
1970 (ruby-move-to-block-skips-heredoc)
1971 (ruby-move-to-block-moves-from-else-to-if)
1972 (ruby-beginning-of-defun-does-not-fold-case)
1973 (ruby-end-of-defun-skips-to-next-line-after-the-method):
1974 Replace goto-line with forward-line/goto-char.
1975 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1977 * automated/package-test.el (makeinfo-buffer): Autoload.
1978 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1979 (package-test-install-texinfo): Don't require makeinfo.
1981 * automated/files.el: Stop "local variables" confusion.
1983 * automated/flymake-tests.el (flymake-tests): Remove unused group.
1985 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1986 Use with-current-buffer.
1988 * automated/undo-tests.el (undo-test-buffer-modified)
1989 (undo-test-file-modified): New tests.
1991 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
1993 * automated/file-notify-tests.el (file-notify-test00-availability):
1994 Set :expected-result.
1995 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1996 (file-notify-test02-events, file-notify-test02-events-remote)
1997 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1998 Skip when `file-notify-support' is nil. (Bug#14823)
2000 2013-07-09 Glenn Morris <rgm@gnu.org>
2002 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
2004 (inotify-file-watch-simple): Silence compiler.
2006 * automated/python-tests.el (python-indent-block-enders):
2007 Make it actually test something.
2009 * automated/package-x-test.el: Require package-test when compiling.
2011 * automated/add-log-tests.el, automated/advice-tests.el:
2012 * automated/imenu-test.el, automated/package-x-test.el:
2013 * automated/python-tests.el, automated/ruby-mode-tests.el:
2014 * automated/xml-parse-tests.el: Explicitly require ert.
2016 2013-07-08 Kenichi Handa <handa@gnu.org>
2018 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
2019 Use with-ccoding-priority to avoid side-effect (Bug#14781).
2021 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
2023 * automated/file-notify-tests.el
2024 (file-notify-test-remote-temporary-file-directory):
2025 Use `null-device' on w32.
2026 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
2027 (file-notify--test-results, file-notify--test-event)
2028 (file-notify--deftest-remote, file-notify--event-test)
2029 (file-notify--test-event-handler)
2030 (file-notify--test-make-temp-name): Rename, in order to mark them
2032 (tramp-message-show-message, tramp-read-passwd): Tweak them for
2033 better fitting in noninteractive tests.
2034 (file-notify-test00-availability): Rename from `file-notify-test0'.
2035 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
2036 Use `temporary-file-directory '.
2037 (file-notify-test01-add-watch-remote): New test.
2038 (file-notify-test02-events): Rename from `file-notify-test2'.
2039 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
2040 (file-notify-test03-autorevert): Rename from
2041 `file-notify-test4'. Use timeouts.
2042 (file-notify-test03-autorevert-remote): Rename from
2043 `file-notify-test5'.
2045 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
2047 * automated/file-notify-tests.el: New package.
2049 2013-06-28 Kenichi Handa <handa@gnu.org>
2051 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
2052 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
2054 (decoder-tests-filename): New function.
2055 (decoder-tests-prefer-utf-8-read)
2056 (decoder-tests-prefer-utf-8-write): New function.
2057 (ert-test-decoder-prefer-utf-8): New test.
2059 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
2061 * automated/package-x-test.el: Change the commentary.
2062 (package-x-test--single-archive-entry-1-3)
2063 (package-x-test--single-archive-entry-1-4): Fix the tests, by
2064 using the appropriate data structure.
2066 2013-06-27 Daniel Hackney <dan@haxney.org>
2068 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
2070 * automated/package-x-test.el: New file.
2072 * automated/package-test.el: New file.
2074 * automated/data/package: New directory, with test examples.
2076 2013-06-27 Glenn Morris <rgm@gnu.org>
2078 * automated/python-tests.el (python-tests-with-temp-file):
2079 Clean up after ourself.
2081 * automated/undo-tests.el (undo-test3): Remove test that seems to
2082 do nothing that the previous one doesn't, except leave a tempfile.
2084 2013-06-26 Glenn Morris <rgm@gnu.org>
2086 * automated/info-xref.el: New file.
2088 2013-06-25 Glenn Morris <rgm@gnu.org>
2090 * automated/occur-tests.el (occur-test-create): New function.
2091 Use it to create separate tests for each element, so we run them
2092 all rather than stopping at the first error.
2094 2013-06-24 Glenn Morris <rgm@gnu.org>
2096 * automated/occur-tests.el (occur-tests):
2097 Update for 2013-05-29 change to occur header line.
2099 2013-06-21 Eduard Wiebe <usenet@pusto.de>
2101 Test suite for flymake.
2102 * automated/flymake-tests.el:
2103 * automated/flymake/warnpred/Makefile
2104 * automated/flymake/warnpred/test.c
2105 * automated/flymake/warnpred/test.pl: New files.
2107 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2109 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
2111 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2113 * automated/reftex-tests.el: New test suite for reftex.
2115 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
2117 * automated/ruby-mode-tests.el: New tests, for percent literals
2118 and expression expansion.
2120 2013-05-29 Leo Liu <sdl.web@gmail.com>
2122 * indent/octave.m: Tweak.
2124 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
2126 * eshell.el: Rewrite tests using ERT.
2128 2013-05-25 Leo Liu <sdl.web@gmail.com>
2130 * indent/octave.m: Add tests for %!, # and ### comments.
2132 2013-05-23 Kenichi Handa <handa@gnu.org>
2134 * automated/decoder-tests.el: New file.
2136 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
2138 * indent/ruby.rb: Add multiline regexp example.
2140 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
2141 (ruby-regexp-skips-over-interpolation)
2142 (ruby-regexp-continues-till-end-when-unclosed)
2143 (ruby-regexp-can-be-multiline)
2144 (ruby-interpolation-inside-percent-literal): New tests.
2146 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2148 * indent/ruby.rb: Fix indentation after =; add more cases.
2150 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2152 * indent/pascal.pas: Add test for mis-identified comments.
2154 2013-04-01 Masatake YAMATO <yamato@redhat.com>
2156 * automated/imenu-test.el: New file. (Bug#14112)
2158 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2160 * automated/python-tests.el (python-imenu-prev-index-position-1):
2162 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2165 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2167 * automated/python-tests.el (python-nav-backward-defun-2)
2168 (python-nav-backward-defun-3, python-nav-forward-defun-2)
2169 (python-nav-forward-defun-3): New tests.
2171 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2173 * automated/python-tests.el (python-nav-backward-defun-1)
2174 (python-nav-forward-defun-1): New tests.
2176 2013-04-09 Masatake YAMATO <yamato@redhat.com>
2178 * automated/add-log-tests.el: New file. (Bug#14112)
2180 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2182 * automated/python-tests.el (python-indent-block-enders): New test.
2183 (python-info-current-defun-2): Fix test.
2185 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
2187 * indent/octave.m: Fix encoding error in comment. Add coding tag.
2189 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
2191 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2192 (python-tests-with-temp-file): New macro.
2193 (python-tests-shell-interpreter): New var.
2194 (python-shell-get-process-name-1)
2195 (python-shell-internal-get-process-name-1)
2196 (python-shell-parse-command-1)
2197 (python-shell-calculate-process-environment-1)
2198 (python-shell-calculate-process-environment-2)
2199 (python-shell-calculate-process-environment-3)
2200 (python-shell-calculate-exec-path-1)
2201 (python-shell-calculate-exec-path-2)
2202 (python-shell-make-comint-1)
2203 (python-shell-make-comint-2)
2204 (python-shell-get-process-1)
2205 (python-shell-get-or-create-process-1)
2206 (python-shell-internal-get-or-create-process-1): New tests.
2208 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2210 * automated/python-tests.el: New file.
2212 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2214 * automated/ruby-mode-tests.el
2215 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2216 bits inside the examples.
2217 (ruby-move-to-block-skips-heredoc): New test.
2218 (ruby-add-log-current-method-after-inner-class):
2219 Lower expectations: move point inside a method, initially.
2221 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2223 * automated/ruby-mode-tests.el
2224 (ruby-move-to-block-skips-percent-literal): New test.
2226 2013-02-04 Chong Yidong <cyd@gnu.org>
2228 * automated/thingatpt.el: New file.
2230 2013-02-03 Chong Yidong <cyd@gnu.org>
2232 * automated/files.el (file-test--do-local-variables-test):
2233 Avoid compilation warning message.
2235 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2237 * automated/ruby-mode-tests.el
2238 (ruby-indent-spread-args-in-parens): New test.
2239 * automated/ruby-mode-tests.el (ruby-block-test-example):
2240 Break indentation of the do block opener and add a line inside it.
2241 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2242 Adjust line numbers.
2244 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2246 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
2248 2013-01-14 Glenn Morris <rgm@gnu.org>
2250 * automated/compile-tests.el (compile-tests--test-regexps-data):
2251 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2253 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2255 * automated/man-tests.el: New file.
2257 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2259 * automated/undo-tests.el (undo-test0): Adjust error to code change.
2261 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2263 * automated/undo-tests.el: New file.
2265 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
2267 * automated/ruby-mode-tests.el
2268 (ruby-indent-after-block-in-continued-expression): New test.
2270 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2272 * automated/ruby-mode-tests.el:
2273 Rename one interpolation test; add three more.
2274 (ruby-with-temp-buffer): New macro, use it where appropriate.
2275 (ruby-add-log-current-method-examples): Use "_" for target point.
2276 Add four new tests for ruby-add-log-current-method.
2278 2012-12-11 Glenn Morris <rgm@gnu.org>
2280 * automated/f90.el (f90-test-bug13138): New test.
2282 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2284 * automated/inotify-test.el: New test.
2286 2012-12-02 Chong Yidong <cyd@gnu.org>
2288 * automated/ruby-mode-tests.el
2289 (ruby-add-log-current-method-examples): Don't use loop macro, to
2290 allow automated testing to work.
2292 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2294 * automated/advice-tests.el (advice-tests--data): Remove.
2295 (advice-tests): Move the tests directly here instead.
2296 Add called-interactively-p tests.
2298 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2300 * automated/ert-x-tests.el: Use cl-lib.
2301 * automated/ert-tests.el: Use lexical-binding and cl-lib.
2303 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2305 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2306 (ruby-indent-inside-heredoc-after-operator)
2307 (ruby-indent-inside-heredoc-after-space): New tests.
2308 Change direct font-lock face references to var references.
2309 (ruby-interpolation-suppresses-syntax-inside): New test.
2310 (ruby-interpolation-inside-percent-literal-with-paren):
2313 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2315 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2316 (ruby-singleton-class-no-heredoc-font-lock)
2317 (ruby-add-log-current-method-examples): New tests.
2318 (ruby-test-string): Extract from ruby-should-indent-buffer.
2319 (ruby-deftest-move-to-block): New macro.
2320 Add several move-to-block tests.
2322 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2324 * automated/advice-tests.el: New tests.
2326 2012-10-14 Eli Zaretskii <eliz@gnu.org>
2328 * automated/compile-tests.el (compile-tests--test-regexps-data):
2329 Add new data for msft's new format.
2331 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2333 * automated/ruby-mode-tests.el:
2334 (ruby-toggle-block-to-multiline): New test.
2335 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2336 (ruby-toggle-block-to-brace): Use buffer-string.
2338 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2340 * automated/ruby-mode-tests.el: New tests (Bug#11613).
2342 2012-08-28 Chong Yidong <cyd@gnu.org>
2344 * automated/files.el: Test every combination of values for
2345 enable-local-variables and enable-local-eval.
2347 2012-08-19 Chong Yidong <cyd@gnu.org>
2349 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2351 2012-08-18 Chong Yidong <cyd@gnu.org>
2353 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2355 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
2357 * indent/ruby.rb: Rearrange examples, add new ones.
2359 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
2361 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2362 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2364 2012-08-11 Glenn Morris <rgm@gnu.org>
2366 * automated/files.el: New file.
2368 * automated/Makefile.in (all): Fix typo.
2370 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
2372 * automated/ruby-mode-tests.el (ruby-should-indent):
2373 Add docstring, check (current-indentation) instead of (current-column).
2374 (ruby-should-indent-buffer): New function.
2375 Add tests for `ruby-deep-indent-paren' behavior.
2376 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2378 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
2380 Original tests in test_ruby_mode.rb in upstream (author).
2382 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
2384 * automated/ruby-mode-tests.el (ruby-should-indent)
2385 (ruby-assert-state): New functions.
2388 2012-07-29 David Engster <deng@randomsample.de>
2390 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2391 New variable to hold test data for name expansion.
2392 (xml-parse-tests): Test the two different types of name expansion.
2394 2012-07-29 Juri Linkov <juri@jurta.org>
2396 * automated/occur-tests.el (occur-test-case): Use predefined
2397 buffer name " *test-occur*" instead of a random buffer name.
2399 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2401 * automated/ruby-mode-tests.el: New file with one test.
2403 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2405 * indent/shell.sh: Add test case for ${#VAR}.
2407 * indent/latex-mode.tex: New file.
2409 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2411 * eshell.el: Use cl-lib.
2413 2012-07-03 Chong Yidong <cyd@gnu.org>
2415 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2417 2012-07-02 Chong Yidong <cyd@gnu.org>
2419 * automated/xml-parse-tests.el (xml-parse-tests--data):
2422 2012-07-01 Chong Yidong <cyd@gnu.org>
2424 * automated/xml-parse-tests.el: New file.
2426 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2428 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2431 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
2433 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2434 Test escaped commas in TZID (Bug#11473).
2435 (icalendar-import-with-timezone): New.
2436 (icalendar-real-world): Add new testcase as given in the bugreport
2439 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2441 * automated/icalendar-tests.el (icalendar-tests--test-import):
2442 Include UID in import tests (Bug#11525).
2443 (icalendar-import-non-recurring, icalendar-import-rrule)
2444 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2446 (icalendar-import-with-uid): New.
2447 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2448 Include UID in cycle tests.
2449 (icalendar-cycle, icalendar-real-world): UID-import change.
2451 2012-05-21 Glenn Morris <rgm@gnu.org>
2453 * automated/Makefile.in (setwins): Scrap superfluous subshell.
2455 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
2457 * automated/url-util-tests.el: New file to test
2458 lisp/url/url-util.el. Only `url-build-query-string' and
2459 `url-parse-query-string' are tested right now (Bug#8706).
2461 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2464 * indent/shell.rc: Ad some test cases.
2466 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2468 * indent/ruby.rb: New file, to test new syntax-propertize code.
2470 2012-04-11 Glenn Morris <rgm@gnu.org>
2472 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2474 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2476 * automated/url-future-tests.el (url-future-tests): Move from
2477 lisp/url/url-future.el and rename.
2479 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
2481 * automated/icalendar-tests.el (icalendar-import-non-recurring):
2482 Fix broken test, caused by missing trailing blank.
2484 2011-12-03 Chong Yidong <cyd@gnu.org>
2486 * automated/compile-tests.el (compile-tests--test-regexps-data):
2487 Increase column numbers by one to reflect change in how
2488 compilation-message is recorded (Bug#10172).
2490 2011-11-22 Glenn Morris <rgm@gnu.org>
2492 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2494 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2496 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2498 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2500 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2501 (icalendar-tests--test-export, icalendar-tests--do-test-export):
2502 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2504 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
2506 * automated/newsticker-tests.el
2507 (newsticker--group-manage-orphan-feeds): Remove fsetting of
2508 newsticker--treeview-tree-update.
2510 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
2512 * automated/newsticker-tests.el
2513 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2515 * automated/newsticker-tests.el
2516 (newsticker--group-manage-orphan-feeds): Prevent updating
2517 newsticker treeview. Fixed bug#9763.
2519 2011-10-20 Glenn Morris <rgm@gnu.org>
2521 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2523 * automated/vc-bzr.el: New file.
2525 2011-10-15 Glenn Morris <rgm@gnu.org>
2527 * automated/f90.el: New file.
2529 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
2531 * automated/newsticker-tests.el: Move newsticker-testsuite.el
2532 to automated/newsticker-tests.el. Convert to ERT.
2534 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
2536 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2537 Remove, simply use string=.
2538 (icalendar--diarytime-to-isotime)
2539 (icalendar--datetime-to-diary-date)
2540 (icalendar--datestring-to-isodate)
2541 (icalendar--format-ical-event)
2542 (icalendar--parse-summary-and-rest)
2543 (icalendar-tests--do-test-import)
2544 (icalendar-tests--do-test-cycle): Change argument order of
2545 string= to EXPECTED ACTUAL.
2546 (icalendar--import-format-sample)
2547 (icalendar--format-ical-event)
2548 (icalendar-import-non-recurring)
2549 (icalendar-import-rrule)
2550 (icalendar-import-duration)
2551 (icalendar-import-bug-6766)
2552 (icalendar-real-world): Adjust to string= instead of
2553 icalendar-tests--compare-strings.
2554 (icalendar-import-multiple-vcalendars): New.
2556 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2558 * automated/gnus-tests.el: Add wrapper for Gnus tests.
2561 2011-05-09 Juri Linkov <juri@jurta.org>
2563 * automated/occur-tests.el: Move from test/occur-testsuite.el.
2566 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
2568 * automated/compile-tests.el: New file.
2570 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
2572 * automated/font-parse-tests.el: Don't byte-compile.
2574 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
2576 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2578 * automated/lexbind-tests.el: New file.
2580 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2582 * Version 23.3 released.
2584 2011-03-05 Glenn Morris <rgm@gnu.org>
2586 * eshell.el: Move here from lisp/eshell/esh-test.el.
2588 2011-03-03 Christian Ohler <ohler@gnu.org>
2590 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2593 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
2595 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2596 convert to ERT format.
2598 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
2600 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2601 convert to ERT format.
2603 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2606 * indent/shell.rc: New files.
2608 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
2610 * automated/font-parse-tests.el: Move from
2611 font-parse-testsuite.el.
2613 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
2615 * font-parse-testsuite.el (test-font-parse-data): New file.
2617 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2619 * indent/prolog.prolog: Add tokenizing tests.
2621 2011-01-13 Christian Ohler <ohler@gnu.org>
2623 * automated: New directory for automated tests.
2625 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2627 * automated/Makefile.in: New file.
2629 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2631 * indent/modula2.mod: New file.
2633 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2635 * indent/octave.m: Add a test to ensure indentation is local.
2637 2010-10-23 Glenn Morris <rgm@gnu.org>
2639 * comint-testsuite.el
2640 (comint-testsuite--test-comint-password-prompt-regexp):
2641 Add "Please enter the password". (Bug#7224)
2643 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2645 * indent/prolog.prolog: Use normal spacing around !.
2647 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2649 * indent/octave.m: Remove one more `fixindent'. Use `end'.
2651 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2653 * indent/octave.m: Remove some `fixindent' not needed any more.
2655 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2657 * indent/octave.m: New file.
2659 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2661 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2662 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2663 (icalendar-testsuite--run-internal-tests): New.
2664 (icalendar-testsuite--test-convert-ordinary-to-ical)
2665 (icalendar-testsuite--test-convert-block-to-ical)
2666 (icalendar-testsuite--test-convert-anniversary-to-ical)
2667 (icalendar-testsuite--test-parse-vtimezone)
2668 (icalendar-testsuite--do-test-export): Code formatting.
2669 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2670 (icalendar-testsuite--do-test-import)
2671 (icalendar-testsuite--do-test-cycle):
2672 Use icalendar-testsuite--compare-strings
2673 (icalendar-testsuite--run-import-tests): Comment added.
2674 (icalendar-testsuite--run-import-tests)
2675 (icalendar-testsuite--run-real-world-tests): Fix expected results.
2677 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
2679 * redisplay-testsuite.el (test-redisplay-3): New test.
2681 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
2683 * comint-testsuite.el: New file.
2685 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2689 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2691 * Version 23.2 released.
2693 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
2695 * cedet/semantic-ia-utest.el
2696 (semantic-symref-test-count-hits-in-tag): Add function, from
2699 * cedet/tests/test.cpp:
2700 * cedet/tests/test.py:
2701 * cedet/tests/teststruct.cpp:
2702 * cedet/tests/testtemplates.cpp:
2703 * cedet/tests/testusing.cpp:
2704 * cedet/tests/scopetest.cpp:
2705 * cedet/tests/scopetest.java: Files deleted.
2707 * cedet/tests/test.make:
2708 * cedet/tests/test.c:
2709 * cedet/tests/testjavacomp.java:
2710 * cedet/tests/testspp.c:
2711 * cedet/tests/testsppreplace.c:
2712 * cedet/tests/testsppreplaced.c:
2713 * cedet/tests/testsubclass.cpp:
2714 * cedet/tests/testsubclass.hh:
2715 * cedet/tests/testtypedefs.cpp:
2716 * cedet/tests/testvarnames.c:
2717 * cedet/tests/test.el:
2718 * cedet/tests/testdoublens.cpp:
2719 * cedet/tests/testdoublens.hpp: Add copyright header.
2721 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2722 Remove reference to deleted files.
2724 2010-03-30 Juri Linkov <juri@jurta.org>
2726 * occur-testsuite.el (occur-tests): Add tests for context lines.
2728 2010-03-23 Juri Linkov <juri@jurta.org>
2730 * occur-testsuite.el: New file.
2732 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2736 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2738 * icalendar-testsuite.el
2739 (icalendar-testsuite--run-function-tests): Add new tests.
2740 (icalendar-testsuite--test-diarytime-to-isotime): Add another
2742 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2743 (icalendar-testsuite--test-convert-weekly-to-ical): New.
2744 (icalendar-testsuite--test-convert-yearly-to-ical): New.
2745 (icalendar-testsuite--test-convert-block-to-ical): New.
2746 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2747 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2749 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2751 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2752 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2753 Fix typos in docstrings and error messages.
2754 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2756 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2758 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2759 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2760 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2762 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2764 * icalendar-testsuite.el
2765 (icalendar-testsuite--run-function-tests):
2766 Add icalendar-testsuite--test-parse-vtimezone.
2767 (icalendar-testsuite--test-parse-vtimezone): New.
2768 (icalendar-testsuite--do-test-cycle): Doc changes.
2769 (icalendar-testsuite--run-real-world-tests): Remove trailing
2770 whitespace -- see change of icalendar--add-diary-entry in
2772 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2774 2009-09-30 Glenn Morris <rgm@gnu.org>
2776 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2778 2009-06-26 Eric Ludlam <zappo@gnu.org>
2780 * cedet/*: New unit tests, from CEDET repository.
2782 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
2784 * redisplay-testsuite.el: New file.
2786 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2790 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
2792 * icalendar-testsuite.el
2793 (icalendar-testsuite--run-function-tests):
2794 Add icalendar-testsuite--test-diarytime-to-isotime.
2795 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2796 recent icalendar fixes.
2797 (icalendar-testsuite--test-diarytime-to-isotime): New.
2798 (icalendar-testsuite--test-create-uid): Adjust to recent
2801 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2803 * bytecomp-testsuite.el: New file.
2805 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2807 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2808 Add `icalendar-testsuite--test-create-uid'.
2809 (icalendar-testsuite--test-create-uid): New.
2811 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
2813 * newsticker-testsuite.el: New file.
2815 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
2817 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2818 Add icalendar-testsuite--test-datestring-to-isodate,
2819 icalendar-testsuite--test-datetime-to-diary-date, and
2820 icalendar-testsuite--test-calendar-style.
2821 (icalendar-testsuite--test-format-ical-event)
2822 (icalendar-testsuite--test-parse-summary-and-rest):
2823 Doc fix. Remove european-calendar-style.
2824 (icalendar-testsuite--get-ical-event): Doc fix.
2825 (icalendar-testsuite--test-first-weekday-of-year)
2826 (icalendar-testsuite--run-cycle-tests): Add doc string.
2827 (icalendar-testsuite--test-datestring-to-isodate)
2828 (icalendar-testsuite--test-datetime-to-diary-date)
2829 (icalendar-testsuite--test-calendar-style): New functions.
2830 (icalendar-testsuite--test-export): Handle iso date style.
2831 New arg INPUT-ISO. Use calendar-date-style.
2832 (icalendar-testsuite--test-import): Handle iso date style.
2833 New arg EXPECTED-ISO. Use calendar-date-style.
2834 (icalendar-testsuite--test-cycle): Handle iso date style.
2835 (icalendar-testsuite--run-import-tests)
2836 (icalendar-testsuite--run-export-tests)
2837 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2839 2008-02-29 Glenn Morris <rgm@gnu.org>
2843 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
2845 * icalendar-testsuite.el: New file.
2851 Copyright (C) 2008-2015 Free Software Foundation, Inc.
2853 This file is part of GNU Emacs.
2855 GNU Emacs is free software: you can redistribute it and/or modify
2856 it under the terms of the GNU General Public License as published by
2857 the Free Software Foundation, either version 3 of the License, or
2858 (at your option) any later version.
2860 GNU Emacs is distributed in the hope that it will be useful,
2861 but WITHOUT ANY WARRANTY; without even the implied warranty of
2862 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2863 GNU General Public License for more details.
2865 You should have received a copy of the GNU General Public License
2866 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.