summaryrefslogtreecommitdiff
path: root/test-suite/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in CSE auxiliary definitionsAndy Wingo2019-08-281-0/+37
* Allow mixed local definitions and expressionsAndy Wingo2019-08-251-4/+27
* Fix coverage test for top-level binding optimizationAndy Wingo2019-08-181-2/+6
* Skip tests that don't work under letrectificationAndy Wingo2019-08-181-8/+10
* Add "mod" field to tree-il toplevel ref, set, defineAndy Wingo2019-08-181-3/+3
* Update peval tests for fix-letrecAndy Wingo2019-08-131-73/+75
* Merge from stable-2.2Andy Wingo2019-08-022-4/+149
|\
| * 'strftime' and 'strptime' honor the locale encoding.Ludovic Courtès2019-06-301-4/+31
| * tests: Add (web server) test.Ludovic Courtès2019-06-301-0/+118
* | Merge from stable-2.2Andy Wingo2019-08-021-10/+1
|\ \ | |/
| * Revert "web: Add support for HTTP header continuation lines."Mark H Weaver2019-06-241-10/+1
* | Merge from stable-2.2Andy Wingo2019-08-021-1/+10
|\ \ | |/
| * web: Add support for HTTP header continuation lines.Mark H Weaver2019-06-181-1/+10
* | Merge from stable-2.2Andy Wingo2019-08-021-16/+20
|\ \ | |/
| * time.test: Use 'pass-if-equal' in more tests.Mark H Weaver2019-06-181-16/+20
* | Merge from stable-2.2Andy Wingo2019-08-021-3/+30
|\ \ | |/
| * Make URI handling locale independent.Timothy Sample2019-06-041-3/+30
* | Merge from stable-2.2Andy Wingo2019-08-021-1/+7
|\ \ | |/
| * '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 CygwinMichael Gran2019-02-231-3/+12
| * Make locale monetary conversion tests be less strict on terminal whitespaceMichael Gran2019-02-231-2/+2
| * Fix crypt-on-glibc test errorAndy Wingo2019-02-211-7/+14
| * Fix binary output on files created by mkstemp!Mike Gran2019-02-091-2/+17
| * Don't mutate read-only string in ports testMike Gran2019-02-091-2/+2
| * Fix tests for SRFI-19 date->string ~NDaniel Llorens2018-12-121-6/+10
| * Support ~N in SRFI-19 string->dateDaniel 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-181-0/+46
| * 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-221-0/+54
| * Fix 'crypt' deadlock upon error.Ludovic Courtès2017-12-221-1/+18
* | Fix RTL tests for recent arity changeAndy Wingo2019-06-071-19/+19
* | Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.Mark H Weaver2019-05-232-1/+28