summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* disable popen 'no duplicates' test for MinGWMichael Gran2021-03-101-1/+6
* Fix reading #!!#Andy Wingo2021-03-071-1/+16
* Fix reading "#;", "'", and similar premature-EOF situationsAndy Wingo2021-03-051-1/+1
* Fix bug in new array readerDaniel Llorens2021-03-031-1/+35
* Read-in-scheme replaces boot "read" definitionAndy Wingo2021-03-033-15/+12
* Relax srfi-105 source expectationsAndy Wingo2021-03-031-2/+8
* Invalid charset at EOF does not cause decoding errorAndy Wingo2021-03-031-1/+1
* Fix another typo in routine reading arraysDaniel Llorens2021-03-021-1/+5
* Read Scheme via read-syntaxAndy Wingo2021-02-251-7/+13
* the mkdtemp tests don't clean up the directories createdMichael Gran2021-02-041-3/+3
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-031-19/+17
* strptime test shouldn't presume that initial whitespace is ignoredMike Gran2021-01-231-3/+3
* don't test crypt if not presentMike Gran2021-01-231-1/+5
* socket test should not throw unresolved outside of a testMike Gran2021-01-231-2/+4
* add test for setsockoptMichael Gran2021-01-231-0/+11
* socket test should not throw unresolved outside of a testMichael Gran2021-01-211-18/+19
* avoid a ports test when fcntl is not providedMichael Gran2021-01-211-1/+1
* standalone tests require libgnu on DLL-based platformsMichael Gran2021-01-211-13/+13
* skip version test if git-version-gen can't compute version from gitMichael Gran2021-01-211-11/+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
* for socket test, don't presume TMP is usableMichael Gran2021-01-211-2/+2
* encoding test tries to delete a file that is not closedMichael Gran2021-01-211-6/+9
* Use mkdtemp to simplify repl server testMichael Gran2021-01-211-18/+6
* Replace mutating mkdtemp! with non-mutating mkdtempMichael Gran2021-01-211-21/+16
* New procedure mkdtemp! to create unique temporary directoryMichael Gran2021-01-191-0/+39
* scm_i_make_transcoded_port: fix mode for input/output portsRob Browning2021-01-171-0/+26
* (scheme base) member: return #f, not (), for no matchRob Browning2021-01-171-1/+1
* New warnings: -Wuse-before-definition, -Wnon-idempotent-definitionAndy Wingo2021-01-071-1/+59
* Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-105-19/+40
* Fix bug #42713: srfi-64: Reset test-runner-current if doneDaniel Llorens2020-08-051-2/+6
* popen: 'open-process' returns unbuffered ports.Ludovic Courtès2020-06-191-0/+23
* web: Accept URI host names consisting only of hex digits.Ludovic Courtès2020-06-181-1/+8
* texinfo: Add basic support for @w{...}.Ludovic Courtès2020-06-181-1/+3
* read: Use "invalid" rather than "illegal".Jan (janneke) Nieuwenhuizen2020-06-182-19/+19
* tests: Avoid dependency on util-linux for 'rev'.Ludovic Courtès2020-06-041-5/+7
* 'peval' test uses (language tree-il peval).Ludovic Courtès2020-05-171-5/+2
* Use 'pass-if-equal' for 'pipeline' tests.Ludovic Courtès2020-05-161-15/+19
* popen: Add 'pipeline' procedure.Rutger van Beusekom2020-05-161-2/+36
* More robust reduction of equal? and eqv?Andy Wingo2020-05-132-63/+59
* Zero the initial file port revealed count.Ludovic Courtès2020-05-121-1/+34
* tests: Don't use a guardian when testing for GC'd ports.Ludovic Courtès2020-05-121-11/+8
* Test suite compile-and-eval tests run -O0 and -O2Andy Wingo2020-05-111-11/+22
* Warning and optimization levels always small integersAndy Wingo2020-05-082-2/+2
* Add language-specific analysis pass to compiler infrastructureAndy Wingo2020-05-083-222/+216
* Ensure <prompt> handler is values handlerAndy Wingo2020-05-041-7/+15
* bitvector-count-bits replaces bit-count*Andy Wingo2020-04-291-2/+2
* bitvector-flip-all-bits! replaces bit-invert!Andy Wingo2020-04-181-0/+4