Make called-interactively-p work for edebug or advised code.
[emacs.git] / test / ChangeLog
blobb66c2925287d55bcf98955976f9826318aaf9f29
1 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * automated/advice-tests.el (advice-tests--data): Remove.
4         (advice-tests): Move the tests directly here instead.
5         Add called-interactively-p tests.
7 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * automated/ert-x-tests.el: Use cl-lib.
10         * automated/ert-tests.el: Use lexical-binding and cl-lib.
12 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
14         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
15         (ruby-indent-inside-heredoc-after-operator)
16         (ruby-indent-inside-heredoc-after-space): New tests.
17         Change direct font-lock face references to var references.
18         (ruby-interpolation-suppresses-syntax-inside): New test.
19         (ruby-interpolation-inside-percent-literal-with-paren):
20         New failing test.
22 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
24         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
25         (ruby-singleton-class-no-heredoc-font-lock)
26         (ruby-add-log-current-method-examples): New tests.
27         (ruby-test-string): Extract from ruby-should-indent-buffer.
28         (ruby-deftest-move-to-block): New macro.
29         Add several move-to-block tests.
31 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
33         * automated/advice-tests.el: New tests.
35 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
37         * automated/compile-tests.el (compile-tests--test-regexps-data):
38         Add new data for msft's new format.
40 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
42         * automated/ruby-mode-tests.el:
43         (ruby-toggle-block-to-multiline): New test.
44         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
45         (ruby-toggle-block-to-brace): Use buffer-string.
47 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
49         * automated/ruby-mode-tests.el: New tests (Bug#11613).
51 2012-08-28  Chong Yidong  <cyd@gnu.org>
53         * automated/files.el: Test every combination of values for
54         enable-local-variables and enable-local-eval.
56 2012-08-19  Chong Yidong  <cyd@gnu.org>
58         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
60 2012-08-18  Chong Yidong  <cyd@gnu.org>
62         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
64 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
66         * indent/ruby.rb: Rearrange examples, add new ones.
68 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
70         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
71         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
73 2012-08-11  Glenn Morris  <rgm@gnu.org>
75         * automated/files.el: New file.
77         * automated/Makefile.in (all): Fix typo.
79 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
81         * automated/ruby-mode-tests.el (ruby-should-indent):
82         Add docstring, check (current-indentation) instead of (current-column).
83         (ruby-should-indent-buffer): New function.
84         Add tests for `ruby-deep-indent-paren' behavior.
85         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
87 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
89         Original tests in test_ruby_mode.rb in upstream (author).
91 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
93         * automated/ruby-mode-tests.el (ruby-should-indent)
94         (ruby-assert-state): New functions.
95         Add new tests.
97 2012-07-29  David Engster  <deng@randomsample.de>
99         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
100         New variable to hold test data for name expansion.
101         (xml-parse-tests): Test the two different types of name expansion.
103 2012-07-29  Juri Linkov  <juri@jurta.org>
105         * automated/occur-tests.el (occur-test-case): Use predefined
106         buffer name " *test-occur*" instead of a random buffer name.
108 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
110         * automated/ruby-mode-tests.el: New file with one test.
112 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * indent/shell.sh: Add test case for ${#VAR}.
116         * indent/latex-mode.tex: New file.
118 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * eshell.el: Use cl-lib.
122 2012-07-03  Chong Yidong  <cyd@gnu.org>
124         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
126 2012-07-02  Chong Yidong  <cyd@gnu.org>
128         * automated/xml-parse-tests.el (xml-parse-tests--data):
129         More testcases.
131 2012-07-01  Chong Yidong  <cyd@gnu.org>
133         * automated/xml-parse-tests.el: New file.
135 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
138         Use cl-flet.
140 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
142         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
143         Test escaped commas in TZID (Bug#11473).
144         (icalendar-import-with-timezone): New.
145         (icalendar-real-world): Add new testcase as given in the bugreport
146         of Bug#11473.
148 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
150         * automated/icalendar-tests.el (icalendar-tests--test-import):
151         Include UID in import tests (Bug#11525).
152         (icalendar-import-non-recurring, icalendar-import-rrule)
153         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
154         UID-import change.
155         (icalendar-import-with-uid): New.
156         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
157         Include UID in cycle tests.
158         (icalendar-cycle, icalendar-real-world): UID-import change.
160 2012-05-21  Glenn Morris  <rgm@gnu.org>
162         * automated/Makefile.in (setwins): Scrap superfluous subshell.
164 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
166         * automated/url-util-tests.el: New file to test
167         lisp/url/url-util.el.  Only `url-build-query-string' and
168         `url-parse-query-string' are tested right now (Bug#8706).
170 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
172         * indent/shell.sh:
173         * indent/shell.rc: Ad some test cases.
175 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * indent/ruby.rb: New file, to test new syntax-propertize code.
179 2012-04-11  Glenn Morris  <rgm@gnu.org>
181         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
183 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
185         * automated/url-future-tests.el (url-future-tests): Move from
186         lisp/url/url-future.el and rename.
188 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
190         * automated/icalendar-tests.el (icalendar-import-non-recurring):
191         Fix broken test, caused by missing trailing blank.
193 2011-12-03  Chong Yidong  <cyd@gnu.org>
195         * automated/compile-tests.el (compile-tests--test-regexps-data):
196         Increase column numbers by one to reflect change in how
197         compilation-message is recorded (Bug#10172).
199 2011-11-22  Glenn Morris  <rgm@gnu.org>
201         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
203 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
205         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
207 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
209         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
210         (icalendar-tests--test-export, icalendar-tests--do-test-export):
211         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
213 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
215         * automated/newsticker-tests.el
216         (newsticker--group-manage-orphan-feeds): Remove fsetting of
217         newsticker--treeview-tree-update.
219 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
221         * automated/newsticker-tests.el
222         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
224         * trunk/test/automated/newsticker-tests.el
225         (newsticker--group-manage-orphan-feeds): Prevent updating
226         newsticker treeview. Fixed bug#9763.
228 2011-10-20  Glenn Morris  <rgm@gnu.org>
230         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
232         * automated/vc-bzr.el: New file.
234 2011-10-15  Glenn Morris  <rgm@gnu.org>
236         * automated/f90.el: New file.
238 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
240         * automated/newsticker-tests.el: Move newsticker-testsuite.el
241         to automated/newsticker-tests.el. Convert to ERT.
243 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
245         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
246         Removed, simply use string=.
247         (icalendar--diarytime-to-isotime)
248         (icalendar--datetime-to-diary-date)
249         (icalendar--datestring-to-isodate)
250         (icalendar--format-ical-event)
251         (icalendar--parse-summary-and-rest)
252         (icalendar-tests--do-test-import)
253         (icalendar-tests--do-test-cycle): Change argument order of
254         string= to EXPECTED ACTUAL.
255         (icalendar--import-format-sample)
256         (icalendar--format-ical-event)
257         (icalendar-import-non-recurring)
258         (icalendar-import-rrule)
259         (icalendar-import-duration)
260         (icalendar-import-bug-6766)
261         (icalendar-real-world): Adjust to string= instead of
262         icalendar-tests--compare-strings.
263         (icalendar-import-multiple-vcalendars): New.
265 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
267         * automated/gnus-tests.el: Add wrapper for Gnus tests.
268         Require CL.
270 2011-05-09  Juri Linkov  <juri@jurta.org>
272         * automated/occur-tests.el: Move from test/occur-testsuite.el.
273         Convert to ERT.
275 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
277         * automated/compile-tests.el: New file.
279 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
281         * automated/font-parse-tests.el: Don't byte-compile.
283         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
285 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
287         * automated/lexbind-tests.el: New file.
289 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
291         * Version 23.3 released.
293 2011-03-05  Glenn Morris  <rgm@gnu.org>
295         * eshell.el: Move here from lisp/eshell/esh-test.el.
297 2011-03-03  Christian Ohler  <ohler@gnu.org>
299         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
300         New test.
302 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
304         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
305         convert to ERT format.
307 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
309         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
310         convert to ERT format.
312 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
314         * indent/shell.sh:
315         * indent/shell.rc: New files.
317 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
319         * automated/font-parse-tests.el: Move from
320         font-parse-testsuite.el.
322 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
324         * font-parse-testsuite.el (test-font-parse-data): New file.
326 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * indent/prolog.prolog: Add tokenizing tests.
330 2011-01-13  Christian Ohler  <ohler@gnu.org>
332         * automated: New directory for automated tests.
334         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
336         * automated/Makefile.in: New file.
338 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
340         * indent/modula2.mod: New file.
342 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * indent/octave.m: Add a test to ensure indentation is local.
346 2010-10-23  Glenn Morris  <rgm@gnu.org>
348         * comint-testsuite.el
349         (comint-testsuite--test-comint-password-prompt-regexp):
350         Add "Please enter the password".  (Bug#7224)
352 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
354         * indent/prolog.prolog: Use normal spacing around !.
356 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
358         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
360 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
362         * indent/octave.m: Remove some `fixindent' not needed any more.
364 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
366         * indent/octave.m: New file.
368 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
370         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
371         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
372         (icalendar-testsuite--run-internal-tests): New.
373         (icalendar-testsuite--test-convert-ordinary-to-ical)
374         (icalendar-testsuite--test-convert-block-to-ical)
375         (icalendar-testsuite--test-convert-anniversary-to-ical)
376         (icalendar-testsuite--test-parse-vtimezone)
377         (icalendar-testsuite--do-test-export): Code formatting.
378         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
379         (icalendar-testsuite--do-test-import)
380         (icalendar-testsuite--do-test-cycle):
381         Use icalendar-testsuite--compare-strings
382         (icalendar-testsuite--run-import-tests): Comment added.
383         (icalendar-testsuite--run-import-tests)
384         (icalendar-testsuite--run-real-world-tests): Fix expected results.
386 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
388         * redisplay-testsuite.el (test-redisplay-3): New test.
390 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
392         * comint-testsuite.el: New file.
394 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
396         * indent: New dir.
398 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
400         * Version 23.2 released.
402 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
404         * cedet/semantic-ia-utest.el
405         (semantic-symref-test-count-hits-in-tag): Add function, from
406         semantic-test.el.
408         * cedet/tests/test.cpp:
409         * cedet/tests/test.py:
410         * cedet/tests/teststruct.cpp:
411         * cedet/tests/testtemplates.cpp:
412         * cedet/tests/testusing.cpp:
413         * cedet/tests/scopetest.cpp:
414         * cedet/tests/scopetest.java: Files deleted.
416         * cedet/tests/test.make:
417         * cedet/tests/test.c:
418         * cedet/tests/testjavacomp.java:
419         * cedet/tests/testspp.c:
420         * cedet/tests/testsppreplace.c:
421         * cedet/tests/testsppreplaced.c:
422         * cedet/tests/testsubclass.cpp:
423         * cedet/tests/testsubclass.hh:
424         * cedet/tests/testtypedefs.cpp:
425         * cedet/tests/testvarnames.c:
426         * cedet/tests/test.el:
427         * cedet/tests/testdoublens.cpp:
428         * cedet/tests/testdoublens.hpp: Add copyright header.
430         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
431         Remove reference to deleted files.
433 2010-03-30  Juri Linkov  <juri@jurta.org>
435         * occur-testsuite.el (occur-tests): Add tests for context lines.
437 2010-03-23  Juri Linkov  <juri@jurta.org>
439         * occur-testsuite.el: New file.
441 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
443         * Branch for 23.2.
445 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
447         * icalendar-testsuite.el
448         (icalendar-testsuite--run-function-tests): Add new tests.
449         (icalendar-testsuite--test-diarytime-to-isotime): Add another
450         testcase.
451         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
452         (icalendar-testsuite--test-convert-weekly-to-ical): New.
453         (icalendar-testsuite--test-convert-yearly-to-ical): New.
454         (icalendar-testsuite--test-convert-block-to-ical): New.
455         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
456         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
458 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
460         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
461         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
462         Fix typos in docstrings and error messages.
463         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
465 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
467         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
468         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
469         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
471 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
473         * icalendar-testsuite.el
474         (icalendar-testsuite--run-function-tests):
475         Add icalendar-testsuite--test-parse-vtimezone.
476         (icalendar-testsuite--test-parse-vtimezone): New.
477         (icalendar-testsuite--do-test-cycle): Doc changes.
478         (icalendar-testsuite--run-real-world-tests): Remove trailing
479         whitespace -- see change of icalendar--add-diary-entry in
480         icalendar.el.
481         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
483 2009-09-30  Glenn Morris  <rgm@gnu.org>
485         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
487 2009-06-26  Eric Ludlam  <zappo@gnu.org>
489         * cedet/*: New unit tests, from CEDET repository.
491 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
493         * redisplay-testsuite.el: New file.
495 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
497         * Branch for 23.1.
499 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
501         * icalendar-testsuite.el
502         (icalendar-testsuite--run-function-tests):
503         Add icalendar-testsuite--test-diarytime-to-isotime.
504         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
505         recent icalendar fixes.
506         (icalendar-testsuite--test-diarytime-to-isotime): New.
507         (icalendar-testsuite--test-create-uid): Adjust to recent
508         icalendar changes.
510 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
512         * bytecomp-testsuite.el: New file.
514 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
516         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
517         Add `icalendar-testsuite--test-create-uid'.
518         (icalendar-testsuite--test-create-uid): New.
520 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
522         * newsticker-testsuite.el: New file.
524 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
526         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
527         Add icalendar-testsuite--test-datestring-to-isodate,
528         icalendar-testsuite--test-datetime-to-diary-date, and
529         icalendar-testsuite--test-calendar-style.
530         (icalendar-testsuite--test-format-ical-event):
531         (icalendar-testsuite--test-parse-summary-and-rest):
532         Doc fix.  Remove european-calendar-style.
533         (icalendar-testsuite--get-ical-event): Doc fix.
534         (icalendar-testsuite--test-first-weekday-of-year):
535         (icalendar-testsuite--run-cycle-tests): Add doc string.
536         (icalendar-testsuite--test-datestring-to-isodate):
537         (icalendar-testsuite--test-datetime-to-diary-date):
538         (icalendar-testsuite--test-calendar-style): New functions.
539         (icalendar-testsuite--test-export): Handle iso date style.
540         New arg INPUT-ISO.  Use calendar-date-style.
541         (icalendar-testsuite--test-import): Handle iso date style.
542         New arg EXPECTED-ISO.  Use calendar-date-style.
543         (icalendar-testsuite--test-cycle): Handle iso date style.
544         (icalendar-testsuite--run-import-tests):
545         (icalendar-testsuite--run-export-tests):
546         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
548 2008-02-29  Glenn Morris  <rgm@gnu.org>
550         * README: New file.
552 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
554         * icalendar-testsuite.el: New file.
556 ;; Local Variables:
557 ;; coding: utf-8
558 ;; End:
560   Copyright (C) 2008-2012  Free Software Foundation, Inc.
562   This file is part of GNU Emacs.
564   GNU Emacs is free software: you can redistribute it and/or modify
565   it under the terms of the GNU General Public License as published by
566   the Free Software Foundation, either version 3 of the License, or
567   (at your option) any later version.
569   GNU Emacs is distributed in the hope that it will be useful,
570   but WITHOUT ANY WARRANTY; without even the implied warranty of
571   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
572   GNU General Public License for more details.
574   You should have received a copy of the GNU General Public License
575   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.