1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/test/lisp
Stefan Kangas 385741fae2 Prefer ert-with-temp-(directory|file)
* test/lisp/abbrev-tests.el (read-write-abbrev-file-test)
(read-write-abbrev-file-test-with-props)
(abbrev-edit-save-to-file-test):
* test/lisp/auth-source-tests.el (auth-source-test-netrc-create-secret)
(auth-source-delete):
* test/lisp/autoinsert-tests.el (autoinsert-tests-auto-insert-file):
* test/lisp/bookmark-tests.el (with-bookmark-test-save-load):
* test/lisp/buff-menu-tests.el (buff-menu-24962):
* test/lisp/calendar/icalendar-tests.el (icalendar-tests--do-test-export):
* test/lisp/calendar/todo-mode-tests.el (with-todo-test):
* test/lisp/dired-tests.el
(dired-test-bug27243-01, dired-test-bug27243-02)
(dired-test-bug27243-03, dired-test-bug27631)
(dired-test-bug27968, dired-test-with-temp-dirs):
* test/lisp/dired-x-tests.el (dired-test-bug25942):
* test/lisp/emacs-lisp/bytecomp-tests.el (bytecomp-tests--with-temp-file):
* test/lisp/emacs-lisp/check-declare-tests.el (check-declare-tests-scan)
(check-declare-tests-verify-mismatch):
* test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-with-normal-env):
* test/lisp/emacs-lisp/package-tests.el (with-package-test)
(package-test-signed):
* test/lisp/emacs-lisp/testcover-tests.el (testcover-tests-markup-region)
(testcover-tests-run-test-case):
* test/lisp/emulation/viper-tests.el (viper-test-undo-kmacro):
* test/lisp/epg-tests.el (with-epg-tests):
* test/lisp/eshell/em-hist-tests.el (eshell-write-readonly-history):
* test/lisp/eshell/em-ls-tests.el (em-ls-test-bug27631):
* test/lisp/ffap-tests.el (ffap-tests-25243):
* test/lisp/files-tests.el (files-tests-bug-18141)
(files-tests-read-file-in-~, files-tests-make-directory)
(files-tests-copy-directory, files-tests-executable-find)
(files-tests-dont-rewrite-precious-files)
(files-tests--save-some-buffers):
* test/lisp/ls-lisp-tests.el (ls-lisp-test-bug27631):
* test/lisp/mail/uudecode-tests.el (uudecode-tests-decode-region-internal)
(uudecode-tests-decode-region-external):
* test/lisp/net/browse-url-tests.el (browse-url-tests-delete-temp-file):
* test/lisp/progmodes/elisp-mode-tests.el (xref--case-insensitive):
* test/lisp/progmodes/etags-tests.el (etags-buffer-local-tags-table-list):
* test/lisp/progmodes/flymake-tests.el (ruby-backend):
* test/lisp/progmodes/python-tests.el (python-tests-with-temp-file):
* test/lisp/progmodes/sql-tests.el (with-sql-test-connect-harness):
* test/lisp/saveplace-tests.el (saveplace-test-save-place-to-alist/file)
(saveplace-test-forget-unreadable-files)
(saveplace-test-place-alist-to-file):
* test/lisp/so-long-tests/spelling-tests.el:
* test/lisp/textmodes/reftex-tests.el (reftex-locate-bibliography-files)
(reftex-parse-from-file-test):
* test/lisp/thumbs-tests.el (thumbs-tests-thumbsdir/create-if-missing):
* test/lisp/vc/vc-bzr-tests.el (vc-bzr-test-bug9726)
(vc-bzr-test-bug9781, vc-bzr-test-faulty-bzr-autoloads):
* test/lisp/vc/diff-mode-tests.el (diff-mode-test-ignore-trailing-dashes):
* test/lisp/vc/ediff-ptch-tests.el (ediff-ptch-test-bug26084):
* test/lisp/wdired-tests.el (wdired-test-bug32173-01)
(wdired-test-bug32173-02, wdired-test-symlink-name)
(wdired-test-unfinished-edit-01, wdired-test-bug34915)
(wdired-test-bug39280):
* test/src/buffer-tests.el (test-kill-buffer-auto-save-default):
* test/src/filelock-tests.el (filelock-tests--fixture):
* test/src/inotify-tests.el (inotify-file-watch-simple):
* test/src/undo-tests.el (undo-test-file-modified): Prefer
'ert-with-temp-(directory|file)' to using 'make-temp-file' directly.
In some cases, this is just cleanup, but in several cases this fixes
bugs where an error would have lead to us not cleaning up.
2021-11-07 01:54:31 +01:00
..
align-resources
bookmark-resources
calc Calc: mend math-nth-root-float (bug#51209) 2021-10-15 12:14:05 +02:00
calendar Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
cedet Fix a semantic test on some macOS machines 2021-10-17 03:05:08 +02:00
custom-resources Avoid saving session customizations in the custom-file 2021-05-10 13:33:32 +02:00
emacs-lisp Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
emulation Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
epg-resources
erc Don't send empty lines for unknown commands in ERC 2021-11-06 19:13:35 +01:00
eshell Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
faces-resources ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
files-resources Make the test for auto-mode-alist from .dir-local.el stricter 2021-07-24 11:16:15 +02:00
gnus Add some gnus-short-group-name tests 2021-10-29 15:30:21 +02:00
hfy-cmap-resources
image Add new function exif-field 2021-10-23 08:13:43 +02:00
international * test/lisp/dabbrev-tests.el: Use 'kbd' for readable keys. 2021-10-21 20:22:15 +03:00
mail Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
mh-e ; * test/lisp/mh-e/mh-utils-tests.el: Update macro declarations. 2021-10-22 08:48:07 -07:00
minibuffer-resources
net Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
nxml
obsolete Make rfc2368 obsolete and add rfc6068 2021-08-30 01:56:10 +02:00
org ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
pcmpl-linux-resources
play ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
progmodes Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
saveplace-resources
so-long-tests Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
term ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
textmodes Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
time-resources
url Move two incorrectly named test files 2021-09-26 20:45:07 +02:00
vc Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
xdg-resources
abbrev-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
align-tests.el
allout-tests.el
allout-widgets-tests.el
ansi-color-tests.el Add tests for incomplete escape sequences in ansi-color-tests 2021-10-06 10:50:39 +02:00
apropos-tests.el
arc-mode-tests.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
auth-source-pass-tests.el ; Adjust overly long docstrings to fit 80 characters 2021-09-26 13:23:57 +02:00
auth-source-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
autoinsert-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
autorevert-tests.el ; Still more instrumentation on autorevert-tests.el 2021-09-27 20:36:12 +02:00
battery-tests.el
bookmark-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
buff-menu-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
button-tests.el Don't rely on lexical-binding being nil in tests 2021-09-22 15:42:41 +02:00
calculator-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
char-fold-tests.el
color-tests.el
comint-tests.el Make comint understand the ccrypt password phrases 2021-09-27 08:15:24 +02:00
completion-tests.el
cus-edit-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
custom-tests.el Replace some macros with ert-with-temp-(file|directory) 2021-11-06 19:16:05 +01:00
dabbrev-tests.el * test/lisp/dabbrev-tests.el: Use 'kbd' for readable keys. 2021-10-21 20:22:15 +03:00
delim-col-tests.el
descr-text-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
dired-aux-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
dired-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
dired-x-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
dom-tests.el Add a new test for dom-search 2021-08-09 14:14:37 +02:00
edmacro-tests.el New tests for kbd and edmacro-parse-keys 2021-10-13 23:40:50 +02:00
electric-tests.el Improve behavior of 'electric-pair-mode' in 'cc-mode' 2021-11-06 01:21:35 +01:00
elide-head-tests.el
epg-config-tests.el Use lexical-binding in epg-config.el and add tests 2021-04-01 11:07:06 +02:00
epg-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
faces-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
ffap-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
filenotify-tests.el Merge from origin/emacs-28 2021-10-16 09:18:37 -07:00
files-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
files-x-tests.el
find-cmd-tests.el
font-lock-tests.el
format-spec-tests.el
help-fns-tests.el Fix failing help-fns tests after layout changes in `C-h b' 2021-11-01 03:29:07 +01:00
help-mode-tests.el
help-tests.el Make substitute-command-keys regexp tests more strict 2021-11-06 19:39:46 +01:00
hfy-cmap-tests.el
hi-lock-tests.el Fix hi-lock AOT test failures (bug#51308) 2021-10-21 06:24:35 +02:00
htmlfontify-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
ibuffer-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
ido-tests.el
image-dired-tests.el Check for image library in image-dired-tests.el 2021-10-23 17:47:27 +02:00
image-file-tests.el
image-tests.el Expand tests for image-type-from-file-header 2021-10-24 12:14:32 +02:00
imenu-tests.el
info-xref-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
isearch-tests.el
jit-lock-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
json-tests.el
jsonrpc-tests.el
kmacro-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
loadhist-tests.el Use lexical-binding in loadhist.el and add tests 2021-04-09 13:44:44 +02:00
lpr-tests.el Use lexical-binding in lpr.el and add rudimentary tests 2021-03-30 23:11:24 +02:00
ls-lisp-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
makesum-tests.el
man-tests.el
md4-tests.el
minibuffer-tests.el Add more completion tests 2021-05-16 15:50:41 +02:00
misc-tests.el
mouse-tests.el
mwheel-tests.el
newcomment-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
obarray-tests.el
paren-tests.el New option show-paren-context-when-offscreen 2021-10-18 09:26:44 +02:00
password-cache-tests.el
pcmpl-linux-tests.el
ps-print-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
register-tests.el
repeat-tests.el * test/lisp/repeat-tests.el: New file. 2021-10-24 22:22:16 +03:00
replace-tests.el Keep track of match extents in occur-mode (bug#39121) 2021-07-25 10:29:09 +02:00
rot13-tests.el
saveplace-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
scroll-lock-tests.el
ses-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
shadowfile-tests.el Improve robustness of shadowfile.el 2021-08-26 13:14:19 +02:00
shell-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
simple-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
sort-tests.el
soundex-tests.el
startup-tests.el
subr-tests.el Do kbd-valid-p prefix comparisons case-sensitively 2021-10-18 07:37:08 +02:00
tabify-tests.el
tar-mode-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
tempo-tests.el
term-tests.el In term-mode, handle ANSI codes, specifying italic and other modes 2021-10-05 08:54:25 +02:00
thingatpt-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
thread-tests.el
thumbs-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
time-stamp-tests.el time-stamp-tests: improvements to test macros 2021-10-22 08:39:05 -07:00
time-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
timezone-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
version-tests.el
wdired-tests.el Prefer ert-with-temp-(directory|file) 2021-11-07 01:54:31 +01:00
whitespace-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
wid-edit-tests.el
xdg-tests.el
xml-tests.el ; Minor stylistic checkdoc fixes in test/**/*.el 2021-09-26 17:53:23 +02:00
xt-mouse-tests.el