1 2015-03-02 Daniel Colascione <dancol@dancol.org>
3 * automated/finalizer-tests.el (finalizer-basic)
4 (finalizer-circular-reference, finalizer-cross-reference)
5 (finalizer-error): New tests.
7 2015-03-01 Michael Albinus <michael.albinus@gmx.de>
9 * automated/vc-tests.el (vc-test--create-repo): Add check for
10 `vc-responsible-backend'.
11 (vc-test--register): Do not print a message when unsupported.
12 (vc-test--state, vc-test--working-revision): Rework. Raise no
13 error in case of inconsistent result, but document everything.
14 (vc-test--checkout-model): New defun.
15 (vc-test-*-checkout-model): New tests.
17 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
19 * automated/python-tests.el
20 (python-indent-dedent-line-backspace-2)
21 (python-indent-dedent-line-backspace-3): New tests.
23 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
25 * automated/python-tests.el (python-indent-pep8-1)
26 (python-indent-pep8-2, python-indent-pep8-3)
27 (python-indent-after-comment-2): Fix tests.
28 (python-indent-after-comment-3): New test.
30 2015-02-24 Glenn Morris <rgm@gnu.org>
32 * automated/f90.el (f90-test-bug-19809): New test.
34 2015-02-22 Michael Albinus <michael.albinus@gmx.de>
36 * automated/tramp-tests.el (tramp-test17-insert-directory):
37 Suppress localized settings in order to have a proper check for
40 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
42 * automated/eieio-test-methodinvoke.el (make-instance): Add methods
43 here rather than on eieio-constructor.
45 2015-02-13 Magnus Henoch <magnus.henoch@gmail.com>
47 * automated/sasl-scram-rfc-tests.el: New file.
49 2015-02-11 Nicolas Petton <nicolas@petton.fr>
51 * automated/seq-tests.el (test-seq-reverse, test-seq-group-by):
52 Add a test for seq-reverse and update test for seq-group-by to
53 test vectors and strings, not only lists.
55 2015-02-10 Glenn Morris <rgm@gnu.org>
57 * automated/package-test.el (package-test-signed):
58 More informative failure messages.
60 2015-02-09 Nicolas Petton <nicolas@petton.fr>
62 * automated/seq-tests.el (test-seq-group-by): Update test for
63 seq-group-by to check that sequence elements are returned in the
66 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
68 * automated/python-tests.el (python-eldoc--get-symbol-at-point-1)
69 (python-eldoc--get-symbol-at-point-2)
70 (python-eldoc--get-symbol-at-point-3)
71 (python-eldoc--get-symbol-at-point-4): New tests.
73 * automated/python-tests.el (python-tests-visible-string):
75 (python-parens-electric-indent-1)
76 (python-triple-quote-pairing): Fix indentation, move require calls.
77 (python-hideshow-hide-levels-1)
78 (python-hideshow-hide-levels-2): New tests.
80 2015-02-07 Dmitry Gutov <dgutov@yandex.ru>
82 * automated/vc-tests.el (vc-test--working-revision): Fix
83 `vc-working-revision' checks to be compared against nil, which is
84 what is should return for unregistered files.
86 2015-02-06 Nicolas Petton <nicolas@petton.fr>
88 * automated/seq-tests.el: New tests for seq-mapcat, seq-partition
91 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com>
93 * automated/package-test.el (package-test-get-deps): Fix typo.
94 (package-test-sort-by-dependence): New test
96 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
98 * automated/package-test.el (package-test-get-deps): New test.
100 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
102 * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
104 2015-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
106 * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
108 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
110 * automated/python-tests.el (python-indent-pep8-1)
111 (python-indent-pep8-2, python-indent-pep8-3)
112 (python-indent-after-comment-1, python-indent-after-comment-2)
113 (python-indent-inside-paren-1, python-indent-inside-paren-2)
114 (python-indent-after-block-1, python-indent-after-block-2)
115 (python-indent-after-backslash-1, python-indent-after-backslash-2)
116 (python-indent-after-backslash-3, python-indent-block-enders-1)
117 (python-indent-block-enders-2, python-indent-block-enders-3)
118 (python-indent-block-enders-4, python-indent-block-enders-5)
119 (python-indent-dedenters-1, python-indent-dedenters-2)
120 (python-indent-dedenters-3, python-indent-dedenters-4)
121 (python-indent-dedenters-5, python-indent-dedenters-6)
122 (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
123 (python-indent-base-case, python-indent-after-block-3)
124 (python-indent-after-backslash-5, python-indent-inside-paren-3)
125 (python-indent-inside-paren-4, python-indent-inside-paren-5)
126 (python-indent-inside-paren-6, python-indent-inside-string-1)
127 (python-indent-inside-string-2, python-indent-inside-string-3)
128 (python-indent-dedent-line-backspace-1): New Tests.
130 2015-01-28 Glenn Morris <rgm@gnu.org>
132 * automated/regexp-tests.el: Require regexp-opt, which is
133 not preloaded --without-x.
135 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
137 * automated/cl-generic-tests.el: Try and make sure cl-lib is not
138 required at run-time.
140 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
142 * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
145 2015-01-25 Paul Eggert <eggert@cs.ucla.edu>
147 * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
148 This is more portable in shell scripts.
151 2015-01-23 Dmitry Gutov <dgutov@yandex.ru>
153 Fix package tests when TMPDIR is in HOME. (Bug#19657)
154 * automated/package-test.el (with-package-test):
155 Bind `abbreviated-home-dir' to nil.
156 (package-test-describe-package, package-test-signed):
157 Expect abbreviated directory names.
159 2015-01-22 Jorgen Schaefer <contact@jorgenschaefer.de>
161 * automated/package-test.el (package-test-install-prioritized):
162 Re-add the test case and add priority to the correct repository
165 2015-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
167 * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
168 the setf can be used already in the body of the method.
170 2015-01-20 Jorgen Schaefer <contact@jorgenschaefer.de>
172 * automated/package-test.el (package-test-install-prioritized):
173 Remove test due to unreproducible failures.
175 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
177 * automated/descr-text-test.el: New file with tests for
178 `describe-char-eldoc--truncate', `describe-char-eldoc--format',
179 and `describe-char-eldoc'.
181 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
183 * automated/tildify-tests.el (tildify-space-undo-test--test):
184 A new helper function for testing `tildify-double-space-undos'
185 behaviour in the `tildify-space' function.
186 (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
187 (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
188 New tests for `tildify-doule-space-undos' behaviour.
190 * automated/tildify-tests.el (tildify-space-test--test):
191 A new helper function for testing `tildify-space' function.
192 (tildify-space-test-html, tildify-space-test-html-nbsp)
193 (tildify-space-test-xml, tildify-space-test-tex): New tests for
194 `tildify-space' function.
196 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
198 * automated/Makefile.in (EMACS_EXTRAOPT): New var.
201 * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
202 Rename other tests to preserve ordering.
204 2015-01-18 Leo Liu <sdl.web@gmail.com>
206 * automated/seq-tests.el (test-seq-subseq): Add more tests.
209 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
211 * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
212 Test `subclass' specializer.
214 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
216 * automated/eieio-tests.el
217 (eieio-test-37-obsolete-name-in-constructor): New test.
219 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
221 * automated/eieio-tests.el (eieio-test-25-slot-tests)
222 (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
223 (eieio-test-30-slot-attribute-override)
224 (eieio-test-31-slot-attribute-override-class-allocation): Don't check
225 that we enforce :protection since we don't any more.
227 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
228 Use an explicit arg instead of eieio--scoped-class. Update all callers.
230 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
232 * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
235 * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
236 Rename from cl-generic-test-7-after/before.
237 (cl--generic-test-advice): New function.
238 (cl-generic-test-9-advice): New test.
240 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
242 * automated/package-test.el (package-test-install-prioritized):
245 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
247 * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
249 (test-calc-remove-units, test-calc-extract-units)
250 (test-calc-convert-units): New tests.
252 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
254 * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
256 2015-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
258 * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
259 keysym arg instead of relying on internal var eieio--generic-call-key.
261 (eieio-test-cl-generic-1): New tests.
263 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
265 * automated/cl-generic-tests.el: New file.
267 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
269 * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
272 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
273 Update reference to eieio--generic-call-key.
275 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
277 * automated/eieio-tests.el: Use cl-lib. Don't use <class> as a variable.
278 Don't use <class>-list types and <class>-list-p predicates.
280 * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
281 Don't use <class>-list type.
283 * automated/eieio-test-methodinvoke.el
284 (eieio-test-method-order-list-4):
285 Don't use <class> as a variable.
287 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
289 * automated/eieio-tests.el (eieio-test-04-static-method)
290 (eieio-test-05-static-method-2): Use oref-default to access
292 (eieio-test-23-inheritance-check): Don't assume that
293 eieio-class-parents returns class names, or that a class can only have
296 * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
297 Move from eieio-core.el. Rename from eieio-attribute-to-initarg.
298 Change arg to be a class object. Update all callers.
300 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
302 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
303 Adjust to new semantics of eieio--scoped-class.
304 (eieio-test-match): Improve error feedback.
306 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
308 * automated/eieio-tests.el: Remove dummy object names.
310 * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
311 The type FOO-child is the same as FOO.
313 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
315 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
316 Remove use of eieio-generic-call-methodname.
317 (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
318 (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
319 Adjust the expected result accordingly.
321 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
323 * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
325 (tramp-test30-special-characters): Use it. (Bug#19463)
326 (tramp--test-check-files): Filter nil file names out.
328 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
330 Sync with Tramp 2.2.11.
332 * automated/tramp-tests.el (tramp-test30-special-characters):
333 Skip test on MS-Windows.
335 2014-12-27 Glenn Morris <rgm@gnu.org>
337 * automated/let-alist.el: Load dependency.
339 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
341 * automated/python-tests.el
342 (python-shell-completion-native-interpreter-disabled-p-1): New test.
344 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
346 * automated/python-tests.el (python-shell-get-or-create-process-1)
347 (python-shell-get-or-create-process-2)
348 (python-shell-get-or-create-process-3): Remove tests.
350 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
352 * automated/python-tests.el (python-shell-buffer-substring-9): New test.
354 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
356 * automated/python-tests.el (python-shell-buffer-substring-1)
357 (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
358 (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
359 (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
360 (python-shell-buffer-substring-8)
361 (python-info-encoding-from-cookie-1)
362 (python-info-encoding-from-cookie-2)
363 (python-info-encoding-from-cookie-3)
364 (python-info-encoding-from-cookie-4)
365 (python-info-encoding-from-cookie-5)
366 (python-info-encoding-from-cookie-6)
367 (python-info-encoding-from-cookie-7, python-info-encoding-1)
368 (python-info-encoding-2): New tests.
370 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
372 * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
373 expect a given order of "." and "..".
375 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
377 * automated/python-tests.el (python-indent-electric-colon-2)
378 (python-indent-electric-colon-3): New tests.
380 2014-12-27 João Távora <joaotavora@gmail.com>
382 * automated/electric-tests.el (autowrapping-7): Tests for
385 2014-12-27 Glenn Morris <rgm@gnu.org>
387 * automated/flymake/warnpred/test.pl: Tweak format, since the
388 previous one seems to have stopped giving a warning with perl 5.20.1.
390 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
392 * automated/python-tests.el (python-shell-get-process-name-1)
393 (python-shell-internal-get-process-name-1): Cleanup.
394 (python-shell-get-process-name-2)
395 (python-shell-internal-get-process-name-2): New tests.
396 (python-shell-calculate-command-1)
397 (python-shell-calculate-process-environment-3)
398 (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
399 (python-shell-make-comint-2, python-shell-make-comint-4)
400 (python-shell-get-process-1, python-util-clone-local-variables-1):
401 Replace obsolete function and variable references with current.
403 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
405 * automated/let-alist.el: require `cl-lib'
406 New tests for accessing alists inside alists.
408 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
410 * automated/let-alist.el: New file.
412 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
414 * automated/seq-tests.el: New file.
416 2014-12-16 Glenn Morris <rgm@gnu.org>
418 * automated/data/flymake/Makefile (check-syntax):
419 Prevent colorized gcc output from confusing flymake.
421 * automated/flymake-tests.el (flymake-tests-data-directory):
422 Change from flymake/warnpred to more standard data/flymake.
423 * automated/flymake/warnpred/: Rename to automated/data/flymake/.
425 2014-12-11 Michael Albinus <michael.albinus@gmx.de>
427 * automated/vc-tests.el (vc-test--revision-granularity-function):
429 (vc-test--create-repo-function): Rename from
430 `vc-test--create-repo-if-not-supported'. Adapt all callees.
431 (vc-test--create-repo): Check also for revision-granularity.
432 (vc-test--unregister-function): Additional argument FILE.
434 (vc-test--working-revision): New defun.
435 (vc-test-*-working-revision): New tests.
437 2014-12-10 Michael Albinus <michael.albinus@gmx.de>
439 * automated/vc-tests.el (vc-test--register): Check, that the file
440 still exists after register and unregister operations.
442 2014-12-06 Michael Albinus <michael.albinus@gmx.de>
444 * automated/vc-tests.el: New file.
446 2014-12-03 Michael Albinus <michael.albinus@gmx.de>
448 * automated/tramp-tests.el (tramp-test29-vc-registered):
449 Fallback for changed `vc-register' argument list.
451 2014-12-03 Glenn Morris <rgm@gnu.org>
453 * automated/tramp-tests.el (tramp-test29-vc-registered):
454 Update for recent incompatible change in vc-register.
456 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
458 * automated/python-tests.el
459 (python-shell-calculate-process-environment-4)
460 (python-shell-calculate-process-environment-5): New tests.
461 (python-shell-make-comint-3): Use file-equal-p.
462 (python-shell-get-or-create-process-1)
463 (python-shell-get-or-create-process-2)
464 (python-shell-get-or-create-process-3): Fix interpreter for
467 2014-11-21 Ulf Jasper <ulf.jasper@web.de>
469 * automated/libxml-tests.el
470 (libxml-tests--data-comments-preserved): Rename from
471 'libxml-tests--data'.
472 (libxml-tests--data-comments-discarded): New.
473 (libxml-tests): Check whether 'libxml-parse-xml-region' is
474 discarding comments correctly.
476 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
478 * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
479 HTML and XML now use no-break space as hard space. Update tests.
480 (tildify-test-foreach-ignore-environments)
481 (tildify-test-foreach-ignore-environments-early-return,
482 (tildify-test-foreach-region)
483 (tildify-test-foreach-region-early-return)
484 (tildify-test-foreach-region-limit-region): New tests of
485 `tildify-foreach-ignore-environments' and
486 `tildify--foreach-region' functions.
487 (with-test-foreach): New helper macro for the above tests.
489 2014-11-17 Glenn Morris <rgm@gnu.org>
491 * automated/occur-tests.el (occur-test-case, occur-test-create):
492 In case of failure, show the actual string, rather than just nil.
493 (occur-tests): Update for apparent change in output re control-chars.
495 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
497 * automated/icalendar-tests.el (icalendar-tests--test-export):
498 New optional parameter `alarms'.
499 (icalendar-export-alarms): New test for exporting icalendar
501 (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
503 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
505 * automated/icalendar-tests.el (icalendar-tests--test-import):
506 Mention timezone in doc string. Clean up.
507 (icalendar-real-world): Add another test case for no-dst
510 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
512 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
513 Add testcase where offsets of standard time and daylight saving time
515 (icalendar-real-world): Fix error in test case. Expected result
516 was wrong when offsets of standard time and daylight saving time
519 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
521 * automated/python-tests.el
522 (python-shell-calculate-process-environment-2): Fix test.
523 (python-shell-calculate-process-environment-1)
524 (python-shell-calculate-process-environment-3): Cleanup.
526 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
528 * automated/python-tests.el (python-indent-dedenters-8): New test
531 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
533 * automated/python-tests.el (python-indent-region-1)
534 (python-indent-region-2, python-indent-region-3)
535 (python-indent-region-4, python-indent-region-5): New tests.
537 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
539 * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
540 * automated/cl-lib-tests.el: Rename from cl-lib.el.
542 2014-10-28 Ulf Jasper <ulf.jasper@web.de>
544 * automated/libxml-tests.el: New file.
546 2014-10-22 Noam Postavsky <npostavs@users.sourceforget.net>
548 * automated/process-tests.el (process-test-quoted-batfile):
551 2014-10-20 Glenn Morris <rgm@gnu.org>
553 * Merge in all changes up to 24.4 release.
555 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
557 * indent/scss-mode.scss: New file.
558 * indent/css-mode.css: Add a few uneventful examples.
560 2014-10-15 Eli Zaretskii <eliz@gnu.org>
562 * BidiCharacterTest.txt: New file, from Unicode.
564 * biditest.el: New file.
566 2014-10-08 Leo Liu <sdl.web@gmail.com>
568 * automated/print-tests.el: New file.
569 (terpri): Tests for terpri. (Bug#18652)
571 2014-10-06 Glenn Morris <rgm@gnu.org>
573 * automated/icalendar-tests.el (icalendar--calendar-style):
574 Remove test, no longer relevant.
576 2014-10-04 Glenn Morris <rgm@gnu.org>
578 * automated/package-x-test.el: Remove file...
579 * automated/package-test.el: ... merge package-x-test.el. (Bug#18574)
581 2014-10-02 Glenn Morris <rgm@gnu.org>
583 * automated/package-test.el (with-package-test, package-test-signed):
584 Also set HOME to a temp value, in case the real one is absent (e.g.
585 hydra) or read-only. (Bug#18575)
586 (package-test-signed): Use skip-unless rather than expected-result.
588 2014-09-26 Leo Liu <sdl.web@gmail.com>
590 * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
591 New tests. (Bug#18557)
593 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
595 * automated/newsticker-tests.el
596 (newsticker--group-find-parent-group),
597 (newsticker--group-do-rename-group): New tests.
599 2014-09-09 Eli Zaretskii <eliz@gnu.org>
601 * automated/fns-tests.el (fns-tests-collate-sort):
602 Bind w32-collate-ignore-punctuation to t when sorting according to
605 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
607 * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
608 (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
610 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
612 * automated/fns-tests.el (fns-tests-compare-strings): In case
613 `compare-strings' shall return t, check for this.
614 (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
616 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
618 * automated/python-tests.el (python-indent-electric-colon-1):
619 New test. (Bug#18228)
621 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
623 * automated/fns-tests.el (fns-tests-sort): New test.
625 2014-08-28 Glenn Morris <rgm@gnu.org>
627 * automated/python-tests.el (python-shell-calculate-exec-path-2):
628 Update test for today's python.el changes.
630 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
632 * automated/compile-tests.el (compile--test-error-line): Grok FILE
633 being nil. Allows for Guile tests to pass.
634 (compile-tests--test-regexps-data): Add Guile tests.
636 2014-08-11 Glenn Morris <rgm@gnu.org>
638 * automated/data/files-bug18141.el.gz: New file.
639 * automated/files.el (files-test-bug-18141-file):
640 New variable and test. (Bug#18141)
642 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
644 Enumerate evaluated sexp diary entries (Bug#7911).
645 * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
646 (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
647 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
648 (icalendar--convert-ordinary-to-ical): Returns cons cell now.
649 (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
652 2014-08-07 Glenn Morris <rgm@gnu.org>
654 * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
656 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
658 * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
659 (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
661 2014-08-03 Glenn Morris <rgm@gnu.org>
663 * automated/Makefile.in (check-tar): New rule.
665 2014-08-02 Glenn Morris <rgm@gnu.org>
667 * automated/fns-tests.el (fns-tests-compare-strings):
668 Update test. (Bug#17903)
670 * automated/icalendar-tests.el (icalendar--decode-isodatetime):
671 Use more precise TZ specification, as per 2013-08-04.
673 2014-07-30 Ulf Jasper <ulf.jasper@web.de>
675 * automated/icalendar-tests.el (icalendar--decode-isodatetime):
678 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
680 * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
682 2014-07-26 Ulf Jasper <ulf.jasper@web.de>
684 * automated/icalendar-tests.el (icalendar-tests--do-test-import):
685 Work around the failures in icalendar-tests which occasionally occur on
688 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
690 * automated/python-tests.el:
691 (python-util-clone-local-variables-1): Fix test.
693 * automated/python-tests.el (python-shell-make-comint-1):
694 (python-shell-make-comint-2): Fix indentation.
695 (python-shell-make-comint-3)
696 (python-shell-make-comint-4): New tests.
697 (python-shell-get-or-create-process-1): Fix test.
698 (python-shell-get-or-create-process-2)
699 (python-shell-get-or-create-process-3): New tests.
700 (python-shell-internal-get-or-create-process-1): Fix test.
701 (python-shell-prompt-detect-1): New test.
702 (python-shell-prompt-detect-2): New test. (Bug#17370)
703 (python-shell-prompt-detect-3)
704 (python-shell-prompt-detect-4)
705 (python-shell-prompt-detect-5)
706 (python-shell-prompt-detect-6)
707 (python-shell-prompt-validate-regexps-1)
708 (python-shell-prompt-validate-regexps-2)
709 (python-shell-prompt-validate-regexps-3)
710 (python-shell-prompt-validate-regexps-4)
711 (python-shell-prompt-validate-regexps-5)
712 (python-shell-prompt-validate-regexps-6)
713 (python-shell-prompt-validate-regexps-7)
714 (python-shell-prompt-set-calculated-regexps-1)
715 (python-shell-prompt-set-calculated-regexps-2)
716 (python-shell-prompt-set-calculated-regexps-3)
717 (python-shell-prompt-set-calculated-regexps-4)
718 (python-shell-prompt-set-calculated-regexps-5)
719 (python-shell-prompt-set-calculated-regexps-6)
720 (python-util-valid-regexp-p-1): New tests.
722 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
724 * automated/advice-tests.el (advice-test-call-interactively): Make sure
725 the function's definition is fully restored at the end.
727 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
729 * automated/python-tests.el (python-indent-block-enders-1)
730 (python-indent-block-enders-2): Fix tests.
731 (python-indent-block-enders-3, python-indent-block-enders-4)
732 (python-indent-block-enders-5, python-indent-dedenters-1)
733 (python-indent-dedenters-2): Remove tests.
734 (python-indent-dedenters-1, python-indent-dedenters-2)
735 (python-indent-dedenters-3, python-indent-dedenters-4)
736 (python-indent-dedenters-5, python-indent-dedenters-6)
737 (python-indent-dedenters-7)
738 (python-info-dedenter-opening-block-position-1)
739 (python-info-dedenter-opening-block-position-2)
740 (python-info-dedenter-opening-block-position-3)
741 (python-info-dedenter-opening-block-positions-1)
742 (python-info-dedenter-opening-block-positions-2)
743 (python-info-dedenter-opening-block-positions-3)
744 (python-info-dedenter-opening-block-positions-4)
745 (python-info-dedenter-opening-block-positions-5)
746 (python-info-dedenter-opening-block-message-1)
747 (python-info-dedenter-opening-block-message-2)
748 (python-info-dedenter-opening-block-message-3)
749 (python-info-dedenter-opening-block-message-4)
750 (python-info-dedenter-opening-block-message-5)
751 (python-info-dedenter-statement-p-1)
752 (python-info-dedenter-statement-p-2)
753 (python-info-dedenter-statement-p-3)
754 (python-info-dedenter-statement-p-4)
755 (python-info-dedenter-statement-p-5): New tests.
757 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
759 * indent/perl.perl: Add indentation pattern for hash-table entries.
761 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
763 * automated/dbus-tests.el (dbus-test02-register-service-session)
764 (dbus-test02-register-service-system): Fix docstring.
765 (dbus-test02-register-service-own-bus)
766 (dbus-test03-peer-interface): New tests.
768 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
770 * automated/python-tests.el (python-tests-self-insert): New function.
771 (python-triple-quote-pairing): Use it.
772 (python-parens-electric-indent-1): New test. (Bug#17658)
774 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
776 * automated/subr-x-tests.el: New file.
778 2014-06-29 Michael Albinus <michael.albinus@gmx.de>
780 * automated/tramp-tests.el (tramp--instrument-test-case):
781 Print debug buffer in any case.
783 2014-06-28 Leo Liu <sdl.web@gmail.com>
785 * automated/calc-tests.el: New file and add tests for math-bignum.
788 2014-06-28 Michael Albinus <michael.albinus@gmx.de>
790 * automated/dbus-tests.el (dbus--test-register-service)
791 (dbus-test02-register-service-session): Replace `dbus-ping' calls
792 by `dbus-list-known-names'. (Bug#17858)
794 2014-06-28 Glenn Morris <rgm@gnu.org>
796 * automated/Makefile.in (GDB): New variable.
797 (emacs): Use $GDB. (Bug#15991)
799 * automated/Makefile.in (WRITE_LOG): New variable.
800 (%.log): Use WRITE_LOG.
801 (test_template): Disable logging.
803 * automated/Makefile.in (TESTS): New list of short PHONY aliases.
804 (test_template): New definition. Apply to TESTS.
806 2014-06-27 Glenn Morris <rgm@gnu.org>
808 * automated/Makefile.in (check-maybe): Rename from check.
809 (check): Re-run all the tests, every time.
810 (clean, mostlyclean): Also delete *.log~.
812 2014-06-26 Glenn Morris <rgm@gnu.org>
814 * automated/package-x-test.el: Do not mess with load-path.
816 * automated/Makefile.in (%.log): If error, dump log to stdout.
818 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
820 * automated/package-test.el (package-test-update-listing)
821 (package-test-update-archives, package-test-describe-package):
822 Adjust tests according to new package-list-unsigned.
824 2014-06-26 Glenn Morris <rgm@gnu.org>
826 * automated/ert-tests.el (no-byte-compile): Set it. (Bug#17851)
828 * automated/eieio-tests.el (no-byte-compile): Set it. (Bug#17852)
830 * automated/Makefile.in: Simplify and parallelize. (Bug#15991)
831 (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
832 (setwins, compile-targets, compile-main, compile-clean): Remove.
833 (GREP_OPTIONS): Unexport.
834 (.el.elc): Replace with pattern rule.
835 (%.elc, %.log): New pattern rules.
836 (ELFILES, LOGFILES): New variables.
837 (check): Depend on LOGFILES. Call ert-summarize-tests-batch-and-exit.
838 (clean, mostlyclean): New rules.
839 (bootstrap-clean): Simplify.
840 (bootstrap-clean, distclean): Depend on clean.
842 2014-06-25 Glenn Morris <rgm@gnu.org>
844 * automated/flymake-tests.el (flymake-tests--current-face):
845 Sleep for longer. Avoid querying.
847 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
849 * automated/fns-tests.el (fns-tests-compare-string): New test.
851 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
853 * automated/tramp-tests.el (tramp-test26-process-file): Extend test
854 according to Bug#17815.
856 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
858 * automated/python-tests.el (python-util-strip-string-1): New test.
860 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
862 Sync with Tramp 2.2.10.
864 * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
865 (tramp--instrument-test-case): Extend docstring.
866 (tramp-test15-copy-directory): Skip for tramp-smb.el.
867 (tramp-test21-file-links): Use `file-truename' for directories.
868 (tramp-test27-start-file-process, tramp-test28-shell-command):
869 Retrieve process output more robustly.
870 (tramp--test-check-files): Extend test.
871 (tramp-test30-special-characters): Skip for tramp-adb.el,
872 tramp-gvfs.el and tramp-smb.el. Add further file names.
874 2014-06-13 Glenn Morris <rgm@gnu.org>
876 * automated/Makefile.in (compile-main):
877 GNU make automatically passes command-line arguments to sub-makes.
879 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
881 * automated/tildify-tests.el (tildify-test--test): Optimize the test
882 slightly by reusing the same temporary buffer across multiple test
885 * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
886 (tildify-test-find-env-group-index-bug): Update to support new
887 signature of the `tildify-foreach-region-outside-env' function.
888 Namely, it now takes pairs as an argument instead of looking it up in
889 `tildify-ignored-environments-alist'.
891 * automated/tildify-tests.el (tildify-test--example-html): Add support
892 for generating XML code, so that…
893 (tildify-test-xml) …test can be added to check handling of XML
896 * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
897 New test checking end-regex building when multiple environment pairs
898 use integers to refer to capture groups.
900 * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
901 test checking end-regex building in `tildify-find-env' function when
902 integers (denoting capture groups) and strings are mixed together.
904 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
906 * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
907 (tramp-test29-vc-registered): Set $BZR_HOME. Remove instrumentation.
909 2014-06-01 Michael Albinus <michael.albinus@gmx.de>
911 * automated/tramp-tests.el (tramp-test29-vc-registered):
912 Instrument failed test case.
914 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
916 * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
917 (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
919 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
921 * automated/tildify-tests.el: New file.
923 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
925 * indent/ruby.rb: Add one more test.
927 * indent/ps-mode.ps: New file.
929 * indent/octave.m: Add a few more tests.
931 * automated/core-elisp-tests.el
932 (core-elisp-test-window-configurations): New test.
934 2014-05-26 Glenn Morris <rgm@gnu.org>
936 * automated/package-test.el (package-test-install-single):
937 Update for changed output.
939 2014-05-22 Glenn Morris <rgm@gnu.org>
941 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
942 Fix handling of temporary elc files.
944 * automated/fns-tests.el (fns-tests-nreverse):
945 Update for changed string behavior.
947 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
949 * automated/fns-tests.el: New file.
950 * automated/fns-tests.el (fns-tests-nreverse)
951 (fns-tests-nreverse-bool-vector): New tests.
953 2014-05-08 Glenn Morris <rgm@gnu.org>
955 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
956 (vc-bzr-test-faulty-bzr-autoloads):
957 Give bzr a temporary home-directory, in case the real one is missing.
959 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
961 * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
964 2014-05-08 Glenn Morris <rgm@gnu.org>
966 * automated/help-fns.el: New file.
968 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
970 * automated/undo-tests.el (undo-test-region-deletion): New test to
971 demonstrate bug#17235.
972 (undo-test-region-example): New test to verify example given in
973 comments for undo-make-selective-list.
975 2014-04-25 Michael Albinus <michael.albinus@gmx.de>
977 * automated/tramp-tests.el (top):
978 * automated/file-notify-tests.el (top): Do not disable interactive
979 passwords in batch mode.
980 (password-cache-expiry): Set to nil.
982 * automated/file-notify-tests.el
983 (file-notify-test-remote-temporary-file-directory):
984 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
985 Use a mock-up method as default.
986 (tramp-test00-availability): Print the used directory name.
987 (tramp-test33-recursive-load): Fix typo.
989 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
991 * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
992 (tramp-test30-special-characters): Remove test for backslash.
994 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
996 * automated/tramp-tests.el
997 (tramp-test19-directory-files-and-attributes)
998 (tramp-test22-file-times): Check for `file-attributes' equality
999 only if there is a usable timestamp.
1000 (tramp--test-check-files): Do not use `copy-sequence'.
1002 2014-04-22 Daniel Colascione <dancol@dancol.org>
1004 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1006 (test-byte-comp-macro-expansion)
1007 (test-byte-comp-macro-expansion-eval-and-compile)
1008 (test-byte-comp-macro-expansion-eval-when-compile)
1009 (test-byte-comp-macro-expand-lexical-override): Use it.
1010 (test-eager-load-macro-expansion)
1011 (test-eager-load-macro-expansion-eval-and-compile)
1012 (test-eager-load-macro-expansion-eval-when-compile)
1013 (test-eager-load-macro-expand-lexical-override): New tests.
1015 * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
1016 account for removal of `cl-struct-set-slot-value'. Also, move
1017 the defstruct to top level.
1019 2014-04-21 Daniel Colascione <dancol@dancol.org>
1021 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
1023 (test-byte-comp-macro-expansion)
1024 (test-byte-comp-macro-expansion-eval-and-compile)
1025 (test-byte-comp-macro-expansion-eval-when-compile)
1026 (test-byte-comp-macro-expand-lexical-override): New tests.
1028 * automated/cl-lib.el (cl-loop-destructuring-with): New test.
1029 (cl-the): Fix cl-the test.
1031 2014-04-20 Daniel Colascione <dancol@dancol.org>
1033 * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
1035 2014-04-19 Michael Albinus <michael.albinus@gmx.de>
1037 * automated/tramp-tests.el (tramp--test-check-files): Extend test.
1038 (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
1040 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1042 * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
1043 (tramp--test-make-temp-name): Optional argument LOCAL.
1044 (tramp--instrument-test-case): Show messages. Catch also `quit'.
1045 (tramp-test10-write-region): No special test for out-of-band copy
1047 (tramp-test11-copy-file, tramp-test12-rename-file)
1048 (tramp-test21-file-links): Extend tests.
1049 (tramp-test20-file-modes): More robust check for user "root".
1050 (tramp--test-check-files): New defun.
1051 (tramp-test30-special-characters, tramp-test33-recursive-load)
1052 (tramp-test34-unload): New tests.
1053 (tramp-test31-utf8, tramp-test32-asynchronous-requests): Rename.
1055 2014-04-11 Glenn Morris <rgm@gnu.org>
1057 * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
1059 2014-04-11 Paul Eggert <eggert@cs.ucla.edu>
1061 * automated/electric-tests.el: Fix spelling error in test name.
1062 (whitespace-skipping-for-quotes-not-outside):
1063 Rename from whitespace-skipping-for-quotes-not-ouside.
1065 2014-04-09 Daniel Colascione <dancol@dancol.org>
1067 * automated/syntax-tests.el: New file.
1069 2014-04-09 Glenn Morris <rgm@gnu.org>
1071 * automated/python-tests.el (python-triple-quote-pairing):
1072 Enable/disable electric-pair-mode as needed.
1074 * automated/electric-tests.el (electric-pair-backspace-1):
1075 Replace deleted function.
1077 2014-04-07 João Távora <joaotavora@gmail.com>
1079 * automated/python-tests.el (python-triple-quote-pairing): New test.
1080 (python-syntax-after-python-backspace): New test.
1082 * automated/electric-tests.el (electric-pair-define-test-form):
1083 More readable test docstrings.
1084 (whitespace-skipping-for-quotes-not-ouside)
1085 (whitespace-skipping-for-quotes-only-inside)
1086 (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
1088 2014-04-04 João Távora <joaotavora@gmail.com>
1090 * automated/electric-tests.el (define-electric-pair-test):
1092 (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1093 (inhibit-in-mismatched-string-inside-c-comments): New test.
1095 2014-04-02 João Távora <joaotavora@gmail.com>
1097 * automated/electric-tests.el (inhibit-if-strings-mismatched):
1098 New test, change from `inhibit-only-of-next-is-mismatched'.
1100 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1102 * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1103 (undo-test-region-t-marker): New tests of marker adjustments.
1104 (undo-test-marker-adjustment-moved):
1105 (undo-test-region-mark-adjustment): New tests to demonstrate
1106 bug#16818, which fail without the fix.
1108 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
1110 * automated/package-test.el (package-test-describe-package):
1111 Fix test failure in non-graphical mode.
1113 2014-03-23 Daniel Colascione <dancol@dancol.org>
1115 * automated/subword-tests.el (subword-tests2): More subword tests.
1117 * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1118 New test: correct parsing of keyword arguments.
1120 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1122 * automated/package-test.el (package-test-describe-package):
1123 Check for the "Keywords: " line.
1125 * automated/data/package/archive-contents: Include the :keywords
1126 field in `simple-single' data form.
1128 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1130 * automated/package-test.el
1131 (package-test-install-two-dependencies): New test (bug#16826).
1133 * automated/data/package/simple-two-depend-1.1.el: New file.
1135 * automated/data/package/archive-contents:
1136 Add info about the new package.
1138 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1140 * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1141 (tramp-test10-write-region): Extend for out-of-band copy.
1142 (tramp-test31-asynchronous-requests): New test.
1144 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1146 * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1147 Add new test of undo in region.
1148 (undo-test-in-region-eob): Add test case described at
1149 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1151 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1153 * automated/tramp-tests.el (tramp--test-enabled)
1154 (tramp-test15-copy-directory): No special handling of tramp-adb.el
1155 anymore. It's fixed in that package.
1157 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1159 * automated/tramp-tests.el (tramp--test-enabled): Move connection
1160 cleanup into this function. Remove respective code from all test
1162 (tramp--instrument-test-case): Declare `indent' and `debug'.
1163 Handle other errors as well.
1164 (tramp-test14-delete-directory): Check for `file-error' error.
1165 (tramp-test15-copy-directory): Ignore return value of
1166 `copy-directory'. It's too much hassle to handle it for tramp-adb.el.
1167 (tramp-test19-directory-files-and-attributes): Take care of
1169 (tramp-test20-file-modes, tramp-test27-start-file-process)
1170 (tramp-test28-shell-command): Skip for tramp-adb.el.
1171 (tramp-test21-file-links): `file-truename' shall preserve trailing
1172 link of directories.
1173 (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1174 (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1175 `kill-buffer-query-functions' to nil.
1176 (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1178 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1180 * automated/tramp-tests.el
1181 (tramp-test19-directory-files-and-attributes): Do not include
1182 directories in comparison; they might have changed their
1185 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1187 * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1188 (tramp-test17-insert-directory): First line could contain more
1189 text, when produced by `ls-lisp'.
1190 (tramp-test19-directory-files-and-attributes): Instrument failed
1193 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1195 * automated/tramp-tests.el (tramp-test17-insert-directory):
1196 Make first line "total 123" optional.
1197 (tramp-test20-file-modes, tramp-test22-file-times)
1198 (tramp-test26-process-file, tramp-test27-start-file-process)
1199 (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1201 (tramp-test20-file-modes): Check for "root" only when there is an
1203 (tramp-test21-file-links): Handle "... not supported" error.
1204 (tramp-test22-file-times): Skip for "don't know" return values.
1205 (tramp-test26-process-file, tramp-test28-shell-command):
1206 Remove color escape sequences.
1207 (tramp-test28-shell-command): Use `accept-process-output' rather
1209 (tramp-test30-utf8): Set coding system `utf-8'.
1211 2014-02-17 Michael Albinus <michael.albinus@gmx.de>
1213 * automated/tramp-tests.el (tramp-test28-shell-command):
1214 Perform an initial `sit-for' prior the while loop.
1216 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1218 Sync with Tramp 2.2.9.
1220 * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1221 (tramp-test28-shell-command): Make a while loop when waiting for
1224 2014-02-11 Michael Albinus <michael.albinus@gmx.de>
1226 * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1227 and `vc-hg'. Declare `tramp-find-executable' and
1228 `tramp-get-remote-path'.
1229 (tramp-test29-vc-registered): New test.
1230 (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1232 2014-02-07 Michael Albinus <michael.albinus@gmx.de>
1234 * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1235 (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1236 (tramp-test28-shell-command): Improve `shell-command' test.
1237 Add `async-shell-command' tests.
1239 2014-02-04 Michael Albinus <michael.albinus@gmx.de>
1241 * automated/file-notify-tests.el (file-notify--wait-for-events):
1242 Use `read-event' instead of `sit-for'.
1243 (file-notify-test02-events): Remove expected result, the bug is
1245 (file-notify-test02-events, file-notify-test03-autorevert):
1246 Use `sleep-for' instead of `sit-for'.
1248 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1250 * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1253 2014-01-27 Michael Albinus <michael.albinus@gmx.de>
1255 * automated/file-notify-tests.el (file-notify--deftest-remote):
1256 Do not skip when the local test has failed. They are unrelated.
1257 (file-notify--wait-for-events): Use `sit-for'. Let-bind
1258 `noninteractive' to nil, otherwise `sit-for' could be degraded to
1260 (file-notify-test02-events): Check for `file-remote-p' instead of
1261 `file-notify--test-remote-enabled'.
1263 2014-01-26 Michael Albinus <michael.albinus@gmx.de>
1265 * automated/file-notify-tests.el (file-notify-test02-events):
1266 Let test case fail for Bug#16519.
1268 2014-01-22 Michael Albinus <michael.albinus@gmx.de>
1270 * automated/file-notify-tests.el (file-notify-test02-events):
1271 Hide Bug#16519, until it is solved.
1273 2014-01-21 Michael Albinus <michael.albinus@gmx.de>
1275 * automated/file-notify-tests.el
1276 (file-notify--test-local-enabled): Fix error in logic.
1277 (file-notify--wait-for-events): New defmacro.
1278 (file-notify-test02-events): Make short breaks between file operations.
1279 Use `file-notify--wait-for-events'. Check, that events have arrived.
1280 (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1282 * automated/comint-testsuite.el
1283 (comint-testsuite-password-strings): Add localized examples.
1285 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
1287 * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1288 case if inotify is not linked with Emacs. Use `read-event' rather
1289 than `sit-for' in order to process events. (Bug#13662)
1291 2014-01-13 Michael Albinus <michael.albinus@gmx.de>
1293 * automated/ert-tests.el (ert-test-record-backtrace):
1294 Reenable test case with adapted test string. (Bug#13064)
1296 2013-12-28 Glenn Morris <rgm@gnu.org>
1298 * automated/electric-tests.el: Require 'elec-pair.
1300 2013-12-26 João Távora <joaotavora@gmail.com>
1302 * automated/electric-tests.el (electric-pair-test-for):
1303 Fix autowrapping tests in batch-mode by running with
1304 `transient-mark-mode' set to `lambda'.
1306 * automated/electric-tests.el: New file.
1308 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
1310 * automated/python-tests.el
1311 (python-nav-lisp-forward-sexp-safe-1): Remove test.
1312 (python-nav-forward-sexp-safe-1): New test.
1314 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
1316 * automated/ruby-mode-tests.el: Add tests for
1317 `ruby-align-to-stmt-keywords'.
1319 * indent/ruby.rb: Update examples to reflect the lack of change in
1320 default indentation of `begin' blocks.
1322 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1324 * indent/ruby.rb: Update examples according to the change
1325 in `smie-indent-close'.
1327 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
1329 * indent/ruby.rb: New examples.
1331 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1333 * automated/python-tests.el (python-indent-dedenters-2): New test.
1335 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1337 * automated/python-tests.el (python-indent-after-comment-1)
1338 (python-indent-after-comment-2): New tests.
1340 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com>
1342 * automated/python-tests.el (python-indent-block-enders-1):
1343 Rename from python-indent-block-enders.
1344 (python-indent-block-enders-2): New test.
1346 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
1348 * indent/js.js: New file.
1350 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
1352 * automated/dbus-tests.el: New file.
1354 2013-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1356 * automated/regexp-tests.el: New file.
1358 2013-11-29 Eli Zaretskii <eliz@gnu.org>
1360 * automated/reftex-tests.el (reftex-parse-from-file-test):
1361 Run temp-dir through file-truename, to make sure the temporary file
1362 names are comparable as strings.
1364 * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1365 Force Unix EOLs by using 'utf-8-unix', since the default of
1366 'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1368 2013-11-28 Glenn Morris <rgm@gnu.org>
1370 * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1372 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1374 * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1375 (EMACSOPT): Use $(PATH_SEP).
1377 2013-11-28 Michael Albinus <michael.albinus@gmx.de>
1379 * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1382 2013-11-27 Michael Albinus <michael.albinus@gmx.de>
1384 * automated/file-notify-tests.el
1385 (file-notify-test-remote-temporary-file-directory):
1386 Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1387 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1388 (file-notify--deftest-remote): Cleanup connection initially.
1389 (file-notify-test03-autorevert): Run also in batch mode. Use a
1390 larger timeout for remote files. `sit-for' 1 second; 0.1 second
1391 does not work on MS Windows. Call `accept-process-output' for
1392 remote files. Apply `string-match' instead of `string-equal', the
1393 messages are different on MS Windows.
1395 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1396 Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1397 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1399 2013-11-23 Glenn Morris <rgm@gnu.org>
1401 * automated/python-tests.el (python-shell-make-comint-1)
1402 (python-shell-make-comint-2, python-shell-get-process-1):
1403 Suppress creation of some temp-files.
1405 * automated/python-tests.el (python-shell-parse-command-1)
1406 (python-shell-make-comint-1, python-shell-make-comint-2)
1407 (python-shell-get-process-1)
1408 (python-shell-internal-get-or-create-process-1):
1409 Skip rather than fail if prereqs not found.
1411 * automated/Makefile.in (emacs):
1412 Empty EMACSLOADPATH rather than unsetting.
1414 2013-11-22 Glenn Morris <rgm@gnu.org>
1416 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1417 Set expected-result.
1419 2013-11-21 Glenn Morris <rgm@gnu.org>
1421 * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1422 (compile-main): Pass XARGS_LIMIT to xargs.
1424 * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1425 (EMACSOPT): Use PATH_SEPARATOR.
1427 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
1429 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1430 Add a failing test for Bug#15874.
1431 (ruby--insert-coding-comment-ruby-style)
1432 (ruby--insert-coding-comment-emacs-style)
1433 (ruby--insert-coding-comment-custom-style):
1434 Add a few tests for `ruby--insert-coding-comment'.
1436 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
1438 Improve API of recently-added bool vector functions (Bug#15912).
1439 * automated/data-tests.el: Adjust to API changes.
1441 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
1443 * automated/tramp-tests.el (tramp-test07-file-exists-p)
1444 (tramp-test08-file-local-copy)
1445 (tramp-test09-insert-file-contents, tramp-test10-write-region)
1446 (tramp-test11-copy-file, tramp-test12-rename-file)
1447 (tramp-test13-make-directory, tramp-test14-delete-directory)
1448 (tramp-test15-copy-directory, tramp-test16-directory-files)
1449 (tramp-test17-insert-directory, tramp-test18-file-attributes)
1450 (tramp-test19-directory-files-and-attributes)
1451 (tramp-test20-file-modes, tramp-test21-file-links)
1452 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1453 (tramp-test24-file-name-completion, tramp-test25-load)
1454 (tramp-test26-process-file, tramp-test27-start-file-process)
1455 (tramp-test28-shell-command): Cleanup connection initially.
1457 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1459 * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1460 connection before running the test.
1462 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1464 * automated/tramp-tests.el (tramp-test15-copy-directory)
1465 (tramp-test16-directory-files, tramp-test17-insert-directory)
1466 (tramp-test18-file-attributes)
1467 (tramp-test19-directory-files-and-attributes)
1468 (tramp-test20-file-modes, tramp-test21-file-links)
1469 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1470 (tramp-test24-file-name-completion, tramp-test25-load)
1471 (tramp-test26-process-file, tramp-test27-start-file-process)
1472 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1473 (tramp-test29-utf8): New test.
1475 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
1477 * automated/file-notify-tests.el (file-notify-test02-events)
1478 (file-notify-test03-autorevert): Suppress messages in `write-region'.
1480 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1481 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1482 (tramp-test26-process-file, tramp-test28-shell-command):
1483 Ensure, that the directory is not empty when calling "ls".
1485 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
1487 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1488 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1489 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1490 (tramp-test09-insert-file-contents, tramp-test10-write-region)
1491 (tramp-test26-process-file): Add tests.
1492 (tramp-test11-copy-file): Remove debug message.
1493 (tramp-test20-file-modes): Special case, if user is "root".
1495 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1497 * automated/file-notify-tests.el:
1498 * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1499 `tramp-remote-path' when running on hydra.
1500 (tramp-test07-file-exists-p): Remove instrumentation code.
1501 (tramp-test26-process-file): Don't use "/bin/true" and
1502 "/bin/false", these paths do not exist on hydra.
1504 2013-11-08 Helmut Eller <eller.helmut@gmail.com>
1506 * automated/process-tests.el: New file.
1508 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1510 * indent/ruby.rb: New examples.
1512 2013-11-06 Glenn Morris <rgm@gnu.org>
1514 * automated/Makefile.in (setwins): Avoid accidental matches.
1516 2013-11-06 Michael Albinus <michael.albinus@gmx.de>
1518 * automated/tramp-tests.el (tramp-test07-file-exists-p):
1519 Fix docstring. Instrument, in order to hunt failure on hydra.
1521 2013-11-06 Glenn Morris <rgm@gnu.org>
1523 * automated/flymake-tests.el (warning-predicate-rx-gcc)
1524 (warning-predicate-function-gcc, warning-predicate-rx-perl)
1525 (warning-predicate-function-perl):
1526 * automated/info-xref.el (info-xref-test-makeinfo):
1527 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1528 (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1530 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1532 * automated/tramp-tests.el: New file.
1534 2013-11-05 Glenn Morris <rgm@gnu.org>
1536 Get rid of --chdir usage.
1537 * automated/Makefile.in (EMACSOPT): Move -L here.
1538 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1539 (setwins): Don't assume called from srcdir. Remove legacy stuff.
1540 (.el.elc): No more need to pass -L here.
1541 (compile-main): Get rid of sub-shell and cd.
1542 (compile-clean, check): Get rid of cd.
1544 Make it possible to run tests with a different working directory.
1545 * automated/flymake-tests.el (flymake-tests-data-directory): New.
1546 (flymake-tests--current-face): Use flymake-tests-data-directory.
1547 (warning-predicate-function-gcc, warning-predicate-rx-perl)
1548 (warning-predicate-function-perl): Adapt for above change.
1549 * automated/zlib-tests.el (zlib-tests-data-directory): New.
1550 (zlib--decompress): Use zlib-tests-data-directory.
1552 * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1553 Remove test that makes no sense.
1555 * automated/files.el (files-test-local-variable-data):
1556 Fix result typo presumably caused by interference from dir-locals.
1557 (file-test--do-local-variables-test): Prevent dir-locals interfering.
1559 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1561 * indent/ruby.rb: Add a statement on the line after heredoc.
1562 Move a now-successful example.
1564 * automated/ruby-mode-tests.el: Remove outdated comment.
1566 2013-11-04 Glenn Morris <rgm@gnu.org>
1568 * automated/Makefile.in (abs_srcdir): Remove.
1569 (emacs): Unset EMACSLOADPATH.
1570 (.el.elc, check): Use -L to append srcdir to load-path.
1572 2013-11-02 Glenn Morris <rgm@gnu.org>
1574 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1575 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1576 (abs_srcdir): New, set by configure.
1577 (EMACS): Use a relative file name.
1578 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1579 (lisp-compile): Remove (assume it's up-to-date).
1580 (compile-main): Do not run lisp-compile.
1581 (compile-main, compile-clean, compile-always, bootstrap-clean)
1582 (check): Use srcdir rather than $test. Check cd return value.
1584 (doit, compile, compile-always): Remove stuff copied from lisp/.
1585 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1587 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
1589 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1590 Add a skipping test.
1592 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1594 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1596 * indent/css-mode.css (.x2): Test alignement inside braces.
1598 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1600 * indent/ruby.rb: New failing example.
1602 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1603 Fix the test, in respect to adding the space after the curly.
1605 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1607 * automated/ert-tests.el (ert-test-skip-unless): New test case.
1608 (ert-test-deftest): Adapt test for changed macro expansion.
1609 (ert-test-run-tests-interactively):
1610 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1611 Add a skipping test.
1613 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1614 (file-notify--test-local-enabled): Make it a function. Check also
1615 for `file-remote-p' of `temporary-file-directory'.
1616 (file-notify--test-remote-enabled-checked): New defvar.
1617 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
1618 internal functions. Cache result.
1619 (file-notify--deftest-remote, file-notify-test00-availability)
1620 (file-notify-test01-add-watch, file-notify-test02-events)
1621 (file-notify-test03-autorevert): Add checks with `skip_unless'.
1622 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1624 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1626 * indent/ruby.rb: Fix syntax error in the latest example.
1628 2013-10-23 Glenn Morris <rgm@gnu.org>
1630 * automated/Makefile.in (abs_top_srcdir, top_builddir):
1631 New, set by configure.
1632 (top_srcdir): Remove.
1633 (abs_test, abs_lispsrc): New.
1634 (lisp): No longer absolute.
1635 (emacs, lisp-compile, compile, compile-always):
1636 Quote entities that might contain whitespace.
1638 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
1640 * indent/ruby.rb: Move two examples to "working" section, add one
1643 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1645 * indent/ruby.rb: New examples for indentation of blocks.
1646 Example of hash inside parens that inflooped before the present commit.
1648 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1650 * automated/timer-tests.el: New file. Tests that (sit-for 0)
1651 allows another timer to run.
1653 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1655 * indent/ruby.rb: More examples for bug#15594, both failing and
1658 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1660 * indent/ruby.rb: Add two more cases.
1662 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1664 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1666 (ruby-should-indent): Use indent-according-to-mode.
1667 (ruby-deftest-move-to-block): Use `declare'.
1669 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1671 * indent/ruby.rb: Fix a spurious change, add more failing examples.
1673 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1675 * indent/ruby.rb: Add a few more tests; adjust some indentation.
1677 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1679 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1680 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1682 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1684 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1686 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1687 Adjust indentation of continued line to the new SMIE behavior.
1689 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1691 * automated/completion-tests.el:
1692 * indent/css-mode.css: New files.
1694 2013-10-03 Daiki Ueno <ueno@gnu.org>
1696 * automated/data/package/signed/archive-contents:
1697 * automated/data/package/signed/archive-contents.sig:
1698 * automated/data/package/signed/signed-good-1.0.el:
1699 * automated/data/package/signed/signed-good-1.0.el.sig:
1700 * automated/data/package/signed/signed-bad-1.0.el:
1701 * automated/data/package/signed/signed-bad-1.0.el.sig:
1702 * automated/data/package/key.pub:
1703 * automated/data/package/key.sec: New files.
1705 * automated/package-test.el (package-test-update-listing)
1706 (package-test-update-archives, package-test-describe-package):
1707 Adjust to package.el change.
1708 (package-test-signed): New test.
1710 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1712 * automated/package-test.el: Update all cases to use :url instead
1715 * automated/package-x-test.el
1716 (package-x-test--single-archive-entry-1-3): Same.
1718 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1720 * automated/package-test.el (simple-single-desc-1-4): Remove, it
1722 (simple-single-desc): Expect :homepage property.
1723 (multi-file-desc): Same.
1724 (with-package-test): Do not save previous `default-directory'
1725 value, let-bind the var instead.
1726 (package-test-install-single): Expect :homepage property in the
1728 (package-test-describe-package): Expect Homepage button.
1729 (package-test-describe-non-installed-package)
1730 (package-test-describe-non-installed-multi-file-package): Same.
1731 (package-test-describe-not-installed-package): Remove, it was a
1734 * automated/package-x-test.el
1735 (package-x-test--single-archive-entry-1-3): Expect :homepage
1737 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1739 * automated/data/package/simple-single-1.3.el: Add URL header.
1741 * automated/data/package/archive-contents: Add :homepage
1742 properties to `simple-single' and `multi-file'.
1744 2013-09-22 Daniel Colascione <dancol@dancol.org>
1746 * automated/data-tests.el:
1747 (bool-vector-count-matches-all-0-nil)
1748 (bool-vector-count-matches-all-0-t)
1749 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1750 (bool-vector-count-matches-at, bool-vector-intersection-op)
1751 (bool-vector-union-op, bool-vector-xor-op)
1752 (bool-vector-set-difference-op)
1753 (bool-vector-change-detection, bool-vector-not): New tests.
1754 (mock-bool-vector-count-matches-at)
1755 (test-bool-vector-bv-from-hex-string)
1756 (test-bool-vector-to-hex-string)
1757 (test-bool-vector-count-matches-at-tc)
1758 (test-bool-vector-apply-mock-op)
1759 (test-bool-vector-binop): New helper functions.
1760 (bool-vector-test-vectors): New testcase data.
1762 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
1764 * automated/advice-tests.el (advice-test-called-interactively-p-around)
1765 (advice-test-called-interactively-p-filter-args)
1766 (advice-test-called-interactively-p-around): New tests.
1768 2013-09-16 Glenn Morris <rgm@gnu.org>
1770 * automated/eshell.el (eshell-match-result):
1771 Return a more informative failure than simply "false". Update callers.
1773 * automated/eshell.el (eshell-test/for-name-shadow-loop):
1774 Test value before and after loop as well as during.
1776 2013-09-15 Glenn Morris <rgm@gnu.org>
1778 * automated/eshell.el (eshell-test/for-name-shadow-loop):
1779 New test. (Bug#15372)
1780 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1782 2013-09-13 Glenn Morris <rgm@gnu.org>
1784 * automated/eshell.el (with-temp-eshell):
1785 Use a temp directory for eshell-directory-name.
1786 (eshell-test-command-result): New, again using a temp directory.
1787 Replace eshell-command-result with this throughout.
1788 (eshell-test/for-loop, eshell-test/for-name-loop):
1789 Ensure environment variables don't confuse us.
1791 2013-09-12 Glenn Morris <rgm@gnu.org>
1793 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1794 due to "has a running process; kill it?" prompts.
1796 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1798 * automated/eshell.el: Rename from eshell.el.
1799 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1801 2013-09-01 Glenn Morris <rgm@gnu.org>
1803 * automated/Makefile.in (setwins): Avoid leading space in $wins.
1804 Otherwise the sed command used by eg compile-main ends up
1805 containing "/*.el". (Bug#15170)
1807 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1809 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1810 for portability to hosts where /bin/sh has problems.
1812 2013-08-21 David Engster <deng@randomsample.de>
1814 * automated/eieio-tests.el, automated/eieio-test-persist.el:
1815 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1816 upstream. Changed to use ERT.
1818 2013-08-14 Daniel Hackney <dan@haxney.org>
1820 * automated/package-test.el: Remove tar-package-building functions.
1821 Tar file used for testing is included in the repository.
1822 (package-test-install-texinfo, package-test-cleanup-built-files):
1825 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1827 * automated/python-tests.el (python-imenu-create-index-4)
1828 (python-imenu-create-flat-index-2): New tests.
1830 2013-08-05 Glenn Morris <rgm@gnu.org>
1832 * automated/mule-util.el: New file, with tests extracted from
1833 lisp/international/mule-util.el.
1835 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1837 * automated/advice-tests.el (advice-tests-nadvice): Test removal
1839 (advice-tests-macroaliases): New test.
1841 2013-08-04 Glenn Morris <rgm@gnu.org>
1843 * automated/ert-tests.el: Disable failing test that no-one seems
1844 to know how to fix. (Bug#13064)
1846 * automated/icalendar-tests.el (icalendar-tests--test-export)
1847 (icalendar-tests--test-import): Try more precise TZ specification.
1848 Remove debug messages.
1850 2013-08-03 Glenn Morris <rgm@gnu.org>
1852 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1854 * automated/icalendar-tests.el (icalendar-tests--test-export)
1855 (icalendar-tests--test-import):
1856 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
1857 (icalendar-tests--test-import): Reset zone even if error occurred.
1859 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1861 * automated/core-elisp-tests.el: New file.
1863 2013-08-01 Glenn Morris <rgm@gnu.org>
1865 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1866 Try to check that the remote system has a notification program.
1868 2013-07-31 Glenn Morris <rgm@gnu.org>
1870 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1872 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1874 * automated/file-notify-tests.el
1875 (file-notify--test-local-enabled): New defconst. Replaces all
1876 `file-notify-support' occurrences.
1877 (file-notify--test-remote-enabled): New defun.
1878 (file-notify--deftest-remote): Use it.
1879 (file-notify-test00-availability): Rewrite.
1880 (file-notify-test00-availability-remote): New defun.
1881 (file-notify-test01-add-watch): Rewrite first erroneous check.
1883 2013-07-23 Glenn Morris <rgm@gnu.org>
1885 * automated/inotify-test.el (inotify-file-watch-simple):
1886 Delete temp-file when done.
1888 * automated/subword-tests.el: Require subword.
1890 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1892 * automated/subword-tests.el: New file.
1894 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1896 * automated/python-tests.el (python-imenu-create-index-2)
1897 (python-imenu-create-index-3): New tests.
1899 2013-07-11 Glenn Morris <rgm@gnu.org>
1901 * automated/ert-tests.el: Require cl-lib at runtime too.
1902 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1903 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1904 (ert-test-set-functions, ert-test-gensym)
1905 (ert-test-coerce-to-vector, ert-test-string-position)
1906 (ert-test-mismatch): Remove tests.
1907 * automated/cl-lib.el: New, split from ert-tests.el.
1909 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1911 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1912 (ruby-move-to-block-skips-percent-literal)
1913 (ruby-move-to-block-skips-heredoc)
1914 (ruby-move-to-block-moves-from-else-to-if)
1915 (ruby-beginning-of-defun-does-not-fold-case)
1916 (ruby-end-of-defun-skips-to-next-line-after-the-method):
1917 Replace goto-line with forward-line/goto-char.
1918 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1920 * automated/package-test.el (makeinfo-buffer): Autoload.
1921 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1922 (package-test-install-texinfo): Don't require makeinfo.
1924 * automated/files.el: Stop "local variables" confusion.
1926 * automated/flymake-tests.el (flymake-tests): Remove unused group.
1928 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1929 Use with-current-buffer.
1931 * automated/undo-tests.el (undo-test-buffer-modified)
1932 (undo-test-file-modified): New tests.
1934 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
1936 * automated/file-notify-tests.el (file-notify-test00-availability):
1937 Set :expected-result.
1938 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1939 (file-notify-test02-events, file-notify-test02-events-remote)
1940 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1941 Skip when `file-notify-support' is nil. (Bug#14823)
1943 2013-07-09 Glenn Morris <rgm@gnu.org>
1945 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1947 (inotify-file-watch-simple): Silence compiler.
1949 * automated/python-tests.el (python-indent-block-enders):
1950 Make it actually test something.
1952 * automated/package-x-test.el: Require package-test when compiling.
1954 * automated/add-log-tests.el, automated/advice-tests.el:
1955 * automated/imenu-test.el, automated/package-x-test.el:
1956 * automated/python-tests.el, automated/ruby-mode-tests.el:
1957 * automated/xml-parse-tests.el: Explicitly require ert.
1959 2013-07-08 Kenichi Handa <handa@gnu.org>
1961 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1962 Use with-ccoding-priority to avoid side-effect (Bug#14781).
1964 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
1966 * automated/file-notify-tests.el
1967 (file-notify-test-remote-temporary-file-directory):
1968 Use `null-device' on w32.
1969 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1970 (file-notify--test-results, file-notify--test-event)
1971 (file-notify--deftest-remote, file-notify--event-test)
1972 (file-notify--test-event-handler)
1973 (file-notify--test-make-temp-name): Rename, in order to mark them
1975 (tramp-message-show-message, tramp-read-passwd): Tweak them for
1976 better fitting in noninteractive tests.
1977 (file-notify-test00-availability): Rename from `file-notify-test0'.
1978 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1979 Use `temporary-file-directory '.
1980 (file-notify-test01-add-watch-remote): New test.
1981 (file-notify-test02-events): Rename from `file-notify-test2'.
1982 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1983 (file-notify-test03-autorevert): Rename from
1984 `file-notify-test4'. Use timeouts.
1985 (file-notify-test03-autorevert-remote): Rename from
1986 `file-notify-test5'.
1988 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
1990 * automated/file-notify-tests.el: New package.
1992 2013-06-28 Kenichi Handa <handa@gnu.org>
1994 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1995 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1997 (decoder-tests-filename): New function.
1998 (decoder-tests-prefer-utf-8-read)
1999 (decoder-tests-prefer-utf-8-write): New function.
2000 (ert-test-decoder-prefer-utf-8): New test.
2002 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
2004 * automated/package-x-test.el: Change the commentary.
2005 (package-x-test--single-archive-entry-1-3)
2006 (package-x-test--single-archive-entry-1-4): Fix the tests, by
2007 using the appropriate data structure.
2009 2013-06-27 Daniel Hackney <dan@haxney.org>
2011 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
2013 * automated/package-x-test.el: New file.
2015 * automated/package-test.el: New file.
2017 * automated/data/package: New directory, with test examples.
2019 2013-06-27 Glenn Morris <rgm@gnu.org>
2021 * automated/python-tests.el (python-tests-with-temp-file):
2022 Clean up after ourself.
2024 * automated/undo-tests.el (undo-test3): Remove test that seems to
2025 do nothing that the previous one doesn't, except leave a tempfile.
2027 2013-06-26 Glenn Morris <rgm@gnu.org>
2029 * automated/info-xref.el: New file.
2031 2013-06-25 Glenn Morris <rgm@gnu.org>
2033 * automated/occur-tests.el (occur-test-create): New function.
2034 Use it to create separate tests for each element, so we run them
2035 all rather than stopping at the first error.
2037 2013-06-24 Glenn Morris <rgm@gnu.org>
2039 * automated/occur-tests.el (occur-tests):
2040 Update for 2013-05-29 change to occur header line.
2042 2013-06-21 Eduard Wiebe <usenet@pusto.de>
2044 Test suite for flymake.
2045 * automated/flymake-tests.el:
2046 * automated/flymake/warnpred/Makefile
2047 * automated/flymake/warnpred/test.c
2048 * automated/flymake/warnpred/test.pl: New files.
2050 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2052 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
2054 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2056 * automated/reftex-tests.el: New test suite for reftex.
2058 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
2060 * automated/ruby-mode-tests.el: New tests, for percent literals
2061 and expression expansion.
2063 2013-05-29 Leo Liu <sdl.web@gmail.com>
2065 * indent/octave.m: Tweak.
2067 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
2069 * eshell.el: Rewrite tests using ERT.
2071 2013-05-25 Leo Liu <sdl.web@gmail.com>
2073 * indent/octave.m: Add tests for %!, # and ### comments.
2075 2013-05-23 Kenichi Handa <handa@gnu.org>
2077 * automated/decoder-tests.el: New file.
2079 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
2081 * indent/ruby.rb: Add multiline regexp example.
2083 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
2084 (ruby-regexp-skips-over-interpolation)
2085 (ruby-regexp-continues-till-end-when-unclosed)
2086 (ruby-regexp-can-be-multiline)
2087 (ruby-interpolation-inside-percent-literal): New tests.
2089 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2091 * indent/ruby.rb: Fix indentation after =; add more cases.
2093 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2095 * indent/pascal.pas: Add test for mis-identified comments.
2097 2013-04-01 Masatake YAMATO <yamato@redhat.com>
2099 * automated/imenu-test.el: New file. (Bug#14112)
2101 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2103 * automated/python-tests.el (python-imenu-prev-index-position-1):
2105 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2108 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2110 * automated/python-tests.el (python-nav-backward-defun-2)
2111 (python-nav-backward-defun-3, python-nav-forward-defun-2)
2112 (python-nav-forward-defun-3): New tests.
2114 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2116 * automated/python-tests.el (python-nav-backward-defun-1)
2117 (python-nav-forward-defun-1): New tests.
2119 2013-04-09 Masatake YAMATO <yamato@redhat.com>
2121 * automated/add-log-tests.el: New file. (Bug#14112)
2123 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2125 * automated/python-tests.el (python-indent-block-enders): New test.
2126 (python-info-current-defun-2): Fix test.
2128 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
2130 * indent/octave.m: Fix encoding error in comment. Add coding tag.
2132 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
2134 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2135 (python-tests-with-temp-file): New macro.
2136 (python-tests-shell-interpreter): New var.
2137 (python-shell-get-process-name-1)
2138 (python-shell-internal-get-process-name-1)
2139 (python-shell-parse-command-1)
2140 (python-shell-calculate-process-environment-1)
2141 (python-shell-calculate-process-environment-2)
2142 (python-shell-calculate-process-environment-3)
2143 (python-shell-calculate-exec-path-1)
2144 (python-shell-calculate-exec-path-2)
2145 (python-shell-make-comint-1)
2146 (python-shell-make-comint-2)
2147 (python-shell-get-process-1)
2148 (python-shell-get-or-create-process-1)
2149 (python-shell-internal-get-or-create-process-1): New tests.
2151 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2153 * automated/python-tests.el: New file.
2155 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2157 * automated/ruby-mode-tests.el
2158 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2159 bits inside the examples.
2160 (ruby-move-to-block-skips-heredoc): New test.
2161 (ruby-add-log-current-method-after-inner-class):
2162 Lower expectations: move point inside a method, initially.
2164 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2166 * automated/ruby-mode-tests.el
2167 (ruby-move-to-block-skips-percent-literal): New test.
2169 2013-02-04 Chong Yidong <cyd@gnu.org>
2171 * automated/thingatpt.el: New file.
2173 2013-02-03 Chong Yidong <cyd@gnu.org>
2175 * automated/files.el (file-test--do-local-variables-test):
2176 Avoid compilation warning message.
2178 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2180 * automated/ruby-mode-tests.el
2181 (ruby-indent-spread-args-in-parens): New test.
2182 * automated/ruby-mode-tests.el (ruby-block-test-example):
2183 Break indentation of the do block opener and add a line inside it.
2184 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2185 Adjust line numbers.
2187 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2189 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
2191 2013-01-14 Glenn Morris <rgm@gnu.org>
2193 * automated/compile-tests.el (compile-tests--test-regexps-data):
2194 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2196 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2198 * automated/man-tests.el: New file.
2200 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2202 * automated/undo-tests.el (undo-test0): Adjust error to code change.
2204 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2206 * automated/undo-tests.el: New file.
2208 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
2210 * automated/ruby-mode-tests.el
2211 (ruby-indent-after-block-in-continued-expression): New test.
2213 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2215 * automated/ruby-mode-tests.el:
2216 Rename one interpolation test; add three more.
2217 (ruby-with-temp-buffer): New macro, use it where appropriate.
2218 (ruby-add-log-current-method-examples): Use "_" for target point.
2219 Add four new tests for ruby-add-log-current-method.
2221 2012-12-11 Glenn Morris <rgm@gnu.org>
2223 * automated/f90.el (f90-test-bug13138): New test.
2225 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2227 * automated/inotify-test.el: New test.
2229 2012-12-02 Chong Yidong <cyd@gnu.org>
2231 * automated/ruby-mode-tests.el
2232 (ruby-add-log-current-method-examples): Don't use loop macro, to
2233 allow automated testing to work.
2235 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2237 * automated/advice-tests.el (advice-tests--data): Remove.
2238 (advice-tests): Move the tests directly here instead.
2239 Add called-interactively-p tests.
2241 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2243 * automated/ert-x-tests.el: Use cl-lib.
2244 * automated/ert-tests.el: Use lexical-binding and cl-lib.
2246 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2248 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2249 (ruby-indent-inside-heredoc-after-operator)
2250 (ruby-indent-inside-heredoc-after-space): New tests.
2251 Change direct font-lock face references to var references.
2252 (ruby-interpolation-suppresses-syntax-inside): New test.
2253 (ruby-interpolation-inside-percent-literal-with-paren):
2256 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2258 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2259 (ruby-singleton-class-no-heredoc-font-lock)
2260 (ruby-add-log-current-method-examples): New tests.
2261 (ruby-test-string): Extract from ruby-should-indent-buffer.
2262 (ruby-deftest-move-to-block): New macro.
2263 Add several move-to-block tests.
2265 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2267 * automated/advice-tests.el: New tests.
2269 2012-10-14 Eli Zaretskii <eliz@gnu.org>
2271 * automated/compile-tests.el (compile-tests--test-regexps-data):
2272 Add new data for msft's new format.
2274 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2276 * automated/ruby-mode-tests.el:
2277 (ruby-toggle-block-to-multiline): New test.
2278 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2279 (ruby-toggle-block-to-brace): Use buffer-string.
2281 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2283 * automated/ruby-mode-tests.el: New tests (Bug#11613).
2285 2012-08-28 Chong Yidong <cyd@gnu.org>
2287 * automated/files.el: Test every combination of values for
2288 enable-local-variables and enable-local-eval.
2290 2012-08-19 Chong Yidong <cyd@gnu.org>
2292 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2294 2012-08-18 Chong Yidong <cyd@gnu.org>
2296 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2298 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
2300 * indent/ruby.rb: Rearrange examples, add new ones.
2302 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
2304 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2305 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2307 2012-08-11 Glenn Morris <rgm@gnu.org>
2309 * automated/files.el: New file.
2311 * automated/Makefile.in (all): Fix typo.
2313 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
2315 * automated/ruby-mode-tests.el (ruby-should-indent):
2316 Add docstring, check (current-indentation) instead of (current-column).
2317 (ruby-should-indent-buffer): New function.
2318 Add tests for `ruby-deep-indent-paren' behavior.
2319 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2321 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
2323 Original tests in test_ruby_mode.rb in upstream (author).
2325 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
2327 * automated/ruby-mode-tests.el (ruby-should-indent)
2328 (ruby-assert-state): New functions.
2331 2012-07-29 David Engster <deng@randomsample.de>
2333 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2334 New variable to hold test data for name expansion.
2335 (xml-parse-tests): Test the two different types of name expansion.
2337 2012-07-29 Juri Linkov <juri@jurta.org>
2339 * automated/occur-tests.el (occur-test-case): Use predefined
2340 buffer name " *test-occur*" instead of a random buffer name.
2342 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2344 * automated/ruby-mode-tests.el: New file with one test.
2346 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2348 * indent/shell.sh: Add test case for ${#VAR}.
2350 * indent/latex-mode.tex: New file.
2352 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2354 * eshell.el: Use cl-lib.
2356 2012-07-03 Chong Yidong <cyd@gnu.org>
2358 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2360 2012-07-02 Chong Yidong <cyd@gnu.org>
2362 * automated/xml-parse-tests.el (xml-parse-tests--data):
2365 2012-07-01 Chong Yidong <cyd@gnu.org>
2367 * automated/xml-parse-tests.el: New file.
2369 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2371 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2374 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
2376 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2377 Test escaped commas in TZID (Bug#11473).
2378 (icalendar-import-with-timezone): New.
2379 (icalendar-real-world): Add new testcase as given in the bugreport
2382 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2384 * automated/icalendar-tests.el (icalendar-tests--test-import):
2385 Include UID in import tests (Bug#11525).
2386 (icalendar-import-non-recurring, icalendar-import-rrule)
2387 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2389 (icalendar-import-with-uid): New.
2390 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2391 Include UID in cycle tests.
2392 (icalendar-cycle, icalendar-real-world): UID-import change.
2394 2012-05-21 Glenn Morris <rgm@gnu.org>
2396 * automated/Makefile.in (setwins): Scrap superfluous subshell.
2398 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
2400 * automated/url-util-tests.el: New file to test
2401 lisp/url/url-util.el. Only `url-build-query-string' and
2402 `url-parse-query-string' are tested right now (Bug#8706).
2404 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2407 * indent/shell.rc: Ad some test cases.
2409 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2411 * indent/ruby.rb: New file, to test new syntax-propertize code.
2413 2012-04-11 Glenn Morris <rgm@gnu.org>
2415 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2417 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2419 * automated/url-future-tests.el (url-future-tests): Move from
2420 lisp/url/url-future.el and rename.
2422 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
2424 * automated/icalendar-tests.el (icalendar-import-non-recurring):
2425 Fix broken test, caused by missing trailing blank.
2427 2011-12-03 Chong Yidong <cyd@gnu.org>
2429 * automated/compile-tests.el (compile-tests--test-regexps-data):
2430 Increase column numbers by one to reflect change in how
2431 compilation-message is recorded (Bug#10172).
2433 2011-11-22 Glenn Morris <rgm@gnu.org>
2435 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2437 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2439 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2441 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2443 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2444 (icalendar-tests--test-export, icalendar-tests--do-test-export):
2445 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2447 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
2449 * automated/newsticker-tests.el
2450 (newsticker--group-manage-orphan-feeds): Remove fsetting of
2451 newsticker--treeview-tree-update.
2453 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
2455 * automated/newsticker-tests.el
2456 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2458 * automated/newsticker-tests.el
2459 (newsticker--group-manage-orphan-feeds): Prevent updating
2460 newsticker treeview. Fixed bug#9763.
2462 2011-10-20 Glenn Morris <rgm@gnu.org>
2464 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2466 * automated/vc-bzr.el: New file.
2468 2011-10-15 Glenn Morris <rgm@gnu.org>
2470 * automated/f90.el: New file.
2472 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
2474 * automated/newsticker-tests.el: Move newsticker-testsuite.el
2475 to automated/newsticker-tests.el. Convert to ERT.
2477 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
2479 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2480 Remove, simply use string=.
2481 (icalendar--diarytime-to-isotime)
2482 (icalendar--datetime-to-diary-date)
2483 (icalendar--datestring-to-isodate)
2484 (icalendar--format-ical-event)
2485 (icalendar--parse-summary-and-rest)
2486 (icalendar-tests--do-test-import)
2487 (icalendar-tests--do-test-cycle): Change argument order of
2488 string= to EXPECTED ACTUAL.
2489 (icalendar--import-format-sample)
2490 (icalendar--format-ical-event)
2491 (icalendar-import-non-recurring)
2492 (icalendar-import-rrule)
2493 (icalendar-import-duration)
2494 (icalendar-import-bug-6766)
2495 (icalendar-real-world): Adjust to string= instead of
2496 icalendar-tests--compare-strings.
2497 (icalendar-import-multiple-vcalendars): New.
2499 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2501 * automated/gnus-tests.el: Add wrapper for Gnus tests.
2504 2011-05-09 Juri Linkov <juri@jurta.org>
2506 * automated/occur-tests.el: Move from test/occur-testsuite.el.
2509 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
2511 * automated/compile-tests.el: New file.
2513 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
2515 * automated/font-parse-tests.el: Don't byte-compile.
2517 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
2519 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2521 * automated/lexbind-tests.el: New file.
2523 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2525 * Version 23.3 released.
2527 2011-03-05 Glenn Morris <rgm@gnu.org>
2529 * eshell.el: Move here from lisp/eshell/esh-test.el.
2531 2011-03-03 Christian Ohler <ohler@gnu.org>
2533 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2536 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
2538 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2539 convert to ERT format.
2541 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
2543 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2544 convert to ERT format.
2546 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2549 * indent/shell.rc: New files.
2551 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
2553 * automated/font-parse-tests.el: Move from
2554 font-parse-testsuite.el.
2556 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
2558 * font-parse-testsuite.el (test-font-parse-data): New file.
2560 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2562 * indent/prolog.prolog: Add tokenizing tests.
2564 2011-01-13 Christian Ohler <ohler@gnu.org>
2566 * automated: New directory for automated tests.
2568 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2570 * automated/Makefile.in: New file.
2572 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2574 * indent/modula2.mod: New file.
2576 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2578 * indent/octave.m: Add a test to ensure indentation is local.
2580 2010-10-23 Glenn Morris <rgm@gnu.org>
2582 * comint-testsuite.el
2583 (comint-testsuite--test-comint-password-prompt-regexp):
2584 Add "Please enter the password". (Bug#7224)
2586 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2588 * indent/prolog.prolog: Use normal spacing around !.
2590 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2592 * indent/octave.m: Remove one more `fixindent'. Use `end'.
2594 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2596 * indent/octave.m: Remove some `fixindent' not needed any more.
2598 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2600 * indent/octave.m: New file.
2602 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2604 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2605 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2606 (icalendar-testsuite--run-internal-tests): New.
2607 (icalendar-testsuite--test-convert-ordinary-to-ical)
2608 (icalendar-testsuite--test-convert-block-to-ical)
2609 (icalendar-testsuite--test-convert-anniversary-to-ical)
2610 (icalendar-testsuite--test-parse-vtimezone)
2611 (icalendar-testsuite--do-test-export): Code formatting.
2612 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2613 (icalendar-testsuite--do-test-import)
2614 (icalendar-testsuite--do-test-cycle):
2615 Use icalendar-testsuite--compare-strings
2616 (icalendar-testsuite--run-import-tests): Comment added.
2617 (icalendar-testsuite--run-import-tests)
2618 (icalendar-testsuite--run-real-world-tests): Fix expected results.
2620 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
2622 * redisplay-testsuite.el (test-redisplay-3): New test.
2624 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
2626 * comint-testsuite.el: New file.
2628 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2632 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2634 * Version 23.2 released.
2636 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
2638 * cedet/semantic-ia-utest.el
2639 (semantic-symref-test-count-hits-in-tag): Add function, from
2642 * cedet/tests/test.cpp:
2643 * cedet/tests/test.py:
2644 * cedet/tests/teststruct.cpp:
2645 * cedet/tests/testtemplates.cpp:
2646 * cedet/tests/testusing.cpp:
2647 * cedet/tests/scopetest.cpp:
2648 * cedet/tests/scopetest.java: Files deleted.
2650 * cedet/tests/test.make:
2651 * cedet/tests/test.c:
2652 * cedet/tests/testjavacomp.java:
2653 * cedet/tests/testspp.c:
2654 * cedet/tests/testsppreplace.c:
2655 * cedet/tests/testsppreplaced.c:
2656 * cedet/tests/testsubclass.cpp:
2657 * cedet/tests/testsubclass.hh:
2658 * cedet/tests/testtypedefs.cpp:
2659 * cedet/tests/testvarnames.c:
2660 * cedet/tests/test.el:
2661 * cedet/tests/testdoublens.cpp:
2662 * cedet/tests/testdoublens.hpp: Add copyright header.
2664 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2665 Remove reference to deleted files.
2667 2010-03-30 Juri Linkov <juri@jurta.org>
2669 * occur-testsuite.el (occur-tests): Add tests for context lines.
2671 2010-03-23 Juri Linkov <juri@jurta.org>
2673 * occur-testsuite.el: New file.
2675 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2679 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2681 * icalendar-testsuite.el
2682 (icalendar-testsuite--run-function-tests): Add new tests.
2683 (icalendar-testsuite--test-diarytime-to-isotime): Add another
2685 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2686 (icalendar-testsuite--test-convert-weekly-to-ical): New.
2687 (icalendar-testsuite--test-convert-yearly-to-ical): New.
2688 (icalendar-testsuite--test-convert-block-to-ical): New.
2689 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2690 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2692 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2694 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2695 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2696 Fix typos in docstrings and error messages.
2697 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2699 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2701 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2702 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2703 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2705 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2707 * icalendar-testsuite.el
2708 (icalendar-testsuite--run-function-tests):
2709 Add icalendar-testsuite--test-parse-vtimezone.
2710 (icalendar-testsuite--test-parse-vtimezone): New.
2711 (icalendar-testsuite--do-test-cycle): Doc changes.
2712 (icalendar-testsuite--run-real-world-tests): Remove trailing
2713 whitespace -- see change of icalendar--add-diary-entry in
2715 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2717 2009-09-30 Glenn Morris <rgm@gnu.org>
2719 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2721 2009-06-26 Eric Ludlam <zappo@gnu.org>
2723 * cedet/*: New unit tests, from CEDET repository.
2725 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
2727 * redisplay-testsuite.el: New file.
2729 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2733 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
2735 * icalendar-testsuite.el
2736 (icalendar-testsuite--run-function-tests):
2737 Add icalendar-testsuite--test-diarytime-to-isotime.
2738 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2739 recent icalendar fixes.
2740 (icalendar-testsuite--test-diarytime-to-isotime): New.
2741 (icalendar-testsuite--test-create-uid): Adjust to recent
2744 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2746 * bytecomp-testsuite.el: New file.
2748 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2750 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2751 Add `icalendar-testsuite--test-create-uid'.
2752 (icalendar-testsuite--test-create-uid): New.
2754 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
2756 * newsticker-testsuite.el: New file.
2758 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
2760 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2761 Add icalendar-testsuite--test-datestring-to-isodate,
2762 icalendar-testsuite--test-datetime-to-diary-date, and
2763 icalendar-testsuite--test-calendar-style.
2764 (icalendar-testsuite--test-format-ical-event)
2765 (icalendar-testsuite--test-parse-summary-and-rest):
2766 Doc fix. Remove european-calendar-style.
2767 (icalendar-testsuite--get-ical-event): Doc fix.
2768 (icalendar-testsuite--test-first-weekday-of-year)
2769 (icalendar-testsuite--run-cycle-tests): Add doc string.
2770 (icalendar-testsuite--test-datestring-to-isodate)
2771 (icalendar-testsuite--test-datetime-to-diary-date)
2772 (icalendar-testsuite--test-calendar-style): New functions.
2773 (icalendar-testsuite--test-export): Handle iso date style.
2774 New arg INPUT-ISO. Use calendar-date-style.
2775 (icalendar-testsuite--test-import): Handle iso date style.
2776 New arg EXPECTED-ISO. Use calendar-date-style.
2777 (icalendar-testsuite--test-cycle): Handle iso date style.
2778 (icalendar-testsuite--run-import-tests)
2779 (icalendar-testsuite--run-export-tests)
2780 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2782 2008-02-29 Glenn Morris <rgm@gnu.org>
2786 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
2788 * icalendar-testsuite.el: New file.
2794 Copyright (C) 2008-2015 Free Software Foundation, Inc.
2796 This file is part of GNU Emacs.
2798 GNU Emacs is free software: you can redistribute it and/or modify
2799 it under the terms of the GNU General Public License as published by
2800 the Free Software Foundation, either version 3 of the License, or
2801 (at your option) any later version.
2803 GNU Emacs is distributed in the hope that it will be useful,
2804 but WITHOUT ANY WARRANTY; without even the implied warranty of
2805 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2806 GNU General Public License for more details.
2808 You should have received a copy of the GNU General Public License
2809 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.