Un-indent after "pass" and "return" statements
[emacs.git] / test / ChangeLog
blobd8b8fb661b595aaf63f5968350ca1efe637643cd
1 2013-03-26  Fabián Ezequiel Gallina  <fabian@anue.biz>
3         * automated/python-tests.el
4         (python-indent-block-enders): New test.
5         (python-info-current-defun-2): Fix test.
7 2013-03-11  Glenn Morris  <rgm@gnu.org>
9         * Version 24.3 released.
11 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
13         * automated/python-tests.el
14         (python-tests-with-temp-buffer): Doc fix.
15         (python-tests-with-temp-file): New macro.
16         (python-tests-shell-interpreter): New var.
17         (python-shell-get-process-name-1)
18         (python-shell-internal-get-process-name-1)
19         (python-shell-parse-command-1)
20         (python-shell-calculate-process-environment-1)
21         (python-shell-calculate-process-environment-2)
22         (python-shell-calculate-process-environment-3)
23         (python-shell-calculate-exec-path-1)
24         (python-shell-calculate-exec-path-2)
25         (python-shell-make-comint-1)
26         (python-shell-make-comint-2)
27         (python-shell-get-process-1)
28         (python-shell-get-or-create-process-1)
29         (python-shell-internal-get-or-create-process-1): New tests.
31 2013-02-20  Fabián Ezequiel Gallina  <fgallina@cuca>
33         * automated/python-tests.el: New file.
35 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
37         * automated/ruby-mode-tests.el
38         (ruby-indent-after-block-in-continued-expression): New test.
40 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
42         * automated/compile-tests.el (compile-tests--test-regexps-data):
43         Add new data for msft's new format.
45 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
47         * automated/ruby-mode-tests.el:
48         (ruby-toggle-block-to-multiline): New test.
49         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
50         (ruby-toggle-block-to-brace): Use buffer-string.
52 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
54         * automated/ruby-mode-tests.el: New tests (Bug#11613).
56 2012-08-28  Chong Yidong  <cyd@gnu.org>
58         * automated/files.el: Test every combination of values for
59         enable-local-variables and enable-local-eval.
61 2012-08-19  Chong Yidong  <cyd@gnu.org>
63         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
65 2012-08-18  Chong Yidong  <cyd@gnu.org>
67         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
69 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
71         * indent/ruby.rb: Rearrange examples, add new ones.
73 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
75         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
76         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
78 2012-08-11  Glenn Morris  <rgm@gnu.org>
80         * automated/files.el: New file.
82         * automated/Makefile.in (all): Fix typo.
84 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
86         * automated/ruby-mode-tests.el (ruby-should-indent):
87         Add docstring, check (current-indentation) instead of (current-column).
88         (ruby-should-indent-buffer): New function.
89         Add tests for `ruby-deep-indent-paren' behavior.
90         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
92 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
94         Original tests in test_ruby_mode.rb in upstream (author).
96 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
98         * automated/ruby-mode-tests.el (ruby-should-indent)
99         (ruby-assert-state): New functions.
100         Add new tests.
102 2012-07-29  David Engster  <deng@randomsample.de>
104         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
105         New variable to hold test data for name expansion.
106         (xml-parse-tests): Test the two different types of name expansion.
108 2012-07-29  Juri Linkov  <juri@jurta.org>
110         * automated/occur-tests.el (occur-test-case): Use predefined
111         buffer name " *test-occur*" instead of a random buffer name.
113 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
115         * automated/ruby-mode-tests.el: New file with one test.
117 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
119         * indent/shell.sh: Add test case for ${#VAR}.
121         * indent/latex-mode.tex: New file.
123 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
125         * eshell.el: Use cl-lib.
127 2012-07-03  Chong Yidong  <cyd@gnu.org>
129         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
131 2012-07-02  Chong Yidong  <cyd@gnu.org>
133         * automated/xml-parse-tests.el (xml-parse-tests--data):
134         More testcases.
136 2012-07-01  Chong Yidong  <cyd@gnu.org>
138         * automated/xml-parse-tests.el: New file.
140 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
143         Use cl-flet.
145 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
147         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
148         Test escaped commas in TZID (Bug#11473).
149         (icalendar-import-with-timezone): New.
150         (icalendar-real-world): Add new testcase as given in the bugreport
151         of Bug#11473.
153 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
155         * automated/icalendar-tests.el (icalendar-tests--test-import):
156         Include UID in import tests (Bug#11525).
157         (icalendar-import-non-recurring, icalendar-import-rrule)
158         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
159         UID-import change.
160         (icalendar-import-with-uid): New.
161         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
162         Include UID in cycle tests.
163         (icalendar-cycle, icalendar-real-world): UID-import change.
165 2012-05-21  Glenn Morris  <rgm@gnu.org>
167         * automated/Makefile.in (setwins): Scrap superfluous subshell.
169 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
171         * automated/url-util-tests.el: New file to test
172         lisp/url/url-util.el.  Only `url-build-query-string' and
173         `url-parse-query-string' are tested right now (Bug#8706).
175 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * indent/shell.sh:
178         * indent/shell.rc: Ad some test cases.
180 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * indent/ruby.rb: New file, to test new syntax-propertize code.
184 2012-04-11  Glenn Morris  <rgm@gnu.org>
186         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
188 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
190         * automated/url-future-tests.el (url-future-tests): Move from
191         lisp/url/url-future.el and rename.
193 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
195         * automated/icalendar-tests.el (icalendar-import-non-recurring):
196         Fix broken test, caused by missing trailing blank.
198 2011-12-03  Chong Yidong  <cyd@gnu.org>
200         * automated/compile-tests.el (compile-tests--test-regexps-data):
201         Increase column numbers by one to reflect change in how
202         compilation-message is recorded (Bug#10172).
204 2011-11-22  Glenn Morris  <rgm@gnu.org>
206         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
208 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
210         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
212 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
214         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
215         (icalendar-tests--test-export, icalendar-tests--do-test-export):
216         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
218 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
220         * automated/newsticker-tests.el
221         (newsticker--group-manage-orphan-feeds): Remove fsetting of
222         newsticker--treeview-tree-update.
224 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
226         * automated/newsticker-tests.el
227         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
229         * trunk/test/automated/newsticker-tests.el
230         (newsticker--group-manage-orphan-feeds): Prevent updating
231         newsticker treeview. Fixed bug#9763.
233 2011-10-20  Glenn Morris  <rgm@gnu.org>
235         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
237         * automated/vc-bzr.el: New file.
239 2011-10-15  Glenn Morris  <rgm@gnu.org>
241         * automated/f90.el: New file.
243 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
245         * automated/newsticker-tests.el: Move newsticker-testsuite.el
246         to automated/newsticker-tests.el. Convert to ERT.
248 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
250         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
251         Removed, simply use string=.
252         (icalendar--diarytime-to-isotime)
253         (icalendar--datetime-to-diary-date)
254         (icalendar--datestring-to-isodate)
255         (icalendar--format-ical-event)
256         (icalendar--parse-summary-and-rest)
257         (icalendar-tests--do-test-import)
258         (icalendar-tests--do-test-cycle): Change argument order of
259         string= to EXPECTED ACTUAL.
260         (icalendar--import-format-sample)
261         (icalendar--format-ical-event)
262         (icalendar-import-non-recurring)
263         (icalendar-import-rrule)
264         (icalendar-import-duration)
265         (icalendar-import-bug-6766)
266         (icalendar-real-world): Adjust to string= instead of
267         icalendar-tests--compare-strings.
268         (icalendar-import-multiple-vcalendars): New.
270 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
272         * automated/gnus-tests.el: Add wrapper for Gnus tests.
273         Require CL.
275 2011-05-09  Juri Linkov  <juri@jurta.org>
277         * automated/occur-tests.el: Move from test/occur-testsuite.el.
278         Convert to ERT.
280 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
282         * automated/compile-tests.el: New file.
284 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
286         * automated/font-parse-tests.el: Don't byte-compile.
288         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
290 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
292         * automated/lexbind-tests.el: New file.
294 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
296         * Version 23.3 released.
298 2011-03-05  Glenn Morris  <rgm@gnu.org>
300         * eshell.el: Move here from lisp/eshell/esh-test.el.
302 2011-03-03  Christian Ohler  <ohler@gnu.org>
304         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
305         New test.
307 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
309         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
310         convert to ERT format.
312 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
314         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
315         convert to ERT format.
317 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * indent/shell.sh:
320         * indent/shell.rc: New files.
322 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
324         * automated/font-parse-tests.el: Move from
325         font-parse-testsuite.el.
327 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
329         * font-parse-testsuite.el (test-font-parse-data): New file.
331 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
333         * indent/prolog.prolog: Add tokenizing tests.
335 2011-01-13  Christian Ohler  <ohler@gnu.org>
337         * automated: New directory for automated tests.
339         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
341         * automated/Makefile.in: New file.
343 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
345         * indent/modula2.mod: New file.
347 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * indent/octave.m: Add a test to ensure indentation is local.
351 2010-10-23  Glenn Morris  <rgm@gnu.org>
353         * comint-testsuite.el
354         (comint-testsuite--test-comint-password-prompt-regexp):
355         Add "Please enter the password".  (Bug#7224)
357 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
359         * indent/prolog.prolog: Use normal spacing around !.
361 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
363         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
365 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
367         * indent/octave.m: Remove some `fixindent' not needed any more.
369 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * indent/octave.m: New file.
373 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
375         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
376         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
377         (icalendar-testsuite--run-internal-tests): New.
378         (icalendar-testsuite--test-convert-ordinary-to-ical)
379         (icalendar-testsuite--test-convert-block-to-ical)
380         (icalendar-testsuite--test-convert-anniversary-to-ical)
381         (icalendar-testsuite--test-parse-vtimezone)
382         (icalendar-testsuite--do-test-export): Code formatting.
383         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
384         (icalendar-testsuite--do-test-import)
385         (icalendar-testsuite--do-test-cycle):
386         Use icalendar-testsuite--compare-strings
387         (icalendar-testsuite--run-import-tests): Comment added.
388         (icalendar-testsuite--run-import-tests)
389         (icalendar-testsuite--run-real-world-tests): Fix expected results.
391 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
393         * redisplay-testsuite.el (test-redisplay-3): New test.
395 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
397         * comint-testsuite.el: New file.
399 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
401         * indent: New dir.
403 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
405         * Version 23.2 released.
407 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
409         * cedet/semantic-ia-utest.el
410         (semantic-symref-test-count-hits-in-tag): Add function, from
411         semantic-test.el.
413         * cedet/tests/test.cpp:
414         * cedet/tests/test.py:
415         * cedet/tests/teststruct.cpp:
416         * cedet/tests/testtemplates.cpp:
417         * cedet/tests/testusing.cpp:
418         * cedet/tests/scopetest.cpp:
419         * cedet/tests/scopetest.java: Files deleted.
421         * cedet/tests/test.make:
422         * cedet/tests/test.c:
423         * cedet/tests/testjavacomp.java:
424         * cedet/tests/testspp.c:
425         * cedet/tests/testsppreplace.c:
426         * cedet/tests/testsppreplaced.c:
427         * cedet/tests/testsubclass.cpp:
428         * cedet/tests/testsubclass.hh:
429         * cedet/tests/testtypedefs.cpp:
430         * cedet/tests/testvarnames.c:
431         * cedet/tests/test.el:
432         * cedet/tests/testdoublens.cpp:
433         * cedet/tests/testdoublens.hpp: Add copyright header.
435         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
436         Remove reference to deleted files.
438 2010-03-30  Juri Linkov  <juri@jurta.org>
440         * occur-testsuite.el (occur-tests): Add tests for context lines.
442 2010-03-23  Juri Linkov  <juri@jurta.org>
444         * occur-testsuite.el: New file.
446 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
448         * Branch for 23.2.
450 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
452         * icalendar-testsuite.el
453         (icalendar-testsuite--run-function-tests): Add new tests.
454         (icalendar-testsuite--test-diarytime-to-isotime): Add another
455         testcase.
456         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
457         (icalendar-testsuite--test-convert-weekly-to-ical): New.
458         (icalendar-testsuite--test-convert-yearly-to-ical): New.
459         (icalendar-testsuite--test-convert-block-to-ical): New.
460         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
461         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
463 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
465         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
466         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
467         Fix typos in docstrings and error messages.
468         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
470 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
472         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
473         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
474         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
476 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
478         * icalendar-testsuite.el
479         (icalendar-testsuite--run-function-tests):
480         Add icalendar-testsuite--test-parse-vtimezone.
481         (icalendar-testsuite--test-parse-vtimezone): New.
482         (icalendar-testsuite--do-test-cycle): Doc changes.
483         (icalendar-testsuite--run-real-world-tests): Remove trailing
484         whitespace -- see change of icalendar--add-diary-entry in
485         icalendar.el.
486         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
488 2009-09-30  Glenn Morris  <rgm@gnu.org>
490         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
492 2009-06-26  Eric Ludlam  <zappo@gnu.org>
494         * cedet/*: New unit tests, from CEDET repository.
496 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
498         * redisplay-testsuite.el: New file.
500 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
502         * Branch for 23.1.
504 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
506         * icalendar-testsuite.el
507         (icalendar-testsuite--run-function-tests):
508         Add icalendar-testsuite--test-diarytime-to-isotime.
509         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
510         recent icalendar fixes.
511         (icalendar-testsuite--test-diarytime-to-isotime): New.
512         (icalendar-testsuite--test-create-uid): Adjust to recent
513         icalendar changes.
515 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
517         * bytecomp-testsuite.el: New file.
519 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
521         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
522         Add `icalendar-testsuite--test-create-uid'.
523         (icalendar-testsuite--test-create-uid): New.
525 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
527         * newsticker-testsuite.el: New file.
529 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
531         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
532         Add icalendar-testsuite--test-datestring-to-isodate,
533         icalendar-testsuite--test-datetime-to-diary-date, and
534         icalendar-testsuite--test-calendar-style.
535         (icalendar-testsuite--test-format-ical-event):
536         (icalendar-testsuite--test-parse-summary-and-rest):
537         Doc fix.  Remove european-calendar-style.
538         (icalendar-testsuite--get-ical-event): Doc fix.
539         (icalendar-testsuite--test-first-weekday-of-year):
540         (icalendar-testsuite--run-cycle-tests): Add doc string.
541         (icalendar-testsuite--test-datestring-to-isodate):
542         (icalendar-testsuite--test-datetime-to-diary-date):
543         (icalendar-testsuite--test-calendar-style): New functions.
544         (icalendar-testsuite--test-export): Handle iso date style.
545         New arg INPUT-ISO.  Use calendar-date-style.
546         (icalendar-testsuite--test-import): Handle iso date style.
547         New arg EXPECTED-ISO.  Use calendar-date-style.
548         (icalendar-testsuite--test-cycle): Handle iso date style.
549         (icalendar-testsuite--run-import-tests):
550         (icalendar-testsuite--run-export-tests):
551         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
553 2008-02-29  Glenn Morris  <rgm@gnu.org>
555         * README: New file.
557 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
559         * icalendar-testsuite.el: New file.
561 ;; Local Variables:
562 ;; coding: utf-8
563 ;; End:
565   Copyright (C) 2008-2013 Free Software Foundation, Inc.
567   This file is part of GNU Emacs.
569   GNU Emacs is free software: you can redistribute it and/or modify
570   it under the terms of the GNU General Public License as published by
571   the Free Software Foundation, either version 3 of the License, or
572   (at your option) any later version.
574   GNU Emacs is distributed in the hope that it will be useful,
575   but WITHOUT ANY WARRANTY; without even the implied warranty of
576   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
577   GNU General Public License for more details.
579   You should have received a copy of the GNU General Public License
580   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.