aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typoscratch/timsortAndrew G Cohen2022-03-181-1/+1
* Add another sorting unit testAndrew G Cohen2022-03-181-2/+26
* Add more sorting unit testsAndrew G Cohen2022-03-171-0/+46
* Adjust doc-tests-documentation/autoloaded-macroLars Ingebrigtsen2022-02-201-2/+2
* Avoid emacs-module-tests failure on macOSMattias Engdegård2022-02-161-1/+2
* Rewrite thread context switch code (bug#48990)Stefan Monnier2022-02-121-0/+25
* Merge from origin/emacs-28Stefan Kangas2022-02-101-1/+8
|\
| * Fix integer arithmetic miss-compilation (bug#53451)Andrea Corallo2022-02-091-1/+8
* | Silence byte-compiler in two testsStefan Kangas2022-02-041-1/+1
* | Extend filelock-tests.el for bug#53207Michael Albinus2022-01-311-95/+122
* | Allow redirecting `message' output to a different bufferLars Ingebrigtsen2022-01-291-0/+9
* | Silence byte-compiler slightly in testsStefan Kangas2022-01-272-7/+8
* | Don't use obsolete second argument to byte-compile-fileStefan Kangas2022-01-271-1/+1
* | Add tests for concat, vconcat and appendMattias Engdegård2022-01-261-0/+70
* | Add new variable print-unreadable-functionLars Ingebrigtsen2022-01-221-0/+11
* | Fix Fchar_syntax for non-ASCII in unibyte buffersMattias Engdegård2022-01-201-0/+15
* | * test/src/doc-tests.el: New file.Stefan Kangas2022-01-041-0/+43
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-012-2/+2
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0147-47/+47
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0147-47/+47
| * Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-281-0/+10
* | `make-finalizer' now has to be called with a function, so adjust testLars Ingebrigtsen2021-12-311-1/+1
* | Use defvar-keymap in testsStefan Kangas2021-12-261-8/+4
* | Add test for text-char-descriptionStefan Kangas2021-12-261-0/+15
* | Declare functions to silence byte-compilerStefan Kangas2021-12-213-0/+8
* | Fix some tests in --without-all buildsStefan Kangas2021-12-212-1/+1
* | Fix sloppy base64 acceptance of some multibyte charactersMattias Engdegård2021-12-201-3/+13
* | Silence byte-compiler warnings from absent optional featuresMattias Engdegård2021-12-203-0/+9
* | Add some very rudimentary field-beginning/end testsLars Ingebrigtsen2021-12-191-0/+13
* | ; Fix last change to filelock-tests.elEli Zaretskii2021-12-191-5/+13
* | New error symbol 'permission-denied'Eli Zaretskii2021-12-191-3/+3
* | Skip extension tests on hosts without the functionLars Ingebrigtsen2021-12-161-0/+1
* | Only allow SQLite extensions from an allowlistLars Ingebrigtsen2021-12-141-0/+32
* | Fix some compilation warnings in sqlite-less buildsdick r. chiang2021-12-121-0/+10
* | Fix Fsqlite_finalize book-keepingLars Ingebrigtsen2021-12-111-1/+3
* | Fix some sqlite doc string typosLars Ingebrigtsen2021-12-111-2/+0
* | Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-111-0/+175
* | Add time-convert testsPaul Eggert2021-12-051-0/+12
* | Silence byte-compiler in some testsStefan Kangas2021-12-042-21/+22
* | * test/src/comp-tests.el: Rework last patchStefan Monnier2021-11-271-29/+28
* | * test/src/comp-tests.el: Eliminate byte-compiler warnings (Bug#52105).Stephen Gildea2021-11-261-10/+27
* | Tag a test from process-tests.el as :unstable on emba.Michael Albinus2021-11-251-0/+1
* | Add support for the min-width display propertyLars Ingebrigtsen2021-11-241-0/+16
* | Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-201-6/+11
* | Turn mistaken functions into tests (bug#51941)Mattias Engdegård2021-11-181-1/+1
* | Do not exclude emacs-module-tests.el on embaMichael Albinus2021-11-181-1/+5
* | Eliminate ERT test name clashes (bug#51941)Mattias Engdegård2021-11-182-41/+41
* | Allow removing keymap definitionsLars Ingebrigtsen2021-11-161-0/+34
* | * src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255Stefan Monnier2021-11-141-0/+4
* | Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas2021-11-084-83/+81