* xdisp.c (redisplay_window): Remove inner local variable
[emacs.git] / test / ChangeLog
blobe7e7c755d02da538439a41abb1a052cb2bb05227
1 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3         * automated/ruby-mode-tests.el
4         Rename one interpolation test; add three more.
5         (ruby-with-temp-buffer): New macro, use it where appropriate.
6         (ruby-add-log-current-method-examples): Use "_" for target point.
7         Add four new tests for ruby-add-log-current-method.
9 2012-12-11  Glenn Morris  <rgm@gnu.org>
11         * automated/f90.el (f90-test-bug13138): New test.
13 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
15         * automated/inotify-test.el: New test.
17 2012-12-02  Chong Yidong  <cyd@gnu.org>
19         * automated/ruby-mode-tests.el
20         (ruby-add-log-current-method-examples): Don't use loop macro, to
21         allow automated testing to work.
23 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25         * automated/advice-tests.el (advice-tests--data): Remove.
26         (advice-tests): Move the tests directly here instead.
27         Add called-interactively-p tests.
29 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
31         * automated/ert-x-tests.el: Use cl-lib.
32         * automated/ert-tests.el: Use lexical-binding and cl-lib.
34 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
36         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
37         (ruby-indent-inside-heredoc-after-operator)
38         (ruby-indent-inside-heredoc-after-space): New tests.
39         Change direct font-lock face references to var references.
40         (ruby-interpolation-suppresses-syntax-inside): New test.
41         (ruby-interpolation-inside-percent-literal-with-paren):
42         New failing test.
44 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
46         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
47         (ruby-singleton-class-no-heredoc-font-lock)
48         (ruby-add-log-current-method-examples): New tests.
49         (ruby-test-string): Extract from ruby-should-indent-buffer.
50         (ruby-deftest-move-to-block): New macro.
51         Add several move-to-block tests.
53 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
55         * automated/advice-tests.el: New tests.
57 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
59         * automated/compile-tests.el (compile-tests--test-regexps-data):
60         Add new data for msft's new format.
62 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
64         * automated/ruby-mode-tests.el:
65         (ruby-toggle-block-to-multiline): New test.
66         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
67         (ruby-toggle-block-to-brace): Use buffer-string.
69 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
71         * automated/ruby-mode-tests.el: New tests (Bug#11613).
73 2012-08-28  Chong Yidong  <cyd@gnu.org>
75         * automated/files.el: Test every combination of values for
76         enable-local-variables and enable-local-eval.
78 2012-08-19  Chong Yidong  <cyd@gnu.org>
80         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
82 2012-08-18  Chong Yidong  <cyd@gnu.org>
84         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
86 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
88         * indent/ruby.rb: Rearrange examples, add new ones.
90 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
92         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
93         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
95 2012-08-11  Glenn Morris  <rgm@gnu.org>
97         * automated/files.el: New file.
99         * automated/Makefile.in (all): Fix typo.
101 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
103         * automated/ruby-mode-tests.el (ruby-should-indent):
104         Add docstring, check (current-indentation) instead of (current-column).
105         (ruby-should-indent-buffer): New function.
106         Add tests for `ruby-deep-indent-paren' behavior.
107         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
109 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
111         Original tests in test_ruby_mode.rb in upstream (author).
113 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
115         * automated/ruby-mode-tests.el (ruby-should-indent)
116         (ruby-assert-state): New functions.
117         Add new tests.
119 2012-07-29  David Engster  <deng@randomsample.de>
121         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
122         New variable to hold test data for name expansion.
123         (xml-parse-tests): Test the two different types of name expansion.
125 2012-07-29  Juri Linkov  <juri@jurta.org>
127         * automated/occur-tests.el (occur-test-case): Use predefined
128         buffer name " *test-occur*" instead of a random buffer name.
130 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
132         * automated/ruby-mode-tests.el: New file with one test.
134 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
136         * indent/shell.sh: Add test case for ${#VAR}.
138         * indent/latex-mode.tex: New file.
140 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * eshell.el: Use cl-lib.
144 2012-07-03  Chong Yidong  <cyd@gnu.org>
146         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
148 2012-07-02  Chong Yidong  <cyd@gnu.org>
150         * automated/xml-parse-tests.el (xml-parse-tests--data):
151         More testcases.
153 2012-07-01  Chong Yidong  <cyd@gnu.org>
155         * automated/xml-parse-tests.el: New file.
157 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
160         Use cl-flet.
162 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
164         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
165         Test escaped commas in TZID (Bug#11473).
166         (icalendar-import-with-timezone): New.
167         (icalendar-real-world): Add new testcase as given in the bugreport
168         of Bug#11473.
170 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
172         * automated/icalendar-tests.el (icalendar-tests--test-import):
173         Include UID in import tests (Bug#11525).
174         (icalendar-import-non-recurring, icalendar-import-rrule)
175         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
176         UID-import change.
177         (icalendar-import-with-uid): New.
178         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
179         Include UID in cycle tests.
180         (icalendar-cycle, icalendar-real-world): UID-import change.
182 2012-05-21  Glenn Morris  <rgm@gnu.org>
184         * automated/Makefile.in (setwins): Scrap superfluous subshell.
186 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
188         * automated/url-util-tests.el: New file to test
189         lisp/url/url-util.el.  Only `url-build-query-string' and
190         `url-parse-query-string' are tested right now (Bug#8706).
192 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * indent/shell.sh:
195         * indent/shell.rc: Ad some test cases.
197 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
199         * indent/ruby.rb: New file, to test new syntax-propertize code.
201 2012-04-11  Glenn Morris  <rgm@gnu.org>
203         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
205 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
207         * automated/url-future-tests.el (url-future-tests): Move from
208         lisp/url/url-future.el and rename.
210 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
212         * automated/icalendar-tests.el (icalendar-import-non-recurring):
213         Fix broken test, caused by missing trailing blank.
215 2011-12-03  Chong Yidong  <cyd@gnu.org>
217         * automated/compile-tests.el (compile-tests--test-regexps-data):
218         Increase column numbers by one to reflect change in how
219         compilation-message is recorded (Bug#10172).
221 2011-11-22  Glenn Morris  <rgm@gnu.org>
223         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
225 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
227         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
229 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
231         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
232         (icalendar-tests--test-export, icalendar-tests--do-test-export):
233         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
235 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
237         * automated/newsticker-tests.el
238         (newsticker--group-manage-orphan-feeds): Remove fsetting of
239         newsticker--treeview-tree-update.
241 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
243         * automated/newsticker-tests.el
244         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
246         * trunk/test/automated/newsticker-tests.el
247         (newsticker--group-manage-orphan-feeds): Prevent updating
248         newsticker treeview. Fixed bug#9763.
250 2011-10-20  Glenn Morris  <rgm@gnu.org>
252         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
254         * automated/vc-bzr.el: New file.
256 2011-10-15  Glenn Morris  <rgm@gnu.org>
258         * automated/f90.el: New file.
260 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
262         * automated/newsticker-tests.el: Move newsticker-testsuite.el
263         to automated/newsticker-tests.el. Convert to ERT.
265 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
267         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
268         Removed, simply use string=.
269         (icalendar--diarytime-to-isotime)
270         (icalendar--datetime-to-diary-date)
271         (icalendar--datestring-to-isodate)
272         (icalendar--format-ical-event)
273         (icalendar--parse-summary-and-rest)
274         (icalendar-tests--do-test-import)
275         (icalendar-tests--do-test-cycle): Change argument order of
276         string= to EXPECTED ACTUAL.
277         (icalendar--import-format-sample)
278         (icalendar--format-ical-event)
279         (icalendar-import-non-recurring)
280         (icalendar-import-rrule)
281         (icalendar-import-duration)
282         (icalendar-import-bug-6766)
283         (icalendar-real-world): Adjust to string= instead of
284         icalendar-tests--compare-strings.
285         (icalendar-import-multiple-vcalendars): New.
287 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
289         * automated/gnus-tests.el: Add wrapper for Gnus tests.
290         Require CL.
292 2011-05-09  Juri Linkov  <juri@jurta.org>
294         * automated/occur-tests.el: Move from test/occur-testsuite.el.
295         Convert to ERT.
297 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
299         * automated/compile-tests.el: New file.
301 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
303         * automated/font-parse-tests.el: Don't byte-compile.
305         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
307 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
309         * automated/lexbind-tests.el: New file.
311 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
313         * Version 23.3 released.
315 2011-03-05  Glenn Morris  <rgm@gnu.org>
317         * eshell.el: Move here from lisp/eshell/esh-test.el.
319 2011-03-03  Christian Ohler  <ohler@gnu.org>
321         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
322         New test.
324 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
326         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
327         convert to ERT format.
329 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
331         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
332         convert to ERT format.
334 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * indent/shell.sh:
337         * indent/shell.rc: New files.
339 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
341         * automated/font-parse-tests.el: Move from
342         font-parse-testsuite.el.
344 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
346         * font-parse-testsuite.el (test-font-parse-data): New file.
348 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * indent/prolog.prolog: Add tokenizing tests.
352 2011-01-13  Christian Ohler  <ohler@gnu.org>
354         * automated: New directory for automated tests.
356         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
358         * automated/Makefile.in: New file.
360 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
362         * indent/modula2.mod: New file.
364 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
366         * indent/octave.m: Add a test to ensure indentation is local.
368 2010-10-23  Glenn Morris  <rgm@gnu.org>
370         * comint-testsuite.el
371         (comint-testsuite--test-comint-password-prompt-regexp):
372         Add "Please enter the password".  (Bug#7224)
374 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
376         * indent/prolog.prolog: Use normal spacing around !.
378 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
380         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
382 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
384         * indent/octave.m: Remove some `fixindent' not needed any more.
386 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
388         * indent/octave.m: New file.
390 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
392         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
393         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
394         (icalendar-testsuite--run-internal-tests): New.
395         (icalendar-testsuite--test-convert-ordinary-to-ical)
396         (icalendar-testsuite--test-convert-block-to-ical)
397         (icalendar-testsuite--test-convert-anniversary-to-ical)
398         (icalendar-testsuite--test-parse-vtimezone)
399         (icalendar-testsuite--do-test-export): Code formatting.
400         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
401         (icalendar-testsuite--do-test-import)
402         (icalendar-testsuite--do-test-cycle):
403         Use icalendar-testsuite--compare-strings
404         (icalendar-testsuite--run-import-tests): Comment added.
405         (icalendar-testsuite--run-import-tests)
406         (icalendar-testsuite--run-real-world-tests): Fix expected results.
408 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
410         * redisplay-testsuite.el (test-redisplay-3): New test.
412 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
414         * comint-testsuite.el: New file.
416 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * indent: New dir.
420 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
422         * Version 23.2 released.
424 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
426         * cedet/semantic-ia-utest.el
427         (semantic-symref-test-count-hits-in-tag): Add function, from
428         semantic-test.el.
430         * cedet/tests/test.cpp:
431         * cedet/tests/test.py:
432         * cedet/tests/teststruct.cpp:
433         * cedet/tests/testtemplates.cpp:
434         * cedet/tests/testusing.cpp:
435         * cedet/tests/scopetest.cpp:
436         * cedet/tests/scopetest.java: Files deleted.
438         * cedet/tests/test.make:
439         * cedet/tests/test.c:
440         * cedet/tests/testjavacomp.java:
441         * cedet/tests/testspp.c:
442         * cedet/tests/testsppreplace.c:
443         * cedet/tests/testsppreplaced.c:
444         * cedet/tests/testsubclass.cpp:
445         * cedet/tests/testsubclass.hh:
446         * cedet/tests/testtypedefs.cpp:
447         * cedet/tests/testvarnames.c:
448         * cedet/tests/test.el:
449         * cedet/tests/testdoublens.cpp:
450         * cedet/tests/testdoublens.hpp: Add copyright header.
452         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
453         Remove reference to deleted files.
455 2010-03-30  Juri Linkov  <juri@jurta.org>
457         * occur-testsuite.el (occur-tests): Add tests for context lines.
459 2010-03-23  Juri Linkov  <juri@jurta.org>
461         * occur-testsuite.el: New file.
463 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
465         * Branch for 23.2.
467 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
469         * icalendar-testsuite.el
470         (icalendar-testsuite--run-function-tests): Add new tests.
471         (icalendar-testsuite--test-diarytime-to-isotime): Add another
472         testcase.
473         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
474         (icalendar-testsuite--test-convert-weekly-to-ical): New.
475         (icalendar-testsuite--test-convert-yearly-to-ical): New.
476         (icalendar-testsuite--test-convert-block-to-ical): New.
477         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
478         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
480 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
482         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
483         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
484         Fix typos in docstrings and error messages.
485         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
487 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
489         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
490         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
491         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
493 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
495         * icalendar-testsuite.el
496         (icalendar-testsuite--run-function-tests):
497         Add icalendar-testsuite--test-parse-vtimezone.
498         (icalendar-testsuite--test-parse-vtimezone): New.
499         (icalendar-testsuite--do-test-cycle): Doc changes.
500         (icalendar-testsuite--run-real-world-tests): Remove trailing
501         whitespace -- see change of icalendar--add-diary-entry in
502         icalendar.el.
503         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
505 2009-09-30  Glenn Morris  <rgm@gnu.org>
507         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
509 2009-06-26  Eric Ludlam  <zappo@gnu.org>
511         * cedet/*: New unit tests, from CEDET repository.
513 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
515         * redisplay-testsuite.el: New file.
517 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
519         * Branch for 23.1.
521 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
523         * icalendar-testsuite.el
524         (icalendar-testsuite--run-function-tests):
525         Add icalendar-testsuite--test-diarytime-to-isotime.
526         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
527         recent icalendar fixes.
528         (icalendar-testsuite--test-diarytime-to-isotime): New.
529         (icalendar-testsuite--test-create-uid): Adjust to recent
530         icalendar changes.
532 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
534         * bytecomp-testsuite.el: New file.
536 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
538         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
539         Add `icalendar-testsuite--test-create-uid'.
540         (icalendar-testsuite--test-create-uid): New.
542 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
544         * newsticker-testsuite.el: New file.
546 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
548         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
549         Add icalendar-testsuite--test-datestring-to-isodate,
550         icalendar-testsuite--test-datetime-to-diary-date, and
551         icalendar-testsuite--test-calendar-style.
552         (icalendar-testsuite--test-format-ical-event):
553         (icalendar-testsuite--test-parse-summary-and-rest):
554         Doc fix.  Remove european-calendar-style.
555         (icalendar-testsuite--get-ical-event): Doc fix.
556         (icalendar-testsuite--test-first-weekday-of-year):
557         (icalendar-testsuite--run-cycle-tests): Add doc string.
558         (icalendar-testsuite--test-datestring-to-isodate):
559         (icalendar-testsuite--test-datetime-to-diary-date):
560         (icalendar-testsuite--test-calendar-style): New functions.
561         (icalendar-testsuite--test-export): Handle iso date style.
562         New arg INPUT-ISO.  Use calendar-date-style.
563         (icalendar-testsuite--test-import): Handle iso date style.
564         New arg EXPECTED-ISO.  Use calendar-date-style.
565         (icalendar-testsuite--test-cycle): Handle iso date style.
566         (icalendar-testsuite--run-import-tests):
567         (icalendar-testsuite--run-export-tests):
568         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
570 2008-02-29  Glenn Morris  <rgm@gnu.org>
572         * README: New file.
574 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
576         * icalendar-testsuite.el: New file.
578 ;; Local Variables:
579 ;; coding: utf-8
580 ;; End:
582   Copyright (C) 2008-2012  Free Software Foundation, Inc.
584   This file is part of GNU Emacs.
586   GNU Emacs is free software: you can redistribute it and/or modify
587   it under the terms of the GNU General Public License as published by
588   the Free Software Foundation, either version 3 of the License, or
589   (at your option) any later version.
591   GNU Emacs is distributed in the hope that it will be useful,
592   but WITHOUT ANY WARRANTY; without even the implied warranty of
593   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
594   GNU General Public License for more details.
596   You should have received a copy of the GNU General Public License
597   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.