summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-214-114/+114
* Update license notices in all C filesAndy Wingo2018-06-2024-408/+408
* Remove (C) from copyright statementsAndy Wingo2018-06-2024-25/+47
* Fix missing includes in tests.Andy Wingo2018-06-202-4/+7
* Use stdint.h limit macrosAndy Wingo2018-06-201-88/+89
* Fix include in test-ffi-libAndy Wingo2018-06-201-1/+3
* Remove obsolete rtl testsAndy Wingo2018-01-101-144/+1
* Merge until badcbd0fe955e0477ae98ed743b3f274d6e6f22d from stable-2.2Andy Wingo2017-11-291-2/+45
|\
| * Support general arrays in random:hollow-sphere!Daniel Llorens2017-10-311-2/+45
* | Merge until e0bcda4ad940c4e15679cc2b229838b33acdd36c from stable-2.2Andy Wingo2017-11-295-69/+253
|\ \ | |/
| * Fix bitvectors and non-zero lower bound arrays in truncated-printDaniel Llorens2017-10-312-9/+104
| * Support non-zero lower bounds in array-slice-for-eachDaniel Llorens2017-10-311-0/+8
| * Fix sort, sort! for arrays with nonzero lower boundDaniel Llorens2017-10-311-56/+93
| * Allow scm_XXX_writable_elements on empty vectors, even if immutableDaniel Llorens2017-10-312-9/+25
| * Allow garbage collection of revealed file ports.Ludovic Courtès2017-10-251-0/+28
* | error, scm-error primcalls expand to `throw'Andy Wingo2017-11-051-2/+2
* | RTL test uses new instructionsAndy Wingo2017-10-301-5/+6
* | Replace "pr" struct fields with "pw" fieldsAndy Wingo2017-09-232-20/+14
* | Merge stable-2.2 into masterAndy Wingo2017-09-223-45/+59
|\ \ | |/
| * Deprecate make-structAndy Wingo2017-09-222-45/+31
| * Correctly relativize file names in the presence of common prefixes.Ludovic Courtès2017-06-151-0/+28
* | Implement class redefinition on top of fixed structsAndy Wingo2017-09-141-15/+24
|/
* web: add support for URI-referenceAndy Wingo2017-05-213-23/+95
* On Hurd, skip tests that require working setrlimits for memoryManolis Ragkousis2017-05-162-0/+12
* Syntax objects are comparable with equal?Andy Wingo2017-04-211-0/+33
* Add srfi-19 ~f regression testAndy Wingo2017-04-191-1/+5
* Fix date->string ~f operator to not emit leading zerosAndy Wingo2017-04-191-1/+5
* Fixed bug: ~N mishandles small nanoseconds valueAndrew Moss2017-04-191-0/+5
* Fix test suite for constant literals changeAndy Wingo2017-04-191-1/+1
* Add sandboxed evaluation facilityAndy Wingo2017-04-182-0/+96
* Only run tests that require fork if it is providedMichael Gran2017-04-043-7/+13
* fix repl server test to allow for ECONNABORTEDMike Gran2017-03-311-2/+2
* i18n: locale-positive-separated-by-space? should return bool, not stringMike Gran2017-03-201-0/+12
* i18n: add tests for locale-digit-groupingMike Gran2017-03-201-0/+20
* i18n: add tests for locale AM/PMMike Gran2017-03-201-0/+20
* i18n: rename locale-monetary-digit-grouping to locale-monetary-groupingMike Gran2017-03-201-3/+24
* Better eval+promise+gc testAndy Wingo2017-03-141-1/+6
* Resolve unresolved alist test casesAndy Wingo2017-03-141-58/+29
* Nonlocal prompt returns cause all effectsAndy Wingo2017-03-131-1/+11
* Fix bug in comparison between real and complexDaniel Llorens2017-03-091-0/+9
* Fix new thread-local fluids testAndy Wingo2017-03-071-1/+1
* Add thread local fluidsAndy Wingo2017-03-071-1/+7
* Check for working profiling and virtual itimersMike Gran2017-03-063-41/+55
* Can't recursively search DLLs with FFI on CygwinMike Gran2017-03-053-6/+34
* Disable Turkish locale tests on CygwinMike Gran2017-03-041-2/+3
* Cygwin: skip tests that require working setrlimits for memoryMike 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