diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 255 |
1 files changed, 249 insertions, 6 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 28178812a95..f7bec2ee119 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,10 +1,253 @@ | |||
| 1 | 2015-02-01 Joakim Verona <joakim@verona.se> | 1 | 2015-04-01 Artur Malabarba <bruce.connor.am@gmail.com> |
| 2 | Support for testing xwidgets | ||
| 3 | * xwidget-test-manual.el: | ||
| 4 | 2 | ||
| 5 | 2015-02-01 Grégoire Jadi <daimrod@gmail.com> | 3 | * automated/package-test.el: Avoid async while testing. |
| 6 | Support for testing xwidgets | 4 | (package-test-update-archives): Fix test. |
| 7 | * automated/xwidget-tests.el: | 5 | |
| 6 | 2015-03-27 Wolfgang Jenkner <wjenkner@inode.at> | ||
| 7 | |||
| 8 | * automated/textprop-tests.el: New file. | ||
| 9 | (textprop-tests-font-lock--remove-face-from-text-property): New test. | ||
| 10 | |||
| 11 | 2015-03-24 Michael Albinus <michael.albinus@gmx.de> | ||
| 12 | |||
| 13 | * automated/tramp-tests.el (tramp-test18-file-attributes) | ||
| 14 | (tramp--test-check-files): Extend tests. | ||
| 15 | (tramp-test31-utf8): Do not skip for tramp-adb.el. | ||
| 16 | |||
| 17 | 2015-03-24 Daiki Ueno <ueno@gnu.org> | ||
| 18 | |||
| 19 | * automated/epg-tests.el: New file. | ||
| 20 | * automated/data/epg/pubkey.asc: New file. | ||
| 21 | * automated/data/epg/seckey.asc: New file. | ||
| 22 | |||
| 23 | 2015-03-22 Dmitry Gutov <dgutov@yandex.ru> | ||
| 24 | |||
| 25 | * automated/json-tests.el: New file. | ||
| 26 | |||
| 27 | 2015-03-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 28 | |||
| 29 | * automated/eieio-tests.el (eieio-test-17-virtual-slot): Don't use | ||
| 30 | initarg in `oset'. | ||
| 31 | (eieio-test-32-slot-attribute-override-2): Adjust to new | ||
| 32 | slot representation. | ||
| 33 | |||
| 34 | * automated/eieio-test-persist.el (persist-test-save-and-compare): | ||
| 35 | Adjust to new slot representation. | ||
| 36 | |||
| 37 | * automated/eieio-test-methodinvoke.el (make-instance): Use new-style | ||
| 38 | `subclass' specializer for a change. | ||
| 39 | |||
| 40 | 2015-03-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 41 | |||
| 42 | * automated/cl-lib-tests.el: Use lexical-binding. | ||
| 43 | (cl-lib-arglist-performance): Refine test to the case where one of the | ||
| 44 | fields has a non-nil default value. Use existing `mystruct' defstruct. | ||
| 45 | (cl-lib-struct-accessors): Use `pcase' to be a bit more flexible in the | ||
| 46 | accepted outputs. | ||
| 47 | |||
| 48 | 2015-03-16 Ken Brown <kbrown@cornell.edu> | ||
| 49 | |||
| 50 | * automated/tramp-tests.el (tramp--test-special-characters): | ||
| 51 | Don't test "\t" in file names on Cygwin. (Bug#20119) | ||
| 52 | |||
| 53 | 2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com> | ||
| 54 | |||
| 55 | * indent/js-indent-init-dynamic.js: Fix spelling error. | ||
| 56 | |||
| 57 | 2015-03-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 58 | |||
| 59 | Prefer "initialize" to "initialise" | ||
| 60 | * indent/js-indent-init-t.js: Rename from | ||
| 61 | indent/js-indent-first-initialiser-t.js. | ||
| 62 | * indent/js-indent-init-dynamic.js: Rename from | ||
| 63 | test/indent/js-indent-first-initialiser-dynamic.js. | ||
| 64 | |||
| 65 | 2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com> | ||
| 66 | |||
| 67 | * indent/js.js: Add local variables. | ||
| 68 | |||
| 69 | * indent/js-indent-first-initialiser-t.js: | ||
| 70 | * indent/js-indent-first-initialiser-dynamic.js: | ||
| 71 | New tests for `js-indent-first-initialiser'. | ||
| 72 | |||
| 73 | 2015-03-10 Przemyslaw Wojnowski <esperanto@cumego.com> | ||
| 74 | |||
| 75 | * automated/cl-lib-tests.el: Add tests for plusp, second, ... | ||
| 76 | (cl-lib-test-plusp, cl-lib-test-minusp) | ||
| 77 | (cl-lib-test-oddp, cl-lib-test-evenp, cl-lib-test-first) | ||
| 78 | (cl-lib-test-second, cl-lib-test-third, cl-lib-test-fourth) | ||
| 79 | (cl-lib-test-fifth, cl-lib-test-sixth, cl-lib-test-seventh) | ||
| 80 | (cl-lib-test-eighth, cl-lib-test-ninth, cl-lib-test-tenth) | ||
| 81 | (cl-lib-test-endp, cl-lib-test-nth-value) | ||
| 82 | (cl-lib-nth-value-test-multiple-values, cl-test-caaar, cl-test-caadr) | ||
| 83 | (cl-test-ldiff): New tests. | ||
| 84 | (cl-digit-char-p): Tighten the test. | ||
| 85 | |||
| 86 | 2015-03-09 Dmitry Gutov <dgutov@yandex.ru> | ||
| 87 | |||
| 88 | * indent/Makefile: Call 'rm' with '-f'. Default EMACS to | ||
| 89 | '../../src/emacs'. Remove *.new in 'clean'. Set 'all' target to | ||
| 90 | run all examples. | ||
| 91 | |||
| 92 | 2015-03-09 Nicolas Petton <nicolas@petton.fr> | ||
| 93 | |||
| 94 | * automated/seq-tests.el (test-seq-into): Add a test for seq-into. | ||
| 95 | |||
| 96 | 2015-03-08 Dmitry Gutov <dgutov@yandex.ru> | ||
| 97 | |||
| 98 | * indent/ruby.rb: Add an example for bug#20026. | ||
| 99 | |||
| 100 | * indent/js.js: Set `js-indent-level' to 2. Fix indentation in an | ||
| 101 | example. | ||
| 102 | |||
| 103 | 2015-03-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 104 | |||
| 105 | * automated/tramp-tests.el (top): Declare `tramp-get-remote-stat' | ||
| 106 | and `tramp-get-remote-perl'. | ||
| 107 | (tramp-test06-directory-file-name): Fix docstring and last test. | ||
| 108 | (tramp-test08-file-local-copy): Extend test. | ||
| 109 | (tramp-test13-make-directory): Test also PARENTS arg. | ||
| 110 | (tramp-test17-insert-directory): Do not expect any order in | ||
| 111 | directory listing. | ||
| 112 | (tramp--test-adb-p): New defun. | ||
| 113 | (tramp--test-check-files): Fix doxstring. Extend tests. | ||
| 114 | (tramp--test-special-characters): New defun. Use body from | ||
| 115 | `tramp-test30-special-characters'. Adapt check for tramp-adb.el. | ||
| 116 | (tramp-test30-special-characters): Use it. | ||
| 117 | (tramp--test-utf8): New defun. Use body from | ||
| 118 | `tramp-test31-utf8'. Add test string. | ||
| 119 | (tramp-test31-utf8): Use it. | ||
| 120 | (tramp-test30-special-characters-with-stat) | ||
| 121 | (tramp-test30-special-characters-with-perl) | ||
| 122 | (tramp-test30-special-characters-with-ls): | ||
| 123 | (tramp-test31-utf8-with-stat, tramp-test31-utf8-with-perl) | ||
| 124 | (tramp-test31-utf8-with-ls): New tests. | ||
| 125 | |||
| 126 | 2015-03-03 Daniel Colascione <dancol@dancol.org> | ||
| 127 | |||
| 128 | * automated/generator-tests.el (cps-testcase): | ||
| 129 | Use `cps-inhibit-atomic-optimization' instead of | ||
| 130 | `cps-disable-atomic-optimization'. | ||
| 131 | (cps-test-declarations-preserved): New test. | ||
| 132 | |||
| 133 | * automated/finalizer-tests.el (finalizer-basic) | ||
| 134 | (finalizer-circular-reference, finalizer-cross-reference) | ||
| 135 | (finalizer-error): Rename `gc-precise-p' to `gc-precise'. | ||
| 136 | |||
| 137 | * automated/generator-tests.el (cps-test-iter-close-finalizer): | ||
| 138 | Rename `gc-precise-p' to `gc-precise'. | ||
| 139 | |||
| 140 | 2015-03-03 Glenn Morris <rgm@gnu.org> | ||
| 141 | |||
| 142 | * automated/generator-tests.el (cps-while-incf) | ||
| 143 | (cps-test-iter-cleanup-once-only): Replace undefined incf with cl-incf. | ||
| 144 | (cps-test-iter-do): Use should not undefined assert. | ||
| 145 | |||
| 146 | 2015-03-03 Daniel Colascione <dancol@dancol.org> | ||
| 147 | |||
| 148 | * automated/finalizer-tests.el (finalizer-object-type): Test that | ||
| 149 | `type-of' works correctly for finalizers. | ||
| 150 | |||
| 151 | 2015-03-02 Daniel Colascione <dancol@dancol.org> | ||
| 152 | |||
| 153 | * automated/generator-tests.el: New tests | ||
| 154 | |||
| 155 | * automated/finalizer-tests.el (finalizer-basic) | ||
| 156 | (finalizer-circular-reference, finalizer-cross-reference) | ||
| 157 | (finalizer-error): New tests. | ||
| 158 | |||
| 159 | 2015-03-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 160 | |||
| 161 | * automated/vc-tests.el (vc-test--create-repo): Add check for | ||
| 162 | `vc-responsible-backend'. | ||
| 163 | (vc-test--register): Do not print a message when unsupported. | ||
| 164 | (vc-test--state, vc-test--working-revision): Rework. Raise no | ||
| 165 | error in case of inconsistent result, but document everything. | ||
| 166 | (vc-test--checkout-model): New defun. | ||
| 167 | (vc-test-*-checkout-model): New tests. | ||
| 168 | |||
| 169 | 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 170 | |||
| 171 | * automated/python-tests.el | ||
| 172 | (python-indent-dedent-line-backspace-2) | ||
| 173 | (python-indent-dedent-line-backspace-3): New tests. | ||
| 174 | |||
| 175 | 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 176 | |||
| 177 | * automated/python-tests.el (python-indent-pep8-1) | ||
| 178 | (python-indent-pep8-2, python-indent-pep8-3) | ||
| 179 | (python-indent-after-comment-2): Fix tests. | ||
| 180 | (python-indent-after-comment-3): New test. | ||
| 181 | |||
| 182 | 2015-02-24 Glenn Morris <rgm@gnu.org> | ||
| 183 | |||
| 184 | * automated/f90.el (f90-test-bug-19809): New test. | ||
| 185 | |||
| 186 | 2015-02-22 Michael Albinus <michael.albinus@gmx.de> | ||
| 187 | |||
| 188 | * automated/tramp-tests.el (tramp-test17-insert-directory): | ||
| 189 | Suppress localized settings in order to have a proper check for | ||
| 190 | the summary line. | ||
| 191 | |||
| 192 | 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 193 | |||
| 194 | * automated/eieio-test-methodinvoke.el (make-instance): Add methods | ||
| 195 | here rather than on eieio-constructor. | ||
| 196 | |||
| 197 | 2015-02-13 Magnus Henoch <magnus.henoch@gmail.com> | ||
| 198 | |||
| 199 | * automated/sasl-scram-rfc-tests.el: New file. | ||
| 200 | |||
| 201 | 2015-02-11 Nicolas Petton <nicolas@petton.fr> | ||
| 202 | |||
| 203 | * automated/seq-tests.el (test-seq-reverse, test-seq-group-by): | ||
| 204 | Add a test for seq-reverse and update test for seq-group-by to | ||
| 205 | test vectors and strings, not only lists. | ||
| 206 | |||
| 207 | 2015-02-10 Glenn Morris <rgm@gnu.org> | ||
| 208 | |||
| 209 | * automated/package-test.el (package-test-signed): | ||
| 210 | More informative failure messages. | ||
| 211 | |||
| 212 | 2015-02-09 Nicolas Petton <nicolas@petton.fr> | ||
| 213 | |||
| 214 | * automated/seq-tests.el (test-seq-group-by): Update test for | ||
| 215 | seq-group-by to check that sequence elements are returned in the | ||
| 216 | correct order. | ||
| 217 | |||
| 218 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 219 | |||
| 220 | * automated/python-tests.el (python-eldoc--get-symbol-at-point-1) | ||
| 221 | (python-eldoc--get-symbol-at-point-2) | ||
| 222 | (python-eldoc--get-symbol-at-point-3) | ||
| 223 | (python-eldoc--get-symbol-at-point-4): New tests. | ||
| 224 | |||
| 225 | * automated/python-tests.el (python-tests-visible-string): | ||
| 226 | New function. | ||
| 227 | (python-parens-electric-indent-1) | ||
| 228 | (python-triple-quote-pairing): Fix indentation, move require calls. | ||
| 229 | (python-hideshow-hide-levels-1) | ||
| 230 | (python-hideshow-hide-levels-2): New tests. | ||
| 231 | |||
| 232 | 2015-02-07 Dmitry Gutov <dgutov@yandex.ru> | ||
| 233 | |||
| 234 | * automated/vc-tests.el (vc-test--working-revision): | ||
| 235 | Fix `vc-working-revision' checks to be compared against nil, which is | ||
| 236 | what is should return for unregistered files. | ||
| 237 | |||
| 238 | 2015-02-06 Nicolas Petton <nicolas@petton.fr> | ||
| 239 | |||
| 240 | * automated/seq-tests.el: New tests for seq-mapcat, seq-partition | ||
| 241 | and seq-group-by. | ||
| 242 | |||
| 243 | 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 244 | |||
| 245 | * automated/package-test.el (package-test-get-deps): Fix typo. | ||
| 246 | (package-test-sort-by-dependence): New test | ||
| 247 | |||
| 248 | 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 249 | |||
| 250 | * automated/package-test.el (package-test-get-deps): New test. | ||
| 8 | 251 | ||
| 9 | 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca> | 252 | 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca> |
| 10 | 253 | ||