<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/README, branch scratch/fontify-open-string</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Merge from origin/emacs-26</title>
<updated>2018-06-18T19:14:24+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2018-06-18T19:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ef02c9fd1a6bdafebc2bba58a551ec11e29bd394'/>
<id>ef02c9fd1a6bdafebc2bba58a551ec11e29bd394</id>
<content type='text'>
5bdc344 ; Reduce quoting for SELECTOR in 'make -C test' (Bug#31744)
b6b793b ; test/Makefile.in: Add TEST_INTERACTIVE option (Bug#31744).
1aa906f Make 'tags' targets respect --with-silent-rules (Bug#31744)

Conflicts:
	test/Makefile.in
	test/README
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5bdc344 ; Reduce quoting for SELECTOR in 'make -C test' (Bug#31744)
b6b793b ; test/Makefile.in: Add TEST_INTERACTIVE option (Bug#31744).
1aa906f Make 'tags' targets respect --with-silent-rules (Bug#31744)

Conflicts:
	test/Makefile.in
	test/README
</pre>
</div>
</content>
</entry>
<entry>
<title>; Reduce quoting for SELECTOR in 'make -C test' (Bug#31744)</title>
<updated>2018-06-12T11:26:06+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2018-06-07T01:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5bdc344780faabbc91b7e55306b2071dffb44fa2'/>
<id>5bdc344780faabbc91b7e55306b2071dffb44fa2</id>
<content type='text'>
Before:

    make -C test SELECTOR='\"foo\"'
    make -C test SELECTOR='(quote (tag :some-tag))'

After:

    make -C test SELECTOR='"foo"'
    make -C test SELECTOR='(tag :some-tag)'

* test/Makefile.in: Use single quotes around the command line call to
ert, this means the user doesn't have to backslash escape double
quotes when writing lisp strings for the selector.  Also wrap the
SELECTOR value in (quote ...) so the user won't have to type it
in (and not get tempted to use the '... reader syntax form which would
now fail to work due to using single quotes around the whole shell
arg).
* test/README: Update instructions accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before:

    make -C test SELECTOR='\"foo\"'
    make -C test SELECTOR='(quote (tag :some-tag))'

After:

    make -C test SELECTOR='"foo"'
    make -C test SELECTOR='(tag :some-tag)'

* test/Makefile.in: Use single quotes around the command line call to
ert, this means the user doesn't have to backslash escape double
quotes when writing lisp strings for the selector.  Also wrap the
SELECTOR value in (quote ...) so the user won't have to type it
in (and not get tempted to use the '... reader syntax form which would
now fail to work due to using single quotes around the whole shell
arg).
* test/README: Update instructions accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>; test/Makefile.in: Add TEST_INTERACTIVE option (Bug#31744).</title>
<updated>2018-06-12T11:26:06+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2017-12-17T01:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b6b793bd77cb8be0a2d2745262e53037dc6798a0'/>
<id>b6b793bd77cb8be0a2d2745262e53037dc6798a0</id>
<content type='text'>
* test/README: Note the new option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/README: Note the new option.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Spelling fix</title>
<updated>2018-03-20T01:55:14+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2018-03-20T01:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b39ca55e294d3be3e4c6e142975256d7f8cdfe76'/>
<id>b39ca55e294d3be3e4c6e142975256d7f8cdfe76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print top time consuming tests if advised</title>
<updated>2018-03-19T11:58:45+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2018-03-19T11:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1979bce57d1887d89de6d728bb34dcd0f6478b2f'/>
<id>1979bce57d1887d89de6d728bb34dcd0f6478b2f</id>
<content type='text'>
* lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit):
New argument HIGH.  Print top-running tests.

* test/Makefile.in (check-doit): Use ${SUMMARIZE_TESTS}.

* test/README: Explain SUMMARIZE_TESTS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit):
New argument HIGH.  Print top-running tests.

* test/Makefile.in (check-doit): Use ${SUMMARIZE_TESTS}.

* test/README: Explain SUMMARIZE_TESTS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Print test timings unconditionally</title>
<updated>2018-03-17T09:25:22+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2018-03-17T09:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bcec2a8a392da74df9136a13cf7acaa6b95358f7'/>
<id>bcec2a8a392da74df9136a13cf7acaa6b95358f7</id>
<content type='text'>
* lisp/emacs-lisp/ert.el (ert-batch-print-duration): Remove.
(ert-run-tests-batch): Adapt accordingly.

* test/Makefile.in:
* test/README: Remove TEST_PRINT_TEST_DURATION.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/ert.el (ert-batch-print-duration): Remove.
(ert-run-tests-batch): Adapt accordingly.

* test/Makefile.in:
* test/README: Remove TEST_PRINT_TEST_DURATION.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize "make check" and "make check-maybe"</title>
<updated>2018-03-16T15:19:10+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2018-03-16T15:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2d0853f62ac65f974f25887f69506bfe923bf14b'/>
<id>2d0853f62ac65f974f25887f69506bfe923bf14b</id>
<content type='text'>
* lisp/emacs-lisp/ert.el (ert-run-tests-batch): Print summary duration.

* test/Makefile.in (TEST_LOAD_EL): Set default to "no" for
targets all, check, and check-maybe.  (Bug#30807)

* test/README: Reflect recent changes in Makefile.

* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test99-libarchive-tests): Tag it :unstable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/ert.el (ert-run-tests-batch): Print summary duration.

* test/Makefile.in (TEST_LOAD_EL): Set default to "no" for
targets all, check, and check-maybe.  (Bug#30807)

* test/README: Reflect recent changes in Makefile.

* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test99-libarchive-tests): Tag it :unstable.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * test/README: Fix typo</title>
<updated>2018-03-14T15:45:45+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2018-03-14T15:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d993d00394707e69b6ac7befeb72140d9b12a4e9'/>
<id>d993d00394707e69b6ac7befeb72140d9b12a4e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend ert to print duration of single tests</title>
<updated>2018-03-14T15:21:06+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2018-03-14T15:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=84a946a5199d84163ee221994216360502fc85ee'/>
<id>84a946a5199d84163ee221994216360502fc85ee</id>
<content type='text'>
* lisp/emacs-lisp/ert.el (ert-test-result): New slot ´duration'.
(ert-run-or-rerun-test): Set it.
(ert-batch-print-duration): New defvar.
(ert-run-tests-batch): Print duration if needed.

* test/Makefile.in (TEST_PRINT_TEST_DURATION): New variable.

* test/README: Explain TEST_PRINT_TEST_DURATION.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/ert.el (ert-test-result): New slot ´duration'.
(ert-run-or-rerun-test): Set it.
(ert-batch-print-duration): New defvar.
(ert-run-tests-batch): Print duration if needed.

* test/Makefile.in (TEST_PRINT_TEST_DURATION): New variable.

* test/README: Explain TEST_PRINT_TEST_DURATION.
</pre>
</div>
</content>
</entry>
<entry>
<title>; test/README: Document TEST_LOAD_EL parameter.</title>
<updated>2018-01-27T00:53:09+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2018-01-04T00:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=08a6195571194f961fb898ebbf307c0aa13785a6'/>
<id>08a6195571194f961fb898ebbf307c0aa13785a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
