aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-29* test/src/fns-tests.el (test-secure-hash): Test getrandom format.Paul Eggert1-3/+5
2020-06-29Fix undefined behavior in json.c (Bug#42113)Philipp Stephani1-0/+12
2020-06-22Minor improvements as followup to recent RGB string-parsing changeEli Zaretskii1-13/+13
2020-06-21Consolidate #RGB string parsersMattias Engdegård1-0/+23
2020-06-21Silence some warnings in testsBasil L. Contovounesios1-1/+1
2020-06-04; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug idMattias Engdegård1-1/+1
2020-06-03Make color-distance symmetric and more accurateMattias Engdegård1-0/+27
2020-06-03Silence some byte-compiler warnings in testsBasil L. Contovounesios2-3/+4
2020-05-18Add test for recent buffer-local-variables changeGlenn Morris1-0/+6
2020-05-16Don’t attempt to modify constant consesPaul Eggert1-17/+17
2020-04-24Use lexical-binding in most src testsStefan Kangas15-25/+25
2020-04-20Fix string-to-multibyte overlong sequence bugPaul Eggert1-0/+14
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec1-1/+1
2020-04-12Fix error in 'call-process-region' when START is nil (Bug#40576)Philipp Stephani1-0/+10
2020-04-12; * test/src/callproc-tests.el: Fix checkdoc errors.Philipp Stephani1-0/+7
2020-04-09Set last-coding-system-used upon ASCII conversion bypass (bug#40407)Mattias Engdegård1-1/+2
2020-04-09Fix ASCII-only conversion logic (bug#40407)Mattias Engdegård1-12/+21
2020-04-09Don't crash with invalid argument in check-coding-systems-regionMattias Engdegård1-0/+8
2020-04-09Fix decoding ASCII strings with embedded CR charactersEli Zaretskii1-0/+17
2020-04-05Avoid expensive recoding for ASCII identity cases (bug#40407)Mattias Engdegård1-0/+11
2020-04-05Fix inverted NOCOPY encode/decode parameter (bug#40407)Mattias Engdegård1-0/+8
2020-03-27Port the 'module/async-pipe' test to MS-WindowsEli Zaretskii1-0/+3
2020-03-26Add a module function to open a file descriptor connected to a pipe.Philipp Stephani1-0/+14
2020-03-03Fix rounding errors in time conversionPaul Eggert1-0/+3
2020-02-27Port timestamp tests to odd timezones, (TICKS . HZ)Paul Eggert1-23/+23
2020-02-27Revert "Signal an error for the regexp "[:alnum:]""Mattias Engdegård1-5/+0
2020-02-27Revert "Don't complain about the regexp "[:-:]""Mattias Engdegård1-2/+1
2020-02-26Don't complain about the regexp "[:-:]"Mattias Engdegård1-1/+2
2020-02-26Signal an error for the regexp "[:alnum:]"Mattias Engdegård1-0/+5
2020-02-20Remove subsumed repetitions in regexpsMattias Engdegård1-1/+1
2020-02-14Remove lread tests for a feature that was deletedGlenn Morris1-16/+0
2020-01-24Remove (or double) redundant backslashes in string literalsMattias Engdegård1-2/+2
2020-01-22Fix crash when sending Gnus message (Bug#39207)Paul Eggert1-0/+7
2020-01-07Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert1-0/+16
2020-01-05Also print function data when printing module functions.Philipp Stephani1-2/+4
2020-01-04Make module function finalizer test less brittle.Philipp Stephani1-5/+17
2020-01-03Implement finalizers for module functions (Bug#30373)Philipp Stephani1-0/+8
2020-01-01Update copyright year to 2020Paul Eggert36-36/+36
2019-12-25Support .dylib suffix for modules on macOS (Bug#36226).Philipp Stephani1-0/+18
2019-12-10; Spelling fixesPaul Eggert2-7/+7
2019-12-09Spelling fixesPaul Eggert3-4/+4
2019-12-06Test format-time-string paddingPaul Eggert1-0/+43
2019-12-05* test/src/buffer-tests.el: Add loads of overlay testsAndreas Politz1-0/+1219
2019-12-05Fix recent modifications in emacs-module-testsEli Zaretskii1-2/+6
2019-11-28Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky1-17/+0
2019-11-14Handle weird cases like (ceil 0 0.0)Paul Eggert1-13/+11
2019-11-14Fix byte-counting error in ‘format’Paul Eggert1-0/+4
2019-11-13Fix double-rounding bug in ceiling etc.Paul Eggert1-1/+3
2019-11-11Fix some quoting glitches in doc stringsPaul Eggert1-1/+1
2019-11-09Disable a portion of one doc-testGlenn Morris1-30/+33