1 2015-02-11 Nicolas Petton <nicolas@petton.fr>
3 * automated/seq-tests.el (test-seq-reverse, test-seq-group-by):
4 Add a test for seq-reverse and update test for seq-group-by to
5 test vectors and strings, not only lists.
7 2015-02-10 Glenn Morris <rgm@gnu.org>
9 * automated/package-test.el (package-test-signed):
10 More informative failure messages.
12 2015-02-09 Nicolas Petton <nicolas@petton.fr>
14 * automated/seq-tests.el (test-seq-group-by): Update test for
15 seq-group-by to check that sequence elements are returned in the
18 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
20 * automated/python-tests.el (python-eldoc--get-symbol-at-point-1)
21 (python-eldoc--get-symbol-at-point-2)
22 (python-eldoc--get-symbol-at-point-3)
23 (python-eldoc--get-symbol-at-point-4): New tests.
25 * automated/python-tests.el (python-tests-visible-string):
27 (python-parens-electric-indent-1)
28 (python-triple-quote-pairing): Fix indentation, move require calls.
29 (python-hideshow-hide-levels-1)
30 (python-hideshow-hide-levels-2): New tests.
32 2015-02-07 Dmitry Gutov <dgutov@yandex.ru>
34 * automated/vc-tests.el (vc-test--working-revision): Fix
35 `vc-working-revision' checks to be compared against nil, which is
36 what is should return for unregistered files.
38 2015-02-06 Nicolas Petton <nicolas@petton.fr>
40 * automated/seq-tests.el: New tests for seq-mapcat, seq-partition
43 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com>
45 * automated/package-test.el (package-test-get-deps): Fix typo.
46 (package-test-sort-by-dependence): New test
48 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
50 * automated/package-test.el (package-test-get-deps): New test.
52 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
54 * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
56 2015-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
58 * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
60 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
62 * automated/python-tests.el (python-indent-pep8-1)
63 (python-indent-pep8-2, python-indent-pep8-3)
64 (python-indent-after-comment-1, python-indent-after-comment-2)
65 (python-indent-inside-paren-1, python-indent-inside-paren-2)
66 (python-indent-after-block-1, python-indent-after-block-2)
67 (python-indent-after-backslash-1, python-indent-after-backslash-2)
68 (python-indent-after-backslash-3, python-indent-block-enders-1)
69 (python-indent-block-enders-2, python-indent-block-enders-3)
70 (python-indent-block-enders-4, python-indent-block-enders-5)
71 (python-indent-dedenters-1, python-indent-dedenters-2)
72 (python-indent-dedenters-3, python-indent-dedenters-4)
73 (python-indent-dedenters-5, python-indent-dedenters-6)
74 (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
75 (python-indent-base-case, python-indent-after-block-3)
76 (python-indent-after-backslash-5, python-indent-inside-paren-3)
77 (python-indent-inside-paren-4, python-indent-inside-paren-5)
78 (python-indent-inside-paren-6, python-indent-inside-string-1)
79 (python-indent-inside-string-2, python-indent-inside-string-3)
80 (python-indent-dedent-line-backspace-1): New Tests.
82 2015-01-28 Glenn Morris <rgm@gnu.org>
84 * automated/regexp-tests.el: Require regexp-opt, which is
85 not preloaded --without-x.
87 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
89 * automated/cl-generic-tests.el: Try and make sure cl-lib is not
92 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
94 * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
97 2015-01-25 Paul Eggert <eggert@cs.ucla.edu>
99 * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
100 This is more portable in shell scripts.
103 2015-01-23 Dmitry Gutov <dgutov@yandex.ru>
105 Fix package tests when TMPDIR is in HOME. (Bug#19657)
106 * automated/package-test.el (with-package-test):
107 Bind `abbreviated-home-dir' to nil.
108 (package-test-describe-package, package-test-signed):
109 Expect abbreviated directory names.
111 2015-01-22 Jorgen Schaefer <contact@jorgenschaefer.de>
113 * automated/package-test.el (package-test-install-prioritized):
114 Re-add the test case and add priority to the correct repository
117 2015-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
119 * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
120 the setf can be used already in the body of the method.
122 2015-01-20 Jorgen Schaefer <contact@jorgenschaefer.de>
124 * automated/package-test.el (package-test-install-prioritized):
125 Remove test due to unreproducible failures.
127 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
129 * automated/descr-text-test.el: New file with tests for
130 `describe-char-eldoc--truncate', `describe-char-eldoc--format',
131 and `describe-char-eldoc'.
133 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
135 * automated/tildify-tests.el (tildify-space-undo-test--test):
136 A new helper function for testing `tildify-double-space-undos'
137 behaviour in the `tildify-space' function.
138 (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
139 (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
140 New tests for `tildify-doule-space-undos' behaviour.
142 * automated/tildify-tests.el (tildify-space-test--test):
143 A new helper function for testing `tildify-space' function.
144 (tildify-space-test-html, tildify-space-test-html-nbsp)
145 (tildify-space-test-xml, tildify-space-test-tex): New tests for
146 `tildify-space' function.
148 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
150 * automated/Makefile.in (EMACS_EXTRAOPT): New var.
153 * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
154 Rename other tests to preserve ordering.
156 2015-01-18 Leo Liu <sdl.web@gmail.com>
158 * automated/seq-tests.el (test-seq-subseq): Add more tests.
161 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
163 * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
164 Test `subclass' specializer.
166 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
168 * automated/eieio-tests.el
169 (eieio-test-37-obsolete-name-in-constructor): New test.
171 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
173 * automated/eieio-tests.el (eieio-test-25-slot-tests)
174 (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
175 (eieio-test-30-slot-attribute-override)
176 (eieio-test-31-slot-attribute-override-class-allocation): Don't check
177 that we enforce :protection since we don't any more.
179 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
180 Use an explicit arg instead of eieio--scoped-class. Update all callers.
182 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
184 * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
187 * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
188 Rename from cl-generic-test-7-after/before.
189 (cl--generic-test-advice): New function.
190 (cl-generic-test-9-advice): New test.
192 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
194 * automated/package-test.el (package-test-install-prioritized):
197 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
199 * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
201 (test-calc-remove-units, test-calc-extract-units)
202 (test-calc-convert-units): New tests.
204 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
206 * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
208 2015-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
210 * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
211 keysym arg instead of relying on internal var eieio--generic-call-key.
213 (eieio-test-cl-generic-1): New tests.
215 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
217 * automated/cl-generic-tests.el: New file.
219 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
221 * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
224 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
225 Update reference to eieio--generic-call-key.
227 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
229 * automated/eieio-tests.el: Use cl-lib. Don't use <class> as a variable.
230 Don't use <class>-list types and <class>-list-p predicates.
232 * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
233 Don't use <class>-list type.
235 * automated/eieio-test-methodinvoke.el
236 (eieio-test-method-order-list-4):
237 Don't use <class> as a variable.
239 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
241 * automated/eieio-tests.el (eieio-test-04-static-method)
242 (eieio-test-05-static-method-2): Use oref-default to access
244 (eieio-test-23-inheritance-check): Don't assume that
245 eieio-class-parents returns class names, or that a class can only have
248 * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
249 Move from eieio-core.el. Rename from eieio-attribute-to-initarg.
250 Change arg to be a class object. Update all callers.
252 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
254 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
255 Adjust to new semantics of eieio--scoped-class.
256 (eieio-test-match): Improve error feedback.
258 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
260 * automated/eieio-tests.el: Remove dummy object names.
262 * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
263 The type FOO-child is the same as FOO.
265 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
267 * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
268 Remove use of eieio-generic-call-methodname.
269 (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
270 (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
271 Adjust the expected result accordingly.
273 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
275 * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
277 (tramp-test30-special-characters): Use it. (Bug#19463)
278 (tramp--test-check-files): Filter nil file names out.
280 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
282 Sync with Tramp 2.2.11.
284 * automated/tramp-tests.el (tramp-test30-special-characters):
285 Skip test on MS-Windows.
287 2014-12-27 Glenn Morris <rgm@gnu.org>
289 * automated/let-alist.el: Load dependency.
291 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
293 * automated/python-tests.el
294 (python-shell-completion-native-interpreter-disabled-p-1): New test.
296 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
298 * automated/python-tests.el (python-shell-get-or-create-process-1)
299 (python-shell-get-or-create-process-2)
300 (python-shell-get-or-create-process-3): Remove tests.
302 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
304 * automated/python-tests.el (python-shell-buffer-substring-9): New test.
306 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
308 * automated/python-tests.el (python-shell-buffer-substring-1)
309 (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
310 (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
311 (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
312 (python-shell-buffer-substring-8)
313 (python-info-encoding-from-cookie-1)
314 (python-info-encoding-from-cookie-2)
315 (python-info-encoding-from-cookie-3)
316 (python-info-encoding-from-cookie-4)
317 (python-info-encoding-from-cookie-5)
318 (python-info-encoding-from-cookie-6)
319 (python-info-encoding-from-cookie-7, python-info-encoding-1)
320 (python-info-encoding-2): New tests.
322 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
324 * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
325 expect a given order of "." and "..".
327 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
329 * automated/python-tests.el (python-indent-electric-colon-2)
330 (python-indent-electric-colon-3): New tests.
332 2014-12-27 João Távora <joaotavora@gmail.com>
334 * automated/electric-tests.el (autowrapping-7): Tests for
337 2014-12-27 Glenn Morris <rgm@gnu.org>
339 * automated/flymake/warnpred/test.pl: Tweak format, since the
340 previous one seems to have stopped giving a warning with perl 5.20.1.
342 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
344 * automated/python-tests.el (python-shell-get-process-name-1)
345 (python-shell-internal-get-process-name-1): Cleanup.
346 (python-shell-get-process-name-2)
347 (python-shell-internal-get-process-name-2): New tests.
348 (python-shell-calculate-command-1)
349 (python-shell-calculate-process-environment-3)
350 (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
351 (python-shell-make-comint-2, python-shell-make-comint-4)
352 (python-shell-get-process-1, python-util-clone-local-variables-1):
353 Replace obsolete function and variable references with current.
355 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
357 * automated/let-alist.el: require `cl-lib'
358 New tests for accessing alists inside alists.
360 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
362 * automated/let-alist.el: New file.
364 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
366 * automated/seq-tests.el: New file.
368 2014-12-16 Glenn Morris <rgm@gnu.org>
370 * automated/data/flymake/Makefile (check-syntax):
371 Prevent colorized gcc output from confusing flymake.
373 * automated/flymake-tests.el (flymake-tests-data-directory):
374 Change from flymake/warnpred to more standard data/flymake.
375 * automated/flymake/warnpred/: Rename to automated/data/flymake/.
377 2014-12-11 Michael Albinus <michael.albinus@gmx.de>
379 * automated/vc-tests.el (vc-test--revision-granularity-function):
381 (vc-test--create-repo-function): Rename from
382 `vc-test--create-repo-if-not-supported'. Adapt all callees.
383 (vc-test--create-repo): Check also for revision-granularity.
384 (vc-test--unregister-function): Additional argument FILE.
386 (vc-test--working-revision): New defun.
387 (vc-test-*-working-revision): New tests.
389 2014-12-10 Michael Albinus <michael.albinus@gmx.de>
391 * automated/vc-tests.el (vc-test--register): Check, that the file
392 still exists after register and unregister operations.
394 2014-12-06 Michael Albinus <michael.albinus@gmx.de>
396 * automated/vc-tests.el: New file.
398 2014-12-03 Michael Albinus <michael.albinus@gmx.de>
400 * automated/tramp-tests.el (tramp-test29-vc-registered):
401 Fallback for changed `vc-register' argument list.
403 2014-12-03 Glenn Morris <rgm@gnu.org>
405 * automated/tramp-tests.el (tramp-test29-vc-registered):
406 Update for recent incompatible change in vc-register.
408 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
410 * automated/python-tests.el
411 (python-shell-calculate-process-environment-4)
412 (python-shell-calculate-process-environment-5): New tests.
413 (python-shell-make-comint-3): Use file-equal-p.
414 (python-shell-get-or-create-process-1)
415 (python-shell-get-or-create-process-2)
416 (python-shell-get-or-create-process-3): Fix interpreter for
419 2014-11-21 Ulf Jasper <ulf.jasper@web.de>
421 * automated/libxml-tests.el
422 (libxml-tests--data-comments-preserved): Rename from
423 'libxml-tests--data'.
424 (libxml-tests--data-comments-discarded): New.
425 (libxml-tests): Check whether 'libxml-parse-xml-region' is
426 discarding comments correctly.
428 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
430 * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
431 HTML and XML now use no-break space as hard space. Update tests.
432 (tildify-test-foreach-ignore-environments)
433 (tildify-test-foreach-ignore-environments-early-return,
434 (tildify-test-foreach-region)
435 (tildify-test-foreach-region-early-return)
436 (tildify-test-foreach-region-limit-region): New tests of
437 `tildify-foreach-ignore-environments' and
438 `tildify--foreach-region' functions.
439 (with-test-foreach): New helper macro for the above tests.
441 2014-11-17 Glenn Morris <rgm@gnu.org>
443 * automated/occur-tests.el (occur-test-case, occur-test-create):
444 In case of failure, show the actual string, rather than just nil.
445 (occur-tests): Update for apparent change in output re control-chars.
447 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
449 * automated/icalendar-tests.el (icalendar-tests--test-export):
450 New optional parameter `alarms'.
451 (icalendar-export-alarms): New test for exporting icalendar
453 (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
455 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
457 * automated/icalendar-tests.el (icalendar-tests--test-import):
458 Mention timezone in doc string. Clean up.
459 (icalendar-real-world): Add another test case for no-dst
462 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
464 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
465 Add testcase where offsets of standard time and daylight saving time
467 (icalendar-real-world): Fix error in test case. Expected result
468 was wrong when offsets of standard time and daylight saving time
471 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
473 * automated/python-tests.el
474 (python-shell-calculate-process-environment-2): Fix test.
475 (python-shell-calculate-process-environment-1)
476 (python-shell-calculate-process-environment-3): Cleanup.
478 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
480 * automated/python-tests.el (python-indent-dedenters-8): New test
483 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
485 * automated/python-tests.el (python-indent-region-1)
486 (python-indent-region-2, python-indent-region-3)
487 (python-indent-region-4, python-indent-region-5): New tests.
489 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
491 * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
492 * automated/cl-lib-tests.el: Rename from cl-lib.el.
494 2014-10-28 Ulf Jasper <ulf.jasper@web.de>
496 * automated/libxml-tests.el: New file.
498 2014-10-22 Noam Postavsky <npostavs@users.sourceforget.net>
500 * automated/process-tests.el (process-test-quoted-batfile):
503 2014-10-20 Glenn Morris <rgm@gnu.org>
505 * Merge in all changes up to 24.4 release.
507 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
509 * indent/scss-mode.scss: New file.
510 * indent/css-mode.css: Add a few uneventful examples.
512 2014-10-15 Eli Zaretskii <eliz@gnu.org>
514 * BidiCharacterTest.txt: New file, from Unicode.
516 * biditest.el: New file.
518 2014-10-08 Leo Liu <sdl.web@gmail.com>
520 * automated/print-tests.el: New file.
521 (terpri): Tests for terpri. (Bug#18652)
523 2014-10-06 Glenn Morris <rgm@gnu.org>
525 * automated/icalendar-tests.el (icalendar--calendar-style):
526 Remove test, no longer relevant.
528 2014-10-04 Glenn Morris <rgm@gnu.org>
530 * automated/package-x-test.el: Remove file...
531 * automated/package-test.el: ... merge package-x-test.el. (Bug#18574)
533 2014-10-02 Glenn Morris <rgm@gnu.org>
535 * automated/package-test.el (with-package-test, package-test-signed):
536 Also set HOME to a temp value, in case the real one is absent (e.g.
537 hydra) or read-only. (Bug#18575)
538 (package-test-signed): Use skip-unless rather than expected-result.
540 2014-09-26 Leo Liu <sdl.web@gmail.com>
542 * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
543 New tests. (Bug#18557)
545 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
547 * automated/newsticker-tests.el
548 (newsticker--group-find-parent-group),
549 (newsticker--group-do-rename-group): New tests.
551 2014-09-09 Eli Zaretskii <eliz@gnu.org>
553 * automated/fns-tests.el (fns-tests-collate-sort):
554 Bind w32-collate-ignore-punctuation to t when sorting according to
557 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
559 * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
560 (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
562 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
564 * automated/fns-tests.el (fns-tests-compare-strings): In case
565 `compare-strings' shall return t, check for this.
566 (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
568 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
570 * automated/python-tests.el (python-indent-electric-colon-1):
571 New test. (Bug#18228)
573 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
575 * automated/fns-tests.el (fns-tests-sort): New test.
577 2014-08-28 Glenn Morris <rgm@gnu.org>
579 * automated/python-tests.el (python-shell-calculate-exec-path-2):
580 Update test for today's python.el changes.
582 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
584 * automated/compile-tests.el (compile--test-error-line): Grok FILE
585 being nil. Allows for Guile tests to pass.
586 (compile-tests--test-regexps-data): Add Guile tests.
588 2014-08-11 Glenn Morris <rgm@gnu.org>
590 * automated/data/files-bug18141.el.gz: New file.
591 * automated/files.el (files-test-bug-18141-file):
592 New variable and test. (Bug#18141)
594 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
596 Enumerate evaluated sexp diary entries (Bug#7911).
597 * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
598 (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
599 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
600 (icalendar--convert-ordinary-to-ical): Returns cons cell now.
601 (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
604 2014-08-07 Glenn Morris <rgm@gnu.org>
606 * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
608 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
610 * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
611 (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
613 2014-08-03 Glenn Morris <rgm@gnu.org>
615 * automated/Makefile.in (check-tar): New rule.
617 2014-08-02 Glenn Morris <rgm@gnu.org>
619 * automated/fns-tests.el (fns-tests-compare-strings):
620 Update test. (Bug#17903)
622 * automated/icalendar-tests.el (icalendar--decode-isodatetime):
623 Use more precise TZ specification, as per 2013-08-04.
625 2014-07-30 Ulf Jasper <ulf.jasper@web.de>
627 * automated/icalendar-tests.el (icalendar--decode-isodatetime):
630 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
632 * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
634 2014-07-26 Ulf Jasper <ulf.jasper@web.de>
636 * automated/icalendar-tests.el (icalendar-tests--do-test-import):
637 Work around the failures in icalendar-tests which occasionally occur on
640 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
642 * automated/python-tests.el:
643 (python-util-clone-local-variables-1): Fix test.
645 * automated/python-tests.el (python-shell-make-comint-1):
646 (python-shell-make-comint-2): Fix indentation.
647 (python-shell-make-comint-3)
648 (python-shell-make-comint-4): New tests.
649 (python-shell-get-or-create-process-1): Fix test.
650 (python-shell-get-or-create-process-2)
651 (python-shell-get-or-create-process-3): New tests.
652 (python-shell-internal-get-or-create-process-1): Fix test.
653 (python-shell-prompt-detect-1): New test.
654 (python-shell-prompt-detect-2): New test. (Bug#17370)
655 (python-shell-prompt-detect-3)
656 (python-shell-prompt-detect-4)
657 (python-shell-prompt-detect-5)
658 (python-shell-prompt-detect-6)
659 (python-shell-prompt-validate-regexps-1)
660 (python-shell-prompt-validate-regexps-2)
661 (python-shell-prompt-validate-regexps-3)
662 (python-shell-prompt-validate-regexps-4)
663 (python-shell-prompt-validate-regexps-5)
664 (python-shell-prompt-validate-regexps-6)
665 (python-shell-prompt-validate-regexps-7)
666 (python-shell-prompt-set-calculated-regexps-1)
667 (python-shell-prompt-set-calculated-regexps-2)
668 (python-shell-prompt-set-calculated-regexps-3)
669 (python-shell-prompt-set-calculated-regexps-4)
670 (python-shell-prompt-set-calculated-regexps-5)
671 (python-shell-prompt-set-calculated-regexps-6)
672 (python-util-valid-regexp-p-1): New tests.
674 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
676 * automated/advice-tests.el (advice-test-call-interactively): Make sure
677 the function's definition is fully restored at the end.
679 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
681 * automated/python-tests.el (python-indent-block-enders-1)
682 (python-indent-block-enders-2): Fix tests.
683 (python-indent-block-enders-3, python-indent-block-enders-4)
684 (python-indent-block-enders-5, python-indent-dedenters-1)
685 (python-indent-dedenters-2): Remove tests.
686 (python-indent-dedenters-1, python-indent-dedenters-2)
687 (python-indent-dedenters-3, python-indent-dedenters-4)
688 (python-indent-dedenters-5, python-indent-dedenters-6)
689 (python-indent-dedenters-7)
690 (python-info-dedenter-opening-block-position-1)
691 (python-info-dedenter-opening-block-position-2)
692 (python-info-dedenter-opening-block-position-3)
693 (python-info-dedenter-opening-block-positions-1)
694 (python-info-dedenter-opening-block-positions-2)
695 (python-info-dedenter-opening-block-positions-3)
696 (python-info-dedenter-opening-block-positions-4)
697 (python-info-dedenter-opening-block-positions-5)
698 (python-info-dedenter-opening-block-message-1)
699 (python-info-dedenter-opening-block-message-2)
700 (python-info-dedenter-opening-block-message-3)
701 (python-info-dedenter-opening-block-message-4)
702 (python-info-dedenter-opening-block-message-5)
703 (python-info-dedenter-statement-p-1)
704 (python-info-dedenter-statement-p-2)
705 (python-info-dedenter-statement-p-3)
706 (python-info-dedenter-statement-p-4)
707 (python-info-dedenter-statement-p-5): New tests.
709 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
711 * indent/perl.perl: Add indentation pattern for hash-table entries.
713 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
715 * automated/dbus-tests.el (dbus-test02-register-service-session)
716 (dbus-test02-register-service-system): Fix docstring.
717 (dbus-test02-register-service-own-bus)
718 (dbus-test03-peer-interface): New tests.
720 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
722 * automated/python-tests.el (python-tests-self-insert): New function.
723 (python-triple-quote-pairing): Use it.
724 (python-parens-electric-indent-1): New test. (Bug#17658)
726 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
728 * automated/subr-x-tests.el: New file.
730 2014-06-29 Michael Albinus <michael.albinus@gmx.de>
732 * automated/tramp-tests.el (tramp--instrument-test-case):
733 Print debug buffer in any case.
735 2014-06-28 Leo Liu <sdl.web@gmail.com>
737 * automated/calc-tests.el: New file and add tests for math-bignum.
740 2014-06-28 Michael Albinus <michael.albinus@gmx.de>
742 * automated/dbus-tests.el (dbus--test-register-service)
743 (dbus-test02-register-service-session): Replace `dbus-ping' calls
744 by `dbus-list-known-names'. (Bug#17858)
746 2014-06-28 Glenn Morris <rgm@gnu.org>
748 * automated/Makefile.in (GDB): New variable.
749 (emacs): Use $GDB. (Bug#15991)
751 * automated/Makefile.in (WRITE_LOG): New variable.
752 (%.log): Use WRITE_LOG.
753 (test_template): Disable logging.
755 * automated/Makefile.in (TESTS): New list of short PHONY aliases.
756 (test_template): New definition. Apply to TESTS.
758 2014-06-27 Glenn Morris <rgm@gnu.org>
760 * automated/Makefile.in (check-maybe): Rename from check.
761 (check): Re-run all the tests, every time.
762 (clean, mostlyclean): Also delete *.log~.
764 2014-06-26 Glenn Morris <rgm@gnu.org>
766 * automated/package-x-test.el: Do not mess with load-path.
768 * automated/Makefile.in (%.log): If error, dump log to stdout.
770 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
772 * automated/package-test.el (package-test-update-listing)
773 (package-test-update-archives, package-test-describe-package):
774 Adjust tests according to new package-list-unsigned.
776 2014-06-26 Glenn Morris <rgm@gnu.org>
778 * automated/ert-tests.el (no-byte-compile): Set it. (Bug#17851)
780 * automated/eieio-tests.el (no-byte-compile): Set it. (Bug#17852)
782 * automated/Makefile.in: Simplify and parallelize. (Bug#15991)
783 (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
784 (setwins, compile-targets, compile-main, compile-clean): Remove.
785 (GREP_OPTIONS): Unexport.
786 (.el.elc): Replace with pattern rule.
787 (%.elc, %.log): New pattern rules.
788 (ELFILES, LOGFILES): New variables.
789 (check): Depend on LOGFILES. Call ert-summarize-tests-batch-and-exit.
790 (clean, mostlyclean): New rules.
791 (bootstrap-clean): Simplify.
792 (bootstrap-clean, distclean): Depend on clean.
794 2014-06-25 Glenn Morris <rgm@gnu.org>
796 * automated/flymake-tests.el (flymake-tests--current-face):
797 Sleep for longer. Avoid querying.
799 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
801 * automated/fns-tests.el (fns-tests-compare-string): New test.
803 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
805 * automated/tramp-tests.el (tramp-test26-process-file): Extend test
806 according to Bug#17815.
808 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
810 * automated/python-tests.el (python-util-strip-string-1): New test.
812 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
814 Sync with Tramp 2.2.10.
816 * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
817 (tramp--instrument-test-case): Extend docstring.
818 (tramp-test15-copy-directory): Skip for tramp-smb.el.
819 (tramp-test21-file-links): Use `file-truename' for directories.
820 (tramp-test27-start-file-process, tramp-test28-shell-command):
821 Retrieve process output more robustly.
822 (tramp--test-check-files): Extend test.
823 (tramp-test30-special-characters): Skip for tramp-adb.el,
824 tramp-gvfs.el and tramp-smb.el. Add further file names.
826 2014-06-13 Glenn Morris <rgm@gnu.org>
828 * automated/Makefile.in (compile-main):
829 GNU make automatically passes command-line arguments to sub-makes.
831 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
833 * automated/tildify-tests.el (tildify-test--test): Optimize the test
834 slightly by reusing the same temporary buffer across multiple test
837 * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
838 (tildify-test-find-env-group-index-bug): Update to support new
839 signature of the `tildify-foreach-region-outside-env' function.
840 Namely, it now takes pairs as an argument instead of looking it up in
841 `tildify-ignored-environments-alist'.
843 * automated/tildify-tests.el (tildify-test--example-html): Add support
844 for generating XML code, so that…
845 (tildify-test-xml) …test can be added to check handling of XML
848 * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
849 New test checking end-regex building when multiple environment pairs
850 use integers to refer to capture groups.
852 * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
853 test checking end-regex building in `tildify-find-env' function when
854 integers (denoting capture groups) and strings are mixed together.
856 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
858 * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
859 (tramp-test29-vc-registered): Set $BZR_HOME. Remove instrumentation.
861 2014-06-01 Michael Albinus <michael.albinus@gmx.de>
863 * automated/tramp-tests.el (tramp-test29-vc-registered):
864 Instrument failed test case.
866 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
868 * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
869 (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
871 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
873 * automated/tildify-tests.el: New file.
875 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
877 * indent/ruby.rb: Add one more test.
879 * indent/ps-mode.ps: New file.
881 * indent/octave.m: Add a few more tests.
883 * automated/core-elisp-tests.el
884 (core-elisp-test-window-configurations): New test.
886 2014-05-26 Glenn Morris <rgm@gnu.org>
888 * automated/package-test.el (package-test-install-single):
889 Update for changed output.
891 2014-05-22 Glenn Morris <rgm@gnu.org>
893 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
894 Fix handling of temporary elc files.
896 * automated/fns-tests.el (fns-tests-nreverse):
897 Update for changed string behavior.
899 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
901 * automated/fns-tests.el: New file.
902 * automated/fns-tests.el (fns-tests-nreverse)
903 (fns-tests-nreverse-bool-vector): New tests.
905 2014-05-08 Glenn Morris <rgm@gnu.org>
907 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
908 (vc-bzr-test-faulty-bzr-autoloads):
909 Give bzr a temporary home-directory, in case the real one is missing.
911 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
913 * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
916 2014-05-08 Glenn Morris <rgm@gnu.org>
918 * automated/help-fns.el: New file.
920 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
922 * automated/undo-tests.el (undo-test-region-deletion): New test to
923 demonstrate bug#17235.
924 (undo-test-region-example): New test to verify example given in
925 comments for undo-make-selective-list.
927 2014-04-25 Michael Albinus <michael.albinus@gmx.de>
929 * automated/tramp-tests.el (top):
930 * automated/file-notify-tests.el (top): Do not disable interactive
931 passwords in batch mode.
932 (password-cache-expiry): Set to nil.
934 * automated/file-notify-tests.el
935 (file-notify-test-remote-temporary-file-directory):
936 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
937 Use a mock-up method as default.
938 (tramp-test00-availability): Print the used directory name.
939 (tramp-test33-recursive-load): Fix typo.
941 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
943 * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
944 (tramp-test30-special-characters): Remove test for backslash.
946 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
948 * automated/tramp-tests.el
949 (tramp-test19-directory-files-and-attributes)
950 (tramp-test22-file-times): Check for `file-attributes' equality
951 only if there is a usable timestamp.
952 (tramp--test-check-files): Do not use `copy-sequence'.
954 2014-04-22 Daniel Colascione <dancol@dancol.org>
956 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
958 (test-byte-comp-macro-expansion)
959 (test-byte-comp-macro-expansion-eval-and-compile)
960 (test-byte-comp-macro-expansion-eval-when-compile)
961 (test-byte-comp-macro-expand-lexical-override): Use it.
962 (test-eager-load-macro-expansion)
963 (test-eager-load-macro-expansion-eval-and-compile)
964 (test-eager-load-macro-expansion-eval-when-compile)
965 (test-eager-load-macro-expand-lexical-override): New tests.
967 * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
968 account for removal of `cl-struct-set-slot-value'. Also, move
969 the defstruct to top level.
971 2014-04-21 Daniel Colascione <dancol@dancol.org>
973 * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
975 (test-byte-comp-macro-expansion)
976 (test-byte-comp-macro-expansion-eval-and-compile)
977 (test-byte-comp-macro-expansion-eval-when-compile)
978 (test-byte-comp-macro-expand-lexical-override): New tests.
980 * automated/cl-lib.el (cl-loop-destructuring-with): New test.
981 (cl-the): Fix cl-the test.
983 2014-04-20 Daniel Colascione <dancol@dancol.org>
985 * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
987 2014-04-19 Michael Albinus <michael.albinus@gmx.de>
989 * automated/tramp-tests.el (tramp--test-check-files): Extend test.
990 (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
992 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
994 * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
995 (tramp--test-make-temp-name): Optional argument LOCAL.
996 (tramp--instrument-test-case): Show messages. Catch also `quit'.
997 (tramp-test10-write-region): No special test for out-of-band copy
999 (tramp-test11-copy-file, tramp-test12-rename-file)
1000 (tramp-test21-file-links): Extend tests.
1001 (tramp-test20-file-modes): More robust check for user "root".
1002 (tramp--test-check-files): New defun.
1003 (tramp-test30-special-characters, tramp-test33-recursive-load)
1004 (tramp-test34-unload): New tests.
1005 (tramp-test31-utf8, tramp-test32-asynchronous-requests): Rename.
1007 2014-04-11 Glenn Morris <rgm@gnu.org>
1009 * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
1011 2014-04-11 Paul Eggert <eggert@cs.ucla.edu>
1013 * automated/electric-tests.el: Fix spelling error in test name.
1014 (whitespace-skipping-for-quotes-not-outside):
1015 Rename from whitespace-skipping-for-quotes-not-ouside.
1017 2014-04-09 Daniel Colascione <dancol@dancol.org>
1019 * automated/syntax-tests.el: New file.
1021 2014-04-09 Glenn Morris <rgm@gnu.org>
1023 * automated/python-tests.el (python-triple-quote-pairing):
1024 Enable/disable electric-pair-mode as needed.
1026 * automated/electric-tests.el (electric-pair-backspace-1):
1027 Replace deleted function.
1029 2014-04-07 João Távora <joaotavora@gmail.com>
1031 * automated/python-tests.el (python-triple-quote-pairing): New test.
1032 (python-syntax-after-python-backspace): New test.
1034 * automated/electric-tests.el (electric-pair-define-test-form):
1035 More readable test docstrings.
1036 (whitespace-skipping-for-quotes-not-ouside)
1037 (whitespace-skipping-for-quotes-only-inside)
1038 (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
1040 2014-04-04 João Távora <joaotavora@gmail.com>
1042 * automated/electric-tests.el (define-electric-pair-test):
1044 (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1045 (inhibit-in-mismatched-string-inside-c-comments): New test.
1047 2014-04-02 João Távora <joaotavora@gmail.com>
1049 * automated/electric-tests.el (inhibit-if-strings-mismatched):
1050 New test, change from `inhibit-only-of-next-is-mismatched'.
1052 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1054 * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1055 (undo-test-region-t-marker): New tests of marker adjustments.
1056 (undo-test-marker-adjustment-moved):
1057 (undo-test-region-mark-adjustment): New tests to demonstrate
1058 bug#16818, which fail without the fix.
1060 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
1062 * automated/package-test.el (package-test-describe-package):
1063 Fix test failure in non-graphical mode.
1065 2014-03-23 Daniel Colascione <dancol@dancol.org>
1067 * automated/subword-tests.el (subword-tests2): More subword tests.
1069 * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1070 New test: correct parsing of keyword arguments.
1072 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1074 * automated/package-test.el (package-test-describe-package):
1075 Check for the "Keywords: " line.
1077 * automated/data/package/archive-contents: Include the :keywords
1078 field in `simple-single' data form.
1080 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1082 * automated/package-test.el
1083 (package-test-install-two-dependencies): New test (bug#16826).
1085 * automated/data/package/simple-two-depend-1.1.el: New file.
1087 * automated/data/package/archive-contents:
1088 Add info about the new package.
1090 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1092 * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1093 (tramp-test10-write-region): Extend for out-of-band copy.
1094 (tramp-test31-asynchronous-requests): New test.
1096 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1098 * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1099 Add new test of undo in region.
1100 (undo-test-in-region-eob): Add test case described at
1101 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1103 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1105 * automated/tramp-tests.el (tramp--test-enabled)
1106 (tramp-test15-copy-directory): No special handling of tramp-adb.el
1107 anymore. It's fixed in that package.
1109 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1111 * automated/tramp-tests.el (tramp--test-enabled): Move connection
1112 cleanup into this function. Remove respective code from all test
1114 (tramp--instrument-test-case): Declare `indent' and `debug'.
1115 Handle other errors as well.
1116 (tramp-test14-delete-directory): Check for `file-error' error.
1117 (tramp-test15-copy-directory): Ignore return value of
1118 `copy-directory'. It's too much hassle to handle it for tramp-adb.el.
1119 (tramp-test19-directory-files-and-attributes): Take care of
1121 (tramp-test20-file-modes, tramp-test27-start-file-process)
1122 (tramp-test28-shell-command): Skip for tramp-adb.el.
1123 (tramp-test21-file-links): `file-truename' shall preserve trailing
1124 link of directories.
1125 (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1126 (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1127 `kill-buffer-query-functions' to nil.
1128 (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1130 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1132 * automated/tramp-tests.el
1133 (tramp-test19-directory-files-and-attributes): Do not include
1134 directories in comparison; they might have changed their
1137 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1139 * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1140 (tramp-test17-insert-directory): First line could contain more
1141 text, when produced by `ls-lisp'.
1142 (tramp-test19-directory-files-and-attributes): Instrument failed
1145 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1147 * automated/tramp-tests.el (tramp-test17-insert-directory):
1148 Make first line "total 123" optional.
1149 (tramp-test20-file-modes, tramp-test22-file-times)
1150 (tramp-test26-process-file, tramp-test27-start-file-process)
1151 (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1153 (tramp-test20-file-modes): Check for "root" only when there is an
1155 (tramp-test21-file-links): Handle "... not supported" error.
1156 (tramp-test22-file-times): Skip for "don't know" return values.
1157 (tramp-test26-process-file, tramp-test28-shell-command):
1158 Remove color escape sequences.
1159 (tramp-test28-shell-command): Use `accept-process-output' rather
1161 (tramp-test30-utf8): Set coding system `utf-8'.
1163 2014-02-17 Michael Albinus <michael.albinus@gmx.de>
1165 * automated/tramp-tests.el (tramp-test28-shell-command):
1166 Perform an initial `sit-for' prior the while loop.
1168 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1170 Sync with Tramp 2.2.9.
1172 * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1173 (tramp-test28-shell-command): Make a while loop when waiting for
1176 2014-02-11 Michael Albinus <michael.albinus@gmx.de>
1178 * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1179 and `vc-hg'. Declare `tramp-find-executable' and
1180 `tramp-get-remote-path'.
1181 (tramp-test29-vc-registered): New test.
1182 (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1184 2014-02-07 Michael Albinus <michael.albinus@gmx.de>
1186 * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1187 (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1188 (tramp-test28-shell-command): Improve `shell-command' test.
1189 Add `async-shell-command' tests.
1191 2014-02-04 Michael Albinus <michael.albinus@gmx.de>
1193 * automated/file-notify-tests.el (file-notify--wait-for-events):
1194 Use `read-event' instead of `sit-for'.
1195 (file-notify-test02-events): Remove expected result, the bug is
1197 (file-notify-test02-events, file-notify-test03-autorevert):
1198 Use `sleep-for' instead of `sit-for'.
1200 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1202 * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1205 2014-01-27 Michael Albinus <michael.albinus@gmx.de>
1207 * automated/file-notify-tests.el (file-notify--deftest-remote):
1208 Do not skip when the local test has failed. They are unrelated.
1209 (file-notify--wait-for-events): Use `sit-for'. Let-bind
1210 `noninteractive' to nil, otherwise `sit-for' could be degraded to
1212 (file-notify-test02-events): Check for `file-remote-p' instead of
1213 `file-notify--test-remote-enabled'.
1215 2014-01-26 Michael Albinus <michael.albinus@gmx.de>
1217 * automated/file-notify-tests.el (file-notify-test02-events):
1218 Let test case fail for Bug#16519.
1220 2014-01-22 Michael Albinus <michael.albinus@gmx.de>
1222 * automated/file-notify-tests.el (file-notify-test02-events):
1223 Hide Bug#16519, until it is solved.
1225 2014-01-21 Michael Albinus <michael.albinus@gmx.de>
1227 * automated/file-notify-tests.el
1228 (file-notify--test-local-enabled): Fix error in logic.
1229 (file-notify--wait-for-events): New defmacro.
1230 (file-notify-test02-events): Make short breaks between file operations.
1231 Use `file-notify--wait-for-events'. Check, that events have arrived.
1232 (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1234 * automated/comint-testsuite.el
1235 (comint-testsuite-password-strings): Add localized examples.
1237 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
1239 * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1240 case if inotify is not linked with Emacs. Use `read-event' rather
1241 than `sit-for' in order to process events. (Bug#13662)
1243 2014-01-13 Michael Albinus <michael.albinus@gmx.de>
1245 * automated/ert-tests.el (ert-test-record-backtrace):
1246 Reenable test case with adapted test string. (Bug#13064)
1248 2013-12-28 Glenn Morris <rgm@gnu.org>
1250 * automated/electric-tests.el: Require 'elec-pair.
1252 2013-12-26 João Távora <joaotavora@gmail.com>
1254 * automated/electric-tests.el (electric-pair-test-for):
1255 Fix autowrapping tests in batch-mode by running with
1256 `transient-mark-mode' set to `lambda'.
1258 * automated/electric-tests.el: New file.
1260 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
1262 * automated/python-tests.el
1263 (python-nav-lisp-forward-sexp-safe-1): Remove test.
1264 (python-nav-forward-sexp-safe-1): New test.
1266 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
1268 * automated/ruby-mode-tests.el: Add tests for
1269 `ruby-align-to-stmt-keywords'.
1271 * indent/ruby.rb: Update examples to reflect the lack of change in
1272 default indentation of `begin' blocks.
1274 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
1276 * indent/ruby.rb: Update examples according to the change
1277 in `smie-indent-close'.
1279 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
1281 * indent/ruby.rb: New examples.
1283 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1285 * automated/python-tests.el (python-indent-dedenters-2): New test.
1287 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
1289 * automated/python-tests.el (python-indent-after-comment-1)
1290 (python-indent-after-comment-2): New tests.
1292 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com>
1294 * automated/python-tests.el (python-indent-block-enders-1):
1295 Rename from python-indent-block-enders.
1296 (python-indent-block-enders-2): New test.
1298 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
1300 * indent/js.js: New file.
1302 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
1304 * automated/dbus-tests.el: New file.
1306 2013-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1308 * automated/regexp-tests.el: New file.
1310 2013-11-29 Eli Zaretskii <eliz@gnu.org>
1312 * automated/reftex-tests.el (reftex-parse-from-file-test):
1313 Run temp-dir through file-truename, to make sure the temporary file
1314 names are comparable as strings.
1316 * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1317 Force Unix EOLs by using 'utf-8-unix', since the default of
1318 'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1320 2013-11-28 Glenn Morris <rgm@gnu.org>
1322 * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1324 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1326 * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1327 (EMACSOPT): Use $(PATH_SEP).
1329 2013-11-28 Michael Albinus <michael.albinus@gmx.de>
1331 * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1334 2013-11-27 Michael Albinus <michael.albinus@gmx.de>
1336 * automated/file-notify-tests.el
1337 (file-notify-test-remote-temporary-file-directory):
1338 Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1339 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1340 (file-notify--deftest-remote): Cleanup connection initially.
1341 (file-notify-test03-autorevert): Run also in batch mode. Use a
1342 larger timeout for remote files. `sit-for' 1 second; 0.1 second
1343 does not work on MS Windows. Call `accept-process-output' for
1344 remote files. Apply `string-match' instead of `string-equal', the
1345 messages are different on MS Windows.
1347 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1348 Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1349 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1351 2013-11-23 Glenn Morris <rgm@gnu.org>
1353 * automated/python-tests.el (python-shell-make-comint-1)
1354 (python-shell-make-comint-2, python-shell-get-process-1):
1355 Suppress creation of some temp-files.
1357 * automated/python-tests.el (python-shell-parse-command-1)
1358 (python-shell-make-comint-1, python-shell-make-comint-2)
1359 (python-shell-get-process-1)
1360 (python-shell-internal-get-or-create-process-1):
1361 Skip rather than fail if prereqs not found.
1363 * automated/Makefile.in (emacs):
1364 Empty EMACSLOADPATH rather than unsetting.
1366 2013-11-22 Glenn Morris <rgm@gnu.org>
1368 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1369 Set expected-result.
1371 2013-11-21 Glenn Morris <rgm@gnu.org>
1373 * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1374 (compile-main): Pass XARGS_LIMIT to xargs.
1376 * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1377 (EMACSOPT): Use PATH_SEPARATOR.
1379 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
1381 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1382 Add a failing test for Bug#15874.
1383 (ruby--insert-coding-comment-ruby-style)
1384 (ruby--insert-coding-comment-emacs-style)
1385 (ruby--insert-coding-comment-custom-style):
1386 Add a few tests for `ruby--insert-coding-comment'.
1388 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
1390 Improve API of recently-added bool vector functions (Bug#15912).
1391 * automated/data-tests.el: Adjust to API changes.
1393 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
1395 * automated/tramp-tests.el (tramp-test07-file-exists-p)
1396 (tramp-test08-file-local-copy)
1397 (tramp-test09-insert-file-contents, tramp-test10-write-region)
1398 (tramp-test11-copy-file, tramp-test12-rename-file)
1399 (tramp-test13-make-directory, tramp-test14-delete-directory)
1400 (tramp-test15-copy-directory, tramp-test16-directory-files)
1401 (tramp-test17-insert-directory, tramp-test18-file-attributes)
1402 (tramp-test19-directory-files-and-attributes)
1403 (tramp-test20-file-modes, tramp-test21-file-links)
1404 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1405 (tramp-test24-file-name-completion, tramp-test25-load)
1406 (tramp-test26-process-file, tramp-test27-start-file-process)
1407 (tramp-test28-shell-command): Cleanup connection initially.
1409 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1411 * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1412 connection before running the test.
1414 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
1416 * automated/tramp-tests.el (tramp-test15-copy-directory)
1417 (tramp-test16-directory-files, tramp-test17-insert-directory)
1418 (tramp-test18-file-attributes)
1419 (tramp-test19-directory-files-and-attributes)
1420 (tramp-test20-file-modes, tramp-test21-file-links)
1421 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1422 (tramp-test24-file-name-completion, tramp-test25-load)
1423 (tramp-test26-process-file, tramp-test27-start-file-process)
1424 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1425 (tramp-test29-utf8): New test.
1427 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
1429 * automated/file-notify-tests.el (file-notify-test02-events)
1430 (file-notify-test03-autorevert): Suppress messages in `write-region'.
1432 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1433 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1434 (tramp-test26-process-file, tramp-test28-shell-command):
1435 Ensure, that the directory is not empty when calling "ls".
1437 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
1439 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1440 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1441 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1442 (tramp-test09-insert-file-contents, tramp-test10-write-region)
1443 (tramp-test26-process-file): Add tests.
1444 (tramp-test11-copy-file): Remove debug message.
1445 (tramp-test20-file-modes): Special case, if user is "root".
1447 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
1449 * automated/file-notify-tests.el:
1450 * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1451 `tramp-remote-path' when running on hydra.
1452 (tramp-test07-file-exists-p): Remove instrumentation code.
1453 (tramp-test26-process-file): Don't use "/bin/true" and
1454 "/bin/false", these paths do not exist on hydra.
1456 2013-11-08 Helmut Eller <eller.helmut@gmail.com>
1458 * automated/process-tests.el: New file.
1460 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1462 * indent/ruby.rb: New examples.
1464 2013-11-06 Glenn Morris <rgm@gnu.org>
1466 * automated/Makefile.in (setwins): Avoid accidental matches.
1468 2013-11-06 Michael Albinus <michael.albinus@gmx.de>
1470 * automated/tramp-tests.el (tramp-test07-file-exists-p):
1471 Fix docstring. Instrument, in order to hunt failure on hydra.
1473 2013-11-06 Glenn Morris <rgm@gnu.org>
1475 * automated/flymake-tests.el (warning-predicate-rx-gcc)
1476 (warning-predicate-function-gcc, warning-predicate-rx-perl)
1477 (warning-predicate-function-perl):
1478 * automated/info-xref.el (info-xref-test-makeinfo):
1479 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1480 (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1482 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
1484 * automated/tramp-tests.el: New file.
1486 2013-11-05 Glenn Morris <rgm@gnu.org>
1488 Get rid of --chdir usage.
1489 * automated/Makefile.in (EMACSOPT): Move -L here.
1490 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1491 (setwins): Don't assume called from srcdir. Remove legacy stuff.
1492 (.el.elc): No more need to pass -L here.
1493 (compile-main): Get rid of sub-shell and cd.
1494 (compile-clean, check): Get rid of cd.
1496 Make it possible to run tests with a different working directory.
1497 * automated/flymake-tests.el (flymake-tests-data-directory): New.
1498 (flymake-tests--current-face): Use flymake-tests-data-directory.
1499 (warning-predicate-function-gcc, warning-predicate-rx-perl)
1500 (warning-predicate-function-perl): Adapt for above change.
1501 * automated/zlib-tests.el (zlib-tests-data-directory): New.
1502 (zlib--decompress): Use zlib-tests-data-directory.
1504 * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1505 Remove test that makes no sense.
1507 * automated/files.el (files-test-local-variable-data):
1508 Fix result typo presumably caused by interference from dir-locals.
1509 (file-test--do-local-variables-test): Prevent dir-locals interfering.
1511 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1513 * indent/ruby.rb: Add a statement on the line after heredoc.
1514 Move a now-successful example.
1516 * automated/ruby-mode-tests.el: Remove outdated comment.
1518 2013-11-04 Glenn Morris <rgm@gnu.org>
1520 * automated/Makefile.in (abs_srcdir): Remove.
1521 (emacs): Unset EMACSLOADPATH.
1522 (.el.elc, check): Use -L to append srcdir to load-path.
1524 2013-11-02 Glenn Morris <rgm@gnu.org>
1526 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1527 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1528 (abs_srcdir): New, set by configure.
1529 (EMACS): Use a relative file name.
1530 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1531 (lisp-compile): Remove (assume it's up-to-date).
1532 (compile-main): Do not run lisp-compile.
1533 (compile-main, compile-clean, compile-always, bootstrap-clean)
1534 (check): Use srcdir rather than $test. Check cd return value.
1536 (doit, compile, compile-always): Remove stuff copied from lisp/.
1537 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1539 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
1541 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1542 Add a skipping test.
1544 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1546 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1548 * indent/css-mode.css (.x2): Test alignement inside braces.
1550 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
1552 * indent/ruby.rb: New failing example.
1554 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1555 Fix the test, in respect to adding the space after the curly.
1557 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
1559 * automated/ert-tests.el (ert-test-skip-unless): New test case.
1560 (ert-test-deftest): Adapt test for changed macro expansion.
1561 (ert-test-run-tests-interactively):
1562 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1563 Add a skipping test.
1565 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1566 (file-notify--test-local-enabled): Make it a function. Check also
1567 for `file-remote-p' of `temporary-file-directory'.
1568 (file-notify--test-remote-enabled-checked): New defvar.
1569 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
1570 internal functions. Cache result.
1571 (file-notify--deftest-remote, file-notify-test00-availability)
1572 (file-notify-test01-add-watch, file-notify-test02-events)
1573 (file-notify-test03-autorevert): Add checks with `skip_unless'.
1574 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1576 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
1578 * indent/ruby.rb: Fix syntax error in the latest example.
1580 2013-10-23 Glenn Morris <rgm@gnu.org>
1582 * automated/Makefile.in (abs_top_srcdir, top_builddir):
1583 New, set by configure.
1584 (top_srcdir): Remove.
1585 (abs_test, abs_lispsrc): New.
1586 (lisp): No longer absolute.
1587 (emacs, lisp-compile, compile, compile-always):
1588 Quote entities that might contain whitespace.
1590 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
1592 * indent/ruby.rb: Move two examples to "working" section, add one
1595 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
1597 * indent/ruby.rb: New examples for indentation of blocks.
1598 Example of hash inside parens that inflooped before the present commit.
1600 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
1602 * automated/timer-tests.el: New file. Tests that (sit-for 0)
1603 allows another timer to run.
1605 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
1607 * indent/ruby.rb: More examples for bug#15594, both failing and
1610 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
1612 * indent/ruby.rb: Add two more cases.
1614 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1616 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1618 (ruby-should-indent): Use indent-according-to-mode.
1619 (ruby-deftest-move-to-block): Use `declare'.
1621 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
1623 * indent/ruby.rb: Fix a spurious change, add more failing examples.
1625 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1627 * indent/ruby.rb: Add a few more tests; adjust some indentation.
1629 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1631 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1632 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1634 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1636 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1638 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1639 Adjust indentation of continued line to the new SMIE behavior.
1641 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1643 * automated/completion-tests.el:
1644 * indent/css-mode.css: New files.
1646 2013-10-03 Daiki Ueno <ueno@gnu.org>
1648 * automated/data/package/signed/archive-contents:
1649 * automated/data/package/signed/archive-contents.sig:
1650 * automated/data/package/signed/signed-good-1.0.el:
1651 * automated/data/package/signed/signed-good-1.0.el.sig:
1652 * automated/data/package/signed/signed-bad-1.0.el:
1653 * automated/data/package/signed/signed-bad-1.0.el.sig:
1654 * automated/data/package/key.pub:
1655 * automated/data/package/key.sec: New files.
1657 * automated/package-test.el (package-test-update-listing)
1658 (package-test-update-archives, package-test-describe-package):
1659 Adjust to package.el change.
1660 (package-test-signed): New test.
1662 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1664 * automated/package-test.el: Update all cases to use :url instead
1667 * automated/package-x-test.el
1668 (package-x-test--single-archive-entry-1-3): Same.
1670 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1672 * automated/package-test.el (simple-single-desc-1-4): Remove, it
1674 (simple-single-desc): Expect :homepage property.
1675 (multi-file-desc): Same.
1676 (with-package-test): Do not save previous `default-directory'
1677 value, let-bind the var instead.
1678 (package-test-install-single): Expect :homepage property in the
1680 (package-test-describe-package): Expect Homepage button.
1681 (package-test-describe-non-installed-package)
1682 (package-test-describe-non-installed-multi-file-package): Same.
1683 (package-test-describe-not-installed-package): Remove, it was a
1686 * automated/package-x-test.el
1687 (package-x-test--single-archive-entry-1-3): Expect :homepage
1689 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1691 * automated/data/package/simple-single-1.3.el: Add URL header.
1693 * automated/data/package/archive-contents: Add :homepage
1694 properties to `simple-single' and `multi-file'.
1696 2013-09-22 Daniel Colascione <dancol@dancol.org>
1698 * automated/data-tests.el:
1699 (bool-vector-count-matches-all-0-nil)
1700 (bool-vector-count-matches-all-0-t)
1701 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1702 (bool-vector-count-matches-at, bool-vector-intersection-op)
1703 (bool-vector-union-op, bool-vector-xor-op)
1704 (bool-vector-set-difference-op)
1705 (bool-vector-change-detection, bool-vector-not): New tests.
1706 (mock-bool-vector-count-matches-at)
1707 (test-bool-vector-bv-from-hex-string)
1708 (test-bool-vector-to-hex-string)
1709 (test-bool-vector-count-matches-at-tc)
1710 (test-bool-vector-apply-mock-op)
1711 (test-bool-vector-binop): New helper functions.
1712 (bool-vector-test-vectors): New testcase data.
1714 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
1716 * automated/advice-tests.el (advice-test-called-interactively-p-around)
1717 (advice-test-called-interactively-p-filter-args)
1718 (advice-test-called-interactively-p-around): New tests.
1720 2013-09-16 Glenn Morris <rgm@gnu.org>
1722 * automated/eshell.el (eshell-match-result):
1723 Return a more informative failure than simply "false". Update callers.
1725 * automated/eshell.el (eshell-test/for-name-shadow-loop):
1726 Test value before and after loop as well as during.
1728 2013-09-15 Glenn Morris <rgm@gnu.org>
1730 * automated/eshell.el (eshell-test/for-name-shadow-loop):
1731 New test. (Bug#15372)
1732 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1734 2013-09-13 Glenn Morris <rgm@gnu.org>
1736 * automated/eshell.el (with-temp-eshell):
1737 Use a temp directory for eshell-directory-name.
1738 (eshell-test-command-result): New, again using a temp directory.
1739 Replace eshell-command-result with this throughout.
1740 (eshell-test/for-loop, eshell-test/for-name-loop):
1741 Ensure environment variables don't confuse us.
1743 2013-09-12 Glenn Morris <rgm@gnu.org>
1745 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1746 due to "has a running process; kill it?" prompts.
1748 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1750 * automated/eshell.el: Rename from eshell.el.
1751 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1753 2013-09-01 Glenn Morris <rgm@gnu.org>
1755 * automated/Makefile.in (setwins): Avoid leading space in $wins.
1756 Otherwise the sed command used by eg compile-main ends up
1757 containing "/*.el". (Bug#15170)
1759 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1761 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1762 for portability to hosts where /bin/sh has problems.
1764 2013-08-21 David Engster <deng@randomsample.de>
1766 * automated/eieio-tests.el, automated/eieio-test-persist.el:
1767 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1768 upstream. Changed to use ERT.
1770 2013-08-14 Daniel Hackney <dan@haxney.org>
1772 * automated/package-test.el: Remove tar-package-building functions.
1773 Tar file used for testing is included in the repository.
1774 (package-test-install-texinfo, package-test-cleanup-built-files):
1777 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1779 * automated/python-tests.el (python-imenu-create-index-4)
1780 (python-imenu-create-flat-index-2): New tests.
1782 2013-08-05 Glenn Morris <rgm@gnu.org>
1784 * automated/mule-util.el: New file, with tests extracted from
1785 lisp/international/mule-util.el.
1787 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1789 * automated/advice-tests.el (advice-tests-nadvice): Test removal
1791 (advice-tests-macroaliases): New test.
1793 2013-08-04 Glenn Morris <rgm@gnu.org>
1795 * automated/ert-tests.el: Disable failing test that no-one seems
1796 to know how to fix. (Bug#13064)
1798 * automated/icalendar-tests.el (icalendar-tests--test-export)
1799 (icalendar-tests--test-import): Try more precise TZ specification.
1800 Remove debug messages.
1802 2013-08-03 Glenn Morris <rgm@gnu.org>
1804 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1806 * automated/icalendar-tests.el (icalendar-tests--test-export)
1807 (icalendar-tests--test-import):
1808 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
1809 (icalendar-tests--test-import): Reset zone even if error occurred.
1811 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1813 * automated/core-elisp-tests.el: New file.
1815 2013-08-01 Glenn Morris <rgm@gnu.org>
1817 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1818 Try to check that the remote system has a notification program.
1820 2013-07-31 Glenn Morris <rgm@gnu.org>
1822 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1824 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1826 * automated/file-notify-tests.el
1827 (file-notify--test-local-enabled): New defconst. Replaces all
1828 `file-notify-support' occurrences.
1829 (file-notify--test-remote-enabled): New defun.
1830 (file-notify--deftest-remote): Use it.
1831 (file-notify-test00-availability): Rewrite.
1832 (file-notify-test00-availability-remote): New defun.
1833 (file-notify-test01-add-watch): Rewrite first erroneous check.
1835 2013-07-23 Glenn Morris <rgm@gnu.org>
1837 * automated/inotify-test.el (inotify-file-watch-simple):
1838 Delete temp-file when done.
1840 * automated/subword-tests.el: Require subword.
1842 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1844 * automated/subword-tests.el: New file.
1846 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1848 * automated/python-tests.el (python-imenu-create-index-2)
1849 (python-imenu-create-index-3): New tests.
1851 2013-07-11 Glenn Morris <rgm@gnu.org>
1853 * automated/ert-tests.el: Require cl-lib at runtime too.
1854 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1855 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1856 (ert-test-set-functions, ert-test-gensym)
1857 (ert-test-coerce-to-vector, ert-test-string-position)
1858 (ert-test-mismatch): Remove tests.
1859 * automated/cl-lib.el: New, split from ert-tests.el.
1861 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1863 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1864 (ruby-move-to-block-skips-percent-literal)
1865 (ruby-move-to-block-skips-heredoc)
1866 (ruby-move-to-block-moves-from-else-to-if)
1867 (ruby-beginning-of-defun-does-not-fold-case)
1868 (ruby-end-of-defun-skips-to-next-line-after-the-method):
1869 Replace goto-line with forward-line/goto-char.
1870 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1872 * automated/package-test.el (makeinfo-buffer): Autoload.
1873 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1874 (package-test-install-texinfo): Don't require makeinfo.
1876 * automated/files.el: Stop "local variables" confusion.
1878 * automated/flymake-tests.el (flymake-tests): Remove unused group.
1880 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1881 Use with-current-buffer.
1883 * automated/undo-tests.el (undo-test-buffer-modified)
1884 (undo-test-file-modified): New tests.
1886 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
1888 * automated/file-notify-tests.el (file-notify-test00-availability):
1889 Set :expected-result.
1890 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1891 (file-notify-test02-events, file-notify-test02-events-remote)
1892 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1893 Skip when `file-notify-support' is nil. (Bug#14823)
1895 2013-07-09 Glenn Morris <rgm@gnu.org>
1897 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1899 (inotify-file-watch-simple): Silence compiler.
1901 * automated/python-tests.el (python-indent-block-enders):
1902 Make it actually test something.
1904 * automated/package-x-test.el: Require package-test when compiling.
1906 * automated/add-log-tests.el, automated/advice-tests.el:
1907 * automated/imenu-test.el, automated/package-x-test.el:
1908 * automated/python-tests.el, automated/ruby-mode-tests.el:
1909 * automated/xml-parse-tests.el: Explicitly require ert.
1911 2013-07-08 Kenichi Handa <handa@gnu.org>
1913 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1914 Use with-ccoding-priority to avoid side-effect (Bug#14781).
1916 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
1918 * automated/file-notify-tests.el
1919 (file-notify-test-remote-temporary-file-directory):
1920 Use `null-device' on w32.
1921 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1922 (file-notify--test-results, file-notify--test-event)
1923 (file-notify--deftest-remote, file-notify--event-test)
1924 (file-notify--test-event-handler)
1925 (file-notify--test-make-temp-name): Rename, in order to mark them
1927 (tramp-message-show-message, tramp-read-passwd): Tweak them for
1928 better fitting in noninteractive tests.
1929 (file-notify-test00-availability): Rename from `file-notify-test0'.
1930 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1931 Use `temporary-file-directory '.
1932 (file-notify-test01-add-watch-remote): New test.
1933 (file-notify-test02-events): Rename from `file-notify-test2'.
1934 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1935 (file-notify-test03-autorevert): Rename from
1936 `file-notify-test4'. Use timeouts.
1937 (file-notify-test03-autorevert-remote): Rename from
1938 `file-notify-test5'.
1940 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
1942 * automated/file-notify-tests.el: New package.
1944 2013-06-28 Kenichi Handa <handa@gnu.org>
1946 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1947 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1949 (decoder-tests-filename): New function.
1950 (decoder-tests-prefer-utf-8-read)
1951 (decoder-tests-prefer-utf-8-write): New function.
1952 (ert-test-decoder-prefer-utf-8): New test.
1954 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
1956 * automated/package-x-test.el: Change the commentary.
1957 (package-x-test--single-archive-entry-1-3)
1958 (package-x-test--single-archive-entry-1-4): Fix the tests, by
1959 using the appropriate data structure.
1961 2013-06-27 Daniel Hackney <dan@haxney.org>
1963 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1965 * automated/package-x-test.el: New file.
1967 * automated/package-test.el: New file.
1969 * automated/data/package: New directory, with test examples.
1971 2013-06-27 Glenn Morris <rgm@gnu.org>
1973 * automated/python-tests.el (python-tests-with-temp-file):
1974 Clean up after ourself.
1976 * automated/undo-tests.el (undo-test3): Remove test that seems to
1977 do nothing that the previous one doesn't, except leave a tempfile.
1979 2013-06-26 Glenn Morris <rgm@gnu.org>
1981 * automated/info-xref.el: New file.
1983 2013-06-25 Glenn Morris <rgm@gnu.org>
1985 * automated/occur-tests.el (occur-test-create): New function.
1986 Use it to create separate tests for each element, so we run them
1987 all rather than stopping at the first error.
1989 2013-06-24 Glenn Morris <rgm@gnu.org>
1991 * automated/occur-tests.el (occur-tests):
1992 Update for 2013-05-29 change to occur header line.
1994 2013-06-21 Eduard Wiebe <usenet@pusto.de>
1996 Test suite for flymake.
1997 * automated/flymake-tests.el:
1998 * automated/flymake/warnpred/Makefile
1999 * automated/flymake/warnpred/test.c
2000 * automated/flymake/warnpred/test.pl: New files.
2002 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2004 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
2006 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2008 * automated/reftex-tests.el: New test suite for reftex.
2010 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
2012 * automated/ruby-mode-tests.el: New tests, for percent literals
2013 and expression expansion.
2015 2013-05-29 Leo Liu <sdl.web@gmail.com>
2017 * indent/octave.m: Tweak.
2019 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
2021 * eshell.el: Rewrite tests using ERT.
2023 2013-05-25 Leo Liu <sdl.web@gmail.com>
2025 * indent/octave.m: Add tests for %!, # and ### comments.
2027 2013-05-23 Kenichi Handa <handa@gnu.org>
2029 * automated/decoder-tests.el: New file.
2031 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
2033 * indent/ruby.rb: Add multiline regexp example.
2035 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
2036 (ruby-regexp-skips-over-interpolation)
2037 (ruby-regexp-continues-till-end-when-unclosed)
2038 (ruby-regexp-can-be-multiline)
2039 (ruby-interpolation-inside-percent-literal): New tests.
2041 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2043 * indent/ruby.rb: Fix indentation after =; add more cases.
2045 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2047 * indent/pascal.pas: Add test for mis-identified comments.
2049 2013-04-01 Masatake YAMATO <yamato@redhat.com>
2051 * automated/imenu-test.el: New file. (Bug#14112)
2053 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2055 * automated/python-tests.el (python-imenu-prev-index-position-1):
2057 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2060 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2062 * automated/python-tests.el (python-nav-backward-defun-2)
2063 (python-nav-backward-defun-3, python-nav-forward-defun-2)
2064 (python-nav-forward-defun-3): New tests.
2066 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2068 * automated/python-tests.el (python-nav-backward-defun-1)
2069 (python-nav-forward-defun-1): New tests.
2071 2013-04-09 Masatake YAMATO <yamato@redhat.com>
2073 * automated/add-log-tests.el: New file. (Bug#14112)
2075 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2077 * automated/python-tests.el (python-indent-block-enders): New test.
2078 (python-info-current-defun-2): Fix test.
2080 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
2082 * indent/octave.m: Fix encoding error in comment. Add coding tag.
2084 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
2086 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2087 (python-tests-with-temp-file): New macro.
2088 (python-tests-shell-interpreter): New var.
2089 (python-shell-get-process-name-1)
2090 (python-shell-internal-get-process-name-1)
2091 (python-shell-parse-command-1)
2092 (python-shell-calculate-process-environment-1)
2093 (python-shell-calculate-process-environment-2)
2094 (python-shell-calculate-process-environment-3)
2095 (python-shell-calculate-exec-path-1)
2096 (python-shell-calculate-exec-path-2)
2097 (python-shell-make-comint-1)
2098 (python-shell-make-comint-2)
2099 (python-shell-get-process-1)
2100 (python-shell-get-or-create-process-1)
2101 (python-shell-internal-get-or-create-process-1): New tests.
2103 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2105 * automated/python-tests.el: New file.
2107 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2109 * automated/ruby-mode-tests.el
2110 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2111 bits inside the examples.
2112 (ruby-move-to-block-skips-heredoc): New test.
2113 (ruby-add-log-current-method-after-inner-class):
2114 Lower expectations: move point inside a method, initially.
2116 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2118 * automated/ruby-mode-tests.el
2119 (ruby-move-to-block-skips-percent-literal): New test.
2121 2013-02-04 Chong Yidong <cyd@gnu.org>
2123 * automated/thingatpt.el: New file.
2125 2013-02-03 Chong Yidong <cyd@gnu.org>
2127 * automated/files.el (file-test--do-local-variables-test):
2128 Avoid compilation warning message.
2130 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2132 * automated/ruby-mode-tests.el
2133 (ruby-indent-spread-args-in-parens): New test.
2134 * automated/ruby-mode-tests.el (ruby-block-test-example):
2135 Break indentation of the do block opener and add a line inside it.
2136 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2137 Adjust line numbers.
2139 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2141 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
2143 2013-01-14 Glenn Morris <rgm@gnu.org>
2145 * automated/compile-tests.el (compile-tests--test-regexps-data):
2146 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
2148 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
2150 * automated/man-tests.el: New file.
2152 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2154 * automated/undo-tests.el (undo-test0): Adjust error to code change.
2156 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2158 * automated/undo-tests.el: New file.
2160 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
2162 * automated/ruby-mode-tests.el
2163 (ruby-indent-after-block-in-continued-expression): New test.
2165 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
2167 * automated/ruby-mode-tests.el:
2168 Rename one interpolation test; add three more.
2169 (ruby-with-temp-buffer): New macro, use it where appropriate.
2170 (ruby-add-log-current-method-examples): Use "_" for target point.
2171 Add four new tests for ruby-add-log-current-method.
2173 2012-12-11 Glenn Morris <rgm@gnu.org>
2175 * automated/f90.el (f90-test-bug13138): New test.
2177 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2179 * automated/inotify-test.el: New test.
2181 2012-12-02 Chong Yidong <cyd@gnu.org>
2183 * automated/ruby-mode-tests.el
2184 (ruby-add-log-current-method-examples): Don't use loop macro, to
2185 allow automated testing to work.
2187 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2189 * automated/advice-tests.el (advice-tests--data): Remove.
2190 (advice-tests): Move the tests directly here instead.
2191 Add called-interactively-p tests.
2193 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2195 * automated/ert-x-tests.el: Use cl-lib.
2196 * automated/ert-tests.el: Use lexical-binding and cl-lib.
2198 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2200 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2201 (ruby-indent-inside-heredoc-after-operator)
2202 (ruby-indent-inside-heredoc-after-space): New tests.
2203 Change direct font-lock face references to var references.
2204 (ruby-interpolation-suppresses-syntax-inside): New test.
2205 (ruby-interpolation-inside-percent-literal-with-paren):
2208 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2210 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2211 (ruby-singleton-class-no-heredoc-font-lock)
2212 (ruby-add-log-current-method-examples): New tests.
2213 (ruby-test-string): Extract from ruby-should-indent-buffer.
2214 (ruby-deftest-move-to-block): New macro.
2215 Add several move-to-block tests.
2217 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2219 * automated/advice-tests.el: New tests.
2221 2012-10-14 Eli Zaretskii <eliz@gnu.org>
2223 * automated/compile-tests.el (compile-tests--test-regexps-data):
2224 Add new data for msft's new format.
2226 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2228 * automated/ruby-mode-tests.el:
2229 (ruby-toggle-block-to-multiline): New test.
2230 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2231 (ruby-toggle-block-to-brace): Use buffer-string.
2233 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2235 * automated/ruby-mode-tests.el: New tests (Bug#11613).
2237 2012-08-28 Chong Yidong <cyd@gnu.org>
2239 * automated/files.el: Test every combination of values for
2240 enable-local-variables and enable-local-eval.
2242 2012-08-19 Chong Yidong <cyd@gnu.org>
2244 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2246 2012-08-18 Chong Yidong <cyd@gnu.org>
2248 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2250 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
2252 * indent/ruby.rb: Rearrange examples, add new ones.
2254 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
2256 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2257 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2259 2012-08-11 Glenn Morris <rgm@gnu.org>
2261 * automated/files.el: New file.
2263 * automated/Makefile.in (all): Fix typo.
2265 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
2267 * automated/ruby-mode-tests.el (ruby-should-indent):
2268 Add docstring, check (current-indentation) instead of (current-column).
2269 (ruby-should-indent-buffer): New function.
2270 Add tests for `ruby-deep-indent-paren' behavior.
2271 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2273 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
2275 Original tests in test_ruby_mode.rb in upstream (author).
2277 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
2279 * automated/ruby-mode-tests.el (ruby-should-indent)
2280 (ruby-assert-state): New functions.
2283 2012-07-29 David Engster <deng@randomsample.de>
2285 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2286 New variable to hold test data for name expansion.
2287 (xml-parse-tests): Test the two different types of name expansion.
2289 2012-07-29 Juri Linkov <juri@jurta.org>
2291 * automated/occur-tests.el (occur-test-case): Use predefined
2292 buffer name " *test-occur*" instead of a random buffer name.
2294 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2296 * automated/ruby-mode-tests.el: New file with one test.
2298 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2300 * indent/shell.sh: Add test case for ${#VAR}.
2302 * indent/latex-mode.tex: New file.
2304 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2306 * eshell.el: Use cl-lib.
2308 2012-07-03 Chong Yidong <cyd@gnu.org>
2310 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2312 2012-07-02 Chong Yidong <cyd@gnu.org>
2314 * automated/xml-parse-tests.el (xml-parse-tests--data):
2317 2012-07-01 Chong Yidong <cyd@gnu.org>
2319 * automated/xml-parse-tests.el: New file.
2321 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2323 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2326 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
2328 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2329 Test escaped commas in TZID (Bug#11473).
2330 (icalendar-import-with-timezone): New.
2331 (icalendar-real-world): Add new testcase as given in the bugreport
2334 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2336 * automated/icalendar-tests.el (icalendar-tests--test-import):
2337 Include UID in import tests (Bug#11525).
2338 (icalendar-import-non-recurring, icalendar-import-rrule)
2339 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2341 (icalendar-import-with-uid): New.
2342 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2343 Include UID in cycle tests.
2344 (icalendar-cycle, icalendar-real-world): UID-import change.
2346 2012-05-21 Glenn Morris <rgm@gnu.org>
2348 * automated/Makefile.in (setwins): Scrap superfluous subshell.
2350 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
2352 * automated/url-util-tests.el: New file to test
2353 lisp/url/url-util.el. Only `url-build-query-string' and
2354 `url-parse-query-string' are tested right now (Bug#8706).
2356 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2359 * indent/shell.rc: Ad some test cases.
2361 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2363 * indent/ruby.rb: New file, to test new syntax-propertize code.
2365 2012-04-11 Glenn Morris <rgm@gnu.org>
2367 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2369 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2371 * automated/url-future-tests.el (url-future-tests): Move from
2372 lisp/url/url-future.el and rename.
2374 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
2376 * automated/icalendar-tests.el (icalendar-import-non-recurring):
2377 Fix broken test, caused by missing trailing blank.
2379 2011-12-03 Chong Yidong <cyd@gnu.org>
2381 * automated/compile-tests.el (compile-tests--test-regexps-data):
2382 Increase column numbers by one to reflect change in how
2383 compilation-message is recorded (Bug#10172).
2385 2011-11-22 Glenn Morris <rgm@gnu.org>
2387 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2389 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2391 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2393 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2395 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2396 (icalendar-tests--test-export, icalendar-tests--do-test-export):
2397 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2399 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
2401 * automated/newsticker-tests.el
2402 (newsticker--group-manage-orphan-feeds): Remove fsetting of
2403 newsticker--treeview-tree-update.
2405 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
2407 * automated/newsticker-tests.el
2408 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2410 * automated/newsticker-tests.el
2411 (newsticker--group-manage-orphan-feeds): Prevent updating
2412 newsticker treeview. Fixed bug#9763.
2414 2011-10-20 Glenn Morris <rgm@gnu.org>
2416 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2418 * automated/vc-bzr.el: New file.
2420 2011-10-15 Glenn Morris <rgm@gnu.org>
2422 * automated/f90.el: New file.
2424 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
2426 * automated/newsticker-tests.el: Move newsticker-testsuite.el
2427 to automated/newsticker-tests.el. Convert to ERT.
2429 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
2431 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2432 Remove, simply use string=.
2433 (icalendar--diarytime-to-isotime)
2434 (icalendar--datetime-to-diary-date)
2435 (icalendar--datestring-to-isodate)
2436 (icalendar--format-ical-event)
2437 (icalendar--parse-summary-and-rest)
2438 (icalendar-tests--do-test-import)
2439 (icalendar-tests--do-test-cycle): Change argument order of
2440 string= to EXPECTED ACTUAL.
2441 (icalendar--import-format-sample)
2442 (icalendar--format-ical-event)
2443 (icalendar-import-non-recurring)
2444 (icalendar-import-rrule)
2445 (icalendar-import-duration)
2446 (icalendar-import-bug-6766)
2447 (icalendar-real-world): Adjust to string= instead of
2448 icalendar-tests--compare-strings.
2449 (icalendar-import-multiple-vcalendars): New.
2451 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2453 * automated/gnus-tests.el: Add wrapper for Gnus tests.
2456 2011-05-09 Juri Linkov <juri@jurta.org>
2458 * automated/occur-tests.el: Move from test/occur-testsuite.el.
2461 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
2463 * automated/compile-tests.el: New file.
2465 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
2467 * automated/font-parse-tests.el: Don't byte-compile.
2469 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
2471 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2473 * automated/lexbind-tests.el: New file.
2475 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2477 * Version 23.3 released.
2479 2011-03-05 Glenn Morris <rgm@gnu.org>
2481 * eshell.el: Move here from lisp/eshell/esh-test.el.
2483 2011-03-03 Christian Ohler <ohler@gnu.org>
2485 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2488 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
2490 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2491 convert to ERT format.
2493 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
2495 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2496 convert to ERT format.
2498 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2501 * indent/shell.rc: New files.
2503 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
2505 * automated/font-parse-tests.el: Move from
2506 font-parse-testsuite.el.
2508 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
2510 * font-parse-testsuite.el (test-font-parse-data): New file.
2512 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2514 * indent/prolog.prolog: Add tokenizing tests.
2516 2011-01-13 Christian Ohler <ohler@gnu.org>
2518 * automated: New directory for automated tests.
2520 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2522 * automated/Makefile.in: New file.
2524 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2526 * indent/modula2.mod: New file.
2528 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2530 * indent/octave.m: Add a test to ensure indentation is local.
2532 2010-10-23 Glenn Morris <rgm@gnu.org>
2534 * comint-testsuite.el
2535 (comint-testsuite--test-comint-password-prompt-regexp):
2536 Add "Please enter the password". (Bug#7224)
2538 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2540 * indent/prolog.prolog: Use normal spacing around !.
2542 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2544 * indent/octave.m: Remove one more `fixindent'. Use `end'.
2546 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2548 * indent/octave.m: Remove some `fixindent' not needed any more.
2550 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2552 * indent/octave.m: New file.
2554 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
2556 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2557 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2558 (icalendar-testsuite--run-internal-tests): New.
2559 (icalendar-testsuite--test-convert-ordinary-to-ical)
2560 (icalendar-testsuite--test-convert-block-to-ical)
2561 (icalendar-testsuite--test-convert-anniversary-to-ical)
2562 (icalendar-testsuite--test-parse-vtimezone)
2563 (icalendar-testsuite--do-test-export): Code formatting.
2564 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2565 (icalendar-testsuite--do-test-import)
2566 (icalendar-testsuite--do-test-cycle):
2567 Use icalendar-testsuite--compare-strings
2568 (icalendar-testsuite--run-import-tests): Comment added.
2569 (icalendar-testsuite--run-import-tests)
2570 (icalendar-testsuite--run-real-world-tests): Fix expected results.
2572 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
2574 * redisplay-testsuite.el (test-redisplay-3): New test.
2576 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
2578 * comint-testsuite.el: New file.
2580 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2584 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2586 * Version 23.2 released.
2588 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
2590 * cedet/semantic-ia-utest.el
2591 (semantic-symref-test-count-hits-in-tag): Add function, from
2594 * cedet/tests/test.cpp:
2595 * cedet/tests/test.py:
2596 * cedet/tests/teststruct.cpp:
2597 * cedet/tests/testtemplates.cpp:
2598 * cedet/tests/testusing.cpp:
2599 * cedet/tests/scopetest.cpp:
2600 * cedet/tests/scopetest.java: Files deleted.
2602 * cedet/tests/test.make:
2603 * cedet/tests/test.c:
2604 * cedet/tests/testjavacomp.java:
2605 * cedet/tests/testspp.c:
2606 * cedet/tests/testsppreplace.c:
2607 * cedet/tests/testsppreplaced.c:
2608 * cedet/tests/testsubclass.cpp:
2609 * cedet/tests/testsubclass.hh:
2610 * cedet/tests/testtypedefs.cpp:
2611 * cedet/tests/testvarnames.c:
2612 * cedet/tests/test.el:
2613 * cedet/tests/testdoublens.cpp:
2614 * cedet/tests/testdoublens.hpp: Add copyright header.
2616 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2617 Remove reference to deleted files.
2619 2010-03-30 Juri Linkov <juri@jurta.org>
2621 * occur-testsuite.el (occur-tests): Add tests for context lines.
2623 2010-03-23 Juri Linkov <juri@jurta.org>
2625 * occur-testsuite.el: New file.
2627 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2631 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2633 * icalendar-testsuite.el
2634 (icalendar-testsuite--run-function-tests): Add new tests.
2635 (icalendar-testsuite--test-diarytime-to-isotime): Add another
2637 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2638 (icalendar-testsuite--test-convert-weekly-to-ical): New.
2639 (icalendar-testsuite--test-convert-yearly-to-ical): New.
2640 (icalendar-testsuite--test-convert-block-to-ical): New.
2641 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2642 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2644 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2646 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2647 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2648 Fix typos in docstrings and error messages.
2649 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2651 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2653 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2654 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2655 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2657 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2659 * icalendar-testsuite.el
2660 (icalendar-testsuite--run-function-tests):
2661 Add icalendar-testsuite--test-parse-vtimezone.
2662 (icalendar-testsuite--test-parse-vtimezone): New.
2663 (icalendar-testsuite--do-test-cycle): Doc changes.
2664 (icalendar-testsuite--run-real-world-tests): Remove trailing
2665 whitespace -- see change of icalendar--add-diary-entry in
2667 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2669 2009-09-30 Glenn Morris <rgm@gnu.org>
2671 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2673 2009-06-26 Eric Ludlam <zappo@gnu.org>
2675 * cedet/*: New unit tests, from CEDET repository.
2677 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
2679 * redisplay-testsuite.el: New file.
2681 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
2685 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
2687 * icalendar-testsuite.el
2688 (icalendar-testsuite--run-function-tests):
2689 Add icalendar-testsuite--test-diarytime-to-isotime.
2690 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2691 recent icalendar fixes.
2692 (icalendar-testsuite--test-diarytime-to-isotime): New.
2693 (icalendar-testsuite--test-create-uid): Adjust to recent
2696 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2698 * bytecomp-testsuite.el: New file.
2700 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2702 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2703 Add `icalendar-testsuite--test-create-uid'.
2704 (icalendar-testsuite--test-create-uid): New.
2706 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
2708 * newsticker-testsuite.el: New file.
2710 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
2712 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2713 Add icalendar-testsuite--test-datestring-to-isodate,
2714 icalendar-testsuite--test-datetime-to-diary-date, and
2715 icalendar-testsuite--test-calendar-style.
2716 (icalendar-testsuite--test-format-ical-event)
2717 (icalendar-testsuite--test-parse-summary-and-rest):
2718 Doc fix. Remove european-calendar-style.
2719 (icalendar-testsuite--get-ical-event): Doc fix.
2720 (icalendar-testsuite--test-first-weekday-of-year)
2721 (icalendar-testsuite--run-cycle-tests): Add doc string.
2722 (icalendar-testsuite--test-datestring-to-isodate)
2723 (icalendar-testsuite--test-datetime-to-diary-date)
2724 (icalendar-testsuite--test-calendar-style): New functions.
2725 (icalendar-testsuite--test-export): Handle iso date style.
2726 New arg INPUT-ISO. Use calendar-date-style.
2727 (icalendar-testsuite--test-import): Handle iso date style.
2728 New arg EXPECTED-ISO. Use calendar-date-style.
2729 (icalendar-testsuite--test-cycle): Handle iso date style.
2730 (icalendar-testsuite--run-import-tests)
2731 (icalendar-testsuite--run-export-tests)
2732 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2734 2008-02-29 Glenn Morris <rgm@gnu.org>
2738 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
2740 * icalendar-testsuite.el: New file.
2746 Copyright (C) 2008-2015 Free Software Foundation, Inc.
2748 This file is part of GNU Emacs.
2750 GNU Emacs is free software: you can redistribute it and/or modify
2751 it under the terms of the GNU General Public License as published by
2752 the Free Software Foundation, either version 3 of the License, or
2753 (at your option) any later version.
2755 GNU Emacs is distributed in the hope that it will be useful,
2756 but WITHOUT ANY WARRANTY; without even the implied warranty of
2757 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2758 GNU General Public License for more details.
2760 You should have received a copy of the GNU General Public License
2761 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.