* lisp/simple.el (primitive-undo): Move from undo.c.
[emacs.git] / test / ChangeLog
blobb7b628cce6926cd370055e8039c20cda594303ca
1 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3         * automated/undo-tests.el: New file.
5 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
7         * automated/ruby-mode-tests.el
8         (ruby-indent-after-block-in-continued-expression): New test.
10 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
12         * automated/ruby-mode-tests.el
13         Rename one interpolation test; add three more.
14         (ruby-with-temp-buffer): New macro, use it where appropriate.
15         (ruby-add-log-current-method-examples): Use "_" for target point.
16         Add four new tests for ruby-add-log-current-method.
18 2012-12-11  Glenn Morris  <rgm@gnu.org>
20         * automated/f90.el (f90-test-bug13138): New test.
22 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
24         * automated/inotify-test.el: New test.
26 2012-12-02  Chong Yidong  <cyd@gnu.org>
28         * automated/ruby-mode-tests.el
29         (ruby-add-log-current-method-examples): Don't use loop macro, to
30         allow automated testing to work.
32 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34         * automated/advice-tests.el (advice-tests--data): Remove.
35         (advice-tests): Move the tests directly here instead.
36         Add called-interactively-p tests.
38 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
40         * automated/ert-x-tests.el: Use cl-lib.
41         * automated/ert-tests.el: Use lexical-binding and cl-lib.
43 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
45         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
46         (ruby-indent-inside-heredoc-after-operator)
47         (ruby-indent-inside-heredoc-after-space): New tests.
48         Change direct font-lock face references to var references.
49         (ruby-interpolation-suppresses-syntax-inside): New test.
50         (ruby-interpolation-inside-percent-literal-with-paren):
51         New failing test.
53 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
55         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
56         (ruby-singleton-class-no-heredoc-font-lock)
57         (ruby-add-log-current-method-examples): New tests.
58         (ruby-test-string): Extract from ruby-should-indent-buffer.
59         (ruby-deftest-move-to-block): New macro.
60         Add several move-to-block tests.
62 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
64         * automated/advice-tests.el: New tests.
66 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
68         * automated/compile-tests.el (compile-tests--test-regexps-data):
69         Add new data for msft's new format.
71 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
73         * automated/ruby-mode-tests.el:
74         (ruby-toggle-block-to-multiline): New test.
75         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
76         (ruby-toggle-block-to-brace): Use buffer-string.
78 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
80         * automated/ruby-mode-tests.el: New tests (Bug#11613).
82 2012-08-28  Chong Yidong  <cyd@gnu.org>
84         * automated/files.el: Test every combination of values for
85         enable-local-variables and enable-local-eval.
87 2012-08-19  Chong Yidong  <cyd@gnu.org>
89         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
91 2012-08-18  Chong Yidong  <cyd@gnu.org>
93         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
95 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
97         * indent/ruby.rb: Rearrange examples, add new ones.
99 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
101         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
102         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
104 2012-08-11  Glenn Morris  <rgm@gnu.org>
106         * automated/files.el: New file.
108         * automated/Makefile.in (all): Fix typo.
110 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
112         * automated/ruby-mode-tests.el (ruby-should-indent):
113         Add docstring, check (current-indentation) instead of (current-column).
114         (ruby-should-indent-buffer): New function.
115         Add tests for `ruby-deep-indent-paren' behavior.
116         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
118 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
120         Original tests in test_ruby_mode.rb in upstream (author).
122 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
124         * automated/ruby-mode-tests.el (ruby-should-indent)
125         (ruby-assert-state): New functions.
126         Add new tests.
128 2012-07-29  David Engster  <deng@randomsample.de>
130         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
131         New variable to hold test data for name expansion.
132         (xml-parse-tests): Test the two different types of name expansion.
134 2012-07-29  Juri Linkov  <juri@jurta.org>
136         * automated/occur-tests.el (occur-test-case): Use predefined
137         buffer name " *test-occur*" instead of a random buffer name.
139 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
141         * automated/ruby-mode-tests.el: New file with one test.
143 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * indent/shell.sh: Add test case for ${#VAR}.
147         * indent/latex-mode.tex: New file.
149 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
151         * eshell.el: Use cl-lib.
153 2012-07-03  Chong Yidong  <cyd@gnu.org>
155         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
157 2012-07-02  Chong Yidong  <cyd@gnu.org>
159         * automated/xml-parse-tests.el (xml-parse-tests--data):
160         More testcases.
162 2012-07-01  Chong Yidong  <cyd@gnu.org>
164         * automated/xml-parse-tests.el: New file.
166 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
168         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
169         Use cl-flet.
171 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
173         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
174         Test escaped commas in TZID (Bug#11473).
175         (icalendar-import-with-timezone): New.
176         (icalendar-real-world): Add new testcase as given in the bugreport
177         of Bug#11473.
179 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
181         * automated/icalendar-tests.el (icalendar-tests--test-import):
182         Include UID in import tests (Bug#11525).
183         (icalendar-import-non-recurring, icalendar-import-rrule)
184         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
185         UID-import change.
186         (icalendar-import-with-uid): New.
187         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
188         Include UID in cycle tests.
189         (icalendar-cycle, icalendar-real-world): UID-import change.
191 2012-05-21  Glenn Morris  <rgm@gnu.org>
193         * automated/Makefile.in (setwins): Scrap superfluous subshell.
195 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
197         * automated/url-util-tests.el: New file to test
198         lisp/url/url-util.el.  Only `url-build-query-string' and
199         `url-parse-query-string' are tested right now (Bug#8706).
201 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * indent/shell.sh:
204         * indent/shell.rc: Ad some test cases.
206 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
208         * indent/ruby.rb: New file, to test new syntax-propertize code.
210 2012-04-11  Glenn Morris  <rgm@gnu.org>
212         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
214 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
216         * automated/url-future-tests.el (url-future-tests): Move from
217         lisp/url/url-future.el and rename.
219 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
221         * automated/icalendar-tests.el (icalendar-import-non-recurring):
222         Fix broken test, caused by missing trailing blank.
224 2011-12-03  Chong Yidong  <cyd@gnu.org>
226         * automated/compile-tests.el (compile-tests--test-regexps-data):
227         Increase column numbers by one to reflect change in how
228         compilation-message is recorded (Bug#10172).
230 2011-11-22  Glenn Morris  <rgm@gnu.org>
232         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
234 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
236         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
238 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
240         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
241         (icalendar-tests--test-export, icalendar-tests--do-test-export):
242         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
244 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
246         * automated/newsticker-tests.el
247         (newsticker--group-manage-orphan-feeds): Remove fsetting of
248         newsticker--treeview-tree-update.
250 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
252         * automated/newsticker-tests.el
253         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
255         * trunk/test/automated/newsticker-tests.el
256         (newsticker--group-manage-orphan-feeds): Prevent updating
257         newsticker treeview. Fixed bug#9763.
259 2011-10-20  Glenn Morris  <rgm@gnu.org>
261         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
263         * automated/vc-bzr.el: New file.
265 2011-10-15  Glenn Morris  <rgm@gnu.org>
267         * automated/f90.el: New file.
269 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
271         * automated/newsticker-tests.el: Move newsticker-testsuite.el
272         to automated/newsticker-tests.el. Convert to ERT.
274 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
276         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
277         Removed, simply use string=.
278         (icalendar--diarytime-to-isotime)
279         (icalendar--datetime-to-diary-date)
280         (icalendar--datestring-to-isodate)
281         (icalendar--format-ical-event)
282         (icalendar--parse-summary-and-rest)
283         (icalendar-tests--do-test-import)
284         (icalendar-tests--do-test-cycle): Change argument order of
285         string= to EXPECTED ACTUAL.
286         (icalendar--import-format-sample)
287         (icalendar--format-ical-event)
288         (icalendar-import-non-recurring)
289         (icalendar-import-rrule)
290         (icalendar-import-duration)
291         (icalendar-import-bug-6766)
292         (icalendar-real-world): Adjust to string= instead of
293         icalendar-tests--compare-strings.
294         (icalendar-import-multiple-vcalendars): New.
296 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
298         * automated/gnus-tests.el: Add wrapper for Gnus tests.
299         Require CL.
301 2011-05-09  Juri Linkov  <juri@jurta.org>
303         * automated/occur-tests.el: Move from test/occur-testsuite.el.
304         Convert to ERT.
306 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
308         * automated/compile-tests.el: New file.
310 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
312         * automated/font-parse-tests.el: Don't byte-compile.
314         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
316 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * automated/lexbind-tests.el: New file.
320 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
322         * Version 23.3 released.
324 2011-03-05  Glenn Morris  <rgm@gnu.org>
326         * eshell.el: Move here from lisp/eshell/esh-test.el.
328 2011-03-03  Christian Ohler  <ohler@gnu.org>
330         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
331         New test.
333 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
335         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
336         convert to ERT format.
338 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
340         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
341         convert to ERT format.
343 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
345         * indent/shell.sh:
346         * indent/shell.rc: New files.
348 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
350         * automated/font-parse-tests.el: Move from
351         font-parse-testsuite.el.
353 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
355         * font-parse-testsuite.el (test-font-parse-data): New file.
357 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
359         * indent/prolog.prolog: Add tokenizing tests.
361 2011-01-13  Christian Ohler  <ohler@gnu.org>
363         * automated: New directory for automated tests.
365         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
367         * automated/Makefile.in: New file.
369 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * indent/modula2.mod: New file.
373 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * indent/octave.m: Add a test to ensure indentation is local.
377 2010-10-23  Glenn Morris  <rgm@gnu.org>
379         * comint-testsuite.el
380         (comint-testsuite--test-comint-password-prompt-regexp):
381         Add "Please enter the password".  (Bug#7224)
383 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * indent/prolog.prolog: Use normal spacing around !.
387 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
389         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
391 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
393         * indent/octave.m: Remove some `fixindent' not needed any more.
395 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * indent/octave.m: New file.
399 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
401         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
402         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
403         (icalendar-testsuite--run-internal-tests): New.
404         (icalendar-testsuite--test-convert-ordinary-to-ical)
405         (icalendar-testsuite--test-convert-block-to-ical)
406         (icalendar-testsuite--test-convert-anniversary-to-ical)
407         (icalendar-testsuite--test-parse-vtimezone)
408         (icalendar-testsuite--do-test-export): Code formatting.
409         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
410         (icalendar-testsuite--do-test-import)
411         (icalendar-testsuite--do-test-cycle):
412         Use icalendar-testsuite--compare-strings
413         (icalendar-testsuite--run-import-tests): Comment added.
414         (icalendar-testsuite--run-import-tests)
415         (icalendar-testsuite--run-real-world-tests): Fix expected results.
417 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
419         * redisplay-testsuite.el (test-redisplay-3): New test.
421 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
423         * comint-testsuite.el: New file.
425 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
427         * indent: New dir.
429 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
431         * Version 23.2 released.
433 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
435         * cedet/semantic-ia-utest.el
436         (semantic-symref-test-count-hits-in-tag): Add function, from
437         semantic-test.el.
439         * cedet/tests/test.cpp:
440         * cedet/tests/test.py:
441         * cedet/tests/teststruct.cpp:
442         * cedet/tests/testtemplates.cpp:
443         * cedet/tests/testusing.cpp:
444         * cedet/tests/scopetest.cpp:
445         * cedet/tests/scopetest.java: Files deleted.
447         * cedet/tests/test.make:
448         * cedet/tests/test.c:
449         * cedet/tests/testjavacomp.java:
450         * cedet/tests/testspp.c:
451         * cedet/tests/testsppreplace.c:
452         * cedet/tests/testsppreplaced.c:
453         * cedet/tests/testsubclass.cpp:
454         * cedet/tests/testsubclass.hh:
455         * cedet/tests/testtypedefs.cpp:
456         * cedet/tests/testvarnames.c:
457         * cedet/tests/test.el:
458         * cedet/tests/testdoublens.cpp:
459         * cedet/tests/testdoublens.hpp: Add copyright header.
461         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
462         Remove reference to deleted files.
464 2010-03-30  Juri Linkov  <juri@jurta.org>
466         * occur-testsuite.el (occur-tests): Add tests for context lines.
468 2010-03-23  Juri Linkov  <juri@jurta.org>
470         * occur-testsuite.el: New file.
472 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
474         * Branch for 23.2.
476 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
478         * icalendar-testsuite.el
479         (icalendar-testsuite--run-function-tests): Add new tests.
480         (icalendar-testsuite--test-diarytime-to-isotime): Add another
481         testcase.
482         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
483         (icalendar-testsuite--test-convert-weekly-to-ical): New.
484         (icalendar-testsuite--test-convert-yearly-to-ical): New.
485         (icalendar-testsuite--test-convert-block-to-ical): New.
486         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
487         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
489 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
491         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
492         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
493         Fix typos in docstrings and error messages.
494         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
496 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
498         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
499         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
500         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
502 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
504         * icalendar-testsuite.el
505         (icalendar-testsuite--run-function-tests):
506         Add icalendar-testsuite--test-parse-vtimezone.
507         (icalendar-testsuite--test-parse-vtimezone): New.
508         (icalendar-testsuite--do-test-cycle): Doc changes.
509         (icalendar-testsuite--run-real-world-tests): Remove trailing
510         whitespace -- see change of icalendar--add-diary-entry in
511         icalendar.el.
512         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
514 2009-09-30  Glenn Morris  <rgm@gnu.org>
516         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
518 2009-06-26  Eric Ludlam  <zappo@gnu.org>
520         * cedet/*: New unit tests, from CEDET repository.
522 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
524         * redisplay-testsuite.el: New file.
526 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
528         * Branch for 23.1.
530 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
532         * icalendar-testsuite.el
533         (icalendar-testsuite--run-function-tests):
534         Add icalendar-testsuite--test-diarytime-to-isotime.
535         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
536         recent icalendar fixes.
537         (icalendar-testsuite--test-diarytime-to-isotime): New.
538         (icalendar-testsuite--test-create-uid): Adjust to recent
539         icalendar changes.
541 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
543         * bytecomp-testsuite.el: New file.
545 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
547         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
548         Add `icalendar-testsuite--test-create-uid'.
549         (icalendar-testsuite--test-create-uid): New.
551 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
553         * newsticker-testsuite.el: New file.
555 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
557         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
558         Add icalendar-testsuite--test-datestring-to-isodate,
559         icalendar-testsuite--test-datetime-to-diary-date, and
560         icalendar-testsuite--test-calendar-style.
561         (icalendar-testsuite--test-format-ical-event):
562         (icalendar-testsuite--test-parse-summary-and-rest):
563         Doc fix.  Remove european-calendar-style.
564         (icalendar-testsuite--get-ical-event): Doc fix.
565         (icalendar-testsuite--test-first-weekday-of-year):
566         (icalendar-testsuite--run-cycle-tests): Add doc string.
567         (icalendar-testsuite--test-datestring-to-isodate):
568         (icalendar-testsuite--test-datetime-to-diary-date):
569         (icalendar-testsuite--test-calendar-style): New functions.
570         (icalendar-testsuite--test-export): Handle iso date style.
571         New arg INPUT-ISO.  Use calendar-date-style.
572         (icalendar-testsuite--test-import): Handle iso date style.
573         New arg EXPECTED-ISO.  Use calendar-date-style.
574         (icalendar-testsuite--test-cycle): Handle iso date style.
575         (icalendar-testsuite--run-import-tests):
576         (icalendar-testsuite--run-export-tests):
577         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
579 2008-02-29  Glenn Morris  <rgm@gnu.org>
581         * README: New file.
583 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
585         * icalendar-testsuite.el: New file.
587 ;; Local Variables:
588 ;; coding: utf-8
589 ;; End:
591   Copyright (C) 2008-2013 Free Software Foundation, Inc.
593   This file is part of GNU Emacs.
595   GNU Emacs is free software: you can redistribute it and/or modify
596   it under the terms of the GNU General Public License as published by
597   the Free Software Foundation, either version 3 of the License, or
598   (at your option) any later version.
600   GNU Emacs is distributed in the hope that it will be useful,
601   but WITHOUT ANY WARRANTY; without even the implied warranty of
602   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
603   GNU General Public License for more details.
605   You should have received a copy of the GNU General Public License
606   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.