index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
ert.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
ERT: escape control characters in pretty-printed error output
Mattias Engdegård
2020-10-27
1
-1
/
+2
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-2
/
+2
|
\
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-2
/
+2
*
|
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-6
/
+2
*
|
Fix ert ability to peek inside structures when comparing unequal values
Clément Pit-Claudel
2020-08-18
1
-1
/
+8
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Correctly explain test failures with mixed uni/multibyte strings
Mattias Engdegård
2019-10-13
1
-0
/
+5
*
ert-deftest macro doc string clarification
Lars Ingebrigtsen
2019-10-12
1
-0
/
+4
*
Fix ‘make check’ failure
Paul Eggert
2019-07-26
1
-3
/
+4
*
Always include the number of unexpected results here too
Lars Ingebrigtsen
2019-07-26
1
-4
/
+2
*
Set revert-buffer-function in ert-results-mode
Mattias Engdegård
2019-07-16
1
-1
/
+3
*
Always include the number of unexpected ert tests
Lars Ingebrigtsen
2019-07-13
1
-8
/
+2
*
Adjust comments/debug to match C bignum code
Paul Eggert
2019-06-04
1
-4
/
+4
*
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2019-02-22
1
-2
/
+2
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Tiny ert-summarize-tests-batch-and-exit improvement
Glenn Morris
2018-12-17
1
-1
/
+2
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-1
/
+1
*
|
Always make buttons from function names in backtraces
Gemini Lasswell
2018-08-03
1
-2
/
+1
*
|
Add backtrace-mode and use it in the debugger, ERT and Edebug
Gemini Lasswell
2018-08-03
1
-24
/
+18
*
|
Add predicate proper-list-p
Basil L. Contovounesios
2018-07-09
1
-20
/
+8
*
|
Print top time consuming tests if advised
Michael Albinus
2018-03-19
1
-4
/
+21
*
|
* lisp/emacs-lisp/ert.el (ert-run-tests-batch): Print selector.
Michael Albinus
2018-03-18
1
-2
/
+3
*
|
Print test timings unconditionally
Michael Albinus
2018-03-17
1
-18
/
+8
*
|
Optimize "make check" and "make check-maybe"
Michael Albinus
2018-03-16
1
-1
/
+9
*
|
More hydra.nixos.org logging for unfinished tests
Glenn Morris
2018-03-14
1
-1
/
+8
*
|
Extend ert to print duration of single tests
Michael Albinus
2018-03-14
1
-2
/
+15
*
|
* lisp/emacs-lisp/ert.el (describe-symbol-backends): Add ourselves
Stefan Monnier
2018-01-22
1
-4
/
+9
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Add 'ert-quiet' variable
Paul Pogonyshev
2017-10-28
1
-14
/
+19
|
/
*
Fix ert-test finding by symbol (Bug#28849)
Noam Postavsky
2017-10-15
1
-2
/
+2
*
Fix ert backtrace saving for non-`signal'ed errors (Bug#28333)
Noam Postavsky
2017-09-28
1
-3
/
+2
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-2
/
+2
*
Move gensym to core Elisp
Mark Oteiza
2017-09-12
1
-9
/
+9
*
; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.
Glenn Morris
2017-09-05
1
-1
/
+1
*
Allow customizing line length of ert backtraces in batch mode
Glenn Morris
2017-09-05
1
-12
/
+19
*
Catch argument and macroexpansion errors in ert
Alexander Gramiak
2017-08-07
1
-9
/
+32
*
* lisp/subr.el (define-symbol-prop): New function
Stefan Monnier
2017-07-28
1
-9
/
+2
*
Stop using unibyte buffers for ert backtraces
Glenn Morris
2017-07-26
1
-2
/
+1
*
(loadhist-unload-element): Move ERT and cl-generic methods
Stefan Monnier
2017-07-24
1
-6
/
+7
*
Use a more specific test for running on hydra.nixos.org
Glenn Morris
2017-07-18
1
-1
/
+1
*
Let test summary go through even if some logs were not generated
Noam Postavsky
2017-07-01
1
-1
/
+1
*
Improve ert backtrace recording
Noam Postavsky
2017-06-29
1
-49
/
+36
*
Don't attempt to recover from undefined behavior in some cases
Philipp Stephani
2017-05-27
1
-0
/
+10
*
Don't require bytecomp for running ert tests
Noam Postavsky
2017-04-22
1
-2
/
+2
*
Avoid ert test failures
Glenn Morris
2017-04-18
1
-0
/
+1
*
Use user-error for some ert.el errors
Glenn Morris
2017-04-13
1
-6
/
+6
*
* lisp/emacs-lisp/ert.el (ert-run-tests): Make INTERACTIVE arg optional.
Noam Postavsky
2017-03-28
1
-1
/
+1
*
Make it easier to abort a series of tests with C-g
Helmut Eller
2017-03-24
1
-9
/
+13
[next]