* lisp/finder.el: Tweak previous change.
[bpt/emacs.git] / test / ChangeLog
1 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2
3 * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
4 (tramp-test10-write-region): Extend for out-of-band copy.
5 (tramp-test31-asynchronous-requests): New test.
6
7 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
8
9 * automated/undo-tests.el (undo-test-in-region-not-most-recent):
10 Add new test of undo in region.
11 (undo-test-in-region-eob): Add test case described at
12 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
13
14 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
15
16 * automated/tramp-tests.el (tramp--test-enabled)
17 (tramp-test15-copy-directory): No special handling of tramp-adb.el
18 anymore. It's fixed in that package.
19
20 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
21
22 * automated/tramp-tests.el (tramp--test-enabled): Move connection
23 cleanup into this function. Remove respective code from all test
24 cases.
25 (tramp--instrument-test-case): Declare `indent' and `debug'.
26 Handle other errors as well.
27 (tramp-test14-delete-directory): Check for `file-error' error.
28 (tramp-test15-copy-directory): Ignore return value of
29 `copy-directory'. It's too much hassle to handle it for tramp-adb.el.
30 (tramp-test19-directory-files-and-attributes): Take care of
31 timestamp of "../".
32 (tramp-test20-file-modes, tramp-test27-start-file-process)
33 (tramp-test28-shell-command): Skip for tramp-adb.el.
34 (tramp-test21-file-links): `file-truename' shall preserve trailing
35 link of directories.
36 (tramp-test22-file-times): Skip if `set-file-times' returns nil.
37 (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
38 `kill-buffer-query-functions' to nil.
39 (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
40
41 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
42
43 * automated/tramp-tests.el
44 (tramp-test19-directory-files-and-attributes): Do not include
45 directories in comparison; they might have changed their
46 timestamps already.
47
48 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
49
50 * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
51 (tramp-test17-insert-directory): First line could contain more
52 text, when produced by `ls-lisp'.
53 (tramp-test19-directory-files-and-attributes): Instrument failed
54 test case.
55
56 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
57
58 * automated/tramp-tests.el (tramp-test17-insert-directory):
59 Make first line "total 123" optional.
60 (tramp-test20-file-modes, tramp-test22-file-times)
61 (tramp-test26-process-file, tramp-test27-start-file-process)
62 (tramp-test28-shell-command): Skip for tramp-gvfs.el and
63 tramp-smb.el.
64 (tramp-test20-file-modes): Check for "root" only when there is an
65 explicit user name.
66 (tramp-test21-file-links): Handle "... not supported" error.
67 (tramp-test22-file-times): Skip for "don't know" return values.
68 (tramp-test26-process-file, tramp-test28-shell-command):
69 Remove color escape sequences.
70 (tramp-test28-shell-command): Use `accept-process-output' rather
71 than `sit-for'.
72 (tramp-test30-utf8): Set coding system `utf-8'.
73
74 2014-02-17 Michael Albinus <michael.albinus@gmx.de>
75
76 * automated/tramp-tests.el (tramp-test28-shell-command): Perform
77 an initial `sit-for' prior the while loop.
78
79 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
80
81 Sync with Tramp 2.2.9.
82
83 * automated/tramp-tests.el (password-cache-expiry): Set to nil.
84 (tramp-test28-shell-command): Make a while loop when waiting for
85 process exit.
86
87 2014-02-11 Michael Albinus <michael.albinus@gmx.de>
88
89 * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
90 and `vc-hg'. Declare `tramp-find-executable' and
91 `tramp-get-remote-path'.
92 (tramp-test29-vc-registered): New test.
93 (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
94
95 2014-02-07 Michael Albinus <michael.albinus@gmx.de>
96
97 * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
98 (tramp-test27-start-file-process): Use "_p" as argument of lambda.
99 (tramp-test28-shell-command): Improve `shell-command' test. Add
100 `async-shell-command' tests.
101
102 2014-02-04 Michael Albinus <michael.albinus@gmx.de>
103
104 * automated/file-notify-tests.el (file-notify--wait-for-events):
105 Use `read-event' instead of `sit-for'.
106 (file-notify-test02-events): Remove expected result, the bug is
107 fixed meanwhile.
108 (file-notify-test02-events, file-notify-test03-autorevert):
109 Use `sleep-for' instead of `sit-for'.
110
111 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
112
113 * automated/ruby-mode-tests.el (ruby-align-chained-calls):
114 New test.
115
116 2014-01-27 Michael Albinus <michael.albinus@gmx.de>
117
118 * automated/file-notify-tests.el (file-notify--deftest-remote):
119 Do not skip when the local test has failed. They are unrelated.
120 (file-notify--wait-for-events): Use `sit-for'. Let-bind
121 `noninteractive' to nil, otherwise `sit-for' could be degraded to
122 `sleep-for'.
123 (file-notify-test02-events): Check for `file-remote-p' instead of
124 `file-notify--test-remote-enabled'.
125
126 2014-01-26 Michael Albinus <michael.albinus@gmx.de>
127
128 * automated/file-notify-tests.el (file-notify-test02-events):
129 Let test case fail for Bug#16519.
130
131 2014-01-22 Michael Albinus <michael.albinus@gmx.de>
132
133 * automated/file-notify-tests.el (file-notify-test02-events):
134 Hide Bug#16519, until it is solved.
135
136 2014-01-21 Michael Albinus <michael.albinus@gmx.de>
137
138 * automated/file-notify-tests.el
139 (file-notify--test-local-enabled): Fix error in logic.
140 (file-notify--wait-for-events): New defmacro.
141 (file-notify-test02-events): Make short breaks between file operations.
142 Use `file-notify--wait-for-events'. Check, that events have arrived.
143 (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
144
145 * automated/comint-testsuite.el
146 (comint-testsuite-password-strings): Add localized examples.
147
148 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
149
150 * automated/inotify-test.el (inotify-file-watch-simple): Skip test
151 case if inotify is not linked with Emacs. Use `read-event' rather
152 than `sit-for' in order to process events. (Bug#13662)
153
154 2014-01-13 Michael Albinus <michael.albinus@gmx.de>
155
156 * automated/ert-tests.el (ert-test-record-backtrace): Reenable
157 test case with adapted test string. (Bug#13064)
158
159 2013-12-28 Glenn Morris <rgm@gnu.org>
160
161 * automated/electric-tests.el: Require 'elec-pair.
162
163 2013-12-26 João Távora <joaotavora@gmail.com>
164
165 * automated/electric-tests.el (electric-pair-test-for):
166 Fix autowrapping tests in batch-mode by running with
167 `transient-mark-mode' set to `lambda'.
168
169 * automated/electric-tests.el: New file.
170
171 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
172
173 * automated/python-tests.el
174 (python-nav-lisp-forward-sexp-safe-1): Remove test.
175 (python-nav-forward-sexp-safe-1): New test.
176
177 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
178
179 * automated/ruby-mode-tests.el: Add tests for
180 `ruby-align-to-stmt-keywords'.
181
182 * indent/ruby.rb: Update examples to reflect the lack of change in
183 default indentation of `begin' blocks.
184
185 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
186
187 * indent/ruby.rb: Update examples according to the change
188 in `smie-indent-close'.
189
190 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
191
192 * indent/ruby.rb: New examples.
193
194 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
195
196 * automated/python-tests.el (python-indent-dedenters-2): New test.
197
198 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
199
200 * automated/python-tests.el (python-indent-after-comment-1)
201 (python-indent-after-comment-2): New tests.
202
203 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com>
204
205 * automated/python-tests.el (python-indent-block-enders-1):
206 Rename from python-indent-block-enders.
207 (python-indent-block-enders-2): New test.
208
209 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
210
211 * indent/js.js: New file.
212
213 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
214
215 * automated/dbus-tests.el: New file.
216
217 2013-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * automated/regexp-tests.el: New file.
220
221 2013-11-29 Eli Zaretskii <eliz@gnu.org>
222
223 * automated/reftex-tests.el (reftex-parse-from-file-test):
224 Run temp-dir through file-truename, to make sure the temporary file
225 names are comparable as strings.
226
227 * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
228 Force Unix EOLs by using 'utf-8-unix', since the default of
229 'utf-8' is system-dependent, while the test expects to see Unix EOLs.
230
231 2013-11-28 Glenn Morris <rgm@gnu.org>
232
233 * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
234
235 2013-11-28 Eli Zaretskii <eliz@gnu.org>
236
237 * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
238 (EMACSOPT): Use $(PATH_SEP).
239
240 2013-11-28 Michael Albinus <michael.albinus@gmx.de>
241
242 * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
243 Set to nil.
244
245 2013-11-27 Michael Albinus <michael.albinus@gmx.de>
246
247 * automated/file-notify-tests.el
248 (file-notify-test-remote-temporary-file-directory):
249 Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
250 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
251 (file-notify--deftest-remote): Cleanup connection initially.
252 (file-notify-test03-autorevert): Run also in batch mode. Use a
253 larger timeout for remote files. `sit-for' 1 second; 0.1 second
254 does not work on MS Windows. Call `accept-process-output' for
255 remote files. Apply `string-match' instead of `string-equal', the
256 messages are different on MS Windows.
257
258 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
259 Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
260 (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
261
262 2013-11-23 Glenn Morris <rgm@gnu.org>
263
264 * automated/python-tests.el (python-shell-make-comint-1)
265 (python-shell-make-comint-2, python-shell-get-process-1):
266 Suppress creation of some temp-files.
267
268 * automated/python-tests.el (python-shell-parse-command-1)
269 (python-shell-make-comint-1, python-shell-make-comint-2)
270 (python-shell-get-process-1)
271 (python-shell-internal-get-or-create-process-1):
272 Skip rather than fail if prereqs not found.
273
274 * automated/Makefile.in (emacs):
275 Empty EMACSLOADPATH rather than unsetting.
276
277 2013-11-22 Glenn Morris <rgm@gnu.org>
278
279 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
280 Set expected-result.
281
282 2013-11-21 Glenn Morris <rgm@gnu.org>
283
284 * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
285 (compile-main): Pass XARGS_LIMIT to xargs.
286
287 * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
288 (EMACSOPT): Use PATH_SEPARATOR.
289
290 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
291
292 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
293 Add a failing test for Bug#15874.
294 (ruby--insert-coding-comment-ruby-style)
295 (ruby--insert-coding-comment-emacs-style)
296 (ruby--insert-coding-comment-custom-style):
297 Add a few tests for `ruby--insert-coding-comment'.
298
299 2013-11-18 Paul Eggert <eggert@cs.ucla.edu>
300
301 Improve API of recently-added bool vector functions (Bug#15912).
302 * automated/data-tests.el: Adjust to API changes.
303
304 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
305
306 * automated/tramp-tests.el (tramp-test07-file-exists-p)
307 (tramp-test08-file-local-copy)
308 (tramp-test09-insert-file-contents, tramp-test10-write-region)
309 (tramp-test11-copy-file, tramp-test12-rename-file)
310 (tramp-test13-make-directory, tramp-test14-delete-directory)
311 (tramp-test15-copy-directory, tramp-test16-directory-files)
312 (tramp-test17-insert-directory, tramp-test18-file-attributes)
313 (tramp-test19-directory-files-and-attributes)
314 (tramp-test20-file-modes, tramp-test21-file-links)
315 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
316 (tramp-test24-file-name-completion, tramp-test25-load)
317 (tramp-test26-process-file, tramp-test27-start-file-process)
318 (tramp-test28-shell-command): Cleanup connection initially.
319
320 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
321
322 * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
323 connection before running the test.
324
325 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
326
327 * automated/tramp-tests.el (tramp-test15-copy-directory)
328 (tramp-test16-directory-files, tramp-test17-insert-directory)
329 (tramp-test18-file-attributes)
330 (tramp-test19-directory-files-and-attributes)
331 (tramp-test20-file-modes, tramp-test21-file-links)
332 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
333 (tramp-test24-file-name-completion, tramp-test25-load)
334 (tramp-test26-process-file, tramp-test27-start-file-process)
335 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
336 (tramp-test29-utf8): New test.
337
338 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
339
340 * automated/file-notify-tests.el (file-notify-test02-events)
341 (file-notify-test03-autorevert): Suppress messages in `write-region'.
342
343 * automated/tramp-tests.el (tramp-test02-file-name-dissect)
344 (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
345 (tramp-test26-process-file, tramp-test28-shell-command):
346 Ensure, that the directory is not empty when calling "ls".
347
348 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
349
350 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
351 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
352 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
353 (tramp-test09-insert-file-contents, tramp-test10-write-region)
354 (tramp-test26-process-file): Add tests.
355 (tramp-test11-copy-file): Remove debug message.
356 (tramp-test20-file-modes): Special case, if user is "root".
357
358 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
359
360 * automated/file-notify-tests.el:
361 * automated/tramp-tests.el: Add `tramp-own-remote-path' to
362 `tramp-remote-path' when running on hydra.
363 (tramp-test07-file-exists-p): Remove instrumentation code.
364 (tramp-test26-process-file): Don't use "/bin/true" and
365 "/bin/false", these paths do not exist on hydra.
366
367 2013-11-08 Helmut Eller <eller.helmut@gmail.com>
368
369 * automated/process-tests.el: New file.
370
371 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
372
373 * indent/ruby.rb: New examples.
374
375 2013-11-06 Glenn Morris <rgm@gnu.org>
376
377 * automated/Makefile.in (setwins): Avoid accidental matches.
378
379 2013-11-06 Michael Albinus <michael.albinus@gmx.de>
380
381 * automated/tramp-tests.el (tramp-test07-file-exists-p):
382 Fix docstring. Instrument, in order to hunt failure on hydra.
383
384 2013-11-06 Glenn Morris <rgm@gnu.org>
385
386 * automated/flymake-tests.el (warning-predicate-rx-gcc)
387 (warning-predicate-function-gcc, warning-predicate-rx-perl)
388 (warning-predicate-function-perl):
389 * automated/info-xref.el (info-xref-test-makeinfo):
390 * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
391 (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
392
393 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
394
395 * automated/tramp-tests.el: New file.
396
397 2013-11-05 Glenn Morris <rgm@gnu.org>
398
399 Get rid of --chdir usage.
400 * automated/Makefile.in (EMACSOPT): Move -L here.
401 (emacs): Set EMACS_TEST_DIRECTORY in the environment.
402 (setwins): Don't assume called from srcdir. Remove legacy stuff.
403 (.el.elc): No more need to pass -L here.
404 (compile-main): Get rid of sub-shell and cd.
405 (compile-clean, check): Get rid of cd.
406
407 Make it possible to run tests with a different working directory.
408 * automated/flymake-tests.el (flymake-tests-data-directory): New.
409 (flymake-tests--current-face): Use flymake-tests-data-directory.
410 (warning-predicate-function-gcc, warning-predicate-rx-perl)
411 (warning-predicate-function-perl): Adapt for above change.
412 * automated/zlib-tests.el (zlib-tests-data-directory): New.
413 (zlib--decompress): Use zlib-tests-data-directory.
414
415 * automated/eieio-tests.el (eieio-test-37-persistent-classes):
416 Remove test that makes no sense.
417
418 * automated/files.el (files-test-local-variable-data):
419 Fix result typo presumably caused by interference from dir-locals.
420 (file-test--do-local-variables-test): Prevent dir-locals interfering.
421
422 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
423
424 * indent/ruby.rb: Add a statement on the line after heredoc.
425 Move a now-successful example.
426
427 * automated/ruby-mode-tests.el: Remove outdated comment.
428
429 2013-11-04 Glenn Morris <rgm@gnu.org>
430
431 * automated/Makefile.in (abs_srcdir): Remove.
432 (emacs): Unset EMACSLOADPATH.
433 (.el.elc, check): Use -L to append srcdir to load-path.
434
435 2013-11-02 Glenn Morris <rgm@gnu.org>
436
437 * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
438 (test, abs_top_srcdir, abs_top_builddir): Remove variables.
439 (abs_srcdir): New, set by configure.
440 (EMACS): Use a relative file name.
441 (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
442 (lisp-compile): Remove (assume it's up-to-date).
443 (compile-main): Do not run lisp-compile.
444 (compile-main, compile-clean, compile-always, bootstrap-clean)
445 (check): Use srcdir rather than $test. Check cd return value.
446 Use --chdir.
447 (doit, compile, compile-always): Remove stuff copied from lisp/.
448 (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
449
450 2013-10-31 Michael Albinus <michael.albinus@gmx.de>
451
452 * automated/ert-tests.el (ert-test-stats-set-test-and-result):
453 Add a skipping test.
454
455 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * indent/prolog.prolog: Test alignment of ->; with operator at bol.
458
459 * indent/css-mode.css (.x2): Test alignement inside braces.
460
461 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
462
463 * indent/ruby.rb: New failing example.
464
465 * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
466 Fix the test, in respect to adding the space after the curly.
467
468 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
469
470 * automated/ert-tests.el (ert-test-skip-unless): New test case.
471 (ert-test-deftest): Adapt test for changed macro expansion.
472 (ert-test-run-tests-interactively):
473 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
474 Add a skipping test.
475
476 * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
477 (file-notify--test-local-enabled): Make it a function. Check also
478 for `file-remote-p' of `temporary-file-directory'.
479 (file-notify--test-remote-enabled-checked): New defvar.
480 (file-notify--test-remote-enabled): Rewrite. Do not use Tramp
481 internal functions. Cache result.
482 (file-notify--deftest-remote, file-notify-test00-availability)
483 (file-notify-test01-add-watch, file-notify-test02-events)
484 (file-notify-test03-autorevert): Add checks with `skip_unless'.
485 (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
486
487 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
488
489 * indent/ruby.rb: Fix syntax error in the latest example.
490
491 2013-10-23 Glenn Morris <rgm@gnu.org>
492
493 * automated/Makefile.in (abs_top_srcdir, top_builddir):
494 New, set by configure.
495 (top_srcdir): Remove.
496 (abs_test, abs_lispsrc): New.
497 (lisp): No longer absolute.
498 (emacs, lisp-compile, compile, compile-always):
499 Quote entities that might contain whitespace.
500
501 2013-10-22 Dmitry Gutov <dgutov@yandex.ru>
502
503 * indent/ruby.rb: Move two examples to "working" section, add one
504 more.
505
506 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
507
508 * indent/ruby.rb: New examples for indentation of blocks.
509 Example of hash inside parens that inflooped before the present commit.
510
511 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
512
513 * automated/timer-tests.el: New file. Tests that (sit-for 0)
514 allows another timer to run.
515
516 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
517
518 * indent/ruby.rb: More examples for bug#15594, both failing and
519 now passing.
520
521 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
522
523 * indent/ruby.rb: Add two more cases.
524
525 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
528 first use.
529 (ruby-should-indent): Use indent-according-to-mode.
530 (ruby-deftest-move-to-block): Use `declare'.
531
532 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
533
534 * indent/ruby.rb: Fix a spurious change, add more failing examples.
535
536 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * indent/ruby.rb: Add a few more tests; adjust some indentation.
539
540 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
541
542 * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
543 and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
544
545 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
546
547 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
550 Adjust indentation of continued line to the new SMIE behavior.
551
552 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * automated/completion-tests.el:
555 * indent/css-mode.css: New files.
556
557 2013-10-03 Daiki Ueno <ueno@gnu.org>
558
559 * automated/data/package/signed/archive-contents:
560 * automated/data/package/signed/archive-contents.sig:
561 * automated/data/package/signed/signed-good-1.0.el:
562 * automated/data/package/signed/signed-good-1.0.el.sig:
563 * automated/data/package/signed/signed-bad-1.0.el:
564 * automated/data/package/signed/signed-bad-1.0.el.sig:
565 * automated/data/package/key.pub:
566 * automated/data/package/key.sec: New files.
567
568 * automated/package-test.el (package-test-update-listing)
569 (package-test-update-archives, package-test-describe-package):
570 Adjust to package.el change.
571 (package-test-signed): New test.
572
573 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
574
575 * automated/package-test.el: Update all cases to use :url instead
576 of :homepage.
577
578 * automated/package-x-test.el
579 (package-x-test--single-archive-entry-1-3): Same.
580
581 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
582
583 * automated/package-test.el (simple-single-desc-1-4): Remove, it
584 was unused.
585 (simple-single-desc): Expect :homepage property.
586 (multi-file-desc): Same.
587 (with-package-test): Do not save previous `default-directory'
588 value, let-bind the var instead.
589 (package-test-install-single): Expect :homepage property in the
590 generated pkg file.
591 (package-test-describe-package): Expect Homepage button.
592 (package-test-describe-non-installed-package)
593 (package-test-describe-non-installed-multi-file-package): Same.
594 (package-test-describe-not-installed-package): Remove, it was a
595 duplicate.
596
597 * automated/package-x-test.el
598 (package-x-test--single-archive-entry-1-3): Expect :homepage
599 property.
600 (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
601
602 * automated/data/package/simple-single-1.3.el: Add URL header.
603
604 * automated/data/package/archive-contents: Add :homepage
605 properties to `simple-single' and `multi-file'.
606
607 2013-09-22 Daniel Colascione <dancol@dancol.org>
608
609 * automated/data-tests.el:
610 (bool-vector-count-matches-all-0-nil)
611 (bool-vector-count-matches-all-0-t)
612 (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
613 (bool-vector-count-matches-at, bool-vector-intersection-op)
614 (bool-vector-union-op, bool-vector-xor-op)
615 (bool-vector-set-difference-op)
616 (bool-vector-change-detection, bool-vector-not): New tests.
617 (mock-bool-vector-count-matches-at)
618 (test-bool-vector-bv-from-hex-string)
619 (test-bool-vector-to-hex-string)
620 (test-bool-vector-count-matches-at-tc)
621 (test-bool-vector-apply-mock-op)
622 (test-bool-vector-binop): New helper functions.
623 (bool-vector-test-vectors): New testcase data.
624
625 2013-09-20 Ryan <rct@thompsonclan.org> (tiny change)
626
627 * automated/advice-tests.el (advice-test-called-interactively-p-around)
628 (advice-test-called-interactively-p-filter-args)
629 (advice-test-called-interactively-p-around): New tests.
630
631 2013-09-16 Glenn Morris <rgm@gnu.org>
632
633 * automated/eshell.el (eshell-match-result):
634 Return a more informative failure than simply "false". Update callers.
635
636 * automated/eshell.el (eshell-test/for-name-shadow-loop):
637 Test value before and after loop as well as during.
638
639 2013-09-15 Glenn Morris <rgm@gnu.org>
640
641 * automated/eshell.el (eshell-test/for-name-shadow-loop):
642 New test. (Bug#15372)
643 (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
644
645 2013-09-13 Glenn Morris <rgm@gnu.org>
646
647 * automated/eshell.el (with-temp-eshell):
648 Use a temp directory for eshell-directory-name.
649 (eshell-test-command-result): New, again using a temp directory.
650 Replace eshell-command-result with this throughout.
651 (eshell-test/for-loop, eshell-test/for-name-loop):
652 Ensure environment variables don't confuse us.
653
654 2013-09-12 Glenn Morris <rgm@gnu.org>
655
656 * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
657 due to "has a running process; kill it?" prompts.
658
659 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * automated/eshell.el: Rename from eshell.el.
662 (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
663
664 2013-09-01 Glenn Morris <rgm@gnu.org>
665
666 * automated/Makefile.in (setwins): Avoid leading space in $wins.
667 Otherwise the sed command used by eg compile-main ends up
668 containing "/*.el". (Bug#15170)
669
670 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
671
672 * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
673 for portability to hosts where /bin/sh has problems.
674
675 2013-08-21 David Engster <deng@randomsample.de>
676
677 * automated/eieio-tests.el, automated/eieio-test-persist.el:
678 * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
679 upstream. Changed to use ERT.
680
681 2013-08-14 Daniel Hackney <dan@haxney.org>
682
683 * automated/package-test.el: Remove tar-package-building functions.
684 Tar file used for testing is included in the repository.
685 (package-test-install-texinfo, package-test-cleanup-built-files):
686 Remove.
687
688 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
689
690 * automated/python-tests.el (python-imenu-create-index-4)
691 (python-imenu-create-flat-index-2): New tests.
692
693 2013-08-05 Glenn Morris <rgm@gnu.org>
694
695 * automated/mule-util.el: New file, with tests extracted from
696 lisp/international/mule-util.el.
697
698 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * automated/advice-tests.el (advice-tests-nadvice): Test removal
701 before definition.
702 (advice-tests-macroaliases): New test.
703
704 2013-08-04 Glenn Morris <rgm@gnu.org>
705
706 * automated/ert-tests.el: Disable failing test that no-one seems
707 to know how to fix. (Bug#13064)
708
709 * automated/icalendar-tests.el (icalendar-tests--test-export)
710 (icalendar-tests--test-import): Try more precise TZ specification.
711 Remove debug messages.
712
713 2013-08-03 Glenn Morris <rgm@gnu.org>
714
715 * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
716
717 * automated/icalendar-tests.el (icalendar-tests--test-export)
718 (icalendar-tests--test-import):
719 Use getenv/setenv rather than set-time-zone-rule. Add debug messages.
720 (icalendar-tests--test-import): Reset zone even if error occurred.
721
722 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * automated/core-elisp-tests.el: New file.
725
726 2013-08-01 Glenn Morris <rgm@gnu.org>
727
728 * automated/file-notify-tests.el (file-notify--test-remote-enabled):
729 Try to check that the remote system has a notification program.
730
731 2013-07-31 Glenn Morris <rgm@gnu.org>
732
733 * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
734
735 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
736
737 * automated/file-notify-tests.el
738 (file-notify--test-local-enabled): New defconst. Replaces all
739 `file-notify-support' occurrences.
740 (file-notify--test-remote-enabled): New defun.
741 (file-notify--deftest-remote): Use it.
742 (file-notify-test00-availability): Rewrite.
743 (file-notify-test00-availability-remote): New defun.
744 (file-notify-test01-add-watch): Rewrite first erroneous check.
745
746 2013-07-23 Glenn Morris <rgm@gnu.org>
747
748 * automated/inotify-test.el (inotify-file-watch-simple):
749 Delete temp-file when done.
750
751 * automated/subword-tests.el: Require subword.
752
753 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * automated/subword-tests.el: New file.
756
757 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
758
759 * automated/python-tests.el (python-imenu-create-index-2)
760 (python-imenu-create-index-3): New tests.
761
762 2013-07-11 Glenn Morris <rgm@gnu.org>
763
764 * automated/ert-tests.el: Require cl-lib at runtime too.
765 (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
766 (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
767 (ert-test-set-functions, ert-test-gensym)
768 (ert-test-coerce-to-vector, ert-test-string-position)
769 (ert-test-mismatch): Remove tests.
770 * automated/cl-lib.el: New, split from ert-tests.el.
771
772 * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
773 Goto point-min.
774 (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
775 (ruby-move-to-block-skips-percent-literal)
776 (ruby-move-to-block-skips-heredoc)
777 (ruby-move-to-block-moves-from-else-to-if)
778 (ruby-beginning-of-defun-does-not-fold-case)
779 (ruby-end-of-defun-skips-to-next-line-after-the-method):
780 Replace goto-line with forward-line/goto-char.
781 (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
782
783 * automated/package-test.el (makeinfo-buffer): Autoload.
784 (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
785 (package-test-install-texinfo): Don't require makeinfo.
786
787 * automated/files.el: Stop "local variables" confusion.
788
789 * automated/flymake-tests.el (flymake-tests): Remove unused group.
790
791 * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
792 Use with-current-buffer.
793
794 * automated/undo-tests.el (undo-test-buffer-modified)
795 (undo-test-file-modified): New tests.
796
797 2013-07-09 Michael Albinus <michael.albinus@gmx.de>
798
799 * automated/file-notify-tests.el (file-notify-test00-availability):
800 Set :expected-result.
801 (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
802 (file-notify-test02-events, file-notify-test02-events-remote)
803 (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
804 Skip when `file-notify-support' is nil. (Bug#14823)
805
806 2013-07-09 Glenn Morris <rgm@gnu.org>
807
808 * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
809 Declare.
810 (inotify-file-watch-simple): Silence compiler.
811
812 * automated/python-tests.el (python-indent-block-enders):
813 Make it actually test something.
814
815 * automated/package-x-test.el: Require package-test when compiling.
816
817 * automated/add-log-tests.el, automated/advice-tests.el:
818 * automated/imenu-test.el, automated/package-x-test.el:
819 * automated/python-tests.el, automated/ruby-mode-tests.el:
820 * automated/xml-parse-tests.el: Explicitly require ert.
821
822 2013-07-08 Kenichi Handa <handa@gnu.org>
823
824 * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
825 Use with-ccoding-priority to avoid side-effect (Bug#14781).
826
827 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
828
829 * automated/file-notify-tests.el
830 (file-notify-test-remote-temporary-file-directory):
831 Use `null-device' on w32.
832 (file-notify--test-tmpfile, file-notify--test-tmpfile1)
833 (file-notify--test-results, file-notify--test-event)
834 (file-notify--deftest-remote, file-notify--event-test)
835 (file-notify--test-event-handler)
836 (file-notify--test-make-temp-name): Rename, in order to mark them
837 internal.
838 (tramp-message-show-message, tramp-read-passwd): Tweak them for
839 better fitting in noninteractive tests.
840 (file-notify-test00-availability): Rename from `file-notify-test0'.
841 (file-notify-test01-add-watch): Rename from `file-notify-test1'.
842 Use `temporary-file-directory '.
843 (file-notify-test01-add-watch-remote): New test.
844 (file-notify-test02-events): Rename from `file-notify-test2'.
845 (file-notify-test02-events-remote): Rename from `file-notify-test3'.
846 (file-notify-test03-autorevert): Rename from
847 `file-notify-test4'. Use timeouts.
848 (file-notify-test03-autorevert-remote): Rename from
849 `file-notify-test5'.
850
851 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
852
853 * automated/file-notify-tests.el: New package.
854
855 2013-06-28 Kenichi Handa <handa@gnu.org>
856
857 * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
858 (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
859 Callers changed.
860 (decoder-tests-filename): New function.
861 (decoder-tests-prefer-utf-8-read)
862 (decoder-tests-prefer-utf-8-write): New function.
863 (ert-test-decoder-prefer-utf-8): New test.
864
865 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
866
867 * automated/package-x-test.el: Change the commentary.
868 (package-x-test--single-archive-entry-1-3)
869 (package-x-test--single-archive-entry-1-4): Fix the tests, by
870 using the appropriate data structure.
871
872 2013-06-27 Daniel Hackney <dan@haxney.org>
873
874 * automated/Makefile.in (setwins): Include the 'data' subdirectory.
875
876 * automated/package-x-test.el: New file.
877
878 * automated/package-test.el: New file.
879
880 * automated/data/package: New directory, with test examples.
881
882 2013-06-27 Glenn Morris <rgm@gnu.org>
883
884 * automated/python-tests.el (python-tests-with-temp-file):
885 Clean up after ourself.
886
887 * automated/undo-tests.el (undo-test3): Remove test that seems to
888 do nothing that the previous one doesn't, except leave a tempfile.
889
890 2013-06-26 Glenn Morris <rgm@gnu.org>
891
892 * automated/info-xref.el: New file.
893
894 2013-06-25 Glenn Morris <rgm@gnu.org>
895
896 * automated/occur-tests.el (occur-test-create): New function.
897 Use it to create separate tests for each element, so we run them
898 all rather than stopping at the first error.
899
900 2013-06-24 Glenn Morris <rgm@gnu.org>
901
902 * automated/occur-tests.el (occur-tests):
903 Update for 2013-05-29 change to occur header line.
904
905 2013-06-21 Eduard Wiebe <usenet@pusto.de>
906
907 Test suite for flymake.
908 * automated/flymake-tests.el:
909 * automated/flymake/warnpred/Makefile
910 * automated/flymake/warnpred/test.c
911 * automated/flymake/warnpred/test.pl: New files.
912
913 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
914
915 * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
916
917 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
918
919 * automated/reftex-tests.el: New test suite for reftex.
920
921 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
922
923 * automated/ruby-mode-tests.el: New tests, for percent literals
924 and expression expansion.
925
926 2013-05-29 Leo Liu <sdl.web@gmail.com>
927
928 * indent/octave.m: Tweak.
929
930 2013-05-26 Aidan Gauland <aidalgol@amuri.net>
931
932 * eshell.el: Rewrite tests using ERT.
933
934 2013-05-25 Leo Liu <sdl.web@gmail.com>
935
936 * indent/octave.m: Add tests for %!, # and ### comments.
937
938 2013-05-23 Kenichi Handa <handa@gnu.org>
939
940 * automated/decoder-tests.el: New file.
941
942 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
943
944 * indent/ruby.rb: Add multiline regexp example.
945
946 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
947 (ruby-regexp-skips-over-interpolation)
948 (ruby-regexp-continues-till-end-when-unclosed)
949 (ruby-regexp-can-be-multiline)
950 (ruby-interpolation-inside-percent-literal): New tests.
951
952 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * indent/ruby.rb: Fix indentation after =; add more cases.
955
956 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * indent/pascal.pas: Add test for mis-identified comments.
959
960 2013-04-01 Masatake YAMATO <yamato@redhat.com>
961
962 * automated/imenu-test.el: New file. (Bug#14112)
963
964 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
965
966 * automated/python-tests.el (python-imenu-prev-index-position-1):
967 Remove test.
968 (python-imenu-create-index-1, python-imenu-create-flat-index-1):
969 New tests.
970
971 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
972
973 * automated/python-tests.el (python-nav-backward-defun-2)
974 (python-nav-backward-defun-3, python-nav-forward-defun-2)
975 (python-nav-forward-defun-3): New tests.
976
977 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
978
979 * automated/python-tests.el (python-nav-backward-defun-1)
980 (python-nav-forward-defun-1): New tests.
981
982 2013-04-09 Masatake YAMATO <yamato@redhat.com>
983
984 * automated/add-log-tests.el: New file. (Bug#14112)
985
986 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
987
988 * automated/python-tests.el (python-indent-block-enders): New test.
989 (python-info-current-defun-2): Fix test.
990
991 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
992
993 * indent/octave.m: Fix encoding error in comment. Add coding tag.
994
995 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
996
997 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
998 (python-tests-with-temp-file): New macro.
999 (python-tests-shell-interpreter): New var.
1000 (python-shell-get-process-name-1)
1001 (python-shell-internal-get-process-name-1)
1002 (python-shell-parse-command-1)
1003 (python-shell-calculate-process-environment-1)
1004 (python-shell-calculate-process-environment-2)
1005 (python-shell-calculate-process-environment-3)
1006 (python-shell-calculate-exec-path-1)
1007 (python-shell-calculate-exec-path-2)
1008 (python-shell-make-comint-1)
1009 (python-shell-make-comint-2)
1010 (python-shell-get-process-1)
1011 (python-shell-get-or-create-process-1)
1012 (python-shell-internal-get-or-create-process-1): New tests.
1013
1014 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
1015
1016 * automated/python-tests.el: New file.
1017
1018 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
1019
1020 * automated/ruby-mode-tests.el
1021 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1022 bits inside the examples.
1023 (ruby-move-to-block-skips-heredoc): New test.
1024 (ruby-add-log-current-method-after-inner-class):
1025 Lower expectations: move point inside a method, initially.
1026
1027 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
1028
1029 * automated/ruby-mode-tests.el
1030 (ruby-move-to-block-skips-percent-literal): New test.
1031
1032 2013-02-04 Chong Yidong <cyd@gnu.org>
1033
1034 * automated/thingatpt.el: New file.
1035
1036 2013-02-03 Chong Yidong <cyd@gnu.org>
1037
1038 * automated/files.el (file-test--do-local-variables-test):
1039 Avoid compilation warning message.
1040
1041 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
1042
1043 * automated/ruby-mode-tests.el
1044 (ruby-indent-spread-args-in-parens): New test.
1045 * automated/ruby-mode-tests.el (ruby-block-test-example):
1046 Break indentation of the do block opener and add a line inside it.
1047 * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1048 Adjust line numbers.
1049
1050 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * automated/advice-tests.el: Split up. Add advice-test-preactivate.
1053
1054 2013-01-14 Glenn Morris <rgm@gnu.org>
1055
1056 * automated/compile-tests.el (compile-tests--test-regexps-data):
1057 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
1058
1059 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1060
1061 * automated/man-tests.el: New file.
1062
1063 2013-01-09 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1064
1065 * automated/undo-tests.el (undo-test0): Adjust error to code change.
1066
1067 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1068
1069 * automated/undo-tests.el: New file.
1070
1071 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1072
1073 * automated/ruby-mode-tests.el
1074 (ruby-indent-after-block-in-continued-expression): New test.
1075
1076 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1077
1078 * automated/ruby-mode-tests.el:
1079 Rename one interpolation test; add three more.
1080 (ruby-with-temp-buffer): New macro, use it where appropriate.
1081 (ruby-add-log-current-method-examples): Use "_" for target point.
1082 Add four new tests for ruby-add-log-current-method.
1083
1084 2012-12-11 Glenn Morris <rgm@gnu.org>
1085
1086 * automated/f90.el (f90-test-bug13138): New test.
1087
1088 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1089
1090 * automated/inotify-test.el: New test.
1091
1092 2012-12-02 Chong Yidong <cyd@gnu.org>
1093
1094 * automated/ruby-mode-tests.el
1095 (ruby-add-log-current-method-examples): Don't use loop macro, to
1096 allow automated testing to work.
1097
1098 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * automated/advice-tests.el (advice-tests--data): Remove.
1101 (advice-tests): Move the tests directly here instead.
1102 Add called-interactively-p tests.
1103
1104 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * automated/ert-x-tests.el: Use cl-lib.
1107 * automated/ert-tests.el: Use lexical-binding and cl-lib.
1108
1109 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
1110
1111 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1112 (ruby-indent-inside-heredoc-after-operator)
1113 (ruby-indent-inside-heredoc-after-space): New tests.
1114 Change direct font-lock face references to var references.
1115 (ruby-interpolation-suppresses-syntax-inside): New test.
1116 (ruby-interpolation-inside-percent-literal-with-paren):
1117 New failing test.
1118
1119 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
1120
1121 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1122 (ruby-singleton-class-no-heredoc-font-lock)
1123 (ruby-add-log-current-method-examples): New tests.
1124 (ruby-test-string): Extract from ruby-should-indent-buffer.
1125 (ruby-deftest-move-to-block): New macro.
1126 Add several move-to-block tests.
1127
1128 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * automated/advice-tests.el: New tests.
1131
1132 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1133
1134 * automated/compile-tests.el (compile-tests--test-regexps-data):
1135 Add new data for msft's new format.
1136
1137 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
1138
1139 * automated/ruby-mode-tests.el:
1140 (ruby-toggle-block-to-multiline): New test.
1141 (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1142 (ruby-toggle-block-to-brace): Use buffer-string.
1143
1144 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1145
1146 * automated/ruby-mode-tests.el: New tests (Bug#11613).
1147
1148 2012-08-28 Chong Yidong <cyd@gnu.org>
1149
1150 * automated/files.el: Test every combination of values for
1151 enable-local-variables and enable-local-eval.
1152
1153 2012-08-19 Chong Yidong <cyd@gnu.org>
1154
1155 * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1156
1157 2012-08-18 Chong Yidong <cyd@gnu.org>
1158
1159 * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1160
1161 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1162
1163 * indent/ruby.rb: Rearrange examples, add new ones.
1164
1165 2012-08-12 Dmitry Gutov <dgutov@yandex.ru>
1166
1167 * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1168 (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1169
1170 2012-08-11 Glenn Morris <rgm@gnu.org>
1171
1172 * automated/files.el: New file.
1173
1174 * automated/Makefile.in (all): Fix typo.
1175
1176 2012-08-10 Dmitry Gutov <dgutov@yandex.ru>
1177
1178 * automated/ruby-mode-tests.el (ruby-should-indent):
1179 Add docstring, check (current-indentation) instead of (current-column).
1180 (ruby-should-indent-buffer): New function.
1181 Add tests for `ruby-deep-indent-paren' behavior.
1182 Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1183
1184 2012-08-10 Nobuyoshi Nakada <nobu@ruby-lang.org>
1185
1186 Original tests in test_ruby_mode.rb in upstream (author).
1187
1188 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1189
1190 * automated/ruby-mode-tests.el (ruby-should-indent)
1191 (ruby-assert-state): New functions.
1192 Add new tests.
1193
1194 2012-07-29 David Engster <deng@randomsample.de>
1195
1196 * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1197 New variable to hold test data for name expansion.
1198 (xml-parse-tests): Test the two different types of name expansion.
1199
1200 2012-07-29 Juri Linkov <juri@jurta.org>
1201
1202 * automated/occur-tests.el (occur-test-case): Use predefined
1203 buffer name " *test-occur*" instead of a random buffer name.
1204
1205 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
1206
1207 * automated/ruby-mode-tests.el: New file with one test.
1208
1209 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * indent/shell.sh: Add test case for ${#VAR}.
1212
1213 * indent/latex-mode.tex: New file.
1214
1215 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * eshell.el: Use cl-lib.
1218
1219 2012-07-03 Chong Yidong <cyd@gnu.org>
1220
1221 * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1222
1223 2012-07-02 Chong Yidong <cyd@gnu.org>
1224
1225 * automated/xml-parse-tests.el (xml-parse-tests--data):
1226 More testcases.
1227
1228 2012-07-01 Chong Yidong <cyd@gnu.org>
1229
1230 * automated/xml-parse-tests.el: New file.
1231
1232 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1235 Use cl-flet.
1236
1237 2012-06-08 Ulf Jasper <ulf.jasper@web.de>
1238
1239 * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1240 Test escaped commas in TZID (Bug#11473).
1241 (icalendar-import-with-timezone): New.
1242 (icalendar-real-world): Add new testcase as given in the bugreport
1243 of Bug#11473.
1244
1245 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
1246
1247 * automated/icalendar-tests.el (icalendar-tests--test-import):
1248 Include UID in import tests (Bug#11525).
1249 (icalendar-import-non-recurring, icalendar-import-rrule)
1250 (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1251 UID-import change.
1252 (icalendar-import-with-uid): New.
1253 (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1254 Include UID in cycle tests.
1255 (icalendar-cycle, icalendar-real-world): UID-import change.
1256
1257 2012-05-21 Glenn Morris <rgm@gnu.org>
1258
1259 * automated/Makefile.in (setwins): Scrap superfluous subshell.
1260
1261 2012-05-15 Teodor Zlatanov <tzz@lifelogs.com>
1262
1263 * automated/url-util-tests.el: New file to test
1264 lisp/url/url-util.el. Only `url-build-query-string' and
1265 `url-parse-query-string' are tested right now (Bug#8706).
1266
1267 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * indent/shell.sh:
1270 * indent/shell.rc: Ad some test cases.
1271
1272 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * indent/ruby.rb: New file, to test new syntax-propertize code.
1275
1276 2012-04-11 Glenn Morris <rgm@gnu.org>
1277
1278 * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1279
1280 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1281
1282 * automated/url-future-tests.el (url-future-tests): Move from
1283 lisp/url/url-future.el and rename.
1284
1285 2012-01-29 Ulf Jasper <ulf.jasper@web.de>
1286
1287 * automated/icalendar-tests.el (icalendar-import-non-recurring):
1288 Fix broken test, caused by missing trailing blank.
1289
1290 2011-12-03 Chong Yidong <cyd@gnu.org>
1291
1292 * automated/compile-tests.el (compile-tests--test-regexps-data):
1293 Increase column numbers by one to reflect change in how
1294 compilation-message is recorded (Bug#10172).
1295
1296 2011-11-22 Glenn Morris <rgm@gnu.org>
1297
1298 * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1299
1300 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1301
1302 * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1303
1304 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1305
1306 * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1307 (icalendar-tests--test-export, icalendar-tests--do-test-export):
1308 * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1309
1310 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
1311
1312 * automated/newsticker-tests.el
1313 (newsticker--group-manage-orphan-feeds): Remove fsetting of
1314 newsticker--treeview-tree-update.
1315
1316 2011-10-29 Ulf Jasper <ulf.jasper@web.de>
1317
1318 * automated/newsticker-tests.el
1319 (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1320
1321 * automated/newsticker-tests.el
1322 (newsticker--group-manage-orphan-feeds): Prevent updating
1323 newsticker treeview. Fixed bug#9763.
1324
1325 2011-10-20 Glenn Morris <rgm@gnu.org>
1326
1327 * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1328
1329 * automated/vc-bzr.el: New file.
1330
1331 2011-10-15 Glenn Morris <rgm@gnu.org>
1332
1333 * automated/f90.el: New file.
1334
1335 2011-09-27 Ulf Jasper <ulf.jasper@web.de>
1336
1337 * automated/newsticker-tests.el: Move newsticker-testsuite.el
1338 to automated/newsticker-tests.el. Convert to ERT.
1339
1340 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
1341
1342 * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1343 Remove, simply use string=.
1344 (icalendar--diarytime-to-isotime)
1345 (icalendar--datetime-to-diary-date)
1346 (icalendar--datestring-to-isodate)
1347 (icalendar--format-ical-event)
1348 (icalendar--parse-summary-and-rest)
1349 (icalendar-tests--do-test-import)
1350 (icalendar-tests--do-test-cycle): Change argument order of
1351 string= to EXPECTED ACTUAL.
1352 (icalendar--import-format-sample)
1353 (icalendar--format-ical-event)
1354 (icalendar-import-non-recurring)
1355 (icalendar-import-rrule)
1356 (icalendar-import-duration)
1357 (icalendar-import-bug-6766)
1358 (icalendar-real-world): Adjust to string= instead of
1359 icalendar-tests--compare-strings.
1360 (icalendar-import-multiple-vcalendars): New.
1361
1362 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1363
1364 * automated/gnus-tests.el: Add wrapper for Gnus tests.
1365 Require CL.
1366
1367 2011-05-09 Juri Linkov <juri@jurta.org>
1368
1369 * automated/occur-tests.el: Move from test/occur-testsuite.el.
1370 Convert to ERT.
1371
1372 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
1373
1374 * automated/compile-tests.el: New file.
1375
1376 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * automated/font-parse-tests.el: Don't byte-compile.
1379
1380 * automated/comint-testsuite.el: Move from test/. Convert to ERT.
1381
1382 2011-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1383
1384 * automated/lexbind-tests.el: New file.
1385
1386 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1387
1388 * Version 23.3 released.
1389
1390 2011-03-05 Glenn Morris <rgm@gnu.org>
1391
1392 * eshell.el: Move here from lisp/eshell/esh-test.el.
1393
1394 2011-03-03 Christian Ohler <ohler@gnu.org>
1395
1396 * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1397 New test.
1398
1399 2011-02-20 Ulf Jasper <ulf.jasper@web.de>
1400
1401 * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1402 convert to ERT format.
1403
1404 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
1405
1406 * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1407 convert to ERT format.
1408
1409 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * indent/shell.sh:
1412 * indent/shell.rc: New files.
1413
1414 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * automated/font-parse-tests.el: Move from
1417 font-parse-testsuite.el.
1418
1419 2011-01-26 Chong Yidong <cyd@stupidchicken.com>
1420
1421 * font-parse-testsuite.el (test-font-parse-data): New file.
1422
1423 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * indent/prolog.prolog: Add tokenizing tests.
1426
1427 2011-01-13 Christian Ohler <ohler@gnu.org>
1428
1429 * automated: New directory for automated tests.
1430
1431 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1432
1433 * automated/Makefile.in: New file.
1434
1435 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * indent/modula2.mod: New file.
1438
1439 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * indent/octave.m: Add a test to ensure indentation is local.
1442
1443 2010-10-23 Glenn Morris <rgm@gnu.org>
1444
1445 * comint-testsuite.el
1446 (comint-testsuite--test-comint-password-prompt-regexp):
1447 Add "Please enter the password". (Bug#7224)
1448
1449 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * indent/prolog.prolog: Use normal spacing around !.
1452
1453 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * indent/octave.m: Remove one more `fixindent'. Use `end'.
1456
1457 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * indent/octave.m: Remove some `fixindent' not needed any more.
1460
1461 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * indent/octave.m: New file.
1464
1465 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
1466
1467 * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1468 (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1469 (icalendar-testsuite--run-internal-tests): New.
1470 (icalendar-testsuite--test-convert-ordinary-to-ical)
1471 (icalendar-testsuite--test-convert-block-to-ical)
1472 (icalendar-testsuite--test-convert-anniversary-to-ical)
1473 (icalendar-testsuite--test-parse-vtimezone)
1474 (icalendar-testsuite--do-test-export): Code formatting.
1475 (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1476 (icalendar-testsuite--do-test-import)
1477 (icalendar-testsuite--do-test-cycle):
1478 Use icalendar-testsuite--compare-strings
1479 (icalendar-testsuite--run-import-tests): Comment added.
1480 (icalendar-testsuite--run-import-tests)
1481 (icalendar-testsuite--run-real-world-tests): Fix expected results.
1482
1483 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
1484
1485 * redisplay-testsuite.el (test-redisplay-3): New test.
1486
1487 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * comint-testsuite.el: New file.
1490
1491 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1492
1493 * indent: New dir.
1494
1495 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1496
1497 * Version 23.2 released.
1498
1499 2010-03-29 Chong Yidong <cyd@stupidchicken.com>
1500
1501 * cedet/semantic-ia-utest.el
1502 (semantic-symref-test-count-hits-in-tag): Add function, from
1503 semantic-test.el.
1504
1505 * cedet/tests/test.cpp:
1506 * cedet/tests/test.py:
1507 * cedet/tests/teststruct.cpp:
1508 * cedet/tests/testtemplates.cpp:
1509 * cedet/tests/testusing.cpp:
1510 * cedet/tests/scopetest.cpp:
1511 * cedet/tests/scopetest.java: Files deleted.
1512
1513 * cedet/tests/test.make:
1514 * cedet/tests/test.c:
1515 * cedet/tests/testjavacomp.java:
1516 * cedet/tests/testspp.c:
1517 * cedet/tests/testsppreplace.c:
1518 * cedet/tests/testsppreplaced.c:
1519 * cedet/tests/testsubclass.cpp:
1520 * cedet/tests/testsubclass.hh:
1521 * cedet/tests/testtypedefs.cpp:
1522 * cedet/tests/testvarnames.c:
1523 * cedet/tests/test.el:
1524 * cedet/tests/testdoublens.cpp:
1525 * cedet/tests/testdoublens.hpp: Add copyright header.
1526
1527 * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1528 Remove reference to deleted files.
1529
1530 2010-03-30 Juri Linkov <juri@jurta.org>
1531
1532 * occur-testsuite.el (occur-tests): Add tests for context lines.
1533
1534 2010-03-23 Juri Linkov <juri@jurta.org>
1535
1536 * occur-testsuite.el: New file.
1537
1538 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * Branch for 23.2.
1541
1542 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1543
1544 * icalendar-testsuite.el
1545 (icalendar-testsuite--run-function-tests): Add new tests.
1546 (icalendar-testsuite--test-diarytime-to-isotime): Add another
1547 testcase.
1548 (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1549 (icalendar-testsuite--test-convert-weekly-to-ical): New.
1550 (icalendar-testsuite--test-convert-yearly-to-ical): New.
1551 (icalendar-testsuite--test-convert-block-to-ical): New.
1552 (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1553 (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1554
1555 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1558 (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1559 Fix typos in docstrings and error messages.
1560 (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1561
1562 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1563
1564 * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1565 * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1566 (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1567
1568 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
1569
1570 * icalendar-testsuite.el
1571 (icalendar-testsuite--run-function-tests):
1572 Add icalendar-testsuite--test-parse-vtimezone.
1573 (icalendar-testsuite--test-parse-vtimezone): New.
1574 (icalendar-testsuite--do-test-cycle): Doc changes.
1575 (icalendar-testsuite--run-real-world-tests): Remove trailing
1576 whitespace -- see change of icalendar--add-diary-entry in
1577 icalendar.el.
1578 (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1579
1580 2009-09-30 Glenn Morris <rgm@gnu.org>
1581
1582 * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1583
1584 2009-06-26 Eric Ludlam <zappo@gnu.org>
1585
1586 * cedet/*: New unit tests, from CEDET repository.
1587
1588 2009-06-26 Chong Yidong <cyd@stupidchicken.com>
1589
1590 * redisplay-testsuite.el: New file.
1591
1592 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * Branch for 23.1.
1595
1596 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1597
1598 * icalendar-testsuite.el
1599 (icalendar-testsuite--run-function-tests):
1600 Add icalendar-testsuite--test-diarytime-to-isotime.
1601 (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1602 recent icalendar fixes.
1603 (icalendar-testsuite--test-diarytime-to-isotime): New.
1604 (icalendar-testsuite--test-create-uid): Adjust to recent
1605 icalendar changes.
1606
1607 2008-11-30 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1608
1609 * bytecomp-testsuite.el: New file.
1610
1611 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1612
1613 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1614 Add `icalendar-testsuite--test-create-uid'.
1615 (icalendar-testsuite--test-create-uid): New.
1616
1617 2008-06-14 Ulf Jasper <ulf.jasper@web.de>
1618
1619 * newsticker-testsuite.el: New file.
1620
1621 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
1622
1623 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1624 Add icalendar-testsuite--test-datestring-to-isodate,
1625 icalendar-testsuite--test-datetime-to-diary-date, and
1626 icalendar-testsuite--test-calendar-style.
1627 (icalendar-testsuite--test-format-ical-event)
1628 (icalendar-testsuite--test-parse-summary-and-rest):
1629 Doc fix. Remove european-calendar-style.
1630 (icalendar-testsuite--get-ical-event): Doc fix.
1631 (icalendar-testsuite--test-first-weekday-of-year)
1632 (icalendar-testsuite--run-cycle-tests): Add doc string.
1633 (icalendar-testsuite--test-datestring-to-isodate)
1634 (icalendar-testsuite--test-datetime-to-diary-date)
1635 (icalendar-testsuite--test-calendar-style): New functions.
1636 (icalendar-testsuite--test-export): Handle iso date style.
1637 New arg INPUT-ISO. Use calendar-date-style.
1638 (icalendar-testsuite--test-import): Handle iso date style.
1639 New arg EXPECTED-ISO. Use calendar-date-style.
1640 (icalendar-testsuite--test-cycle): Handle iso date style.
1641 (icalendar-testsuite--run-import-tests)
1642 (icalendar-testsuite--run-export-tests)
1643 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1644
1645 2008-02-29 Glenn Morris <rgm@gnu.org>
1646
1647 * README: New file.
1648
1649 2008-02-29 Ulf Jasper <ulf.jasper@web.de>
1650
1651 * icalendar-testsuite.el: New file.
1652
1653 ;; Local Variables:
1654 ;; coding: utf-8
1655 ;; End:
1656
1657 Copyright (C) 2008-2014 Free Software Foundation, Inc.
1658
1659 This file is part of GNU Emacs.
1660
1661 GNU Emacs is free software: you can redistribute it and/or modify
1662 it under the terms of the GNU General Public License as published by
1663 the Free Software Foundation, either version 3 of the License, or
1664 (at your option) any later version.
1665
1666 GNU Emacs is distributed in the hope that it will be useful,
1667 but WITHOUT ANY WARRANTY; without even the implied warranty of
1668 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1669 GNU General Public License for more details.
1670
1671 You should have received a copy of the GNU General Public License
1672 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.