summaryrefslogtreecommitdiff
path: root/test-suite
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Added comments in load-lang.test, which does not work. * test-suite/tests/loa...wip-load-langMatt Wette1-1/+22
2023-02-23multiple languages support via file extension or #lang headerMatt Wette2-0/+38
2023-01-16Do not expand 'make-vector' primcall with wrong number of arguments.Ludovic Courtès1-2/+11
2023-01-14Add 'bytevector-slice'.Ludovic Courtès1-1/+66
2023-01-13Make 'system*' and 'piped-process' internally use 'spawn'.Josselin Poiret1-1/+17
2023-01-13Add 'spawn'.Josselin Poiret1-2/+77
2023-01-11Test for 'frame-local-ref' errors when printing backtrace.Andrew Whatson1-1/+22
2022-12-01Fix peval bug when expand-primitives introduces lexicalsAndy Wingo1-1/+9
2022-12-01Fix order-of-side-effects bug in (eq? x y z) expansionAndy Wingo1-0/+11
2022-11-29Add tests for warning locations.Andrew Whatson1-1/+47
2022-10-21Define Scheme bindings to ‘openat’ when available.Maxime Devos1-0/+73
2022-10-21Define a Scheme binding to ‘fstatat’ when available.Maxime Devos1-0/+80
2022-10-21Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos1-0/+59
2022-10-21Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos1-0/+53
2022-10-21Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos1-0/+104
2022-10-21Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos1-0/+38
2022-10-21Define ‘symlinkat’ wrapper when supported.Maxime Devos1-0/+27
2022-10-21Allow file ports in ‘utime’.Maxime Devos1-1/+70
2022-10-21Allow file ports in ‘readlink’.Maxime Devos1-0/+61
2022-10-21Allow file ports in ‘chdir’ when supported.Maxime Devos1-0/+41
2022-10-14Presume ISO C90 headers are always availableMike Gran1-5/+1
2022-10-03Test for out of range depth in fluid-ref*Daniel Llorens1-0/+4
2022-10-02Modifies command line quoting in c-api.testMike Gran1-1/+1
2022-10-02Avoids deprecated egrep in c-api.testMike Gran1-2/+2
2022-10-01srfi-35: Fix expansion of 'condition' for compound conditions.Ludovic Courtès1-2/+16
2022-10-01Baseline compiler no longer crashes on (not (list 1 2)).Ludovic Courtès1-1/+7
2022-09-20in ftw test, skip EACCESS test on MinGWMike Gran1-3/+9
2022-09-20in ftw test, don't presume symlink is definedMike Gran1-34/+40
2022-09-20When fork unavailable, skip standalone tests that require itMichael Gran2-1/+7
2022-09-19test-suite: Remove obsolete use of 'debug-enable'.Ludovic Courtès1-3/+2
2022-09-19'pipe' now takes an optional 'flags' parameter.Ludovic Courtès1-0/+35
2022-09-07Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès2-1/+42
2022-08-29In curried definitions, move docstrings to outermost lambdaJean Abou Samra1-2/+50
2022-08-05'system*' can no longer close file descriptor 2.Ludovic Courtès1-2/+14
2022-07-04web: Don't hide missing data in the chunked input port.Christopher Baines1-8/+17
2022-07-04web: Handle ending CRLF (\r\n) for chunked input and output ports.Christopher Baines1-2/+2
2022-07-04web: send capitalized authorization header schemeAleix Conchillo Flaqué1-3/+8
2022-06-16Allow null bytes in UNIX sockets.Liliana Marie Prikler1-4/+75
2022-06-16Allow empty vendor string in GNU target triplets.Taylor R Campbell1-1/+3
2022-03-16Fix "non-revealed port is closed" ports.testRob Browning1-3/+4
2022-03-15tests: web-server: Wait until the server is listening.Ludovic Courtès1-1/+24
2022-03-07psyntax: Honor source properties for things other than syntax objects.Ludovic Courtès1-2/+24
2022-03-07tests: Add read-syntax + syntax-source test.Ludovic Courtès1-2/+14
2022-01-13Have log and log10(real nan) return real nan regardless of signDaniel Llorens1-1/+10
2022-01-04New function bitvector-copy (scm_bitvector_copy)Daniel Llorens1-2/+21
2021-12-06New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens1-0/+17
2021-11-15Support C99 complex types in (system foreign)Daniel Llorens1-1/+8
2021-11-05Limit the range of ash, round-ash count argument to INT32Daniel Llorens1-1/+4
2021-10-21Provide xxvector-copy and xxvector-copy! for srfi-4 vectorsDaniel Llorens1-0/+24
2021-10-19(ice-9 format): Fix scaling floats with leading zerosTimothy Sample1-1/+7