summaryrefslogtreecommitdiff
path: root/test-suite/standalone
Commit message (Expand)AuthorAgeFilesLines
* scm_i_utf8_string_hash: compute u8 chars not bytesRob Browning2023-03-183-0/+71
* Presume ISO C90 headers are always availableMike Gran2022-10-141-5/+1
* When fork unavailable, skip standalone tests that require itMichael Gran2022-09-202-1/+7
* Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès2022-09-072-1/+42
* 'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.Ludovic Courtès2021-05-082-0/+66
* Build standalone test libraries as unversionedMike Gran2021-03-111-4/+4
* standalone tests require libgnu on DLL-based platformsMichael Gran2021-01-211-13/+13
* test-foreign-object-c should link libgnuMichael Gran2021-01-211-2/+2
* for dynamic-link tests, mingw needs to link to msvcrtMichael Gran2021-01-212-0/+5
* in command line encoding test don't presume extant UTF-8 localeMichael Gran2021-01-211-1/+4
* skip compile test when pause not availableMichael Gran2021-01-211-2/+2
* Fix out-of-memory test for top-level inliningAndy Wingo2019-08-251-1/+5
* Avoid leaking a file descriptor in test-unwindMike Gran2019-05-231-2/+5
* 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
* On Hurd, skip tests that require working setrlimits for memoryManolis Ragkousis2017-05-162-0/+12
* Can't recursively search DLLs with FFI on CygwinMike Gran2017-03-052-4/+22
* Cygwin: skip tests that require working setrlimits for memoryMike Gran2017-03-032-1/+17
* Remove extraneous debugging output in testAndy Wingo2017-03-011-1/+0
* Better errors for odd-length keyword argsAndy Wingo2017-02-281-12/+10
* Add meta/build-envAndy Wingo2016-07-101-1/+1
* On Darwin, skip tests that depend on setrlimitDaniel Llorens2016-06-242-0/+13
* Fix race between SMOB marking and finalizationAndy Wingo2016-06-232-0/+71
* tests: Make 'test-guild-compile' more reliable.Ludovic Courtès2016-05-221-0/+5
* Use heap-allocated port types instead of ptobnumsAndy Wingo2016-05-131-2/+2
* Port read/write functions take bytevectorsAndy Wingo2016-04-111-5/+7
* Generic port facility provides buffering uniformlyAndy Wingo2016-04-061-36/+23
* Merge branch 'stable-2.0'Mark H Weaver2014-09-302-1/+47
|\
| * tests: Link test against Gnulib.Ludovic Courtès2014-09-171-1/+2
| * test-guild-compile: Increase sleep time before sending SIGINT.Mark H Weaver2014-06-041-1/+1
| * 'guild compile' doesn't leave temporary files behind it.Ludovic Courtès2014-06-032-0/+45
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2014-04-283-0/+245
|\ \ | |/
| * Add more foreign object interfacesAndy Wingo2014-04-281-5/+4
| * New foreign object facility, to replace SMOBsAndy Wingo2014-04-283-0/+246
* | Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-259-8/+119
|\ \ | |/
| * tests: Add #undef NDEBUG when using <assert.h>.Ludovic Courtès2014-03-208-7/+24
| * Fix breakage of SRFI-4 C accessorsAndy Wingo2014-03-192-0/+94
| * build: Link 'test-unwind.c' against libgnu.la.Ludovic Courtès2014-03-161-2/+2
* | Compile some standalone tests to bytecodeAndy Wingo2014-04-082-0/+2
* | Adapt test-out-of-memory to work on 32-bit systemsAndy Wingo2014-03-261-4/+6
* | Out-of-memory situations raise exceptions instead of abortingAndy Wingo2014-03-222-0/+63
* | Add stack overflow testAndy Wingo2014-03-152-1/+42
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-07-164-22/+68
|\ \ | |/
| * tests: Don't rely on $TMPDIR and /tmp on Windows.Ludovic Courtès2013-06-161-1/+12
| * tests: Use double quotes around shell arguments, for Windows.Ludovic Courtès2013-06-161-3/+5
| * Fix tests for 'scm_c_bind_keyword_arguments'.Mark H Weaver2013-06-101-17/+48