summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* Add SRFI-171 to guileLinus Björnstam2020-03-252-0/+268
* tests: Skip web server test when thread support is missing.Ludovic Courtès2020-03-211-2/+3
* Actually run '00-repl-server.test'.Ludovic Courtès2020-03-071-1/+2
* Fix expansion of 'error' primitive with a non-constant argument.Ludovic Courtès2020-03-061-2/+36
* Add 'hash' test for keywords.Ludovic Courtès2020-03-061-1/+11
* texinfo: Properly render @acronym in plain text.Ludovic Courtès2020-01-291-1/+19
* texinfo: Add '*line-width*' fluid to control line wrapping.Ludovic Courtès2020-01-292-0/+35
* 00-repl-server.test: don't use fixed path for socketRob Browning2020-01-231-4/+17
* srfi-11: Do not expose variables to later clausesTim Gesthuizen2020-01-121-1/+8
* Respect thread local fluid defaultsRob Browning2020-01-121-2/+12
* Fix peval bug that ignored excess argsAndy Wingo2020-01-121-2/+19
* New function string-replace-substring in (ice-9 string-fun)Daniel Llorens2020-01-061-1/+8
* Add R7RS xfails due to a restriction in hungry-eol-escapes (#38239)Andy Wingo2019-11-161-3/+9
* Add R7RS xfails due to Guile's ( . 42) syntax extensionAndy Wingo2019-11-161-6/+7
* Add R7RS xfails due to https://bugs.gnu.org/38237 (i/o exn types)Andy Wingo2019-11-161-5/+9
* Add R7RS XFAILs due to https://bugs.gnu.org/38236 (datum labels)Andy Wingo2019-11-161-11/+18
* Add expected failure for R7RS test due to https://bugs.gnu.org/38235Andy Wingo2019-11-161-1/+7
* Add r7rs testAndy Wingo2019-11-161-0/+2551
* SRFI-18 uses core exceptionsAndy Wingo2019-11-141-17/+22
* Rebase throw/catch on top of raise-exception/with-exception-handlerAndy Wingo2019-11-132-17/+16
* Rebase R6RS records on top of core recordsAndy Wingo2019-10-291-2/+9
* Add support for immutable fields in core recordsAndy Wingo2019-10-281-1/+31
* Rename final? record type flag; add support for opaque?Andy Wingo2019-10-271-6/+18
* Guile `make-record-type' supports non-generative definitionAndy Wingo2019-10-271-1/+23
* Change record type "flags" field to "properties"Andy Wingo2019-10-271-6/+3
* Fix one remaining use of make-record-type with string type nameAndy Wingo2019-10-231-1/+1
* Rebase srfi-35 conditions on top of make-record-typeAndy Wingo2019-10-231-1/+1
* make-record-type does more validation on the fieldsAndy Wingo2019-10-231-5/+5
* Record accessors respect subtypingAndy Wingo2019-10-221-2/+50
* Fix deprecated 1-arg `make-module' in testsAndy Wingo2019-10-221-2/+2
* Remove "vm" testsAndy Wingo2019-09-2723-421/+2
* Adapt ftw.test for pending test-suite changesAndy Wingo2019-09-271-1/+1
* Use "G_" as the conventional alias for gettextAndy Wingo2019-09-121-5/+5
* Fix bug in CSE auxiliary definitionsAndy Wingo2019-08-281-0/+37
* Fix out-of-memory test for top-level inliningAndy Wingo2019-08-251-1/+5
* 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-023-4/+150
|\
| * '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
* | 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
|\ \ | |/