diff options
| author | Tom Tromey | 2013-07-06 23:18:58 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-07-06 23:18:58 -0600 |
| commit | 6dacdad5fcb278e5a16b38bb81786aac9ca27be4 (patch) | |
| tree | f5f331ea361ba0f99e0f9b638d183ad492a7da31 /test/ChangeLog | |
| parent | 0a6f2ff0c8ceb29703e76cddd46ea3f176dd873a (diff) | |
| parent | 219afb88d9d484393418820d1c08dc93299110ec (diff) | |
| download | emacs-6dacdad5fcb278e5a16b38bb81786aac9ca27be4.tar.gz emacs-6dacdad5fcb278e5a16b38bb81786aac9ca27be4.zip | |
merge from trunk
this merges frmo trunk and fixes various build issues.
this needed a few ugly tweaks.
this hangs in "make check" now
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 89 |
1 files changed, 87 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 2e8364e1d2a..aded5473304 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,7 +1,92 @@ | |||
| 1 | 2013-07-05 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * automated/file-notify-tests.el | ||
| 4 | (file-notify-test-remote-temporary-file-directory): Use | ||
| 5 | `null-device' on w32. | ||
| 6 | (file-notify--test-tmpfile, file-notify--test-tmpfile1) | ||
| 7 | (file-notify--test-results, file-notify--test-event) | ||
| 8 | (file-notify--deftest-remote, file-notify--event-test) | ||
| 9 | (file-notify--test-event-handler) | ||
| 10 | (file-notify--test-make-temp-name): Renamed, in order to mark them | ||
| 11 | internal. | ||
| 12 | (tramp-message-show-message, tramp-read-passwd): Tweak them for | ||
| 13 | better fitting in noninteractive tests. | ||
| 14 | (file-notify-test00-availability): Renamed from `file-notify-test0'. | ||
| 15 | (file-notify-test01-add-watch): Renamed from `file-notify-test1'. | ||
| 16 | Use `temporary-file-directory '. | ||
| 17 | (file-notify-test01-add-watch-remote): New test. | ||
| 18 | (file-notify-test02-events): Renamed from `file-notify-test2'. | ||
| 19 | (file-notify-test02-events-remote): Renamed from `file-notify-test3'. | ||
| 20 | (file-notify-test03-autorevert): Renamed from | ||
| 21 | `file-notify-test4'. Use timeouts. | ||
| 22 | (file-notify-test03-autorevert-remote): Renamed from | ||
| 23 | `file-notify-test5'. | ||
| 24 | |||
| 25 | 2013-07-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 26 | |||
| 27 | * automated/file-notify-tests.el: New package. | ||
| 28 | |||
| 29 | 2013-06-28 Kenichi Handa <handa@gnu.org> | ||
| 30 | |||
| 31 | * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE. | ||
| 32 | (decoder-tests-ao-gen-file): Renamed from decoder-tests-filename. | ||
| 33 | Callers changed. | ||
| 34 | (decoder-tests-filename): New function. | ||
| 35 | (decoder-tests-prefer-utf-8-read) | ||
| 36 | (decoder-tests-prefer-utf-8-write): New function. | ||
| 37 | (ert-test-decoder-prefer-utf-8): New test. | ||
| 38 | |||
| 39 | 2013-06-27 Dmitry Gutov <dgutov@yandex.ru> | ||
| 40 | |||
| 41 | * automated/package-x-test.el: Change the commentary. | ||
| 42 | (package-x-test--single-archive-entry-1-3) | ||
| 43 | (package-x-test--single-archive-entry-1-4): Fix the tests, by | ||
| 44 | using the appropriate data structure. | ||
| 45 | |||
| 46 | 2013-06-27 Daniel Hackney <dan@haxney.org> | ||
| 47 | |||
| 48 | * automated/Makefile.in (setwins): Include the 'data' subdirectory. | ||
| 49 | |||
| 50 | * automated/package-x-test.el: New file. | ||
| 51 | |||
| 52 | * automated/package-test.el: New file. | ||
| 53 | |||
| 54 | * automated/data/package: New directory, with test examples. | ||
| 55 | |||
| 56 | 2013-06-27 Glenn Morris <rgm@gnu.org> | ||
| 57 | |||
| 58 | * automated/python-tests.el (python-tests-with-temp-file): | ||
| 59 | Clean up after ourself. | ||
| 60 | |||
| 61 | * automated/undo-tests.el (undo-test3): Remove test that seems to | ||
| 62 | do nothing that the previous one doesn't, except leave a tempfile. | ||
| 63 | |||
| 64 | 2013-06-26 Glenn Morris <rgm@gnu.org> | ||
| 65 | |||
| 66 | * automated/info-xref.el: New file. | ||
| 67 | |||
| 68 | 2013-06-25 Glenn Morris <rgm@gnu.org> | ||
| 69 | |||
| 70 | * automated/occur-tests.el (occur-test-create): New function. | ||
| 71 | Use it to create separate tests for each element, so we run them | ||
| 72 | all rather than stopping at the first error. | ||
| 73 | |||
| 74 | 2013-06-24 Glenn Morris <rgm@fencepost.gnu.org> | ||
| 75 | |||
| 76 | * automated/occur-tests.el (occur-tests): | ||
| 77 | Update for 2013-05-29 change to occur header line. | ||
| 78 | |||
| 79 | 2013-06-21 Eduard Wiebe <usenet@pusto.de> | ||
| 80 | |||
| 81 | Test suite for flymake. | ||
| 82 | * automated/flymake-tests.el: | ||
| 83 | * automated/flymake/warnpred/Makefile | ||
| 84 | * automated/flymake/warnpred/test.c | ||
| 85 | * automated/flymake/warnpred/test.pl: New files. | ||
| 86 | |||
| 1 | 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 87 | 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 2 | 88 | ||
| 3 | * automated/reftex-tests.el (reftex-parse-from-file-test): Fix | 89 | * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test. |
| 4 | test. | ||
| 5 | 90 | ||
| 6 | 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 91 | 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 7 | 92 | ||