summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* temporarily disable elisp exception tests...Robin Templeton2020-04-041-3/+3
* ignore 'expect-fail' forms in elisp tests...Robin Templeton2020-04-041-1/+3
* update cross-compilation test...Robin Templeton2020-04-041-2/+2
* Actually run '00-repl-server.test'....Ludovic Courtès2020-03-071-1/+2
* texinfo: Properly render @acronym in plain text....Ludovic Courtès2020-02-121-1/+19
* texinfo: Add '*line-width*' fluid to control line wrapping....Ludovic Courtès2020-02-122-0/+35
* 00-repl-server.test: don't use fixed path for socket...Rob Browning2020-01-221-4/+17
* Respect thread local fluid defaults...Rob Browning2020-01-121-2/+12
* Fix peval bug that ignored excess args...Andy Wingo2020-01-121-2/+19
* 'strftime' and 'strptime' honor the locale encoding....Ludovic Courtès2019-06-301-4/+31
* tests: Add (web server) test....Ludovic Courtès2019-06-302-0/+119
* Revert "web: Add support for HTTP header continuation lines."...Mark H Weaver2019-06-241-10/+1
* web: Add support for HTTP header continuation lines....Mark H Weaver2019-06-181-1/+10
* time.test: Use 'pass-if-equal' in more tests....Mark H Weaver2019-06-181-16/+20
* Make URI handling locale independent....Timothy Sample2019-06-041-3/+30
* 'basename' correctly handles "/" and "//"....Ludovic Courtès2019-06-041-1/+7
* Strings, i18n: Limit the use of alloca to approximately 8 kilobytes....Mark H Weaver2019-05-072-1/+28
* Avoid 'with-latin1-locale' in binary I/O tests....Mark H Weaver2019-05-071-8/+7
* Disable test for current value of setitimer on Cygwin...Michael Gran2019-02-231-3/+12
* Make locale monetary conversion tests be less strict on terminal whitespace...Michael Gran2019-02-231-2/+2
* Fix crypt-on-glibc test error...Andy Wingo2019-02-211-7/+14
* Fix binary output on files created by mkstemp!...Mike Gran2019-02-091-2/+17
* Avoid leaking a file descriptor in test-unwind...Mike Gran2019-02-091-2/+5
* Don't mutate read-only string in ports test...Mike Gran2019-02-091-2/+2
* Fix tests for SRFI-19 date->string ~NDaniel Llorens2018-12-121-6/+10
* Support ~N in SRFI-19 string->date...Daniel Llorens2018-12-111-0/+10
* Update (ice-9 match) to include selected bug fixes from upstream....Mark H Weaver2018-11-111-0/+9
* SRFI-19: Fix normalization of seconds and nanoseconds in time records....Mark H Weaver2018-10-211-0/+8
* SRFI-19: Add a few more tests....Mark H Weaver2018-10-201-0/+4
* SRFI-19: Fix handling of negative years and negative julian days....Mark H Weaver2018-10-201-5/+48
* SRFI-19: Fix TAI->UTC conversions, leap second handling, etc....Mark H Weaver2018-10-201-2/+115
* Fix type inferencing for 'nil?' and 'null?' predicates....Mark H Weaver2018-10-191-1/+50
* In 'ash' and 'round-ash', handle right shift count of LONG_MIN....Mark H Weaver2018-10-141-0/+24
* Fix 'round-ash' of negative integers by huge right shift counts....Mark H Weaver2018-10-141-5/+5
* Gracefully handle huge shift counts in 'ash' and 'round-ash'....Mark H Weaver2018-10-141-2/+22
* Fix list validation of *list->bytevector procedures....Mark H Weaver2018-10-141-5/+32
* Define AT_SYMLINK_NOFOLLOW et al....Ludovic Courtès2018-09-231-2/+17
* Add -Wshadowed-toplevel....Ludovic Courtès2018-07-241-1/+83
* r6rs-ports: Accept 'port-position' values greater than 2^32....Ludovic Courtès2018-07-191-1/+11
* types: Recognize 'scm_t_port_type' and decode port type name....Ludovic Courtès2018-06-241-3/+28
* tests: Adjust i18n.test to 'fr_FR.utf8' locale in glibc 2.27....Ludovic Courtès2018-06-181-24/+42
* tests: Add SRFI-71 test....Ludovic Courtès2018-06-182-0/+47
* srfi-18: 'thread-sleep!' timeout-as-a-number is relative....Ludovic Courtès2018-02-161-3/+2
* srfi-18: When timeout is a number, it's a relative number of seconds....Ludovic Courtès2018-02-161-8/+5
* 'load-thunk-from-memory' reports the correct error....Ludovic Courtès2017-12-222-0/+55
* Fix 'crypt' deadlock upon error....Ludovic Courtès2017-12-221-1/+18
* Support general arrays in random:hollow-sphere!...Daniel Llorens2017-10-311-2/+45
* Fix bitvectors and non-zero lower bound arrays in truncated-print...Daniel Llorens2017-10-312-9/+104
* Support non-zero lower bounds in array-slice-for-each...Daniel Llorens2017-10-311-0/+8
* Fix sort, sort! for arrays with nonzero lower bound...Daniel Llorens2017-10-311-56/+93