summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* Use /dev/null in 'piped-process' if port is not backed by a fdes.HEADmainJosselin Poiret2023-05-081-1/+11
* call-with-values builtin doesn't leave garbage on the stackAndy Wingo2023-05-072-5/+43
* Adjust 'spawn' tests to accept 'LD_ORIGIN_PATH' on GNU/Hurd.Ludovic Courtès2023-04-021-1/+7
* Fix some invalid unicode handling issues with suspendable ports.Christopher Baines2023-03-201-0/+7
* scm_i_utf8_string_hash: compute u8 chars not bytesRob Browning2023-03-183-0/+71
* peval reduces some inlined case-lambda callsDaniel Llorens2023-02-271-0/+72
* Add -Wunused-module.Ludovic Courtès2023-02-241-1/+156
* 'spawn' ensures it is passed open file ports.Ludovic Courtès2023-01-261-0/+5
* linker: Do not store entire ELF in memory when writing to a file.Ludovic Courtès2023-01-171-0/+1
* linker: Linker object writer takes a single argument.Ludovic Courtès2023-01-171-2/+2
* linker, assembler: Avoid intermediate bytevectors.Ludovic Courtès2023-01-171-6/+15
* Add test for 'string-ref' with a negative index at -O2.Ludovic Courtès2023-01-171-5/+14
* Do not expand 'make-vector' primcall with wrong number of arguments.Ludovic Courtès2023-01-161-2/+11
* Add 'bytevector-slice'.Ludovic Courtès2023-01-141-1/+66
* Make 'system*' and 'piped-process' internally use 'spawn'.Josselin Poiret2023-01-131-1/+17
* Add 'spawn'.Josselin Poiret2023-01-131-2/+77
* Test for 'frame-local-ref' errors when printing backtrace.Andrew Whatson2023-01-111-1/+22
* Fix peval bug when expand-primitives introduces lexicalsAndy Wingo2022-12-011-1/+9
* Fix order-of-side-effects bug in (eq? x y z) expansionAndy Wingo2022-12-011-0/+11
* Add tests for warning locations.Andrew Whatson2022-11-291-1/+47
* Define Scheme bindings to ‘openat’ when available.Maxime Devos2022-10-211-0/+73
* Define a Scheme binding to ‘fstatat’ when available.Maxime Devos2022-10-211-0/+80
* Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos2022-10-211-0/+59
* Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos2022-10-211-0/+53
* Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos2022-10-211-0/+104
* Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos2022-10-211-0/+38
* Define ‘symlinkat’ wrapper when supported.Maxime Devos2022-10-211-0/+27
* Allow file ports in ‘utime’.Maxime Devos2022-10-211-1/+70
* Allow file ports in ‘readlink’.Maxime Devos2022-10-211-0/+61
* Allow file ports in ‘chdir’ when supported.Maxime Devos2022-10-211-0/+41
* Presume ISO C90 headers are always availableMike Gran2022-10-141-5/+1
* Test for out of range depth in fluid-ref*Daniel Llorens2022-10-031-0/+4
* Modifies command line quoting in c-api.testMike Gran2022-10-021-1/+1
* Avoids deprecated egrep in c-api.testMike Gran2022-10-021-2/+2
* srfi-35: Fix expansion of 'condition' for compound conditions.Ludovic Courtès2022-10-011-2/+16
* Baseline compiler no longer crashes on (not (list 1 2)).Ludovic Courtès2022-10-011-1/+7
* in ftw test, skip EACCESS test on MinGWMike Gran2022-09-201-3/+9
* in ftw test, don't presume symlink is definedMike Gran2022-09-201-34/+40
* When fork unavailable, skip standalone tests that require itMichael Gran2022-09-202-1/+7
* test-suite: Remove obsolete use of 'debug-enable'.Ludovic Courtès2022-09-191-3/+2
* 'pipe' now takes an optional 'flags' parameter.Ludovic Courtès2022-09-191-0/+35
* Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès2022-09-072-1/+42
* In curried definitions, move docstrings to outermost lambdaJean Abou Samra2022-08-291-2/+50
* 'system*' can no longer close file descriptor 2.Ludovic Courtès2022-08-051-2/+14
* web: Don't hide missing data in the chunked input port.Christopher Baines2022-07-041-8/+17
* web: Handle ending CRLF (\r\n) for chunked input and output ports.Christopher Baines2022-07-041-2/+2
* web: send capitalized authorization header schemeAleix Conchillo Flaqué2022-07-041-3/+8
* Allow null bytes in UNIX sockets.Liliana Marie Prikler2022-06-161-4/+75
* Allow empty vendor string in GNU target triplets.Taylor R Campbell2022-06-161-1/+3
* Fix "non-revealed port is closed" ports.testRob Browning2022-03-161-3/+4