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