summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Expand)AuthorAge
* Declare functions to silence byte-compilerStefan Kangas2021-12-21
* Fix some tests in --without-all buildsStefan Kangas2021-12-21
* Fix sloppy base64 acceptance of some multibyte charactersMattias Engdegård2021-12-20
* Silence byte-compiler warnings from absent optional featuresMattias Engdegård2021-12-20
* Add some very rudimentary field-beginning/end testsLars Ingebrigtsen2021-12-19
* ; Fix last change to filelock-tests.elEli Zaretskii2021-12-19
* New error symbol 'permission-denied'Eli Zaretskii2021-12-19
* Skip extension tests on hosts without the functionLars Ingebrigtsen2021-12-16
* Only allow SQLite extensions from an allowlistLars Ingebrigtsen2021-12-14
* Fix some compilation warnings in sqlite-less buildsdick r. chiang2021-12-12
* Fix Fsqlite_finalize book-keepingLars Ingebrigtsen2021-12-11
* Fix some sqlite doc string typosLars Ingebrigtsen2021-12-11
* Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-11
* Add time-convert testsPaul Eggert2021-12-05
* Silence byte-compiler in some testsStefan Kangas2021-12-04
* * test/src/comp-tests.el: Rework last patchStefan Monnier2021-11-27
* * test/src/comp-tests.el: Eliminate byte-compiler warnings (Bug#52105).Stephen Gildea2021-11-26
* Tag a test from process-tests.el as :unstable on emba.Michael Albinus2021-11-25
* Add support for the min-width display propertyLars Ingebrigtsen2021-11-24
* Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-20
* Turn mistaken functions into tests (bug#51941)Mattias Engdegård2021-11-18
* Do not exclude emacs-module-tests.el on embaMichael Albinus2021-11-18
* Eliminate ERT test name clashes (bug#51941)Mattias Engdegård2021-11-18
* Allow removing keymap definitionsLars Ingebrigtsen2021-11-16
* * src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255Stefan Monnier2021-11-14
* Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas2021-11-08
* Improve detection of suspiciously reordered text segmentsEli Zaretskii2021-11-07
* Prefer ert-with-temp-(directory|file)Stefan Kangas2021-11-07
* Replace some macros with ert-with-temp-(file|directory)Stefan Kangas2021-11-06
* Improve detection of suspicious reordering in source codeEli Zaretskii2021-11-06
* Better detection of potentially malicious bidi textEli Zaretskii2021-11-04
* Update keymap-tests after recent changesdickmao2021-11-02
* Add test for Bug#51527Stefan Kangas2021-10-31
* Remove workaround for fixed Bug#6581 from ertStefan Kangas2021-10-31
* Fix bug with string values in equal-including-propertiesStefan Kangas2021-10-31
* Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-28
* Add tests for gif to src/image-tests.elStefan Kangas2021-10-24
* Add WebP image format support (Bug#51296)Stefan Kangas2021-10-22
* Merge from origin/emacs-28Glenn Morris2021-10-21
|\
| * ; Fix typoStefan Kangas2021-10-20
* | Add a comment to the Turkish casefiddle testLars Ingebrigtsen2021-10-21
* | Add some tests for floatfns.cStefan Kangas2021-10-20
* | Further fixes for Turkish case changes in unibyte stringsLars Ingebrigtsen2021-10-20
* | Add some tests for fns.cStefan Kangas2021-10-20
* | Make image-tests work in a no-x buildLars Ingebrigtsen2021-10-19
* | Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen2021-10-19
* | Add tests for image.cStefan Kangas2021-10-18
* | Merge from origin/emacs-28Paul Eggert2021-10-13
|\|
| * Fix test bug when calloc returns nullPaul Eggert2021-10-12
* | ; * test/src/emacs-module-tests.el: Instrument for bug#50902.Michael Albinus2021-10-11