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
*
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
*
Ert commands to error if no test at point (bug#25931)
Glenn Morris
2017-03-02
1
-23
/
+34
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix ert-tests when running compiled
Noam Postavsky
2016-12-06
1
-5
/
+6
*
|
; * lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit):
Glenn Morris
2016-05-16
1
-1
/
+1
*
|
* lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit):
Glenn Morris
2016-05-16
1
-4
/
+25
*
|
Simplify now that float-time etc. are built-in
Paul Eggert
2016-05-08
1
-1
/
+1
|
/
*
* lisp/emacs-lisp/ert.el (ert--results-move): Change error to user-error
Artur Malabarba
2016-01-25
1
-3
/
+3
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
; Restore selector `member' accidentally drooped in ert rewrite.
Anders Lindgren
2015-12-11
1
-1
/
+1
*
Spelling fixes
Paul Eggert
2015-12-07
1
-1
/
+1
*
* lisp/emacs-lisp/ert.el: Prefer pcase over cl-typecase
Stefan Monnier
2015-12-04
1
-170
/
+167
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-1
/
+1
*
* lisp/emacs-lisp/ert.el: Print results without newline escaping
Phillip Lord
2015-10-26
1
-2
/
+3
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-6
/
+6
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-10
/
+13
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
1
-1
/
+1
*
Generate curved quotes in ert doc
Paul Eggert
2015-06-02
1
-12
/
+15
[next]