]> git.eshelyaron.com Git - emacs.git/commit
Support automated ‘make check’ in non-C locale
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Sep 2015 05:13:31 +0000 (22:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Sep 2015 05:14:33 +0000 (22:14 -0700)
commit4874f0bbac9362250d4ea0d04ec6c46af4d2fa0b
tree3dedd9e6e2cf9400094b782ddd9335364d209648
parent26bd978d87dfbf9baa115cd961a67d42b416c4bf
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.
test/automated/Makefile.in
test/automated/flymake-tests.el
test/automated/python-tests.el
test/automated/tildify-tests.el