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