Merge BRANCH into repo, because it belongs with the developer advice. Also...
[emacs.git] / test / ChangeLog
blobfb19252cd3452c49344212c03130974d11c175b9
1 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
3         * test/automated/process-tests.el (process-test-quoted-batfile):
4         New test.
6 2014-10-20  Glenn Morris  <rgm@gnu.org>
8         * Merge in all changes up to 24.4 release.
10 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * indent/scss-mode.scss: New file.
13         * indent/css-mode.css: Add a few uneventful examples.
15 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
17         * BidiCharacterTest.txt: New file, from Unicode.
19         * biditest.el: New file.
21 2014-10-08  Leo Liu  <sdl.web@gmail.com>
23         * automated/print-tests.el: New file.
24         (terpri): Tests for terpri.  (Bug#18652)
26 2014-10-06  Glenn Morris  <rgm@gnu.org>
28         * automated/icalendar-tests.el (icalendar--calendar-style):
29         Remove test, no longer relevant.
31 2014-10-04  Glenn Morris  <rgm@gnu.org>
33         * automated/package-x-test.el: Remove file...
34         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
36 2014-10-02  Glenn Morris  <rgm@gnu.org>
38         * automated/package-test.el (with-package-test, package-test-signed):
39         Also set HOME to a temp value, in case the real one is absent (e.g.
40         hydra) or read-only.  (Bug#18575)
41         (package-test-signed): Use skip-unless rather than expected-result.
43 2014-09-26  Leo Liu  <sdl.web@gmail.com>
45         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
46         New tests.  (Bug#18557)
48 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
50         * automated/newsticker-tests.el
51         (newsticker--group-find-parent-group),
52         (newsticker--group-do-rename-group): New tests.
54 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
56         * automated/fns-tests.el (fns-tests-collate-sort):
57         Bind w32-collate-ignore-punctuation to t when sorting according to
58         UTS#10 rules.
60 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
62         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
63         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
65 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
67         * automated/fns-tests.el (fns-tests-compare-strings): In case
68         `compare-strings' shall return t, check for this.
69         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
71 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
73         * automated/python-tests.el (python-indent-electric-colon-1):
74         New test.  (Bug#18228)
76 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
78         * automated/fns-tests.el (fns-tests-sort): New test.
80 2014-08-28  Glenn Morris  <rgm@gnu.org>
82         * automated/python-tests.el (python-shell-calculate-exec-path-2):
83         Update test for today's python.el changes.
85 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
87         * automated/compile-tests.el (compile--test-error-line): Grok FILE
88         being nil.  Allows for Guile tests to pass.
89         (compile-tests--test-regexps-data): Add Guile tests.
91 2014-08-11  Glenn Morris  <rgm@gnu.org>
93         * automated/data/files-bug18141.el.gz: New file.
94         * automated/files.el (files-test-bug-18141-file):
95         New variable and test.  (Bug#18141)
97 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
99         Enumerate evaluated sexp diary entries (Bug#7911).
100         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
101         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
102         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
103         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
104         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
105         New tests.
107 2014-08-07  Glenn Morris  <rgm@gnu.org>
109         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
111 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
113         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
114         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
116 2014-08-03  Glenn Morris  <rgm@gnu.org>
118         * automated/Makefile.in (check-tar): New rule.
120 2014-08-02  Glenn Morris  <rgm@gnu.org>
122         * automated/fns-tests.el (fns-tests-compare-strings):
123         Update test.  (Bug#17903)
125         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
126         Use more precise TZ specification, as per 2013-08-04.
128 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
130         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
131         New test.
133 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
135         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
137 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
139         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
140         Work around the failures in icalendar-tests which occasionally occur on
141         hydra.nixos.org.
143 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
145         * automated/python-tests.el:
146         (python-util-clone-local-variables-1): Fix test.
148         * automated/python-tests.el (python-shell-make-comint-1):
149         (python-shell-make-comint-2): Fix indentation.
150         (python-shell-make-comint-3)
151         (python-shell-make-comint-4): New tests.
152         (python-shell-get-or-create-process-1): Fix test.
153         (python-shell-get-or-create-process-2)
154         (python-shell-get-or-create-process-3): New tests.
155         (python-shell-internal-get-or-create-process-1): Fix test.
156         (python-shell-prompt-detect-1): New test.
157         (python-shell-prompt-detect-2): New test.  (Bug#17370)
158         (python-shell-prompt-detect-3)
159         (python-shell-prompt-detect-4)
160         (python-shell-prompt-detect-5)
161         (python-shell-prompt-detect-6)
162         (python-shell-prompt-validate-regexps-1)
163         (python-shell-prompt-validate-regexps-2)
164         (python-shell-prompt-validate-regexps-3)
165         (python-shell-prompt-validate-regexps-4)
166         (python-shell-prompt-validate-regexps-5)
167         (python-shell-prompt-validate-regexps-6)
168         (python-shell-prompt-validate-regexps-7)
169         (python-shell-prompt-set-calculated-regexps-1)
170         (python-shell-prompt-set-calculated-regexps-2)
171         (python-shell-prompt-set-calculated-regexps-3)
172         (python-shell-prompt-set-calculated-regexps-4)
173         (python-shell-prompt-set-calculated-regexps-5)
174         (python-shell-prompt-set-calculated-regexps-6)
175         (python-util-valid-regexp-p-1): New tests.
177 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
179         * automated/advice-tests.el (advice-test-call-interactively): Make sure
180         the function's definition is fully restored at the end.
182 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
184         * automated/python-tests.el (python-indent-block-enders-1)
185         (python-indent-block-enders-2): Fix tests.
186         (python-indent-block-enders-3, python-indent-block-enders-4)
187         (python-indent-block-enders-5, python-indent-dedenters-1)
188         (python-indent-dedenters-2): Remove tests.
189         (python-indent-dedenters-1, python-indent-dedenters-2)
190         (python-indent-dedenters-3, python-indent-dedenters-4)
191         (python-indent-dedenters-5, python-indent-dedenters-6)
192         (python-indent-dedenters-7)
193         (python-info-dedenter-opening-block-position-1)
194         (python-info-dedenter-opening-block-position-2)
195         (python-info-dedenter-opening-block-position-3)
196         (python-info-dedenter-opening-block-positions-1)
197         (python-info-dedenter-opening-block-positions-2)
198         (python-info-dedenter-opening-block-positions-3)
199         (python-info-dedenter-opening-block-positions-4)
200         (python-info-dedenter-opening-block-positions-5)
201         (python-info-dedenter-opening-block-message-1)
202         (python-info-dedenter-opening-block-message-2)
203         (python-info-dedenter-opening-block-message-3)
204         (python-info-dedenter-opening-block-message-4)
205         (python-info-dedenter-opening-block-message-5)
206         (python-info-dedenter-statement-p-1)
207         (python-info-dedenter-statement-p-2)
208         (python-info-dedenter-statement-p-3)
209         (python-info-dedenter-statement-p-4)
210         (python-info-dedenter-statement-p-5): New tests.
212 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
214         * indent/perl.perl: Add indentation pattern for hash-table entries.
216 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
218         * automated/dbus-tests.el (dbus-test02-register-service-session)
219         (dbus-test02-register-service-system): Fix docstring.
220         (dbus-test02-register-service-own-bus)
221         (dbus-test03-peer-interface): New tests.
223 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
225         * automated/python-tests.el (python-tests-self-insert): New function.
226         (python-triple-quote-pairing): Use it.
227         (python-parens-electric-indent-1): New test. (Bug#17658)
229 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
231         * automated/subr-x-tests.el: New file.
233 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
235         * automated/tramp-tests.el (tramp--instrument-test-case):
236         Print debug buffer in any case.
238 2014-06-28  Leo Liu  <sdl.web@gmail.com>
240         * automated/calc-tests.el: New file and add tests for math-bignum.
241         (Bug#17556)
243 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
245         * automated/dbus-tests.el (dbus--test-register-service)
246         (dbus-test02-register-service-session): Replace `dbus-ping' calls
247         by `dbus-list-known-names'.  (Bug#17858)
249 2014-06-28  Glenn Morris  <rgm@gnu.org>
251         * automated/Makefile.in (GDB): New variable.
252         (emacs): Use $GDB.  (Bug#15991)
254         * automated/Makefile.in (WRITE_LOG): New variable.
255         (%.log): Use WRITE_LOG.
256         (test_template): Disable logging.
258         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
259         (test_template): New definition.  Apply to TESTS.
261 2014-06-27  Glenn Morris  <rgm@gnu.org>
263         * automated/Makefile.in (check-maybe): Rename from check.
264         (check): Re-run all the tests, every time.
265         (clean, mostlyclean): Also delete *.log~.
267 2014-06-26  Glenn Morris  <rgm@gnu.org>
269         * automated/package-x-test.el: Do not mess with load-path.
271         * automated/Makefile.in (%.log): If error, dump log to stdout.
273 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * automated/package-test.el (package-test-update-listing)
276         (package-test-update-archives, package-test-describe-package):
277         Adjust tests according to new package-list-unsigned.
279 2014-06-26  Glenn Morris  <rgm@gnu.org>
281         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
283         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
285         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
286         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
287         (setwins, compile-targets, compile-main, compile-clean): Remove.
288         (GREP_OPTIONS): Unexport.
289         (.el.elc): Replace with pattern rule.
290         (%.elc, %.log): New pattern rules.
291         (ELFILES, LOGFILES): New variables.
292         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
293         (clean, mostlyclean): New rules.
294         (bootstrap-clean): Simplify.
295         (bootstrap-clean, distclean): Depend on clean.
297 2014-06-25  Glenn Morris  <rgm@gnu.org>
299         * automated/flymake-tests.el (flymake-tests--current-face):
300         Sleep for longer.  Avoid querying.
302 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
304         * automated/fns-tests.el (fns-tests-compare-string): New test.
306 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
308         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
309         according to Bug#17815.
311 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
313         * automated/python-tests.el (python-util-strip-string-1): New test.
315 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
317         Sync with Tramp 2.2.10.
319         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
320         (tramp--instrument-test-case): Extend docstring.
321         (tramp-test15-copy-directory): Skip for tramp-smb.el.
322         (tramp-test21-file-links): Use `file-truename' for directories.
323         (tramp-test27-start-file-process, tramp-test28-shell-command):
324         Retrieve process output more robustly.
325         (tramp--test-check-files): Extend test.
326         (tramp-test30-special-characters): Skip for tramp-adb.el,
327         tramp-gvfs.el and tramp-smb.el.  Add further file names.
329 2014-06-13  Glenn Morris  <rgm@gnu.org>
331         * automated/Makefile.in (compile-main):
332         GNU make automatically passes command-line arguments to sub-makes.
334 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
336         * automated/tildify-tests.el (tildify-test--test): Optimize the test
337         slightly by reusing the same temporary buffer across multiple test
338         cases.
340         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
341         (tildify-test-find-env-group-index-bug): Update to support new
342         signature of the `tildify-foreach-region-outside-env' function.
343         Namely, it now takes pairs as an argument instead of looking it up in
344         `tildify-ignored-environments-alist'.
346         * automated/tildify-tests.el (tildify-test--example-html): Add support
347         for generating XML code, so that…
348         (tildify-test-xml) …test can be added to check handling of XML
349         documents.
351         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
352         New test checking end-regex building when multiple environment pairs
353         use integers to refer to capture groups.
355         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
356         test checking end-regex building in `tildify-find-env' function when
357         integers (denoting capture groups) and strings are mixed together.
359 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
361         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
362         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
364 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
366         * automated/tramp-tests.el (tramp-test29-vc-registered):
367         Instrument failed test case.
369 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
372         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
374 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
376         * automated/tildify-tests.el: New file.
378 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
380         * indent/ruby.rb: Add one more test.
382         * indent/ps-mode.ps: New file.
384         * indent/octave.m: Add a few more tests.
386         * automated/core-elisp-tests.el
387         (core-elisp-test-window-configurations): New test.
389 2014-05-26  Glenn Morris  <rgm@gnu.org>
391         * automated/package-test.el (package-test-install-single):
392         Update for changed output.
394 2014-05-22  Glenn Morris  <rgm@gnu.org>
396         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
397         Fix handling of temporary elc files.
399         * automated/fns-tests.el (fns-tests-nreverse):
400         Update for changed string behavior.
402 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
404         * automated/fns-tests.el: New file.
405         * automated/fns-tests.el (fns-tests-nreverse)
406         (fns-tests-nreverse-bool-vector): New tests.
408 2014-05-08  Glenn Morris  <rgm@gnu.org>
410         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
411         (vc-bzr-test-faulty-bzr-autoloads):
412         Give bzr a temporary home-directory, in case the real one is missing.
414 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
416         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
417         New test.
419 2014-05-08  Glenn Morris  <rgm@gnu.org>
421         * automated/help-fns.el: New file.
423 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
425         * automated/undo-tests.el (undo-test-region-deletion): New test to
426         demonstrate bug#17235.
427         (undo-test-region-example): New test to verify example given in
428         comments for undo-make-selective-list.
430 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
432         * automated/tramp-tests.el (top):
433         * automated/file-notify-tests.el (top): Do not disable interactive
434         passwords in batch mode.
435         (password-cache-expiry): Set to nil.
437         * automated/file-notify-tests.el
438         (file-notify-test-remote-temporary-file-directory):
439         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
440         Use a mock-up method as default.
441         (tramp-test00-availability): Print the used directory name.
442         (tramp-test33-recursive-load): Fix typo.
444 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
446         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
447         (tramp-test30-special-characters): Remove test for backslash.
449 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
451         * automated/tramp-tests.el
452         (tramp-test19-directory-files-and-attributes)
453         (tramp-test22-file-times): Check for `file-attributes' equality
454         only if there is a usable timestamp.
455         (tramp--test-check-files): Do not use `copy-sequence'.
457 2014-04-22  Daniel Colascione  <dancol@dancol.org>
459         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
460         Add compile flag.
461         (test-byte-comp-macro-expansion)
462         (test-byte-comp-macro-expansion-eval-and-compile)
463         (test-byte-comp-macro-expansion-eval-when-compile)
464         (test-byte-comp-macro-expand-lexical-override): Use it.
465         (test-eager-load-macro-expansion)
466         (test-eager-load-macro-expansion-eval-and-compile)
467         (test-eager-load-macro-expansion-eval-when-compile)
468         (test-eager-load-macro-expand-lexical-override): New tests.
470         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
471         account for removal of `cl-struct-set-slot-value'. Also, move
472         the defstruct to top level.
474 2014-04-21  Daniel Colascione  <dancol@dancol.org>
476         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
477         New function.
478         (test-byte-comp-macro-expansion)
479         (test-byte-comp-macro-expansion-eval-and-compile)
480         (test-byte-comp-macro-expansion-eval-when-compile)
481         (test-byte-comp-macro-expand-lexical-override): New tests.
483         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
484         (cl-the): Fix cl-the test.
486 2014-04-20  Daniel Colascione  <dancol@dancol.org>
488         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
490 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
492         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
493         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
495 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
497         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
498         (tramp--test-make-temp-name): Optional argument LOCAL.
499         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
500         (tramp-test10-write-region): No special test for out-of-band copy
501         needed anymore.
502         (tramp-test11-copy-file, tramp-test12-rename-file)
503         (tramp-test21-file-links): Extend tests.
504         (tramp-test20-file-modes): More robust check for user "root".
505         (tramp--test-check-files): New defun.
506         (tramp-test30-special-characters, tramp-test33-recursive-load)
507         (tramp-test34-unload): New tests.
508         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
510 2014-04-11  Glenn Morris  <rgm@gnu.org>
512         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
514 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
516         * automated/electric-tests.el: Fix spelling error in test name.
517         (whitespace-skipping-for-quotes-not-outside):
518         Rename from whitespace-skipping-for-quotes-not-ouside.
520 2014-04-09  Daniel Colascione  <dancol@dancol.org>
522         * automated/syntax-tests.el: New file.
524 2014-04-09  Glenn Morris  <rgm@gnu.org>
526         * automated/python-tests.el (python-triple-quote-pairing):
527         Enable/disable electric-pair-mode as needed.
529         * automated/electric-tests.el (electric-pair-backspace-1):
530         Replace deleted function.
532 2014-04-07  João Távora  <joaotavora@gmail.com>
534         * automated/python-tests.el (python-triple-quote-pairing): New test.
535         (python-syntax-after-python-backspace): New test.
537         * automated/electric-tests.el (electric-pair-define-test-form):
538         More readable test docstrings.
539         (whitespace-skipping-for-quotes-not-ouside)
540         (whitespace-skipping-for-quotes-only-inside)
541         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
543 2014-04-04  João Távora  <joaotavora@gmail.com>
545         * automated/electric-tests.el (define-electric-pair-test):
546         Don't overtest.
547         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
548         (inhibit-in-mismatched-string-inside-c-comments): New test.
550 2014-04-02  João Távora  <joaotavora@gmail.com>
552         * automated/electric-tests.el (inhibit-if-strings-mismatched):
553         New test, change from `inhibit-only-of-next-is-mismatched'.
555 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
557         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
558         (undo-test-region-t-marker): New tests of marker adjustments.
559         (undo-test-marker-adjustment-moved):
560         (undo-test-region-mark-adjustment): New tests to demonstrate
561         bug#16818, which fail without the fix.
563 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
565         * automated/package-test.el (package-test-describe-package):
566         Fix test failure in non-graphical mode.
568 2014-03-23  Daniel Colascione  <dancol@dancol.org>
570         * automated/subword-tests.el (subword-tests2): More subword tests.
572         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
573         New test: correct parsing of keyword arguments.
575 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
577         * automated/package-test.el (package-test-describe-package):
578         Check for the "Keywords: " line.
580         * automated/data/package/archive-contents: Include the :keywords
581         field in `simple-single' data form.
583 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
585         * automated/package-test.el
586         (package-test-install-two-dependencies): New test (bug#16826).
588         * automated/data/package/simple-two-depend-1.1.el: New file.
590         * automated/data/package/archive-contents:
591         Add info about the new package.
593 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
595         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
596         (tramp-test10-write-region): Extend for out-of-band copy.
597         (tramp-test31-asynchronous-requests): New test.
599 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
601         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
602         Add new test of undo in region.
603         (undo-test-in-region-eob): Add test case described at
604         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
606 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
608         * automated/tramp-tests.el (tramp--test-enabled)
609         (tramp-test15-copy-directory): No special handling of tramp-adb.el
610         anymore.  It's fixed in that package.
612 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
614         * automated/tramp-tests.el (tramp--test-enabled): Move connection
615         cleanup into this function.  Remove respective code from all test
616         cases.
617         (tramp--instrument-test-case): Declare `indent' and `debug'.
618         Handle other errors as well.
619         (tramp-test14-delete-directory): Check for `file-error' error.
620         (tramp-test15-copy-directory): Ignore return value of
621         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
622         (tramp-test19-directory-files-and-attributes): Take care of
623         timestamp of "../".
624         (tramp-test20-file-modes, tramp-test27-start-file-process)
625         (tramp-test28-shell-command): Skip for tramp-adb.el.
626         (tramp-test21-file-links): `file-truename' shall preserve trailing
627         link of directories.
628         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
629         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
630         `kill-buffer-query-functions' to nil.
631         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
633 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
635         * automated/tramp-tests.el
636         (tramp-test19-directory-files-and-attributes): Do not include
637         directories in comparison; they might have changed their
638         timestamps already.
640 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
642         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
643         (tramp-test17-insert-directory): First line could contain more
644         text, when produced by `ls-lisp'.
645         (tramp-test19-directory-files-and-attributes): Instrument failed
646         test case.
648 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
650         * automated/tramp-tests.el (tramp-test17-insert-directory):
651         Make first line "total 123" optional.
652         (tramp-test20-file-modes, tramp-test22-file-times)
653         (tramp-test26-process-file, tramp-test27-start-file-process)
654         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
655         tramp-smb.el.
656         (tramp-test20-file-modes): Check for "root" only when there is an
657         explicit user name.
658         (tramp-test21-file-links): Handle "... not supported" error.
659         (tramp-test22-file-times): Skip for "don't know" return values.
660         (tramp-test26-process-file, tramp-test28-shell-command):
661         Remove color escape sequences.
662         (tramp-test28-shell-command): Use `accept-process-output' rather
663         than `sit-for'.
664         (tramp-test30-utf8): Set coding system `utf-8'.
666 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
668         * automated/tramp-tests.el (tramp-test28-shell-command):
669         Perform an initial `sit-for' prior the while loop.
671 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
673         Sync with Tramp 2.2.9.
675         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
676         (tramp-test28-shell-command): Make a while loop when waiting for
677         process exit.
679 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
681         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
682         and `vc-hg'.  Declare `tramp-find-executable' and
683         `tramp-get-remote-path'.
684         (tramp-test29-vc-registered): New test.
685         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
687 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
689         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
690         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
691         (tramp-test28-shell-command): Improve `shell-command' test.
692         Add `async-shell-command' tests.
694 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
696         * automated/file-notify-tests.el (file-notify--wait-for-events):
697         Use `read-event' instead of `sit-for'.
698         (file-notify-test02-events): Remove expected result, the bug is
699         fixed meanwhile.
700         (file-notify-test02-events, file-notify-test03-autorevert):
701         Use `sleep-for' instead of `sit-for'.
703 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
705         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
706         New test.
708 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
710         * automated/file-notify-tests.el (file-notify--deftest-remote):
711         Do not skip when the local test has failed.  They are unrelated.
712         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
713         `noninteractive' to nil, otherwise `sit-for' could be degraded to
714         `sleep-for'.
715         (file-notify-test02-events): Check for `file-remote-p' instead of
716         `file-notify--test-remote-enabled'.
718 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
720         * automated/file-notify-tests.el (file-notify-test02-events):
721         Let test case fail for Bug#16519.
723 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
725         * automated/file-notify-tests.el (file-notify-test02-events):
726         Hide Bug#16519, until it is solved.
728 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
730         * automated/file-notify-tests.el
731         (file-notify--test-local-enabled): Fix error in logic.
732         (file-notify--wait-for-events): New defmacro.
733         (file-notify-test02-events): Make short breaks between file operations.
734         Use `file-notify--wait-for-events'.  Check, that events have arrived.
735         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
737         * automated/comint-testsuite.el
738         (comint-testsuite-password-strings): Add localized examples.
740 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
742         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
743         case if inotify is not linked with Emacs.  Use `read-event' rather
744         than `sit-for' in order to process events.  (Bug#13662)
746 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
748         * automated/ert-tests.el (ert-test-record-backtrace):
749         Reenable test case with adapted test string.  (Bug#13064)
751 2013-12-28  Glenn Morris  <rgm@gnu.org>
753         * automated/electric-tests.el: Require 'elec-pair.
755 2013-12-26  João Távora  <joaotavora@gmail.com>
757         * automated/electric-tests.el (electric-pair-test-for):
758         Fix autowrapping tests in batch-mode by running with
759         `transient-mark-mode' set to `lambda'.
761         * automated/electric-tests.el: New file.
763 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
765         * automated/python-tests.el
766         (python-nav-lisp-forward-sexp-safe-1): Remove test.
767         (python-nav-forward-sexp-safe-1): New test.
769 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
771         * automated/ruby-mode-tests.el: Add tests for
772         `ruby-align-to-stmt-keywords'.
774         * indent/ruby.rb: Update examples to reflect the lack of change in
775         default indentation of `begin' blocks.
777 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
779         * indent/ruby.rb: Update examples according to the change
780         in `smie-indent-close'.
782 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
784         * indent/ruby.rb: New examples.
786 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
788         * automated/python-tests.el (python-indent-dedenters-2): New test.
790 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
792         * automated/python-tests.el (python-indent-after-comment-1)
793         (python-indent-after-comment-2): New tests.
795 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
797         * automated/python-tests.el (python-indent-block-enders-1):
798         Rename from python-indent-block-enders.
799         (python-indent-block-enders-2): New test.
801 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
803         * indent/js.js: New file.
805 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
807         * automated/dbus-tests.el: New file.
809 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * automated/regexp-tests.el: New file.
813 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
815         * automated/reftex-tests.el (reftex-parse-from-file-test):
816         Run temp-dir through file-truename, to make sure the temporary file
817         names are comparable as strings.
819         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
820         Force Unix EOLs by using 'utf-8-unix', since the default of
821         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
823 2013-11-28  Glenn Morris  <rgm@gnu.org>
825         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
827 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
829         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
830         (EMACSOPT): Use $(PATH_SEP).
832 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
834         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
835         Set to nil.
837 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
839         * automated/file-notify-tests.el
840         (file-notify-test-remote-temporary-file-directory):
841         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
842         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
843         (file-notify--deftest-remote): Cleanup connection initially.
844         (file-notify-test03-autorevert): Run also in batch mode.  Use a
845         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
846         does not work on MS Windows.  Call `accept-process-output' for
847         remote files.  Apply `string-match' instead of `string-equal', the
848         messages are different on MS Windows.
850         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
851         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
852         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
854 2013-11-23  Glenn Morris  <rgm@gnu.org>
856         * automated/python-tests.el (python-shell-make-comint-1)
857         (python-shell-make-comint-2, python-shell-get-process-1):
858         Suppress creation of some temp-files.
860         * automated/python-tests.el (python-shell-parse-command-1)
861         (python-shell-make-comint-1, python-shell-make-comint-2)
862         (python-shell-get-process-1)
863         (python-shell-internal-get-or-create-process-1):
864         Skip rather than fail if prereqs not found.
866         * automated/Makefile.in (emacs):
867         Empty EMACSLOADPATH rather than unsetting.
869 2013-11-22  Glenn Morris  <rgm@gnu.org>
871         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
872         Set expected-result.
874 2013-11-21  Glenn Morris  <rgm@gnu.org>
876         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
877         (compile-main): Pass XARGS_LIMIT to xargs.
879         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
880         (EMACSOPT): Use PATH_SEPARATOR.
882 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
884         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
885         Add a failing test for Bug#15874.
886         (ruby--insert-coding-comment-ruby-style)
887         (ruby--insert-coding-comment-emacs-style)
888         (ruby--insert-coding-comment-custom-style):
889         Add a few tests for `ruby--insert-coding-comment'.
891 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
893         Improve API of recently-added bool vector functions (Bug#15912).
894         * automated/data-tests.el: Adjust to API changes.
896 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
898         * automated/tramp-tests.el (tramp-test07-file-exists-p)
899         (tramp-test08-file-local-copy)
900         (tramp-test09-insert-file-contents, tramp-test10-write-region)
901         (tramp-test11-copy-file, tramp-test12-rename-file)
902         (tramp-test13-make-directory, tramp-test14-delete-directory)
903         (tramp-test15-copy-directory, tramp-test16-directory-files)
904         (tramp-test17-insert-directory, tramp-test18-file-attributes)
905         (tramp-test19-directory-files-and-attributes)
906         (tramp-test20-file-modes, tramp-test21-file-links)
907         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
908         (tramp-test24-file-name-completion, tramp-test25-load)
909         (tramp-test26-process-file, tramp-test27-start-file-process)
910         (tramp-test28-shell-command): Cleanup connection initially.
912 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
914         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
915         connection before running the test.
917 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
919         * automated/tramp-tests.el (tramp-test15-copy-directory)
920         (tramp-test16-directory-files, tramp-test17-insert-directory)
921         (tramp-test18-file-attributes)
922         (tramp-test19-directory-files-and-attributes)
923         (tramp-test20-file-modes, tramp-test21-file-links)
924         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
925         (tramp-test24-file-name-completion, tramp-test25-load)
926         (tramp-test26-process-file, tramp-test27-start-file-process)
927         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
928         (tramp-test29-utf8): New test.
930 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
932         * automated/file-notify-tests.el (file-notify-test02-events)
933         (file-notify-test03-autorevert): Suppress messages in `write-region'.
935         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
936         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
937         (tramp-test26-process-file, tramp-test28-shell-command):
938         Ensure, that the directory is not empty when calling "ls".
940 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
942         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
943         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
944         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
945         (tramp-test09-insert-file-contents, tramp-test10-write-region)
946         (tramp-test26-process-file): Add tests.
947         (tramp-test11-copy-file): Remove debug message.
948         (tramp-test20-file-modes): Special case, if user is "root".
950 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
952         * automated/file-notify-tests.el:
953         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
954         `tramp-remote-path' when running on hydra.
955         (tramp-test07-file-exists-p): Remove instrumentation code.
956         (tramp-test26-process-file): Don't use "/bin/true" and
957         "/bin/false", these paths do not exist on hydra.
959 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
961         * automated/process-tests.el: New file.
963 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
965         * indent/ruby.rb: New examples.
967 2013-11-06  Glenn Morris  <rgm@gnu.org>
969         * automated/Makefile.in (setwins): Avoid accidental matches.
971 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
973         * automated/tramp-tests.el (tramp-test07-file-exists-p):
974         Fix docstring.  Instrument, in order to hunt failure on hydra.
976 2013-11-06  Glenn Morris  <rgm@gnu.org>
978         * automated/flymake-tests.el (warning-predicate-rx-gcc)
979         (warning-predicate-function-gcc, warning-predicate-rx-perl)
980         (warning-predicate-function-perl):
981         * automated/info-xref.el (info-xref-test-makeinfo):
982         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
983         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
985 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
987         * automated/tramp-tests.el: New file.
989 2013-11-05  Glenn Morris  <rgm@gnu.org>
991         Get rid of --chdir usage.
992         * automated/Makefile.in (EMACSOPT): Move -L here.
993         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
994         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
995         (.el.elc): No more need to pass -L here.
996         (compile-main): Get rid of sub-shell and cd.
997         (compile-clean, check): Get rid of cd.
999         Make it possible to run tests with a different working directory.
1000         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1001         (flymake-tests--current-face): Use flymake-tests-data-directory.
1002         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1003         (warning-predicate-function-perl): Adapt for above change.
1004         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1005         (zlib--decompress): Use zlib-tests-data-directory.
1007         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1008         Remove test that makes no sense.
1010         * automated/files.el (files-test-local-variable-data):
1011         Fix result typo presumably caused by interference from dir-locals.
1012         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1014 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1016         * indent/ruby.rb: Add a statement on the line after heredoc.
1017         Move a now-successful example.
1019         * automated/ruby-mode-tests.el: Remove outdated comment.
1021 2013-11-04  Glenn Morris  <rgm@gnu.org>
1023         * automated/Makefile.in (abs_srcdir): Remove.
1024         (emacs): Unset EMACSLOADPATH.
1025         (.el.elc, check): Use -L to append srcdir to load-path.
1027 2013-11-02  Glenn Morris  <rgm@gnu.org>
1029         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1030         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1031         (abs_srcdir): New, set by configure.
1032         (EMACS): Use a relative file name.
1033         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1034         (lisp-compile): Remove (assume it's up-to-date).
1035         (compile-main): Do not run lisp-compile.
1036         (compile-main, compile-clean, compile-always, bootstrap-clean)
1037         (check): Use srcdir rather than $test.  Check cd return value.
1038         Use --chdir.
1039         (doit, compile, compile-always): Remove stuff copied from lisp/.
1040         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1042 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1044         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1045         Add a skipping test.
1047 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1049         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1051         * indent/css-mode.css (.x2): Test alignement inside braces.
1053 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1055         * indent/ruby.rb: New failing example.
1057         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1058         Fix the test, in respect to adding the space after the curly.
1060 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1062         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1063         (ert-test-deftest): Adapt test for changed macro expansion.
1064         (ert-test-run-tests-interactively):
1065         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1066         Add a skipping test.
1068         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1069         (file-notify--test-local-enabled): Make it a function.  Check also
1070         for `file-remote-p' of `temporary-file-directory'.
1071         (file-notify--test-remote-enabled-checked): New defvar.
1072         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1073         internal functions.  Cache result.
1074         (file-notify--deftest-remote, file-notify-test00-availability)
1075         (file-notify-test01-add-watch, file-notify-test02-events)
1076         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1077         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1079 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1081         * indent/ruby.rb: Fix syntax error in the latest example.
1083 2013-10-23  Glenn Morris  <rgm@gnu.org>
1085         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1086         New, set by configure.
1087         (top_srcdir): Remove.
1088         (abs_test, abs_lispsrc): New.
1089         (lisp): No longer absolute.
1090         (emacs, lisp-compile, compile, compile-always):
1091         Quote entities that might contain whitespace.
1093 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1095         * indent/ruby.rb: Move two examples to "working" section, add one
1096         more.
1098 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1100         * indent/ruby.rb: New examples for indentation of blocks.
1101         Example of hash inside parens that inflooped before the present commit.
1103 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1105         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1106         allows another timer to run.
1108 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1110         * indent/ruby.rb: More examples for bug#15594, both failing and
1111         now passing.
1113 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1115         * indent/ruby.rb: Add two more cases.
1117 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1120         first use.
1121         (ruby-should-indent): Use indent-according-to-mode.
1122         (ruby-deftest-move-to-block): Use `declare'.
1124 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1126         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1128 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1132 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1134         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1135         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1137         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1139 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1142         Adjust indentation of continued line to the new SMIE behavior.
1144 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * automated/completion-tests.el:
1147         * indent/css-mode.css: New files.
1149 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1151         * automated/data/package/signed/archive-contents:
1152         * automated/data/package/signed/archive-contents.sig:
1153         * automated/data/package/signed/signed-good-1.0.el:
1154         * automated/data/package/signed/signed-good-1.0.el.sig:
1155         * automated/data/package/signed/signed-bad-1.0.el:
1156         * automated/data/package/signed/signed-bad-1.0.el.sig:
1157         * automated/data/package/key.pub:
1158         * automated/data/package/key.sec: New files.
1160         * automated/package-test.el (package-test-update-listing)
1161         (package-test-update-archives, package-test-describe-package):
1162         Adjust to package.el change.
1163         (package-test-signed): New test.
1165 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1167         * automated/package-test.el: Update all cases to use :url instead
1168         of :homepage.
1170         * automated/package-x-test.el
1171         (package-x-test--single-archive-entry-1-3): Same.
1173 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1175         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1176         was unused.
1177         (simple-single-desc): Expect :homepage property.
1178         (multi-file-desc): Same.
1179         (with-package-test): Do not save previous `default-directory'
1180         value, let-bind the var instead.
1181         (package-test-install-single): Expect :homepage property in the
1182         generated pkg file.
1183         (package-test-describe-package): Expect Homepage button.
1184         (package-test-describe-non-installed-package)
1185         (package-test-describe-non-installed-multi-file-package): Same.
1186         (package-test-describe-not-installed-package): Remove, it was a
1187         duplicate.
1189         * automated/package-x-test.el
1190         (package-x-test--single-archive-entry-1-3): Expect :homepage
1191         property.
1192         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1194         * automated/data/package/simple-single-1.3.el: Add URL header.
1196         * automated/data/package/archive-contents: Add :homepage
1197         properties to `simple-single' and `multi-file'.
1199 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1201         * automated/data-tests.el:
1202         (bool-vector-count-matches-all-0-nil)
1203         (bool-vector-count-matches-all-0-t)
1204         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1205         (bool-vector-count-matches-at, bool-vector-intersection-op)
1206         (bool-vector-union-op, bool-vector-xor-op)
1207         (bool-vector-set-difference-op)
1208         (bool-vector-change-detection, bool-vector-not): New tests.
1209         (mock-bool-vector-count-matches-at)
1210         (test-bool-vector-bv-from-hex-string)
1211         (test-bool-vector-to-hex-string)
1212         (test-bool-vector-count-matches-at-tc)
1213         (test-bool-vector-apply-mock-op)
1214         (test-bool-vector-binop): New helper functions.
1215         (bool-vector-test-vectors): New testcase data.
1217 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1219         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1220         (advice-test-called-interactively-p-filter-args)
1221         (advice-test-called-interactively-p-around): New tests.
1223 2013-09-16  Glenn Morris  <rgm@gnu.org>
1225         * automated/eshell.el (eshell-match-result):
1226         Return a more informative failure than simply "false".  Update callers.
1228         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1229         Test value before and after loop as well as during.
1231 2013-09-15  Glenn Morris  <rgm@gnu.org>
1233         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1234         New test.  (Bug#15372)
1235         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1237 2013-09-13  Glenn Morris  <rgm@gnu.org>
1239         * automated/eshell.el (with-temp-eshell):
1240         Use a temp directory for eshell-directory-name.
1241         (eshell-test-command-result): New, again using a temp directory.
1242         Replace eshell-command-result with this throughout.
1243         (eshell-test/for-loop, eshell-test/for-name-loop):
1244         Ensure environment variables don't confuse us.
1246 2013-09-12  Glenn Morris  <rgm@gnu.org>
1248         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1249         due to "has a running process; kill it?" prompts.
1251 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1253         * automated/eshell.el: Rename from eshell.el.
1254         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1256 2013-09-01  Glenn Morris  <rgm@gnu.org>
1258         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1259         Otherwise the sed command used by eg compile-main ends up
1260         containing "/*.el".  (Bug#15170)
1262 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1264         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1265         for portability to hosts where /bin/sh has problems.
1267 2013-08-21  David Engster  <deng@randomsample.de>
1269         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1270         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1271         upstream.  Changed to use ERT.
1273 2013-08-14  Daniel Hackney  <dan@haxney.org>
1275         * automated/package-test.el: Remove tar-package-building functions.
1276         Tar file used for testing is included in the repository.
1277         (package-test-install-texinfo, package-test-cleanup-built-files):
1278         Remove.
1280 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1282         * automated/python-tests.el (python-imenu-create-index-4)
1283         (python-imenu-create-flat-index-2): New tests.
1285 2013-08-05  Glenn Morris  <rgm@gnu.org>
1287         * automated/mule-util.el: New file, with tests extracted from
1288         lisp/international/mule-util.el.
1290 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1292         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1293         before definition.
1294         (advice-tests-macroaliases): New test.
1296 2013-08-04  Glenn Morris  <rgm@gnu.org>
1298         * automated/ert-tests.el: Disable failing test that no-one seems
1299         to know how to fix.  (Bug#13064)
1301         * automated/icalendar-tests.el (icalendar-tests--test-export)
1302         (icalendar-tests--test-import): Try more precise TZ specification.
1303         Remove debug messages.
1305 2013-08-03  Glenn Morris  <rgm@gnu.org>
1307         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1309         * automated/icalendar-tests.el (icalendar-tests--test-export)
1310         (icalendar-tests--test-import):
1311         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1312         (icalendar-tests--test-import): Reset zone even if error occurred.
1314 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1316         * automated/core-elisp-tests.el: New file.
1318 2013-08-01  Glenn Morris  <rgm@gnu.org>
1320         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1321         Try to check that the remote system has a notification program.
1323 2013-07-31  Glenn Morris  <rgm@gnu.org>
1325         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1327 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1329         * automated/file-notify-tests.el
1330         (file-notify--test-local-enabled): New defconst.  Replaces all
1331         `file-notify-support' occurrences.
1332         (file-notify--test-remote-enabled): New defun.
1333         (file-notify--deftest-remote): Use it.
1334         (file-notify-test00-availability): Rewrite.
1335         (file-notify-test00-availability-remote): New defun.
1336         (file-notify-test01-add-watch): Rewrite first erroneous check.
1338 2013-07-23  Glenn Morris  <rgm@gnu.org>
1340         * automated/inotify-test.el (inotify-file-watch-simple):
1341         Delete temp-file when done.
1343         * automated/subword-tests.el: Require subword.
1345 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1347         * automated/subword-tests.el: New file.
1349 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1351         * automated/python-tests.el (python-imenu-create-index-2)
1352         (python-imenu-create-index-3): New tests.
1354 2013-07-11  Glenn Morris  <rgm@gnu.org>
1356         * automated/ert-tests.el: Require cl-lib at runtime too.
1357         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1358         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1359         (ert-test-set-functions, ert-test-gensym)
1360         (ert-test-coerce-to-vector, ert-test-string-position)
1361         (ert-test-mismatch): Remove tests.
1362         * automated/cl-lib.el: New, split from ert-tests.el.
1364         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1365         Goto point-min.
1366         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1367         (ruby-move-to-block-skips-percent-literal)
1368         (ruby-move-to-block-skips-heredoc)
1369         (ruby-move-to-block-moves-from-else-to-if)
1370         (ruby-beginning-of-defun-does-not-fold-case)
1371         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1372         Replace goto-line with forward-line/goto-char.
1373         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1375         * automated/package-test.el (makeinfo-buffer): Autoload.
1376         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1377         (package-test-install-texinfo): Don't require makeinfo.
1379         * automated/files.el: Stop "local variables" confusion.
1381         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1383         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1384         Use with-current-buffer.
1386         * automated/undo-tests.el (undo-test-buffer-modified)
1387         (undo-test-file-modified): New tests.
1389 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1391         * automated/file-notify-tests.el (file-notify-test00-availability):
1392         Set :expected-result.
1393         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1394         (file-notify-test02-events, file-notify-test02-events-remote)
1395         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1396         Skip when `file-notify-support' is nil.  (Bug#14823)
1398 2013-07-09  Glenn Morris  <rgm@gnu.org>
1400         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1401         Declare.
1402         (inotify-file-watch-simple): Silence compiler.
1404         * automated/python-tests.el (python-indent-block-enders):
1405         Make it actually test something.
1407         * automated/package-x-test.el: Require package-test when compiling.
1409         * automated/add-log-tests.el, automated/advice-tests.el:
1410         * automated/imenu-test.el, automated/package-x-test.el:
1411         * automated/python-tests.el, automated/ruby-mode-tests.el:
1412         * automated/xml-parse-tests.el: Explicitly require ert.
1414 2013-07-08  Kenichi Handa  <handa@gnu.org>
1416         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1417         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1419 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1421         * automated/file-notify-tests.el
1422         (file-notify-test-remote-temporary-file-directory):
1423         Use `null-device' on w32.
1424         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1425         (file-notify--test-results, file-notify--test-event)
1426         (file-notify--deftest-remote, file-notify--event-test)
1427         (file-notify--test-event-handler)
1428         (file-notify--test-make-temp-name): Rename, in order to mark them
1429         internal.
1430         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1431         better fitting in noninteractive tests.
1432         (file-notify-test00-availability): Rename from `file-notify-test0'.
1433         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1434         Use `temporary-file-directory '.
1435         (file-notify-test01-add-watch-remote): New test.
1436         (file-notify-test02-events): Rename from `file-notify-test2'.
1437         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1438         (file-notify-test03-autorevert): Rename from
1439         `file-notify-test4'.  Use timeouts.
1440         (file-notify-test03-autorevert-remote): Rename from
1441         `file-notify-test5'.
1443 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1445         * automated/file-notify-tests.el: New package.
1447 2013-06-28  Kenichi Handa  <handa@gnu.org>
1449         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1450         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1451         Callers changed.
1452         (decoder-tests-filename): New function.
1453         (decoder-tests-prefer-utf-8-read)
1454         (decoder-tests-prefer-utf-8-write): New function.
1455         (ert-test-decoder-prefer-utf-8): New test.
1457 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1459         * automated/package-x-test.el: Change the commentary.
1460         (package-x-test--single-archive-entry-1-3)
1461         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1462         using the appropriate data structure.
1464 2013-06-27  Daniel Hackney  <dan@haxney.org>
1466         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1468         * automated/package-x-test.el: New file.
1470         * automated/package-test.el: New file.
1472         * automated/data/package: New directory, with test examples.
1474 2013-06-27  Glenn Morris  <rgm@gnu.org>
1476         * automated/python-tests.el (python-tests-with-temp-file):
1477         Clean up after ourself.
1479         * automated/undo-tests.el (undo-test3): Remove test that seems to
1480         do nothing that the previous one doesn't, except leave a tempfile.
1482 2013-06-26  Glenn Morris  <rgm@gnu.org>
1484         * automated/info-xref.el: New file.
1486 2013-06-25  Glenn Morris  <rgm@gnu.org>
1488         * automated/occur-tests.el (occur-test-create): New function.
1489         Use it to create separate tests for each element, so we run them
1490         all rather than stopping at the first error.
1492 2013-06-24  Glenn Morris  <rgm@gnu.org>
1494         * automated/occur-tests.el (occur-tests):
1495         Update for 2013-05-29 change to occur header line.
1497 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1499         Test suite for flymake.
1500         * automated/flymake-tests.el:
1501         * automated/flymake/warnpred/Makefile
1502         * automated/flymake/warnpred/test.c
1503         * automated/flymake/warnpred/test.pl: New files.
1505 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1507         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1509 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1511         * automated/reftex-tests.el: New test suite for reftex.
1513 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1515         * automated/ruby-mode-tests.el: New tests, for percent literals
1516         and expression expansion.
1518 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1520         * indent/octave.m: Tweak.
1522 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1524         * eshell.el: Rewrite tests using ERT.
1526 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1528         * indent/octave.m: Add tests for %!, # and ### comments.
1530 2013-05-23  Kenichi Handa  <handa@gnu.org>
1532         * automated/decoder-tests.el: New file.
1534 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1536         * indent/ruby.rb: Add multiline regexp example.
1538         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1539         (ruby-regexp-skips-over-interpolation)
1540         (ruby-regexp-continues-till-end-when-unclosed)
1541         (ruby-regexp-can-be-multiline)
1542         (ruby-interpolation-inside-percent-literal): New tests.
1544 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1546         * indent/ruby.rb: Fix indentation after =; add more cases.
1548 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1550         * indent/pascal.pas: Add test for mis-identified comments.
1552 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1554         * automated/imenu-test.el: New file.  (Bug#14112)
1556 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1558         * automated/python-tests.el (python-imenu-prev-index-position-1):
1559         Remove test.
1560         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1561         New tests.
1563 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1565         * automated/python-tests.el (python-nav-backward-defun-2)
1566         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1567         (python-nav-forward-defun-3): New tests.
1569 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1571         * automated/python-tests.el (python-nav-backward-defun-1)
1572         (python-nav-forward-defun-1): New tests.
1574 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1576         * automated/add-log-tests.el: New file.  (Bug#14112)
1578 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1580         * automated/python-tests.el (python-indent-block-enders): New test.
1581         (python-info-current-defun-2): Fix test.
1583 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1585         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1587 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1589         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1590         (python-tests-with-temp-file): New macro.
1591         (python-tests-shell-interpreter): New var.
1592         (python-shell-get-process-name-1)
1593         (python-shell-internal-get-process-name-1)
1594         (python-shell-parse-command-1)
1595         (python-shell-calculate-process-environment-1)
1596         (python-shell-calculate-process-environment-2)
1597         (python-shell-calculate-process-environment-3)
1598         (python-shell-calculate-exec-path-1)
1599         (python-shell-calculate-exec-path-2)
1600         (python-shell-make-comint-1)
1601         (python-shell-make-comint-2)
1602         (python-shell-get-process-1)
1603         (python-shell-get-or-create-process-1)
1604         (python-shell-internal-get-or-create-process-1): New tests.
1606 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1608         * automated/python-tests.el: New file.
1610 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1612         * automated/ruby-mode-tests.el
1613         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1614         bits inside the examples.
1615         (ruby-move-to-block-skips-heredoc): New test.
1616         (ruby-add-log-current-method-after-inner-class):
1617         Lower expectations: move point inside a method, initially.
1619 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1621         * automated/ruby-mode-tests.el
1622         (ruby-move-to-block-skips-percent-literal): New test.
1624 2013-02-04  Chong Yidong  <cyd@gnu.org>
1626         * automated/thingatpt.el: New file.
1628 2013-02-03  Chong Yidong  <cyd@gnu.org>
1630         * automated/files.el (file-test--do-local-variables-test):
1631         Avoid compilation warning message.
1633 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1635         * automated/ruby-mode-tests.el
1636         (ruby-indent-spread-args-in-parens): New test.
1637         * automated/ruby-mode-tests.el (ruby-block-test-example):
1638         Break indentation of the do block opener and add a line inside it.
1639         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1640         Adjust line numbers.
1642 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1646 2013-01-14  Glenn Morris  <rgm@gnu.org>
1648         * automated/compile-tests.el (compile-tests--test-regexps-data):
1649         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1651 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1653         * automated/man-tests.el: New file.
1655 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1657         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1659 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1661         * automated/undo-tests.el: New file.
1663 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1665         * automated/ruby-mode-tests.el
1666         (ruby-indent-after-block-in-continued-expression): New test.
1668 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1670         * automated/ruby-mode-tests.el:
1671         Rename one interpolation test; add three more.
1672         (ruby-with-temp-buffer): New macro, use it where appropriate.
1673         (ruby-add-log-current-method-examples): Use "_" for target point.
1674         Add four new tests for ruby-add-log-current-method.
1676 2012-12-11  Glenn Morris  <rgm@gnu.org>
1678         * automated/f90.el (f90-test-bug13138): New test.
1680 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1682         * automated/inotify-test.el: New test.
1684 2012-12-02  Chong Yidong  <cyd@gnu.org>
1686         * automated/ruby-mode-tests.el
1687         (ruby-add-log-current-method-examples): Don't use loop macro, to
1688         allow automated testing to work.
1690 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1692         * automated/advice-tests.el (advice-tests--data): Remove.
1693         (advice-tests): Move the tests directly here instead.
1694         Add called-interactively-p tests.
1696 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * automated/ert-x-tests.el: Use cl-lib.
1699         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1701 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1703         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1704         (ruby-indent-inside-heredoc-after-operator)
1705         (ruby-indent-inside-heredoc-after-space): New tests.
1706         Change direct font-lock face references to var references.
1707         (ruby-interpolation-suppresses-syntax-inside): New test.
1708         (ruby-interpolation-inside-percent-literal-with-paren):
1709         New failing test.
1711 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1713         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1714         (ruby-singleton-class-no-heredoc-font-lock)
1715         (ruby-add-log-current-method-examples): New tests.
1716         (ruby-test-string): Extract from ruby-should-indent-buffer.
1717         (ruby-deftest-move-to-block): New macro.
1718         Add several move-to-block tests.
1720 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1722         * automated/advice-tests.el: New tests.
1724 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1726         * automated/compile-tests.el (compile-tests--test-regexps-data):
1727         Add new data for msft's new format.
1729 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1731         * automated/ruby-mode-tests.el:
1732         (ruby-toggle-block-to-multiline): New test.
1733         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1734         (ruby-toggle-block-to-brace): Use buffer-string.
1736 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1738         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1740 2012-08-28  Chong Yidong  <cyd@gnu.org>
1742         * automated/files.el: Test every combination of values for
1743         enable-local-variables and enable-local-eval.
1745 2012-08-19  Chong Yidong  <cyd@gnu.org>
1747         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1749 2012-08-18  Chong Yidong  <cyd@gnu.org>
1751         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1753 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1755         * indent/ruby.rb: Rearrange examples, add new ones.
1757 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1759         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1760         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1762 2012-08-11  Glenn Morris  <rgm@gnu.org>
1764         * automated/files.el: New file.
1766         * automated/Makefile.in (all): Fix typo.
1768 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1770         * automated/ruby-mode-tests.el (ruby-should-indent):
1771         Add docstring, check (current-indentation) instead of (current-column).
1772         (ruby-should-indent-buffer): New function.
1773         Add tests for `ruby-deep-indent-paren' behavior.
1774         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1776 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1778         Original tests in test_ruby_mode.rb in upstream (author).
1780 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1782         * automated/ruby-mode-tests.el (ruby-should-indent)
1783         (ruby-assert-state): New functions.
1784         Add new tests.
1786 2012-07-29  David Engster  <deng@randomsample.de>
1788         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1789         New variable to hold test data for name expansion.
1790         (xml-parse-tests): Test the two different types of name expansion.
1792 2012-07-29  Juri Linkov  <juri@jurta.org>
1794         * automated/occur-tests.el (occur-test-case): Use predefined
1795         buffer name " *test-occur*" instead of a random buffer name.
1797 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1799         * automated/ruby-mode-tests.el: New file with one test.
1801 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1803         * indent/shell.sh: Add test case for ${#VAR}.
1805         * indent/latex-mode.tex: New file.
1807 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1809         * eshell.el: Use cl-lib.
1811 2012-07-03  Chong Yidong  <cyd@gnu.org>
1813         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1815 2012-07-02  Chong Yidong  <cyd@gnu.org>
1817         * automated/xml-parse-tests.el (xml-parse-tests--data):
1818         More testcases.
1820 2012-07-01  Chong Yidong  <cyd@gnu.org>
1822         * automated/xml-parse-tests.el: New file.
1824 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1826         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1827         Use cl-flet.
1829 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1831         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1832         Test escaped commas in TZID (Bug#11473).
1833         (icalendar-import-with-timezone): New.
1834         (icalendar-real-world): Add new testcase as given in the bugreport
1835         of Bug#11473.
1837 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1839         * automated/icalendar-tests.el (icalendar-tests--test-import):
1840         Include UID in import tests (Bug#11525).
1841         (icalendar-import-non-recurring, icalendar-import-rrule)
1842         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1843         UID-import change.
1844         (icalendar-import-with-uid): New.
1845         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1846         Include UID in cycle tests.
1847         (icalendar-cycle, icalendar-real-world): UID-import change.
1849 2012-05-21  Glenn Morris  <rgm@gnu.org>
1851         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1853 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1855         * automated/url-util-tests.el: New file to test
1856         lisp/url/url-util.el.  Only `url-build-query-string' and
1857         `url-parse-query-string' are tested right now (Bug#8706).
1859 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1861         * indent/shell.sh:
1862         * indent/shell.rc: Ad some test cases.
1864 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1866         * indent/ruby.rb: New file, to test new syntax-propertize code.
1868 2012-04-11  Glenn Morris  <rgm@gnu.org>
1870         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1872 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1874         * automated/url-future-tests.el (url-future-tests): Move from
1875         lisp/url/url-future.el and rename.
1877 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1879         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1880         Fix broken test, caused by missing trailing blank.
1882 2011-12-03  Chong Yidong  <cyd@gnu.org>
1884         * automated/compile-tests.el (compile-tests--test-regexps-data):
1885         Increase column numbers by one to reflect change in how
1886         compilation-message is recorded (Bug#10172).
1888 2011-11-22  Glenn Morris  <rgm@gnu.org>
1890         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1892 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1894         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1896 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1898         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1899         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1900         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1902 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1904         * automated/newsticker-tests.el
1905         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1906         newsticker--treeview-tree-update.
1908 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1910         * automated/newsticker-tests.el
1911         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1913         * automated/newsticker-tests.el
1914         (newsticker--group-manage-orphan-feeds): Prevent updating
1915         newsticker treeview.  Fixed bug#9763.
1917 2011-10-20  Glenn Morris  <rgm@gnu.org>
1919         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1921         * automated/vc-bzr.el: New file.
1923 2011-10-15  Glenn Morris  <rgm@gnu.org>
1925         * automated/f90.el: New file.
1927 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1929         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1930         to automated/newsticker-tests.el.  Convert to ERT.
1932 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1934         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1935         Remove, simply use string=.
1936         (icalendar--diarytime-to-isotime)
1937         (icalendar--datetime-to-diary-date)
1938         (icalendar--datestring-to-isodate)
1939         (icalendar--format-ical-event)
1940         (icalendar--parse-summary-and-rest)
1941         (icalendar-tests--do-test-import)
1942         (icalendar-tests--do-test-cycle): Change argument order of
1943         string= to EXPECTED ACTUAL.
1944         (icalendar--import-format-sample)
1945         (icalendar--format-ical-event)
1946         (icalendar-import-non-recurring)
1947         (icalendar-import-rrule)
1948         (icalendar-import-duration)
1949         (icalendar-import-bug-6766)
1950         (icalendar-real-world): Adjust to string= instead of
1951         icalendar-tests--compare-strings.
1952         (icalendar-import-multiple-vcalendars): New.
1954 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1956         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1957         Require CL.
1959 2011-05-09  Juri Linkov  <juri@jurta.org>
1961         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1962         Convert to ERT.
1964 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1966         * automated/compile-tests.el: New file.
1968 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1970         * automated/font-parse-tests.el: Don't byte-compile.
1972         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1974 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1976         * automated/lexbind-tests.el: New file.
1978 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1980         * Version 23.3 released.
1982 2011-03-05  Glenn Morris  <rgm@gnu.org>
1984         * eshell.el: Move here from lisp/eshell/esh-test.el.
1986 2011-03-03  Christian Ohler  <ohler@gnu.org>
1988         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1989         New test.
1991 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1993         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1994         convert to ERT format.
1996 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1998         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1999         convert to ERT format.
2001 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         * indent/shell.sh:
2004         * indent/shell.rc: New files.
2006 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2008         * automated/font-parse-tests.el: Move from
2009         font-parse-testsuite.el.
2011 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2013         * font-parse-testsuite.el (test-font-parse-data): New file.
2015 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2017         * indent/prolog.prolog: Add tokenizing tests.
2019 2011-01-13  Christian Ohler  <ohler@gnu.org>
2021         * automated: New directory for automated tests.
2023         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2025         * automated/Makefile.in: New file.
2027 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * indent/modula2.mod: New file.
2031 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2033         * indent/octave.m: Add a test to ensure indentation is local.
2035 2010-10-23  Glenn Morris  <rgm@gnu.org>
2037         * comint-testsuite.el
2038         (comint-testsuite--test-comint-password-prompt-regexp):
2039         Add "Please enter the password".  (Bug#7224)
2041 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2043         * indent/prolog.prolog: Use normal spacing around !.
2045 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2047         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2049 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * indent/octave.m: Remove some `fixindent' not needed any more.
2053 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2055         * indent/octave.m: New file.
2057 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2059         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2060         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2061         (icalendar-testsuite--run-internal-tests): New.
2062         (icalendar-testsuite--test-convert-ordinary-to-ical)
2063         (icalendar-testsuite--test-convert-block-to-ical)
2064         (icalendar-testsuite--test-convert-anniversary-to-ical)
2065         (icalendar-testsuite--test-parse-vtimezone)
2066         (icalendar-testsuite--do-test-export): Code formatting.
2067         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2068         (icalendar-testsuite--do-test-import)
2069         (icalendar-testsuite--do-test-cycle):
2070         Use icalendar-testsuite--compare-strings
2071         (icalendar-testsuite--run-import-tests): Comment added.
2072         (icalendar-testsuite--run-import-tests)
2073         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2075 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2077         * redisplay-testsuite.el (test-redisplay-3): New test.
2079 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2081         * comint-testsuite.el: New file.
2083 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * indent: New dir.
2087 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2089         * Version 23.2 released.
2091 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2093         * cedet/semantic-ia-utest.el
2094         (semantic-symref-test-count-hits-in-tag): Add function, from
2095         semantic-test.el.
2097         * cedet/tests/test.cpp:
2098         * cedet/tests/test.py:
2099         * cedet/tests/teststruct.cpp:
2100         * cedet/tests/testtemplates.cpp:
2101         * cedet/tests/testusing.cpp:
2102         * cedet/tests/scopetest.cpp:
2103         * cedet/tests/scopetest.java: Files deleted.
2105         * cedet/tests/test.make:
2106         * cedet/tests/test.c:
2107         * cedet/tests/testjavacomp.java:
2108         * cedet/tests/testspp.c:
2109         * cedet/tests/testsppreplace.c:
2110         * cedet/tests/testsppreplaced.c:
2111         * cedet/tests/testsubclass.cpp:
2112         * cedet/tests/testsubclass.hh:
2113         * cedet/tests/testtypedefs.cpp:
2114         * cedet/tests/testvarnames.c:
2115         * cedet/tests/test.el:
2116         * cedet/tests/testdoublens.cpp:
2117         * cedet/tests/testdoublens.hpp: Add copyright header.
2119         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2120         Remove reference to deleted files.
2122 2010-03-30  Juri Linkov  <juri@jurta.org>
2124         * occur-testsuite.el (occur-tests): Add tests for context lines.
2126 2010-03-23  Juri Linkov  <juri@jurta.org>
2128         * occur-testsuite.el: New file.
2130 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2132         * Branch for 23.2.
2134 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2136         * icalendar-testsuite.el
2137         (icalendar-testsuite--run-function-tests): Add new tests.
2138         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2139         testcase.
2140         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2141         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2142         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2143         (icalendar-testsuite--test-convert-block-to-ical): New.
2144         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2145         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2147 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2149         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2150         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2151         Fix typos in docstrings and error messages.
2152         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2154 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2156         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2157         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2158         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2160 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2162         * icalendar-testsuite.el
2163         (icalendar-testsuite--run-function-tests):
2164         Add icalendar-testsuite--test-parse-vtimezone.
2165         (icalendar-testsuite--test-parse-vtimezone): New.
2166         (icalendar-testsuite--do-test-cycle): Doc changes.
2167         (icalendar-testsuite--run-real-world-tests): Remove trailing
2168         whitespace -- see change of icalendar--add-diary-entry in
2169         icalendar.el.
2170         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2172 2009-09-30  Glenn Morris  <rgm@gnu.org>
2174         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2176 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2178         * cedet/*: New unit tests, from CEDET repository.
2180 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2182         * redisplay-testsuite.el: New file.
2184 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2186         * Branch for 23.1.
2188 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2190         * icalendar-testsuite.el
2191         (icalendar-testsuite--run-function-tests):
2192         Add icalendar-testsuite--test-diarytime-to-isotime.
2193         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2194         recent icalendar fixes.
2195         (icalendar-testsuite--test-diarytime-to-isotime): New.
2196         (icalendar-testsuite--test-create-uid): Adjust to recent
2197         icalendar changes.
2199 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2201         * bytecomp-testsuite.el: New file.
2203 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2205         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2206         Add `icalendar-testsuite--test-create-uid'.
2207         (icalendar-testsuite--test-create-uid): New.
2209 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2211         * newsticker-testsuite.el: New file.
2213 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2215         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2216         Add icalendar-testsuite--test-datestring-to-isodate,
2217         icalendar-testsuite--test-datetime-to-diary-date, and
2218         icalendar-testsuite--test-calendar-style.
2219         (icalendar-testsuite--test-format-ical-event)
2220         (icalendar-testsuite--test-parse-summary-and-rest):
2221         Doc fix.  Remove european-calendar-style.
2222         (icalendar-testsuite--get-ical-event): Doc fix.
2223         (icalendar-testsuite--test-first-weekday-of-year)
2224         (icalendar-testsuite--run-cycle-tests): Add doc string.
2225         (icalendar-testsuite--test-datestring-to-isodate)
2226         (icalendar-testsuite--test-datetime-to-diary-date)
2227         (icalendar-testsuite--test-calendar-style): New functions.
2228         (icalendar-testsuite--test-export): Handle iso date style.
2229         New arg INPUT-ISO.  Use calendar-date-style.
2230         (icalendar-testsuite--test-import): Handle iso date style.
2231         New arg EXPECTED-ISO.  Use calendar-date-style.
2232         (icalendar-testsuite--test-cycle): Handle iso date style.
2233         (icalendar-testsuite--run-import-tests)
2234         (icalendar-testsuite--run-export-tests)
2235         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2237 2008-02-29  Glenn Morris  <rgm@gnu.org>
2239         * README: New file.
2241 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2243         * icalendar-testsuite.el: New file.
2245 ;; Local Variables:
2246 ;; coding: utf-8
2247 ;; End:
2249   Copyright (C) 2008-2014 Free Software Foundation, Inc.
2251   This file is part of GNU Emacs.
2253   GNU Emacs is free software: you can redistribute it and/or modify
2254   it under the terms of the GNU General Public License as published by
2255   the Free Software Foundation, either version 3 of the License, or
2256   (at your option) any later version.
2258   GNU Emacs is distributed in the hope that it will be useful,
2259   but WITHOUT ANY WARRANTY; without even the implied warranty of
2260   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2261   GNU General Public License for more details.
2263   You should have received a copy of the GNU General Public License
2264   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.