aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-14New time-equal-p testPaul Eggert1-0/+4
2022-04-04Faster `string-lessp` for unibyte argumentsMattias Engdegård1-0/+43
2022-04-04Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen1-0/+70
2022-03-26Fix reader infinite recursion for circular mixed-type valuesMattias Engdegård1-0/+22
2022-03-14Don't always escape "." and "?" in `prin1'Lars Ingebrigtsen1-0/+8
2022-03-08Decouple mod-test.c from GnulibPaul Eggert2-14/+31
2022-03-06Don't accept whitespace or hex floats in rgbi: colour specsMattias Engdegård1-1/+4
2022-02-20Adjust doc-tests-documentation/autoloaded-macroLars Ingebrigtsen1-2/+2
2022-02-16Avoid emacs-module-tests failure on macOSMattias Engdegård1-1/+2
2022-02-12Rewrite thread context switch code (bug#48990)Stefan Monnier1-0/+25
2022-02-09Fix integer arithmetic miss-compilation (bug#53451)Andrea Corallo1-1/+8
2022-02-04Silence byte-compiler in two testsStefan Kangas1-1/+1
2022-01-31Extend filelock-tests.el for bug#53207Michael Albinus1-95/+122
2022-01-29Allow redirecting `message' output to a different bufferLars Ingebrigtsen1-0/+9
2022-01-27Silence byte-compiler slightly in testsStefan Kangas2-7/+8
2022-01-27Don't use obsolete second argument to byte-compile-fileStefan Kangas1-1/+1
2022-01-26Add tests for concat, vconcat and appendMattias Engdegård1-0/+70
2022-01-22Add new variable print-unreadable-functionLars Ingebrigtsen1-0/+11
2022-01-20Fix Fchar_syntax for non-ASCII in unibyte buffersMattias Engdegård1-0/+15
2022-01-04* test/src/doc-tests.el: New file.Stefan Kangas1-0/+43
2022-01-01; Add 2022 to copyright years.Eli Zaretskii2-2/+2
2022-01-01; Add 2022 to copyright years.Eli Zaretskii47-47/+47
2021-12-31`make-finalizer' now has to be called with a function, so adjust testLars Ingebrigtsen1-1/+1
2021-12-26Use defvar-keymap in testsStefan Kangas1-8/+4
2021-12-26Add test for text-char-descriptionStefan Kangas1-0/+15
2021-12-21Declare functions to silence byte-compilerStefan Kangas3-0/+8
2021-12-21Fix some tests in --without-all buildsStefan Kangas2-1/+1
2021-12-20Fix sloppy base64 acceptance of some multibyte charactersMattias Engdegård1-3/+13
2021-12-20Silence byte-compiler warnings from absent optional featuresMattias Engdegård3-0/+9
2021-12-19Add some very rudimentary field-beginning/end testsLars Ingebrigtsen1-0/+13
2021-12-19; Fix last change to filelock-tests.elEli Zaretskii1-5/+13
2021-12-19New error symbol 'permission-denied'Eli Zaretskii1-3/+3
2021-12-16Skip extension tests on hosts without the functionLars Ingebrigtsen1-0/+1
2021-12-14Only allow SQLite extensions from an allowlistLars Ingebrigtsen1-0/+32
2021-12-12Fix some compilation warnings in sqlite-less buildsdick r. chiang1-0/+10
2021-12-11Fix Fsqlite_finalize book-keepingLars Ingebrigtsen1-1/+3
2021-12-11Fix some sqlite doc string typosLars Ingebrigtsen1-2/+0
2021-12-11Add sqlite3 support to EmacsLars Ingebrigtsen1-0/+175
2021-12-05Add time-convert testsPaul Eggert1-0/+12
2021-12-04Silence byte-compiler in some testsStefan Kangas2-21/+22
2021-11-27* test/src/comp-tests.el: Rework last patchStefan Monnier1-29/+28
2021-11-26* test/src/comp-tests.el: Eliminate byte-compiler warnings (Bug#52105).Stephen Gildea1-10/+27
2021-11-25Tag a test from process-tests.el as :unstable on emba.Michael Albinus1-0/+1
2021-11-24Add support for the min-width display propertyLars Ingebrigtsen1-0/+16
2021-11-20Make 'eval' use lexical scoping in most testsStefan Kangas1-6/+11
2021-11-18Turn mistaken functions into tests (bug#51941)Mattias Engdegård1-1/+1
2021-11-18Do not exclude emacs-module-tests.el on embaMichael Albinus1-1/+5
2021-11-18Eliminate ERT test name clashes (bug#51941)Mattias Engdegård2-41/+41
2021-11-16Allow removing keymap definitionsLars Ingebrigtsen1-0/+34
2021-11-14* src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255Stefan Monnier1-0/+4