summaryrefslogtreecommitdiff
path: root/test-suite
AgeCommit message (Expand)AuthorFilesLines
2018-08-07Merge branch 'master' into lightningAndy Wingo9-41/+291
2018-08-07Add -Wshadowed-toplevel.Ludovic Courtès1-1/+83
2018-08-07r6rs-ports: Accept 'port-position' values greater than 2^32.Ludovic Courtès1-1/+11
2018-08-07types: Recognize 'scm_t_port_type' and decode port type name.Ludovic Courtès1-3/+28
2018-08-07tests: Adjust i18n.test to 'fr_FR.utf8' locale in glibc 2.27.Ludovic Courtès1-24/+42
2018-08-07tests: Add SRFI-71 test.Ludovic Courtès2-0/+47
2018-08-07srfi-18: 'thread-sleep!' timeout-as-a-number is relative.Ludovic Courtès1-3/+2
2018-08-07srfi-18: When timeout is a number, it's a relative number of seconds.Ludovic Courtès1-8/+5
2018-08-07'load-thunk-from-memory' reports the correct error.Ludovic Courtès2-0/+55
2018-08-07Fix 'crypt' deadlock upon error.Ludovic Courtès1-1/+18
2018-07-20Multiple-value returns now start from slot 0, not slot 1Andy Wingo1-34/+40
2018-06-27Remove mention of vm-error from test suiteAndy Wingo2-11/+4
2018-06-21Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo4-114/+114
2018-06-20Update license notices in all C filesAndy Wingo24-408/+408
2018-06-20Remove (C) from copyright statementsAndy Wingo24-25/+47
2018-06-20Fix missing includes in tests.Andy Wingo2-4/+7
2018-06-20Use stdint.h limit macrosAndy Wingo1-88/+89
2018-06-20Fix include in test-ffi-libAndy Wingo1-1/+3
2018-01-10Remove obsolete rtl testsAndy Wingo1-144/+1
2017-11-29Merge until badcbd0fe955e0477ae98ed743b3f274d6e6f22d from stable-2.2Andy Wingo1-2/+45
2017-11-29Merge until e0bcda4ad940c4e15679cc2b229838b33acdd36c from stable-2.2Andy Wingo5-69/+253
2017-11-05error, scm-error primcalls expand to `throw'Andy Wingo1-2/+2
2017-10-31Support general arrays in random:hollow-sphere!Daniel Llorens1-2/+45
2017-10-31Fix bitvectors and non-zero lower bound arrays in truncated-printDaniel Llorens2-9/+104
2017-10-31Support non-zero lower bounds in array-slice-for-eachDaniel Llorens1-0/+8
2017-10-31Fix sort, sort! for arrays with nonzero lower boundDaniel Llorens1-56/+93
2017-10-31Allow scm_XXX_writable_elements on empty vectors, even if immutableDaniel Llorens2-9/+25
2017-10-30RTL test uses new instructionsAndy Wingo1-5/+6
2017-10-25Allow garbage collection of revealed file ports.Ludovic Courtès1-0/+28
2017-09-23Replace "pr" struct fields with "pw" fieldsAndy Wingo2-20/+14
2017-09-22Merge stable-2.2 into masterAndy Wingo3-45/+59
2017-09-22Deprecate make-structAndy Wingo2-45/+31
2017-09-14Implement class redefinition on top of fixed structsAndy Wingo1-15/+24
2017-06-15Correctly relativize file names in the presence of common prefixes.Ludovic Courtès1-0/+28
2017-05-21web: add support for URI-referenceAndy Wingo3-23/+95
2017-05-16On Hurd, skip tests that require working setrlimits for memoryManolis Ragkousis2-0/+12
2017-04-21Syntax objects are comparable with equal?Andy Wingo1-0/+33
2017-04-19Add srfi-19 ~f regression testAndy Wingo1-1/+5
2017-04-19Fix date->string ~f operator to not emit leading zerosAndy Wingo1-1/+5
2017-04-19Fixed bug: ~N mishandles small nanoseconds valueAndrew Moss1-0/+5
2017-04-19Fix test suite for constant literals changeAndy Wingo1-1/+1
2017-04-18Add sandboxed evaluation facilityAndy Wingo2-0/+96
2017-04-04Only run tests that require fork if it is providedMichael Gran3-7/+13
2017-03-31fix repl server test to allow for ECONNABORTEDMike Gran1-2/+2
2017-03-20i18n: locale-positive-separated-by-space? should return bool, not stringMike Gran1-0/+12
2017-03-20i18n: add tests for locale-digit-groupingMike Gran1-0/+20
2017-03-20i18n: add tests for locale AM/PMMike Gran1-0/+20
2017-03-20i18n: rename locale-monetary-digit-grouping to locale-monetary-groupingMike Gran1-3/+24
2017-03-14Better eval+promise+gc testAndy Wingo1-1/+6
2017-03-14Resolve unresolved alist test casesAndy Wingo1-58/+29