summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
...
* Allow scm_XXX_writable_elements on empty vectors, even if immutable...Daniel Llorens2017-10-312-9/+25
* Allow garbage collection of revealed file ports....Ludovic Courtès2017-10-251-0/+28
* Deprecate make-struct...Andy Wingo2017-09-222-45/+31
* Correctly relativize file names in the presence of common prefixes....Ludovic Courtès2017-06-151-0/+28
* web: add support for URI-reference...Andy Wingo2017-05-213-23/+95
* On Hurd, skip tests that require working setrlimits for memory...Manolis Ragkousis2017-05-162-0/+12
* Syntax objects are comparable with equal?...Andy Wingo2017-04-211-0/+33
* Add srfi-19 ~f regression test...Andy Wingo2017-04-191-1/+5
* Fix date->string ~f operator to not emit leading zeros...Andy Wingo2017-04-191-1/+5
* Fixed bug: ~N mishandles small nanoseconds value...Andrew Moss2017-04-191-0/+5
* Fix test suite for constant literals change...Andy Wingo2017-04-191-1/+1
* Add sandboxed evaluation facility...Andy Wingo2017-04-182-0/+96
* Only run tests that require fork if it is provided...Michael Gran2017-04-043-7/+13
* fix repl server test to allow for ECONNABORTED...Mike Gran2017-03-311-2/+2
* i18n: locale-positive-separated-by-space? should return bool, not string...Mike Gran2017-03-201-0/+12
* i18n: add tests for locale-digit-grouping...Mike Gran2017-03-201-0/+20
* i18n: add tests for locale AM/PM...Mike Gran2017-03-201-0/+20
* i18n: rename locale-monetary-digit-grouping to locale-monetary-grouping...Mike Gran2017-03-201-3/+24
* Better eval+promise+gc test...Andy Wingo2017-03-141-1/+6
* Resolve unresolved alist test cases...Andy Wingo2017-03-141-58/+29
* Nonlocal prompt returns cause all effects...Andy Wingo2017-03-131-1/+11
* Fix bug in comparison between real and complex...Daniel Llorens2017-03-091-0/+9
* Fix new thread-local fluids test...Andy Wingo2017-03-071-1/+1
* Add thread local fluids...Andy Wingo2017-03-071-1/+7
* Check for working profiling and virtual itimers...Mike Gran2017-03-063-41/+55
* Can't recursively search DLLs with FFI on Cygwin...Mike Gran2017-03-053-6/+34
* Disable Turkish locale tests on Cygwin...Mike Gran2017-03-041-2/+3
* Cygwin: skip tests that require working setrlimits for memory...Mike Gran2017-03-032-1/+17
* i18n: 'number->locale-string' guesses the minimum number of decimals....Ludovic Courtès2017-03-012-11/+11
* i18n: Fix corner cases for monetary and number string conversions....Ludovic Courtès2017-03-012-16/+45
* tests: Choose a more plausible US English locale name....Ludovic Courtès2017-03-011-1/+1
* tests: Use 'pass-if-equal' for (ice-9 i18n) tests....Ludovic Courtès2017-03-011-34/+40
* i18n: Do not represent zero as "-0"....Ludovic Courtès2017-03-011-3/+14
* tests: Avoid statprof test failure on systems without 'setitimer'....Ludovic Courtès2017-03-011-11/+12
* Disable REPL server tests if no threads...Andy Wingo2017-03-011-1/+7
* tests: Avoid race condition in REPL server test....Ludovic Courtès2017-03-011-2/+8
* tests: Throw 'unresolved when the REPL server is too slow....Ludovic Courtès2017-03-011-4/+5
* tests: Add REPL server test for CVE-2016-8606....Ludovic Courtès2017-03-012-0/+140
* tests: Use the "normalized codeset" in locale names....Ludovic Courtès2017-03-011-6/+6
* Remove extraneous debugging output in test...Andy Wingo2017-03-011-1/+0
* Fix class slot allocation since GOOPS rewrite...Andy Wingo2017-03-011-0/+9
* Flush when getting string from r6rs string output port...Andy Wingo2017-03-011-0/+15
* String ports can be truncated...Andy Wingo2017-03-011-0/+39
* Minor expansion of guile-test comments...Andy Wingo2017-03-011-1/+1
* Better errors for odd-length keyword args...Andy Wingo2017-02-282-12/+26
* Declare module exports before loading imports...Andy Wingo2017-02-281-0/+41
* Fix multi-arity dispatch in GOOPS...Andy Wingo2017-02-221-0/+11
* Fix flonum/complex type inference....Andy Wingo2017-02-191-0/+12
* Stringbufs immutable by default...Andy Wingo2017-02-161-8/+26
* Modernize (web http) a bit...Andy Wingo2017-02-081-5/+22