1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
emacs/test/automated
Paul Eggert 4874f0bbac Support automated ‘make check’ in non-C locale
This lets the builder optionally test Emacs behavior in other locales.
The C locale is still the default for tests.
* test/automated/Makefile.in (TEST_LOCALE): New macro.
(emacs): Use it.
* test/automated/flymake-tests.el (flymake-tests--current-face):
Use C locale for subprocesses so that tests behave as expected.
* test/automated/python-tests.el:
(python-shell-prompt-validate-regexps-1)
(python-shell-prompt-validate-regexps-2)
(python-shell-prompt-validate-regexps-3)
(python-shell-prompt-validate-regexps-4)
(python-shell-prompt-validate-regexps-5)
(python-shell-prompt-validate-regexps-6)
(python-shell-prompt-set-calculated-regexps-1):
Adjust expected output to match locale.
* test/automated/tildify-tests.el (tildify-test--test)
(tildify-space-test--test, tildify-space-undo-test--test):
This test assumes UTF-8 encoding.
2015-09-03 22:14:33 -07:00
..
data Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
add-log-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
advice-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
auto-revert-tests.el Fix Bug#20943. 2015-07-16 20:04:07 +02:00
bytecomp-tests.el Fix bytecomp-tests--warnings when $TMPDIR has a long name 2015-06-21 20:27:48 +03:00
calc-tests.el Backport: Handle the `neg' operator in some calc-units functions. 2015-01-22 03:29:23 +01:00
cl-generic-tests.el Change defgeneric so it doesn't completely redefine the function 2015-05-21 23:46:10 -04:00
cl-lib-tests.el Spelling fixes 2015-05-05 12:25:48 -07:00
comint-testsuite.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
compile-tests.el Add a test case for Maven warning ouput 2015-05-19 00:02:39 +03:00
completion-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
core-elisp-tests.el * lisp/emacs-lisp/backquote.el: Fix bug with unoptimized exp. 2015-01-30 16:00:29 -05:00
data-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dbus-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
decoder-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
descr-text-test.el descr-text: add `describe-char-eldoc' describing character at point 2015-01-20 15:03:20 +01:00
eieio-test-methodinvoke.el automated/eieio-test-methodinvoke.el (make-instance) <(subclass C)>: 2015-04-14 23:06:44 -04:00
eieio-test-persist.el Update eieio tests for recent eieio-core change. 2015-07-03 17:25:51 -07:00
eieio-tests.el Update eieio tests for recent eieio-core change. 2015-07-03 17:25:51 -07:00
electric-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
elisp-mode-tests.el Improve comments in elisp-mode.el, elisp-mode-tests.el 2015-09-01 05:15:30 -05:00
epg-tests.el epg-tests.el: Standardize license notice. 2015-03-24 13:58:46 -04:00
ert-tests.el * test/automated/ert-tests.el (ert-test-deftest): Add FIXME. 2015-08-08 19:43:14 -04:00
ert-x-tests.el Port tests to help-quote-translation 2015-06-21 23:10:17 -07:00
eshell.el * lisp/eshell: Make backslash a no-op in front of normal chars 2015-04-08 22:31:51 -04:00
f90.el * lisp/progmodes/f90.el (f90-type-def-re): Handle attribute lists 2015-07-05 19:25:04 -07:00
file-notify-tests.el Fix error introduced recently in file-notify-tests.el 2015-06-03 20:03:42 +02:00
files.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
finalizer-tests.el Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
flymake-tests.el Support automated ‘make check’ in non-C locale 2015-09-03 22:14:33 -07:00
fns-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
font-parse-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
generator-tests.el Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS 2015-08-26 19:24:58 -07:00
gnus-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
help-fns.el Spelling fixes 2015-06-14 22:56:45 -07:00
icalendar-tests.el Follow user preference in calendar diagnostics 2015-08-21 05:03:38 -07:00
imenu-test.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
info-xref.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
inotify-test.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
json-tests.el Only escape quotation mark, backslash and cntrl U+0000 to U+001F 2015-03-25 21:54:29 +02:00
let-alist.el * lisp/let-alist.el (let-alist--deep-dot-search): Fix cons 2015-06-11 15:08:32 +01:00
lexbind-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
libxml-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
Makefile.in Support automated ‘make check’ in non-C locale 2015-09-03 22:14:33 -07:00
man-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
map-tests.el * test/automated/map-tests.el (test-map-delete-return-value): Uncomment test. 2015-07-09 19:49:47 +02:00
message-mode-tests.el * test/automated/message-mode-tests.el (message-mode-propertize): 2015-04-24 00:10:11 -07:00
mule-util.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
newsticker-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
occur-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
package-test.el * test/automated/package-test.el (package-test-signed): 2015-07-21 09:03:46 -07:00
pcase-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
print-tests.el Omit needless "\ " after multibyte then newline 2015-04-22 11:00:16 -07:00
process-tests.el Add facility to collect stderr of async subprocess 2015-04-11 07:59:27 +09:00
python-tests.el Support automated ‘make check’ in non-C locale 2015-09-03 22:14:33 -07:00
reftex-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
regexp-tests.el * test/automated/regexp-tests.el: Require regexp-opt 2015-01-23 19:52:07 -05:00
replace-tests.el Add test for previous commit 2015-06-02 10:54:31 +02:00
ruby-mode-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sasl-scram-rfc-tests.el # Add 2015 to copyright years 2015-02-13 18:45:40 -08:00
seq-tests.el Improve seq-concatenate for new sequence types 2015-08-27 00:29:22 +02:00
sgml-mode-tests.el * test/automated/sgml-mode-tests.el: New file. 2015-05-18 22:31:20 +03:00
subr-tests.el Add new function string-greaterp 2015-06-04 18:27:54 +02:00
subr-x-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
subword-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
syntax-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
textprop-tests.el Add test case for ‘format’ bug and refactor 2015-08-27 08:52:02 -07:00
thingatpt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tildify-tests.el Support automated ‘make check’ in non-C locale 2015-09-03 22:14:33 -07:00
timer-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tramp-tests.el * lisp/net/tramp-sh.el (tramp-convert-file-attributes): 2015-08-30 09:59:02 +02:00
undo-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
url-future-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
url-util-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
vc-bzr.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
vc-tests.el Fix VC test suite on MS-Windows 2015-06-27 14:27:23 +03:00
xml-parse-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
zlib-tests.el Rename 'foo-gzipped' to 'foo.gz' 2015-05-17 17:30:22 -07:00