NEWS fix.
[emacs.git] / test / ChangeLog
blob9a8a61eb062623ce6b87ce536efcfb3a947fd022
1 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
3         * test/automated/timer-tests.el: New file.  Tests that (sit-for 0)
4         allows another timer to run.
6 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
8         * indent/ruby.rb: More examples for bug#15594, both failing and
9         now passing.
11 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
13         * indent/ruby.rb: Add two more cases.
15 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
18         first use.
19         (ruby-should-indent): Use indent-according-to-mode.
20         (ruby-deftest-move-to-block): Use `declare'.
22 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
24         * indent/ruby.rb: Fix a spurious change, add more failing examples.
26 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28         * indent/ruby.rb: Add a few more tests; adjust some indentation.
30 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
32         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
33         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
35         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
37 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
40         Adjust indentation of continued line to the new SMIE behavior.
42 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
44         * automated/completion-tests.el:
45         * indent/css-mode.css: New files.
47 2013-10-03  Daiki Ueno  <ueno@gnu.org>
49         * automated/data/package/signed/archive-contents:
50         * automated/data/package/signed/archive-contents.sig:
51         * automated/data/package/signed/signed-good-1.0.el:
52         * automated/data/package/signed/signed-good-1.0.el.sig:
53         * automated/data/package/signed/signed-bad-1.0.el:
54         * automated/data/package/signed/signed-bad-1.0.el.sig:
55         * automated/data/package/key.pub:
56         * automated/data/package/key.sec: New files.
58         * automated/package-test.el (package-test-update-listing)
59         (package-test-update-archives, package-test-describe-package):
60         Adjust to package.el change.
61         (package-test-signed): New test.
63 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
65         * automated/package-test.el: Update all cases to use :url instead
66         of :homepage.
68         * automated/package-x-test.el
69         (package-x-test--single-archive-entry-1-3): Same.
71 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
73         * automated/package-test.el (simple-single-desc-1-4): Remove, it
74         was unused.
75         (simple-single-desc): Expect :homepage property.
76         (multi-file-desc): Same.
77         (with-package-test): Do not save previous `default-directory'
78         value, let-bind the var instead.
79         (package-test-install-single): Expect :homepage property in the
80         generated pkg file.
81         (package-test-describe-package): Expect Homepage button.
82         (package-test-describe-non-installed-package)
83         (package-test-describe-non-installed-multi-file-package): Same.
84         (package-test-describe-not-installed-package): Remove, it was a
85         duplicate.
87         * automated/package-x-test.el
88         (package-x-test--single-archive-entry-1-3): Expect :homepage
89         property.
90         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
92         * automated/data/package/simple-single-1.3.el: Add URL header.
94         * automated/data/package/archive-contents: Add :homepage
95         properties to `simple-single' and `multi-file'.
97 2013-09-22  Daniel Colascione  <dancol@dancol.org>
99         * automated/data-test.el:
100         (bool-vector-count-matches-all-0-nil)
101         (bool-vector-count-matches-all-0-t)
102         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
103         (bool-vector-count-matches-at, bool-vector-intersection-op)
104         (bool-vector-union-op, bool-vector-xor-op)
105         (bool-vector-set-difference-op)
106         (bool-vector-change-detection, bool-vector-not): New tests.
107         (mock-bool-vector-count-matches-at)
108         (test-bool-vector-bv-from-hex-string)
109         (test-bool-vector-to-hex-string)
110         (test-bool-vector-count-matches-at-tc)
111         (test-bool-vector-apply-mock-op)
112         (test-bool-vector-binop): New helper functions.
113         (bool-vector-test-vectors): New testcase data.
115 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
117         * automated/advice-tests.el (advice-test-called-interactively-p-around)
118         (advice-test-called-interactively-p-filter-args)
119         (advice-test-called-interactively-p-around): New tests.
121 2013-09-16  Glenn Morris  <rgm@gnu.org>
123         * automated/eshell.el (eshell-match-result):
124         Return a more informative failure than simply "false".  Update callers.
126         * automated/eshell.el (eshell-test/for-name-shadow-loop):
127         Test value before and after loop as well as during.
129 2013-09-15  Glenn Morris  <rgm@gnu.org>
131         * automated/eshell.el (eshell-test/for-name-shadow-loop):
132         New test.  (Bug#15372)
133         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
135 2013-09-13  Glenn Morris  <rgm@gnu.org>
137         * automated/eshell.el (with-temp-eshell):
138         Use a temp directory for eshell-directory-name.
139         (eshell-test-command-result): New, again using a temp directory.
140         Replace eshell-command-result with this throughout.
141         (eshell-test/for-loop, eshell-test/for-name-loop):
142         Ensure environment variables don't confuse us.
144 2013-09-12  Glenn Morris  <rgm@gnu.org>
146         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
147         due to "has a running process; kill it?" prompts.
149 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
151         * automated/eshell.el: Rename from eshell.el.
152         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
154 2013-09-01  Glenn Morris  <rgm@gnu.org>
156         * automated/Makefile.in (setwins): Avoid leading space in $wins.
157         Otherwise the sed command used by eg compile-main ends up
158         containing "/*.el".  (Bug#15170)
160 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
162         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
163         for portability to hosts where /bin/sh has problems.
165 2013-08-21  David Engster  <deng@randomsample.de>
167         * automated/eieio-tests.el, automated/eieio-test-persist.el:
168         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
169         upstream.  Changed to use ERT.
171 2013-08-14  Daniel Hackney  <dan@haxney.org>
173         * package-test.el: Remove tar-package-building functions.  Tar file
174         used for testing is included in the repository.
175         (package-test-install-texinfo, package-test-cleanup-built-files):
176         Remove.
178 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
180         * automated/python-tests.el (python-imenu-create-index-4)
181         (python-imenu-create-flat-index-2): New tests.
183 2013-08-05  Glenn Morris  <rgm@gnu.org>
185         * automated/mule-util.el: New file, with tests extracted from
186         lisp/international/mule-util.el.
188 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
190         * automated/advice-tests.el (advice-tests-nadvice): Test removal
191         before definition.
192         (advice-tests-macroaliases): New test.
194 2013-08-04  Glenn Morris  <rgm@gnu.org>
196         * automated/ert-tests.el: Disable failing test that no-one seems
197         to know how to fix.  (Bug#13064)
199         * automated/icalendar-tests.el (icalendar-tests--test-export)
200         (icalendar-tests--test-import): Try more precise TZ specification.
201         Remove debug messages.
203 2013-08-03  Glenn Morris  <rgm@gnu.org>
205         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
207         * automated/icalendar-tests.el (icalendar-tests--test-export)
208         (icalendar-tests--test-import):
209         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
210         (icalendar-tests--test-import): Reset zone even if error occurred.
212 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
214         * automated/core-elisp-tests.el: New file.
216 2013-08-01  Glenn Morris  <rgm@gnu.org>
218         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
219         Try to check that the remote system has a notification program.
221 2013-07-31  Glenn Morris  <rgm@gnu.org>
223         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
225 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
227         * automated/file-notify-tests.el
228         (file-notify--test-local-enabled): New defconst.  Replaces all
229         `file-notify-support' occurences.
230         (file-notify--test-remote-enabled): New defun.
231         (file-notify--deftest-remote): Use it.
232         (file-notify-test00-availability): Rewrite.
233         (file-notify-test00-availability-remote): New defun.
234         (file-notify-test01-add-watch): Rewrite first erroneous check.
236 2013-07-23  Glenn Morris  <rgm@gnu.org>
238         * automated/inotify-test.el (inotify-file-watch-simple):
239         Delete temp-file when done.
241         * automated/subword-tests.el: Require subword.
243 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * automated/subword-tests.el: New file.
247 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
249         * automated/python-tests.el (python-imenu-create-index-2)
250         (python-imenu-create-index-3): New tests.
252 2013-07-11  Glenn Morris  <rgm@gnu.org>
254         * automated/ert-tests.el: Require cl-lib at runtime too.
255         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
256         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
257         (ert-test-set-functions, ert-test-gensym)
258         (ert-test-coerce-to-vector, ert-test-string-position)
259         (ert-test-mismatch): Remove tests.
260         * automated/cl-lib.el: New, split from ert-tests.el.
262         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
263         Goto point-min.
264         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
265         (ruby-move-to-block-skips-percent-literal)
266         (ruby-move-to-block-skips-heredoc)
267         (ruby-move-to-block-moves-from-else-to-if)
268         (ruby-beginning-of-defun-does-not-fold-case)
269         (ruby-end-of-defun-skips-to-next-line-after-the-method):
270         Replace goto-line with forward-line/goto-char.
271         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
273         * automated/package-test.el (makeinfo-buffer): Autoload.
274         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
275         (package-test-install-texinfo): Don't require makeinfo.
277         * automated/files.el: Stop "local variables" confusion.
279         * automated/flymake-tests.el (flymake-tests): Remove unused group.
281         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
282         Use with-current-buffer.
284         * automated/undo-tests.el (undo-test-buffer-modified)
285         (undo-test-file-modified): New tests.
287 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
289         * automated/file-notify-tests.el (file-notify-test00-availability):
290         Set :expected-result.
291         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
292         (file-notify-test02-events, file-notify-test02-events-remote)
293         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
294         Skip when `file-notify-support' is nil.  (Bug#14823)
296 2013-07-09  Glenn Morris  <rgm@gnu.org>
298         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
299         Declare.
300         (inotify-file-watch-simple): Silence compiler.
302         * automated/python-tests.el (python-indent-block-enders):
303         Make it actually test something.
305         * automated/package-x-test.el: Require package-test when compiling.
307         * automated/add-log-tests.el, automated/advice-tests.el:
308         * automated/imenu-test.el, automated/package-x-test.el:
309         * automated/python-tests.el, automated/ruby-mode-tests.el:
310         * automated/xml-parse-tests.el: Explictly require ert.
312 2013-07-08  Kenichi Handa  <handa@gnu.org>
314         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
315         Use with-ccoding-priority to avoid side-effect (Bug#14781).
317 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
319         * automated/file-notify-tests.el
320         (file-notify-test-remote-temporary-file-directory):
321         Use `null-device' on w32.
322         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
323         (file-notify--test-results, file-notify--test-event)
324         (file-notify--deftest-remote, file-notify--event-test)
325         (file-notify--test-event-handler)
326         (file-notify--test-make-temp-name): Rename, in order to mark them
327         internal.
328         (tramp-message-show-message, tramp-read-passwd): Tweak them for
329         better fitting in noninteractive tests.
330         (file-notify-test00-availability): Rename from `file-notify-test0'.
331         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
332         Use `temporary-file-directory '.
333         (file-notify-test01-add-watch-remote): New test.
334         (file-notify-test02-events): Rename from `file-notify-test2'.
335         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
336         (file-notify-test03-autorevert): Rename from
337         `file-notify-test4'.  Use timeouts.
338         (file-notify-test03-autorevert-remote): Rename from
339         `file-notify-test5'.
341 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
343         * automated/file-notify-tests.el: New package.
345 2013-06-28  Kenichi Handa  <handa@gnu.org>
347         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
348         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
349         Callers changed.
350         (decoder-tests-filename): New function.
351         (decoder-tests-prefer-utf-8-read)
352         (decoder-tests-prefer-utf-8-write): New function.
353         (ert-test-decoder-prefer-utf-8): New test.
355 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
357         * automated/package-x-test.el: Change the commentary.
358         (package-x-test--single-archive-entry-1-3)
359         (package-x-test--single-archive-entry-1-4): Fix the tests, by
360         using the appropriate data structure.
362 2013-06-27  Daniel Hackney  <dan@haxney.org>
364         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
366         * automated/package-x-test.el: New file.
368         * automated/package-test.el: New file.
370         * automated/data/package: New directory, with test examples.
372 2013-06-27  Glenn Morris  <rgm@gnu.org>
374         * automated/python-tests.el (python-tests-with-temp-file):
375         Clean up after ourself.
377         * automated/undo-tests.el (undo-test3): Remove test that seems to
378         do nothing that the previous one doesn't, except leave a tempfile.
380 2013-06-26  Glenn Morris  <rgm@gnu.org>
382         * automated/info-xref.el: New file.
384 2013-06-25  Glenn Morris  <rgm@gnu.org>
386         * automated/occur-tests.el (occur-test-create): New function.
387         Use it to create separate tests for each element, so we run them
388         all rather than stopping at the first error.
390 2013-06-24  Glenn Morris  <rgm@gnu.org>
392         * automated/occur-tests.el (occur-tests):
393         Update for 2013-05-29 change to occur header line.
395 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
397         Test suite for flymake.
398         * automated/flymake-tests.el:
399         * automated/flymake/warnpred/Makefile
400         * automated/flymake/warnpred/test.c
401         * automated/flymake/warnpred/test.pl: New files.
403 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
405         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
407 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
409         * automated/reftex-tests.el: New test suite for reftex.
411 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
413         * automated/ruby-mode-tests.el: New tests, for percent literals
414         and expression expansion.
416 2013-05-29  Leo Liu  <sdl.web@gmail.com>
418         * indent/octave.m: Tweak.
420 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
422         * tests/eshell.el: Rewrite tests using ERT.
424 2013-05-25  Leo Liu  <sdl.web@gmail.com>
426         * indent/octave.m: Add tests for %!, # and ### comments.
428 2013-05-23  Kenichi Handa  <handa@gnu.org>
430         * automated/decoder-tests.el: New file.
432 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
434         * indent/ruby.rb: Add multiline regexp example.
436         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
437         (ruby-regexp-skips-over-interpolation)
438         (ruby-regexp-continues-till-end-when-unclosed)
439         (ruby-regexp-can-be-multiline)
440         (ruby-interpolation-inside-percent-literal): New tests.
442 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * indent/ruby.rb: Fix indentation after =; add more cases.
446 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * indent/pascal.pas: Add test for mis-identified comments.
450 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
452         * automated/imenu-tests.el: New file.  (Bug#14112)
454 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
456         * automated/python-tests.el (python-imenu-prev-index-position-1):
457         Remove test.
458         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
459         New tests.
461 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
463         * automated/python-tests.el (python-nav-backward-defun-2)
464         (python-nav-backward-defun-3, python-nav-forward-defun-2)
465         (python-nav-forward-defun-3): New tests.
467 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
469         * automated/python-tests.el (python-nav-backward-defun-1)
470         (python-nav-forward-defun-1): New tests.
472 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
474         * automated/add-log-tests.el: New file. (Bug#14112)
476 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
478         * automated/python-tests.el (python-indent-block-enders): New test.
479         (python-info-current-defun-2): Fix test.
481 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
483         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
485 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
487         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
488         (python-tests-with-temp-file): New macro.
489         (python-tests-shell-interpreter): New var.
490         (python-shell-get-process-name-1)
491         (python-shell-internal-get-process-name-1)
492         (python-shell-parse-command-1)
493         (python-shell-calculate-process-environment-1)
494         (python-shell-calculate-process-environment-2)
495         (python-shell-calculate-process-environment-3)
496         (python-shell-calculate-exec-path-1)
497         (python-shell-calculate-exec-path-2)
498         (python-shell-make-comint-1)
499         (python-shell-make-comint-2)
500         (python-shell-get-process-1)
501         (python-shell-get-or-create-process-1)
502         (python-shell-internal-get-or-create-process-1): New tests.
504 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
506         * automated/python-tests.el: New file.
508 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
510         * automated/ruby-mode-tests.el
511         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
512         bits inside the examples.
513         (ruby-move-to-block-skips-heredoc): New test.
514         (ruby-add-log-current-method-after-inner-class):
515         Lower expectations: move point inside a method, initially.
517 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
519         * automated/ruby-mode-tests.el
520         (ruby-move-to-block-skips-percent-literal): New test.
522 2013-02-04  Chong Yidong  <cyd@gnu.org>
524         * automated/thingatpt.el: New file.
526 2013-02-03  Chong Yidong  <cyd@gnu.org>
528         * automated/files.el (file-test--do-local-variables-test):
529         Avoid compilation warning message.
531 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
533         * automated/ruby-mode-tests.el
534         (ruby-indent-spread-args-in-parens): New test.
535         * automated/ruby-mode-tests.el (ruby-block-test-example):
536         Break indentation of the do block opener and add a line inside it.
537         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
538         Adjust line numbers.
540 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
542         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
544 2013-01-14  Glenn Morris  <rgm@gnu.org>
546         * automated/compile-tests.el (compile-tests--test-regexps-data):
547         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
549 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
551         * automated/man-tests.el: New file.
553 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
555         * automated/undo-tests.el (undo-test0): Adjust error to code change.
557 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
559         * automated/undo-tests.el: New file.
561 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
563         * automated/ruby-mode-tests.el
564         (ruby-indent-after-block-in-continued-expression): New test.
566 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
568         * automated/ruby-mode-tests.el:
569         Rename one interpolation test; add three more.
570         (ruby-with-temp-buffer): New macro, use it where appropriate.
571         (ruby-add-log-current-method-examples): Use "_" for target point.
572         Add four new tests for ruby-add-log-current-method.
574 2012-12-11  Glenn Morris  <rgm@gnu.org>
576         * automated/f90.el (f90-test-bug13138): New test.
578 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
580         * automated/inotify-test.el: New test.
582 2012-12-02  Chong Yidong  <cyd@gnu.org>
584         * automated/ruby-mode-tests.el
585         (ruby-add-log-current-method-examples): Don't use loop macro, to
586         allow automated testing to work.
588 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
590         * automated/advice-tests.el (advice-tests--data): Remove.
591         (advice-tests): Move the tests directly here instead.
592         Add called-interactively-p tests.
594 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
596         * automated/ert-x-tests.el: Use cl-lib.
597         * automated/ert-tests.el: Use lexical-binding and cl-lib.
599 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
601         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
602         (ruby-indent-inside-heredoc-after-operator)
603         (ruby-indent-inside-heredoc-after-space): New tests.
604         Change direct font-lock face references to var references.
605         (ruby-interpolation-suppresses-syntax-inside): New test.
606         (ruby-interpolation-inside-percent-literal-with-paren):
607         New failing test.
609 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
611         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
612         (ruby-singleton-class-no-heredoc-font-lock)
613         (ruby-add-log-current-method-examples): New tests.
614         (ruby-test-string): Extract from ruby-should-indent-buffer.
615         (ruby-deftest-move-to-block): New macro.
616         Add several move-to-block tests.
618 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
620         * automated/advice-tests.el: New tests.
622 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
624         * automated/compile-tests.el (compile-tests--test-regexps-data):
625         Add new data for msft's new format.
627 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
629         * automated/ruby-mode-tests.el:
630         (ruby-toggle-block-to-multiline): New test.
631         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
632         (ruby-toggle-block-to-brace): Use buffer-string.
634 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
636         * automated/ruby-mode-tests.el: New tests (Bug#11613).
638 2012-08-28  Chong Yidong  <cyd@gnu.org>
640         * automated/files.el: Test every combination of values for
641         enable-local-variables and enable-local-eval.
643 2012-08-19  Chong Yidong  <cyd@gnu.org>
645         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
647 2012-08-18  Chong Yidong  <cyd@gnu.org>
649         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
651 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
653         * indent/ruby.rb: Rearrange examples, add new ones.
655 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
657         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
658         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
660 2012-08-11  Glenn Morris  <rgm@gnu.org>
662         * automated/files.el: New file.
664         * automated/Makefile.in (all): Fix typo.
666 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
668         * automated/ruby-mode-tests.el (ruby-should-indent):
669         Add docstring, check (current-indentation) instead of (current-column).
670         (ruby-should-indent-buffer): New function.
671         Add tests for `ruby-deep-indent-paren' behavior.
672         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
674 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
676         Original tests in test_ruby_mode.rb in upstream (author).
678 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
680         * automated/ruby-mode-tests.el (ruby-should-indent)
681         (ruby-assert-state): New functions.
682         Add new tests.
684 2012-07-29  David Engster  <deng@randomsample.de>
686         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
687         New variable to hold test data for name expansion.
688         (xml-parse-tests): Test the two different types of name expansion.
690 2012-07-29  Juri Linkov  <juri@jurta.org>
692         * automated/occur-tests.el (occur-test-case): Use predefined
693         buffer name " *test-occur*" instead of a random buffer name.
695 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
697         * automated/ruby-mode-tests.el: New file with one test.
699 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
701         * indent/shell.sh: Add test case for ${#VAR}.
703         * indent/latex-mode.tex: New file.
705 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
707         * eshell.el: Use cl-lib.
709 2012-07-03  Chong Yidong  <cyd@gnu.org>
711         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
713 2012-07-02  Chong Yidong  <cyd@gnu.org>
715         * automated/xml-parse-tests.el (xml-parse-tests--data):
716         More testcases.
718 2012-07-01  Chong Yidong  <cyd@gnu.org>
720         * automated/xml-parse-tests.el: New file.
722 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
724         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
725         Use cl-flet.
727 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
729         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
730         Test escaped commas in TZID (Bug#11473).
731         (icalendar-import-with-timezone): New.
732         (icalendar-real-world): Add new testcase as given in the bugreport
733         of Bug#11473.
735 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
737         * automated/icalendar-tests.el (icalendar-tests--test-import):
738         Include UID in import tests (Bug#11525).
739         (icalendar-import-non-recurring, icalendar-import-rrule)
740         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
741         UID-import change.
742         (icalendar-import-with-uid): New.
743         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
744         Include UID in cycle tests.
745         (icalendar-cycle, icalendar-real-world): UID-import change.
747 2012-05-21  Glenn Morris  <rgm@gnu.org>
749         * automated/Makefile.in (setwins): Scrap superfluous subshell.
751 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
753         * automated/url-util-tests.el: New file to test
754         lisp/url/url-util.el.  Only `url-build-query-string' and
755         `url-parse-query-string' are tested right now (Bug#8706).
757 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
759         * indent/shell.sh:
760         * indent/shell.rc: Ad some test cases.
762 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
764         * indent/ruby.rb: New file, to test new syntax-propertize code.
766 2012-04-11  Glenn Morris  <rgm@gnu.org>
768         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
770 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
772         * automated/url-future-tests.el (url-future-tests): Move from
773         lisp/url/url-future.el and rename.
775 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
777         * automated/icalendar-tests.el (icalendar-import-non-recurring):
778         Fix broken test, caused by missing trailing blank.
780 2011-12-03  Chong Yidong  <cyd@gnu.org>
782         * automated/compile-tests.el (compile-tests--test-regexps-data):
783         Increase column numbers by one to reflect change in how
784         compilation-message is recorded (Bug#10172).
786 2011-11-22  Glenn Morris  <rgm@gnu.org>
788         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
790 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
792         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
794 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
796         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
797         (icalendar-tests--test-export, icalendar-tests--do-test-export):
798         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
800 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
802         * automated/newsticker-tests.el
803         (newsticker--group-manage-orphan-feeds): Remove fsetting of
804         newsticker--treeview-tree-update.
806 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
808         * automated/newsticker-tests.el
809         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
811         * trunk/test/automated/newsticker-tests.el
812         (newsticker--group-manage-orphan-feeds): Prevent updating
813         newsticker treeview. Fixed bug#9763.
815 2011-10-20  Glenn Morris  <rgm@gnu.org>
817         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
819         * automated/vc-bzr.el: New file.
821 2011-10-15  Glenn Morris  <rgm@gnu.org>
823         * automated/f90.el: New file.
825 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
827         * automated/newsticker-tests.el: Move newsticker-testsuite.el
828         to automated/newsticker-tests.el. Convert to ERT.
830 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
832         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
833         Remove, simply use string=.
834         (icalendar--diarytime-to-isotime)
835         (icalendar--datetime-to-diary-date)
836         (icalendar--datestring-to-isodate)
837         (icalendar--format-ical-event)
838         (icalendar--parse-summary-and-rest)
839         (icalendar-tests--do-test-import)
840         (icalendar-tests--do-test-cycle): Change argument order of
841         string= to EXPECTED ACTUAL.
842         (icalendar--import-format-sample)
843         (icalendar--format-ical-event)
844         (icalendar-import-non-recurring)
845         (icalendar-import-rrule)
846         (icalendar-import-duration)
847         (icalendar-import-bug-6766)
848         (icalendar-real-world): Adjust to string= instead of
849         icalendar-tests--compare-strings.
850         (icalendar-import-multiple-vcalendars): New.
852 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
854         * automated/gnus-tests.el: Add wrapper for Gnus tests.
855         Require CL.
857 2011-05-09  Juri Linkov  <juri@jurta.org>
859         * automated/occur-tests.el: Move from test/occur-testsuite.el.
860         Convert to ERT.
862 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
864         * automated/compile-tests.el: New file.
866 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
868         * automated/font-parse-tests.el: Don't byte-compile.
870         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
872 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
874         * automated/lexbind-tests.el: New file.
876 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
878         * Version 23.3 released.
880 2011-03-05  Glenn Morris  <rgm@gnu.org>
882         * eshell.el: Move here from lisp/eshell/esh-test.el.
884 2011-03-03  Christian Ohler  <ohler@gnu.org>
886         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
887         New test.
889 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
891         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
892         convert to ERT format.
894 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
896         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
897         convert to ERT format.
899 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
901         * indent/shell.sh:
902         * indent/shell.rc: New files.
904 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
906         * automated/font-parse-tests.el: Move from
907         font-parse-testsuite.el.
909 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
911         * font-parse-testsuite.el (test-font-parse-data): New file.
913 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
915         * indent/prolog.prolog: Add tokenizing tests.
917 2011-01-13  Christian Ohler  <ohler@gnu.org>
919         * automated: New directory for automated tests.
921         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
923         * automated/Makefile.in: New file.
925 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * indent/modula2.mod: New file.
929 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
931         * indent/octave.m: Add a test to ensure indentation is local.
933 2010-10-23  Glenn Morris  <rgm@gnu.org>
935         * comint-testsuite.el
936         (comint-testsuite--test-comint-password-prompt-regexp):
937         Add "Please enter the password".  (Bug#7224)
939 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
941         * indent/prolog.prolog: Use normal spacing around !.
943 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
945         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
947 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
949         * indent/octave.m: Remove some `fixindent' not needed any more.
951 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * indent/octave.m: New file.
955 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
957         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
958         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
959         (icalendar-testsuite--run-internal-tests): New.
960         (icalendar-testsuite--test-convert-ordinary-to-ical)
961         (icalendar-testsuite--test-convert-block-to-ical)
962         (icalendar-testsuite--test-convert-anniversary-to-ical)
963         (icalendar-testsuite--test-parse-vtimezone)
964         (icalendar-testsuite--do-test-export): Code formatting.
965         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
966         (icalendar-testsuite--do-test-import)
967         (icalendar-testsuite--do-test-cycle):
968         Use icalendar-testsuite--compare-strings
969         (icalendar-testsuite--run-import-tests): Comment added.
970         (icalendar-testsuite--run-import-tests)
971         (icalendar-testsuite--run-real-world-tests): Fix expected results.
973 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
975         * redisplay-testsuite.el (test-redisplay-3): New test.
977 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
979         * comint-testsuite.el: New file.
981 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
983         * indent: New dir.
985 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
987         * Version 23.2 released.
989 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
991         * cedet/semantic-ia-utest.el
992         (semantic-symref-test-count-hits-in-tag): Add function, from
993         semantic-test.el.
995         * cedet/tests/test.cpp:
996         * cedet/tests/test.py:
997         * cedet/tests/teststruct.cpp:
998         * cedet/tests/testtemplates.cpp:
999         * cedet/tests/testusing.cpp:
1000         * cedet/tests/scopetest.cpp:
1001         * cedet/tests/scopetest.java: Files deleted.
1003         * cedet/tests/test.make:
1004         * cedet/tests/test.c:
1005         * cedet/tests/testjavacomp.java:
1006         * cedet/tests/testspp.c:
1007         * cedet/tests/testsppreplace.c:
1008         * cedet/tests/testsppreplaced.c:
1009         * cedet/tests/testsubclass.cpp:
1010         * cedet/tests/testsubclass.hh:
1011         * cedet/tests/testtypedefs.cpp:
1012         * cedet/tests/testvarnames.c:
1013         * cedet/tests/test.el:
1014         * cedet/tests/testdoublens.cpp:
1015         * cedet/tests/testdoublens.hpp: Add copyright header.
1017         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1018         Remove reference to deleted files.
1020 2010-03-30  Juri Linkov  <juri@jurta.org>
1022         * occur-testsuite.el (occur-tests): Add tests for context lines.
1024 2010-03-23  Juri Linkov  <juri@jurta.org>
1026         * occur-testsuite.el: New file.
1028 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1030         * Branch for 23.2.
1032 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1034         * icalendar-testsuite.el
1035         (icalendar-testsuite--run-function-tests): Add new tests.
1036         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1037         testcase.
1038         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1039         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1040         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1041         (icalendar-testsuite--test-convert-block-to-ical): New.
1042         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1043         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1045 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1047         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1048         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1049         Fix typos in docstrings and error messages.
1050         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1052 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1054         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1055         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1056         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1058 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1060         * icalendar-testsuite.el
1061         (icalendar-testsuite--run-function-tests):
1062         Add icalendar-testsuite--test-parse-vtimezone.
1063         (icalendar-testsuite--test-parse-vtimezone): New.
1064         (icalendar-testsuite--do-test-cycle): Doc changes.
1065         (icalendar-testsuite--run-real-world-tests): Remove trailing
1066         whitespace -- see change of icalendar--add-diary-entry in
1067         icalendar.el.
1068         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1070 2009-09-30  Glenn Morris  <rgm@gnu.org>
1072         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1074 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1076         * cedet/*: New unit tests, from CEDET repository.
1078 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1080         * redisplay-testsuite.el: New file.
1082 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1084         * Branch for 23.1.
1086 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1088         * icalendar-testsuite.el
1089         (icalendar-testsuite--run-function-tests):
1090         Add icalendar-testsuite--test-diarytime-to-isotime.
1091         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1092         recent icalendar fixes.
1093         (icalendar-testsuite--test-diarytime-to-isotime): New.
1094         (icalendar-testsuite--test-create-uid): Adjust to recent
1095         icalendar changes.
1097 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1099         * bytecomp-testsuite.el: New file.
1101 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1103         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1104         Add `icalendar-testsuite--test-create-uid'.
1105         (icalendar-testsuite--test-create-uid): New.
1107 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1109         * newsticker-testsuite.el: New file.
1111 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1113         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1114         Add icalendar-testsuite--test-datestring-to-isodate,
1115         icalendar-testsuite--test-datetime-to-diary-date, and
1116         icalendar-testsuite--test-calendar-style.
1117         (icalendar-testsuite--test-format-ical-event):
1118         (icalendar-testsuite--test-parse-summary-and-rest):
1119         Doc fix.  Remove european-calendar-style.
1120         (icalendar-testsuite--get-ical-event): Doc fix.
1121         (icalendar-testsuite--test-first-weekday-of-year):
1122         (icalendar-testsuite--run-cycle-tests): Add doc string.
1123         (icalendar-testsuite--test-datestring-to-isodate):
1124         (icalendar-testsuite--test-datetime-to-diary-date):
1125         (icalendar-testsuite--test-calendar-style): New functions.
1126         (icalendar-testsuite--test-export): Handle iso date style.
1127         New arg INPUT-ISO.  Use calendar-date-style.
1128         (icalendar-testsuite--test-import): Handle iso date style.
1129         New arg EXPECTED-ISO.  Use calendar-date-style.
1130         (icalendar-testsuite--test-cycle): Handle iso date style.
1131         (icalendar-testsuite--run-import-tests):
1132         (icalendar-testsuite--run-export-tests):
1133         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1135 2008-02-29  Glenn Morris  <rgm@gnu.org>
1137         * README: New file.
1139 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1141         * icalendar-testsuite.el: New file.
1143 ;; Local Variables:
1144 ;; coding: utf-8
1145 ;; End:
1147   Copyright (C) 2008-2013 Free Software Foundation, Inc.
1149   This file is part of GNU Emacs.
1151   GNU Emacs is free software: you can redistribute it and/or modify
1152   it under the terms of the GNU General Public License as published by
1153   the Free Software Foundation, either version 3 of the License, or
1154   (at your option) any later version.
1156   GNU Emacs is distributed in the hope that it will be useful,
1157   but WITHOUT ANY WARRANTY; without even the implied warranty of
1158   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1159   GNU General Public License for more details.
1161   You should have received a copy of the GNU General Public License
1162   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.