Andy Wingo 73d9d18488 Flush when getting string from r6rs string output port 8 years ago
..
00-initial-env.test 0c57673a11 Add optimized tagged integer addition/subtractions for x86_64. 15 years ago
00-repl-server.test 64a8785089 Disable REPL server tests if no threads 8 years ago
00-socket.test b9b88351ea Deprecate htons, htonl, ntohs, ntohl 11 years ago
alist.test 764246cfbb test-suite: eq-ness of numbers, characters is unspecified 12 years ago
and-let-star.test 64039f3d12 Update and-let-star.test 9 years ago
arbiters.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
arrays.test fb7dd00169 Deprecate general "uniform-vector" interface 11 years ago
asm-to-bytecode.test ffd3e55cfd Recognize more ARM targets. 11 years ago
bit-operations.test 8ecd1943ef fix bug in ash opcode 15 years ago
bitvectors.test d40752513f Fix bit-count* bug 11 years ago
brainfuck.test d10f7b572c move (test-suite lib) to lower dir; cleans up uninstalled paths. 13 years ago
bytevectors.test b77642dff2 Fix size measurement in bytevector_large_set 9 years ago
c-api.test 82b8cfa40c tests: Use NUL instead of /dev/null on MinGW. 11 years ago
chars.test 88644a10d8 Change inappropriate uses of expect-fail X to pass-if not X in chars.test 13 years ago
coding.test 7c848fe572 Make temporary file in coding.test work on MS-Windows. 11 years ago
common-list.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
compiler.test d10f7b572c move (test-suite lib) to lower dir; cleans up uninstalled paths. 13 years ago
continuations.test e309f3bf9e with-continuation-barrier calls exit(3) _after_ unwinding 14 years ago
control.test a192c336a2 peval: Always visit prompt bodies in values context 9 years ago
coverage.test 41f2f14bd9 tests: Don't rely on `scm_call_2' being visible. 12 years ago
cse.test ea352d9e54 Fix bug that exposed `list' invocations to CSE 9 years ago
curried-definitions.test e39d0b7668 fix curried definitions for value defines 15 years ago
ecmascript.test ed7c4a5d77 ecmascript: Fix conversion to boolean for non-numbers. 12 years ago
elisp-compiler.test c6920dc8ba lexical function binding for elisp 14 years ago
elisp-reader.test 0dbfdeefc6 use correct names for quasiquotation operators 14 years ago
elisp.test 764246cfbb test-suite: eq-ness of numbers, characters is unspecified 12 years ago
encoding-escapes.test 6851d3be80 Change `scm_encoding_error' to pass the port and faulty character. 14 years ago
encoding-iso88591.test 0ce224594a Improve handling of locales in the test suite. 11 years ago
encoding-iso88597.test 0ce224594a Improve handling of locales in the test suite. 11 years ago
encoding-utf8.test 0ce224594a Improve handling of locales in the test suite. 11 years ago
eval-string.test d59dd06eb9 add ice-9 eval-string 14 years ago
eval.test c438cd7175 eval: Store docstrings for lambdas. 12 years ago
exceptions.test 1e42832af0 Convert test-suite/tests/exceptions.test to use hygienic macros. 11 years ago
filesys.test 9f7914d39a tests: Remove symlink only when it exists. 12 years ago
fluids.test 8dd01861a9 Fix later-bindings-win logic in with-fluids. 12 years ago
foreign.test 67d8ccc0e4 FFI: sizeof: Account for trailing padding of structs. 10 years ago
format.test 4b2b867c21 i18n: 'number->locale-string' guesses the minimum number of decimals. 8 years ago
fractions.test eba5c07715 Fix incorrect rationalize tests. 12 years ago
ftw.test 9977b31643 test-suite: Skip `EACCES' test of `file-system-fold' when run as root. 12 years ago
future.test 8a177d316c futures: Limit the number of nested futures on the same stack. 12 years ago
gc.test 86fafc4402 tests: Add more `maybe-gc-flakiness'. 12 years ago
getopt-long.test 6b4b4bfb09 Implement #:stop-at-first-non-option option for getopt-long 14 years ago
goops.test 649ec8d823 Accessor methods only apply to subclasses with their slot 10 years ago
guardians.test 9b5da400dd Deprecate vector-ref, vector-length, vector-set! on weak vectors 11 years ago
hash.test c6a2691fff Test for deleted weak pairs in hash-for-each. 11 years ago
hooks.test 8ffcf6e725 Enclose hooks tests in their own module. 15 years ago
i18n.test 4b2b867c21 i18n: 'number->locale-string' guesses the minimum number of decimals. 8 years ago
iconv.test 681acfd8ba Fix iconv encoding of long strings 9 years ago
import.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
interp.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
keywords.test b8ed3de36e Fix "coding:" cookies in the test suite. 15 years ago
list.test 226a56a3d4 Improve error reporting in 'append!' 13 years ago
load.test 017eb4a6be primitive-load returns the value(s) of the last expression 13 years ago
match.test d10f7b572c move (test-suite lib) to lower dir; cleans up uninstalled paths. 13 years ago
match.test.upstream b92bbfff1a Update (ice-9 match) from Chibi-Scheme. 14 years ago
modules.test 764246cfbb test-suite: eq-ness of numbers, characters is unspecified 12 years ago
multilingual.nottest 53befeb700 Change Guile license to LGPLv3+ 16 years ago
net-db.test 1ba05158eb tests: Have `getaddrinfo' test work for Darwin 8. 13 years ago
numbers.test e3c59bfb8d Fix atan procedure when applied to complex numbers. 10 years ago
optargs.test 89ececea95 Better errors for odd-length keyword args 8 years ago
options.test 85d3a8a63d fix up options.test 15 years ago
pairs.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
parameters.test 9670f238d4 current-input-port et al are srfi-39 parameters 13 years ago
peval.test c691c0e15a Fix bug compiling fixpoint combinator 9 years ago
poe.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
popen-child.scm 6069e97331 Fix hanging of popen.test 15 years ago
popen.test 317f6a2370 Unconditionally build and test the ice-9/popen module. 11 years ago
ports.test 37b1453032 Avoid converting the 'mode' argument of 'open-file'. 10 years ago
posix.test 3b50be4546 tests: Gracefully handle ENOSYS return for 'setaffinity'. 10 years ago
print.test 1fc651e3a5 print: In R7RS |...| symbols, print most graphic characters unescaped. 11 years ago
procprop.test fe2400c993 Fix erroneous check in `set-procedure-properties!'. 13 years ago
procs.test 18f06db925 Add `compose', `negate', and `const'. 14 years ago
q.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
r4rs.test b3da54d181 Placate a number of `syntax-check' verifications. 13 years ago
r5rs_pitfall.test f564f4784f Remove deprecation warnings from the build 16 years ago
r6rs-arithmetic-bitwise.test 93da406f33 Optimize R6RS bitwise operators. 12 years ago
r6rs-arithmetic-fixnums.test 93da406f33 Optimize R6RS bitwise operators. 12 years ago
r6rs-arithmetic-flonums.test fa102e73c3 Fix numerator and denominator handling of signed zeroes and infinities. 12 years ago
r6rs-base.test 06906f370f R6RS `string-for-each' should accept multiple string arguments 12 years ago
r6rs-conditions.test c0f6c1638b Some tweaks to the R6RS support 14 years ago
r6rs-control.test bf745816f2 Implementation and test cases for the R6RS (rnrs control) library. 15 years ago
r6rs-enums.test 015a4aaedb Enumeration set universe comparisons should be done with `equal?' 15 years ago
r6rs-eval.test d3094cf2fa Fix typo in license comment. 15 years ago
r6rs-exceptions.test 02500d4477 Convert guile exceptions to R6RS conditions in R6RS exception handlers. 11 years ago
r6rs-files.test 8c6b62e7d5 Untabify some test files. 11 years ago
r6rs-hashtables.test 3fdc1d05ae Fix argument passing for external hash functions in `(rnrs hashtables)'. 15 years ago
r6rs-lists.test d825841db0 Fix R6RS `fold-left' so the accumulator is the first argument. 14 years ago
r6rs-ports.test 73d9d18488 Flush when getting string from r6rs string output port 8 years ago
r6rs-records-inspection.test f797da47f8 Implementation for the R6RS (rnrs hashtables) library; 15 years ago
r6rs-records-procedural.test a7ada16187 Fix test suite title in comment 15 years ago
r6rs-records-syntactic.test 5f09e4ba3c Fix hygiene issues with `define-record-type' 14 years ago
r6rs-unicode.test 949532501a Implementation and test cases for the R6RS (rnrs unicode) library. 15 years ago
ramap.test 3220b08049 tests: Add `array-for-each' tests for one-dimensional traversals. 12 years ago
rdelim.test a41b07a34f rdelim: Speed up 'read-string' (aka. 'get-string-all'.) 11 years ago
reader.test 27df2f3439 Heed the reader settings implied by #!r6rs 10 years ago
receive.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
records.test 51797cec09 make-record-type slight refactor 15 years ago
regexp.test 0ce224594a Improve handling of locales in the test suite. 11 years ago
rnrs-libraries.test 5d7c55bdcf R6RS srfi library names should ignore first identifier after the :n 12 years ago
rnrs-test-a.scm d10f7b572c move (test-suite lib) to lower dir; cleans up uninstalled paths. 13 years ago
session.test 9f17d967c9 More procedure-arguments-alist documentation and a bugfix 12 years ago
signals.test 48dc491dbe Add define-module to signals.test 16 years ago
sort.test 589bc528bd Fix likely crash in `stable-sort!' 14 years ago
srcprop.test cac24946da Add tests to verify that 'read' sets source properties when appropriate 13 years ago
srfi-1.test a5186f506f SRFI-1 'length+' raises an error unless passed a proper or circular list. 11 years ago
srfi-10.test cb65f76c74 add quasisyntax 16 years ago
srfi-105.test 8d50005868 Minor tweaks to srfi-105.test 13 years ago
srfi-11.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
srfi-111.test 3e2e49650c Implement SRFI-111 Boxes. 11 years ago
srfi-13.test 793e8a9317 Fix 'string-copy!' to work properly with overlapping src/dest. 11 years ago
srfi-14.test 0ce224594a Improve handling of locales in the test suite. 11 years ago
srfi-17.test e75184d5d2 adapt tests to new syntax-error form 15 years ago
srfi-18.test 8d124d2077 Calculate usecs correctly in thread-sleep! 11 years ago
srfi-19.test 0ce224594a Improve handling of locales in the test suite. 11 years ago
srfi-2.test 4034a9c5fe Add SRFI-2 (and-let*) test suite. 9 years ago
srfi-26.test 012a3a7537 * tests/srfi-26.test: New. 21 years ago
srfi-27.test 56ec46a7c3 Add implementation of SRFI 27 15 years ago
srfi-31.test e7350baf1e Rewrite SRFI-31 in terms of `syntax-rules'. 13 years ago
srfi-34.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
srfi-35.test 764246cfbb test-suite: eq-ness of numbers, characters is unspecified 12 years ago
srfi-37.test 59b0f9d763 SRFI-37: Fix infinite loop when processing short option with no required arg. 12 years ago
srfi-38.test 12708eeb11 Add implementation of SRFI 38 15 years ago
srfi-39.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
srfi-4.test fb7dd00169 Deprecate general "uniform-vector" interface 11 years ago
srfi-41.test 50d08cd894 Add SRFI-41. 12 years ago
srfi-42.test b469997798 Remove stale test file. 13 years ago
srfi-43.test 9060dc29d5 Implement SRFI-43 Vector Library. 11 years ago
srfi-45.test d291d7990d SRFI-45: add promise? predicate. 12 years ago
srfi-6.test ecb48dccba Make SRFI-6 string ports Unicode-capable. 13 years ago
srfi-60.test 7f8ad91b99 SRFI-60: Reimplement 'rotate-bit-field' on inums to be more portable. 11 years ago
srfi-64-test.scm 34e8987734 Implement SRFI-64 - A Scheme API for test suites. 11 years ago
srfi-64.test 34e8987734 Implement SRFI-64 - A Scheme API for test suites. 11 years ago
srfi-67.test b3da54d181 Placate a number of `syntax-check' verifications. 13 years ago
srfi-69.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
srfi-88.test b8ed3de36e Fix "coding:" cookies in the test suite. 15 years ago
srfi-9.test 361553b49d Adapt srfi-9.test to error reporting improvements; update copyright dates. 12 years ago
srfi-98.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
statprof.test f2764cb103 tests: Avoid statprof test failure on systems without 'setitimer'. 8 years ago
streams.test 53befeb700 Change Guile license to LGPLv3+ 16 years ago
strings.test 9f0ec10fc9 Implement 'string-utf8-length' and 'scm_c_string_utf8_length'. 10 years ago
structs.test 8ac870dee4 Implement `hash' for structs. 13 years ago
sxml-match-tests.ss 01fded8c77 sxml-match: Handle multiple-value returns. 15 years ago
sxml.fold.test 6c76da4c32 Remove `fold' from (sxml fold). 15 years ago
sxml.match.test d10f7b572c move (test-suite lib) to lower dir; cleans up uninstalled paths. 13 years ago
sxml.simple.test e10c250928 add #:doctype-handler to xml->sxml 12 years ago
sxml.ssax.test de9df04a0c update licenses on tests imported from guile-lib 15 years ago
sxml.transform.test de9df04a0c update licenses on tests imported from guile-lib 15 years ago
sxml.xpath.test de9df04a0c update licenses on tests imported from guile-lib 15 years ago
symbols.test 2e9fc9fc73 symbols with odd characters print better in #{}# 14 years ago
syncase.test dfd1d3b144 failing to load module in psyntax indicates an identifier is not macro 12 years ago
syntax.test 48eb902119 Implement R7RS 'define-values'. 11 years ago
texinfo.docbook.test de9df04a0c update licenses on tests imported from guile-lib 15 years ago
texinfo.html.test a0d76d9c9e Fix texinfo->html for @acronym, @itemize 9 years ago
texinfo.serialize.test 43c2a48323 texinfo: Add whitespace after periods. 12 years ago
texinfo.string-utils.test 43c2a48323 texinfo: Add whitespace after periods. 12 years ago
texinfo.test b7faf399c1 Fix newline preservation in @example with lines beginning with @ 11 years ago
threads.test f184e887a6 build: Support pthread builds without 'pthread_cancel' support (Android). 11 years ago
time.test 587a33556f Modify socket and time functions for wide strings 16 years ago
tree-il.test 8ac39b38d1 Handle ~p in 'format' warnings. 11 years ago
types.test 6cd1c6c79c (system base types) knows about variables 10 years ago
unicode.test 3157d45503 Add (ice-9 unicode) module 11 years ago
vectors.test 99015f6d4e add vector-move test cases 14 years ago
version.test fd449a2690 Relax the `(version)' test. 15 years ago
vlist.test 764246cfbb test-suite: eq-ness of numbers, characters is unspecified 12 years ago
weaks.test 9b5da400dd Deprecate vector-ref, vector-length, vector-set! on weak vectors 11 years ago
web-client.test 990b11c53f Add http-post, http-put, et cetera 12 years ago
web-http.test 16050431f2 http: Accept date strings with a leading space for hours. 9 years ago
web-request.test ecfb148137 fix web-request.test 14 years ago
web-response.test 5a10e416e3 web: Fix 'close' method of delimited input ports. 10 years ago
web-uri.test 0a3ea0586d Fix uri-decode behavior for "+" 9 years ago