Minor EBADF fixes.
[emacs.git] / test / ChangeLog
blobd3d8db6b5017a4640ca6ae2cdbe3de7b10336811
1 2013-07-11  Glenn Morris  <rgm@gnu.org>
3         * automated/ert-tests.el: Require cl-lib at runtime too.
4         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
5         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
6         (ert-test-set-functions, ert-test-gensym)
7         (ert-test-coerce-to-vector, ert-test-string-position)
8         (ert-test-mismatch): Remove tests.
9         * automated/cl-lib.el: New, split from ert-tests.el.
11         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
12         Goto point-min.
13         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
14         (ruby-move-to-block-skips-percent-literal)
15         (ruby-move-to-block-skips-heredoc)
16         (ruby-move-to-block-moves-from-else-to-if)
17         (ruby-beginning-of-defun-does-not-fold-case)
18         (ruby-end-of-defun-skips-to-next-line-after-the-method):
19         Replace goto-line with forward-line/goto-char.
20         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
22         * automated/package-test.el (makeinfo-buffer): Autoload.
23         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
24         (package-test-install-texinfo): Don't require makeinfo.
26         * automated/files.el: Stop "local variables" confusion.
28         * automated/flymake-tests.el (flymake-tests): Remove unused group.
30         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
31         Use with-current-buffer.
33         * automated/undo-tests.el (undo-test-buffer-modified)
34         (undo-test-file-modified): New tests.
36 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
38         * automated/file-notify-tests.el (file-notify-test00-availability):
39         Set :expected-result.
40         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
41         (file-notify-test02-events, file-notify-test02-events-remote)
42         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
43         Skip when `file-notify-support' is nil.  (Bug#14823)
45 2013-07-09  Glenn Morris  <rgm@gnu.org>
47         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
48         Declare.
49         (inotify-file-watch-simple): Silence compiler.
51         * automated/python-tests.el (python-indent-block-enders):
52         Make it actually test something.
54         * automated/package-x-test.el: Require package-test when compiling.
56         * automated/add-log-tests.el, automated/advice-tests.el:
57         * automated/imenu-test.el, automated/package-x-test.el:
58         * automated/python-tests.el, automated/ruby-mode-tests.el:
59         * automated/xml-parse-tests.el: Explictly require ert.
61 2013-07-08  Kenichi Handa  <handa@gnu.org>
63         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
64         Use with-ccoding-priority to avoid side-effect (Bug#14781).
66 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
68         * automated/file-notify-tests.el
69         (file-notify-test-remote-temporary-file-directory): Use
70         `null-device' on w32.
71         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
72         (file-notify--test-results, file-notify--test-event)
73         (file-notify--deftest-remote, file-notify--event-test)
74         (file-notify--test-event-handler)
75         (file-notify--test-make-temp-name): Renamed, in order to mark them
76         internal.
77         (tramp-message-show-message, tramp-read-passwd): Tweak them for
78         better fitting in noninteractive tests.
79         (file-notify-test00-availability): Renamed from `file-notify-test0'.
80         (file-notify-test01-add-watch): Renamed from `file-notify-test1'.
81         Use `temporary-file-directory '.
82         (file-notify-test01-add-watch-remote): New test.
83         (file-notify-test02-events): Renamed from `file-notify-test2'.
84         (file-notify-test02-events-remote): Renamed from `file-notify-test3'.
85         (file-notify-test03-autorevert): Renamed from
86         `file-notify-test4'.  Use timeouts.
87         (file-notify-test03-autorevert-remote): Renamed from
88         `file-notify-test5'.
90 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
92         * automated/file-notify-tests.el: New package.
94 2013-06-28  Kenichi Handa  <handa@gnu.org>
96         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
97         (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename.
98         Callers changed.
99         (decoder-tests-filename): New function.
100         (decoder-tests-prefer-utf-8-read)
101         (decoder-tests-prefer-utf-8-write): New function.
102         (ert-test-decoder-prefer-utf-8): New test.
104 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
106         * automated/package-x-test.el: Change the commentary.
107         (package-x-test--single-archive-entry-1-3)
108         (package-x-test--single-archive-entry-1-4): Fix the tests, by
109         using the appropriate data structure.
111 2013-06-27  Daniel Hackney  <dan@haxney.org>
113         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
115         * automated/package-x-test.el: New file.
117         * automated/package-test.el: New file.
119         * automated/data/package: New directory, with test examples.
121 2013-06-27  Glenn Morris  <rgm@gnu.org>
123         * automated/python-tests.el (python-tests-with-temp-file):
124         Clean up after ourself.
126         * automated/undo-tests.el (undo-test3): Remove test that seems to
127         do nothing that the previous one doesn't, except leave a tempfile.
129 2013-06-26  Glenn Morris  <rgm@gnu.org>
131         * automated/info-xref.el: New file.
133 2013-06-25  Glenn Morris  <rgm@gnu.org>
135         * automated/occur-tests.el (occur-test-create): New function.
136         Use it to create separate tests for each element, so we run them
137         all rather than stopping at the first error.
139 2013-06-24  Glenn Morris  <rgm@gnu.org>
141         * automated/occur-tests.el (occur-tests):
142         Update for 2013-05-29 change to occur header line.
144 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
146         Test suite for flymake.
147         * automated/flymake-tests.el:
148         * automated/flymake/warnpred/Makefile
149         * automated/flymake/warnpred/test.c
150         * automated/flymake/warnpred/test.pl: New files.
152 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
154         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
156 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
158         * automated/reftex-tests.el: New test suite for reftex.
160 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
162         * automated/ruby-mode-tests.el: New tests, for percent literals
163         and expression expansion.
165 2013-05-29  Leo Liu  <sdl.web@gmail.com>
167         * indent/octave.m: Tweak.
169 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
171         * tests/eshell.el: Rewrite tests using ERT.
173 2013-05-25  Leo Liu  <sdl.web@gmail.com>
175         * indent/octave.m: Add tests for %!, # and ### comments.
177 2013-05-23  Kenichi Handa  <handa@gnu.org>
179         * automated/decoder-tests.el: New file.
181 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
183         * indent/ruby.rb: Add multiline regexp example.
185         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
186         (ruby-regexp-skips-over-interpolation)
187         (ruby-regexp-continues-till-end-when-unclosed)
188         (ruby-regexp-can-be-multiline)
189         (ruby-interpolation-inside-percent-literal): New tests.
191 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
193         * indent/ruby.rb: Fix indentation after =; add more cases.
195 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
197         * indent/pascal.pas: Add test for mis-identified comments.
199 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
201         * automated/imenu-tests.el: New file.  (Bug#14112)
203 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
205         * automated/python-tests.el (python-imenu-prev-index-position-1):
206         Remove test.
207         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
208         New tests.
210 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
212         * automated/python-tests.el (python-nav-backward-defun-2)
213         (python-nav-backward-defun-3, python-nav-forward-defun-2)
214         (python-nav-forward-defun-3): New tests.
216 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
218         * automated/python-tests.el (python-nav-backward-defun-1)
219         (python-nav-forward-defun-1): New tests.
221 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
223         * automated/add-log-tests.el: New file. (Bug#14112)
225 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
227         * automated/python-tests.el (python-indent-block-enders): New test.
228         (python-info-current-defun-2): Fix test.
230 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
232         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
234 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
236         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
237         (python-tests-with-temp-file): New macro.
238         (python-tests-shell-interpreter): New var.
239         (python-shell-get-process-name-1)
240         (python-shell-internal-get-process-name-1)
241         (python-shell-parse-command-1)
242         (python-shell-calculate-process-environment-1)
243         (python-shell-calculate-process-environment-2)
244         (python-shell-calculate-process-environment-3)
245         (python-shell-calculate-exec-path-1)
246         (python-shell-calculate-exec-path-2)
247         (python-shell-make-comint-1)
248         (python-shell-make-comint-2)
249         (python-shell-get-process-1)
250         (python-shell-get-or-create-process-1)
251         (python-shell-internal-get-or-create-process-1): New tests.
253 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
255         * automated/python-tests.el: New file.
257 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
259         * automated/ruby-mode-tests.el
260         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
261         bits inside the examples.
262         (ruby-move-to-block-skips-heredoc): New test.
263         (ruby-add-log-current-method-after-inner-class):
264         Lower expectations: move point inside a method, initially.
266 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
268         * automated/ruby-mode-tests.el
269         (ruby-move-to-block-skips-percent-literal): New test.
271 2013-02-04  Chong Yidong  <cyd@gnu.org>
273         * automated/thingatpt.el: New file.
275 2013-02-03  Chong Yidong  <cyd@gnu.org>
277         * automated/files.el (file-test--do-local-variables-test):
278         Avoid compilation warning message.
280 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
282         * automated/ruby-mode-tests.el
283         (ruby-indent-spread-args-in-parens): New test.
284         * automated/ruby-mode-tests.el (ruby-block-test-example):
285         Break indentation of the do block opener and add a line inside it.
286         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
287         Adjust line numbers.
289 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
293 2013-01-14  Glenn Morris  <rgm@gnu.org>
295         * automated/compile-tests.el (compile-tests--test-regexps-data):
296         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
298 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
300         * automated/man-tests.el: New file.
302 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
304         * automated/undo-tests.el (undo-test0): Adjust error to code change.
306 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
308         * automated/undo-tests.el: New file.
310 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
312         * automated/ruby-mode-tests.el
313         (ruby-indent-after-block-in-continued-expression): New test.
315 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
317         * automated/ruby-mode-tests.el
318         Rename one interpolation test; add three more.
319         (ruby-with-temp-buffer): New macro, use it where appropriate.
320         (ruby-add-log-current-method-examples): Use "_" for target point.
321         Add four new tests for ruby-add-log-current-method.
323 2012-12-11  Glenn Morris  <rgm@gnu.org>
325         * automated/f90.el (f90-test-bug13138): New test.
327 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
329         * automated/inotify-test.el: New test.
331 2012-12-02  Chong Yidong  <cyd@gnu.org>
333         * automated/ruby-mode-tests.el
334         (ruby-add-log-current-method-examples): Don't use loop macro, to
335         allow automated testing to work.
337 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
339         * automated/advice-tests.el (advice-tests--data): Remove.
340         (advice-tests): Move the tests directly here instead.
341         Add called-interactively-p tests.
343 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
345         * automated/ert-x-tests.el: Use cl-lib.
346         * automated/ert-tests.el: Use lexical-binding and cl-lib.
348 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
350         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
351         (ruby-indent-inside-heredoc-after-operator)
352         (ruby-indent-inside-heredoc-after-space): New tests.
353         Change direct font-lock face references to var references.
354         (ruby-interpolation-suppresses-syntax-inside): New test.
355         (ruby-interpolation-inside-percent-literal-with-paren):
356         New failing test.
358 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
360         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
361         (ruby-singleton-class-no-heredoc-font-lock)
362         (ruby-add-log-current-method-examples): New tests.
363         (ruby-test-string): Extract from ruby-should-indent-buffer.
364         (ruby-deftest-move-to-block): New macro.
365         Add several move-to-block tests.
367 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
369         * automated/advice-tests.el: New tests.
371 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
373         * automated/compile-tests.el (compile-tests--test-regexps-data):
374         Add new data for msft's new format.
376 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
378         * automated/ruby-mode-tests.el:
379         (ruby-toggle-block-to-multiline): New test.
380         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
381         (ruby-toggle-block-to-brace): Use buffer-string.
383 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
385         * automated/ruby-mode-tests.el: New tests (Bug#11613).
387 2012-08-28  Chong Yidong  <cyd@gnu.org>
389         * automated/files.el: Test every combination of values for
390         enable-local-variables and enable-local-eval.
392 2012-08-19  Chong Yidong  <cyd@gnu.org>
394         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
396 2012-08-18  Chong Yidong  <cyd@gnu.org>
398         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
400 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
402         * indent/ruby.rb: Rearrange examples, add new ones.
404 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
406         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
407         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
409 2012-08-11  Glenn Morris  <rgm@gnu.org>
411         * automated/files.el: New file.
413         * automated/Makefile.in (all): Fix typo.
415 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
417         * automated/ruby-mode-tests.el (ruby-should-indent):
418         Add docstring, check (current-indentation) instead of (current-column).
419         (ruby-should-indent-buffer): New function.
420         Add tests for `ruby-deep-indent-paren' behavior.
421         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
423 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
425         Original tests in test_ruby_mode.rb in upstream (author).
427 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
429         * automated/ruby-mode-tests.el (ruby-should-indent)
430         (ruby-assert-state): New functions.
431         Add new tests.
433 2012-07-29  David Engster  <deng@randomsample.de>
435         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
436         New variable to hold test data for name expansion.
437         (xml-parse-tests): Test the two different types of name expansion.
439 2012-07-29  Juri Linkov  <juri@jurta.org>
441         * automated/occur-tests.el (occur-test-case): Use predefined
442         buffer name " *test-occur*" instead of a random buffer name.
444 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
446         * automated/ruby-mode-tests.el: New file with one test.
448 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
450         * indent/shell.sh: Add test case for ${#VAR}.
452         * indent/latex-mode.tex: New file.
454 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
456         * eshell.el: Use cl-lib.
458 2012-07-03  Chong Yidong  <cyd@gnu.org>
460         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
462 2012-07-02  Chong Yidong  <cyd@gnu.org>
464         * automated/xml-parse-tests.el (xml-parse-tests--data):
465         More testcases.
467 2012-07-01  Chong Yidong  <cyd@gnu.org>
469         * automated/xml-parse-tests.el: New file.
471 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
474         Use cl-flet.
476 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
478         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
479         Test escaped commas in TZID (Bug#11473).
480         (icalendar-import-with-timezone): New.
481         (icalendar-real-world): Add new testcase as given in the bugreport
482         of Bug#11473.
484 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
486         * automated/icalendar-tests.el (icalendar-tests--test-import):
487         Include UID in import tests (Bug#11525).
488         (icalendar-import-non-recurring, icalendar-import-rrule)
489         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
490         UID-import change.
491         (icalendar-import-with-uid): New.
492         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
493         Include UID in cycle tests.
494         (icalendar-cycle, icalendar-real-world): UID-import change.
496 2012-05-21  Glenn Morris  <rgm@gnu.org>
498         * automated/Makefile.in (setwins): Scrap superfluous subshell.
500 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
502         * automated/url-util-tests.el: New file to test
503         lisp/url/url-util.el.  Only `url-build-query-string' and
504         `url-parse-query-string' are tested right now (Bug#8706).
506 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
508         * indent/shell.sh:
509         * indent/shell.rc: Ad some test cases.
511 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
513         * indent/ruby.rb: New file, to test new syntax-propertize code.
515 2012-04-11  Glenn Morris  <rgm@gnu.org>
517         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
519 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
521         * automated/url-future-tests.el (url-future-tests): Move from
522         lisp/url/url-future.el and rename.
524 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
526         * automated/icalendar-tests.el (icalendar-import-non-recurring):
527         Fix broken test, caused by missing trailing blank.
529 2011-12-03  Chong Yidong  <cyd@gnu.org>
531         * automated/compile-tests.el (compile-tests--test-regexps-data):
532         Increase column numbers by one to reflect change in how
533         compilation-message is recorded (Bug#10172).
535 2011-11-22  Glenn Morris  <rgm@gnu.org>
537         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
539 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
541         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
543 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
545         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
546         (icalendar-tests--test-export, icalendar-tests--do-test-export):
547         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
549 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
551         * automated/newsticker-tests.el
552         (newsticker--group-manage-orphan-feeds): Remove fsetting of
553         newsticker--treeview-tree-update.
555 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
557         * automated/newsticker-tests.el
558         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
560         * trunk/test/automated/newsticker-tests.el
561         (newsticker--group-manage-orphan-feeds): Prevent updating
562         newsticker treeview. Fixed bug#9763.
564 2011-10-20  Glenn Morris  <rgm@gnu.org>
566         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
568         * automated/vc-bzr.el: New file.
570 2011-10-15  Glenn Morris  <rgm@gnu.org>
572         * automated/f90.el: New file.
574 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
576         * automated/newsticker-tests.el: Move newsticker-testsuite.el
577         to automated/newsticker-tests.el. Convert to ERT.
579 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
581         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
582         Remove, simply use string=.
583         (icalendar--diarytime-to-isotime)
584         (icalendar--datetime-to-diary-date)
585         (icalendar--datestring-to-isodate)
586         (icalendar--format-ical-event)
587         (icalendar--parse-summary-and-rest)
588         (icalendar-tests--do-test-import)
589         (icalendar-tests--do-test-cycle): Change argument order of
590         string= to EXPECTED ACTUAL.
591         (icalendar--import-format-sample)
592         (icalendar--format-ical-event)
593         (icalendar-import-non-recurring)
594         (icalendar-import-rrule)
595         (icalendar-import-duration)
596         (icalendar-import-bug-6766)
597         (icalendar-real-world): Adjust to string= instead of
598         icalendar-tests--compare-strings.
599         (icalendar-import-multiple-vcalendars): New.
601 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
603         * automated/gnus-tests.el: Add wrapper for Gnus tests.
604         Require CL.
606 2011-05-09  Juri Linkov  <juri@jurta.org>
608         * automated/occur-tests.el: Move from test/occur-testsuite.el.
609         Convert to ERT.
611 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
613         * automated/compile-tests.el: New file.
615 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
617         * automated/font-parse-tests.el: Don't byte-compile.
619         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
621 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
623         * automated/lexbind-tests.el: New file.
625 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
627         * Version 23.3 released.
629 2011-03-05  Glenn Morris  <rgm@gnu.org>
631         * eshell.el: Move here from lisp/eshell/esh-test.el.
633 2011-03-03  Christian Ohler  <ohler@gnu.org>
635         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
636         New test.
638 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
640         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
641         convert to ERT format.
643 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
645         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
646         convert to ERT format.
648 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * indent/shell.sh:
651         * indent/shell.rc: New files.
653 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
655         * automated/font-parse-tests.el: Move from
656         font-parse-testsuite.el.
658 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
660         * font-parse-testsuite.el (test-font-parse-data): New file.
662 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * indent/prolog.prolog: Add tokenizing tests.
666 2011-01-13  Christian Ohler  <ohler@gnu.org>
668         * automated: New directory for automated tests.
670         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
672         * automated/Makefile.in: New file.
674 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * indent/modula2.mod: New file.
678 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
680         * indent/octave.m: Add a test to ensure indentation is local.
682 2010-10-23  Glenn Morris  <rgm@gnu.org>
684         * comint-testsuite.el
685         (comint-testsuite--test-comint-password-prompt-regexp):
686         Add "Please enter the password".  (Bug#7224)
688 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
690         * indent/prolog.prolog: Use normal spacing around !.
692 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
696 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * indent/octave.m: Remove some `fixindent' not needed any more.
700 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
702         * indent/octave.m: New file.
704 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
706         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
707         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
708         (icalendar-testsuite--run-internal-tests): New.
709         (icalendar-testsuite--test-convert-ordinary-to-ical)
710         (icalendar-testsuite--test-convert-block-to-ical)
711         (icalendar-testsuite--test-convert-anniversary-to-ical)
712         (icalendar-testsuite--test-parse-vtimezone)
713         (icalendar-testsuite--do-test-export): Code formatting.
714         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
715         (icalendar-testsuite--do-test-import)
716         (icalendar-testsuite--do-test-cycle):
717         Use icalendar-testsuite--compare-strings
718         (icalendar-testsuite--run-import-tests): Comment added.
719         (icalendar-testsuite--run-import-tests)
720         (icalendar-testsuite--run-real-world-tests): Fix expected results.
722 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
724         * redisplay-testsuite.el (test-redisplay-3): New test.
726 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
728         * comint-testsuite.el: New file.
730 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
732         * indent: New dir.
734 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
736         * Version 23.2 released.
738 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
740         * cedet/semantic-ia-utest.el
741         (semantic-symref-test-count-hits-in-tag): Add function, from
742         semantic-test.el.
744         * cedet/tests/test.cpp:
745         * cedet/tests/test.py:
746         * cedet/tests/teststruct.cpp:
747         * cedet/tests/testtemplates.cpp:
748         * cedet/tests/testusing.cpp:
749         * cedet/tests/scopetest.cpp:
750         * cedet/tests/scopetest.java: Files deleted.
752         * cedet/tests/test.make:
753         * cedet/tests/test.c:
754         * cedet/tests/testjavacomp.java:
755         * cedet/tests/testspp.c:
756         * cedet/tests/testsppreplace.c:
757         * cedet/tests/testsppreplaced.c:
758         * cedet/tests/testsubclass.cpp:
759         * cedet/tests/testsubclass.hh:
760         * cedet/tests/testtypedefs.cpp:
761         * cedet/tests/testvarnames.c:
762         * cedet/tests/test.el:
763         * cedet/tests/testdoublens.cpp:
764         * cedet/tests/testdoublens.hpp: Add copyright header.
766         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
767         Remove reference to deleted files.
769 2010-03-30  Juri Linkov  <juri@jurta.org>
771         * occur-testsuite.el (occur-tests): Add tests for context lines.
773 2010-03-23  Juri Linkov  <juri@jurta.org>
775         * occur-testsuite.el: New file.
777 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
779         * Branch for 23.2.
781 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
783         * icalendar-testsuite.el
784         (icalendar-testsuite--run-function-tests): Add new tests.
785         (icalendar-testsuite--test-diarytime-to-isotime): Add another
786         testcase.
787         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
788         (icalendar-testsuite--test-convert-weekly-to-ical): New.
789         (icalendar-testsuite--test-convert-yearly-to-ical): New.
790         (icalendar-testsuite--test-convert-block-to-ical): New.
791         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
792         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
794 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
796         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
797         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
798         Fix typos in docstrings and error messages.
799         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
801 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
803         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
804         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
805         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
807 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
809         * icalendar-testsuite.el
810         (icalendar-testsuite--run-function-tests):
811         Add icalendar-testsuite--test-parse-vtimezone.
812         (icalendar-testsuite--test-parse-vtimezone): New.
813         (icalendar-testsuite--do-test-cycle): Doc changes.
814         (icalendar-testsuite--run-real-world-tests): Remove trailing
815         whitespace -- see change of icalendar--add-diary-entry in
816         icalendar.el.
817         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
819 2009-09-30  Glenn Morris  <rgm@gnu.org>
821         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
823 2009-06-26  Eric Ludlam  <zappo@gnu.org>
825         * cedet/*: New unit tests, from CEDET repository.
827 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
829         * redisplay-testsuite.el: New file.
831 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
833         * Branch for 23.1.
835 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
837         * icalendar-testsuite.el
838         (icalendar-testsuite--run-function-tests):
839         Add icalendar-testsuite--test-diarytime-to-isotime.
840         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
841         recent icalendar fixes.
842         (icalendar-testsuite--test-diarytime-to-isotime): New.
843         (icalendar-testsuite--test-create-uid): Adjust to recent
844         icalendar changes.
846 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
848         * bytecomp-testsuite.el: New file.
850 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
852         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
853         Add `icalendar-testsuite--test-create-uid'.
854         (icalendar-testsuite--test-create-uid): New.
856 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
858         * newsticker-testsuite.el: New file.
860 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
862         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
863         Add icalendar-testsuite--test-datestring-to-isodate,
864         icalendar-testsuite--test-datetime-to-diary-date, and
865         icalendar-testsuite--test-calendar-style.
866         (icalendar-testsuite--test-format-ical-event):
867         (icalendar-testsuite--test-parse-summary-and-rest):
868         Doc fix.  Remove european-calendar-style.
869         (icalendar-testsuite--get-ical-event): Doc fix.
870         (icalendar-testsuite--test-first-weekday-of-year):
871         (icalendar-testsuite--run-cycle-tests): Add doc string.
872         (icalendar-testsuite--test-datestring-to-isodate):
873         (icalendar-testsuite--test-datetime-to-diary-date):
874         (icalendar-testsuite--test-calendar-style): New functions.
875         (icalendar-testsuite--test-export): Handle iso date style.
876         New arg INPUT-ISO.  Use calendar-date-style.
877         (icalendar-testsuite--test-import): Handle iso date style.
878         New arg EXPECTED-ISO.  Use calendar-date-style.
879         (icalendar-testsuite--test-cycle): Handle iso date style.
880         (icalendar-testsuite--run-import-tests):
881         (icalendar-testsuite--run-export-tests):
882         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
884 2008-02-29  Glenn Morris  <rgm@gnu.org>
886         * README: New file.
888 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
890         * icalendar-testsuite.el: New file.
892 ;; Local Variables:
893 ;; coding: utf-8
894 ;; End:
896   Copyright (C) 2008-2013 Free Software Foundation, Inc.
898   This file is part of GNU Emacs.
900   GNU Emacs is free software: you can redistribute it and/or modify
901   it under the terms of the GNU General Public License as published by
902   the Free Software Foundation, either version 3 of the License, or
903   (at your option) any later version.
905   GNU Emacs is distributed in the hope that it will be useful,
906   but WITHOUT ANY WARRANTY; without even the implied warranty of
907   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
908   GNU General Public License for more details.
910   You should have received a copy of the GNU General Public License
911   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.