.. |
00-initial-env.test
|
0c57673a11
Add optimized tagged integer addition/subtractions for x86_64.
|
14 years ago |
alist.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
and-let-star.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
arbiters.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
arrays.test
|
e48a2f8705
add docs and tests for array->list
|
15 years ago |
asm-to-bytecode.test
|
89f9dd7065
speed up compile-bytecode
|
13 years ago |
bit-operations.test
|
8ecd1943ef
fix bug in ash opcode
|
15 years ago |
bitvectors.test
|
0142d376b8
bitvector work
|
14 years ago |
brainfuck.test
|
8753fd537c
fix brainfuck for new tree-il, and add tests
|
15 years ago |
bytevectors.test
|
fb032fa722
Move `with-test-prefix/c&e' to `(test-suite lib)'.
|
14 years ago |
c-api.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
chars.test
|
33d92fe6ca
Re-introduce pretty-printing of combining characters.
|
14 years ago |
coding.test
|
8a12aeb919
fix problems detecting coding: in block comments
|
14 years ago |
common-list.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
compiler.test
|
ea9f4f4b15
add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable.
|
14 years ago |
continuations.test
|
e309f3bf9e
with-continuation-barrier calls exit(3) _after_ unwinding
|
14 years ago |
control.test
|
18e444b40e
add reset and shift
|
13 years ago |
coverage.test
|
639b2eb710
Fix coverage analysis of procedures called from C.
|
14 years ago |
curried-definitions.test
|
e39d0b7668
fix curried definitions for value defines
|
15 years ago |
ecmascript.test
|
90cfcf8fa7
Add ECMAScript parser tests.
|
14 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
|
96ec2c9c65
elisp.test cleanups
|
15 years ago |
encoding-escapes.test
|
6851d3be80
Change `scm_encoding_error' to pass the port and faulty character.
|
14 years ago |
encoding-iso88591.test
|
33d92fe6ca
Re-introduce pretty-printing of combining characters.
|
14 years ago |
encoding-iso88597.test
|
a3d7d5d508
Use `encoding-error' instead of `misc-error' for string encoding errors.
|
15 years ago |
encoding-utf8.test
|
33d92fe6ca
Re-introduce pretty-printing of combining characters.
|
14 years ago |
eval-string.test
|
d59dd06eb9
add ice-9 eval-string
|
14 years ago |
eval.test
|
a2230b653b
map and for-each in scheme
|
13 years ago |
exceptions.test
|
e10cf6b9c7
deprecate lazy-catch
|
15 years ago |
filesys.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
fluids.test
|
133ef660af
fix unbound fluid tests
|
14 years ago |
foreign.test
|
1f78c6691f
Fix `foreign.test' for big endian machines.
|
13 years ago |
format.test
|
1497e87a4f
Make `(format #f ...)' always Unicode-capable.
|
14 years ago |
fractions.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
ftw.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
future.test
|
6c17f7bd71
futures: Support multiple-value returns.
|
14 years ago |
gc.test
|
9035e9d6db
Tweak the "unused modules are removed" test.
|
15 years ago |
getopt-long.test
|
0bc86fcedc
getopt-long: arg parsing errors cause print and exit, not backtrace
|
14 years ago |
goops.test
|
534491d0b7
fix scm_setter
|
14 years ago |
guardians.test
|
fbb857a472
Merge branch 'master' into boehm-demers-weiser-gc
|
15 years ago |
hash.test
|
10483f9e64
fix `hash' for inf and nan
|
13 years ago |
hooks.test
|
8ffcf6e725
Enclose hooks tests in their own module.
|
15 years ago |
i18n.test
|
60582b7c2a
Fix `i18n.test' when the German or Greek locales aren't available.
|
14 years ago |
import.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
interp.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
keywords.test
|
b8ed3de36e
Fix "coding:" cookies in the test suite.
|
15 years ago |
list.test
|
6debc49e2c
Add tests for `memq' and `memv'.
|
14 years ago |
load.test
|
92a61010bd
change remaining %nil -> #nil
|
15 years ago |
match.test
|
f2ee6341ba
Fix pattern variable extraction in `match' with `..1'.
|
14 years ago |
modules.test
|
8d795c83d4
more module-use-interfaces! tweaks
|
14 years ago |
multilingual.nottest
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
net-db.test
|
66d8613108
Change `getaddrinfo' test to handle the GNU-specific `EAI_NODATA'.
|
14 years ago |
numbers.test
|
882c89636a
Fix the R6RS exact-integer-sqrt and import into core guile
|
14 years ago |
optargs.test
|
84b67e1971
fix self-tail-calls for lexical procs with optional, rest, or kwargs
|
14 years ago |
options.test
|
85d3a8a63d
fix up options.test
|
14 years ago |
pairs.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
poe.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
popen-child.scm
|
6069e97331
Fix hanging of popen.test
|
14 years ago |
popen.test
|
0176bbb717
Portability fixes for popen.test (for when /bin/sh is not bash)
|
14 years ago |
ports.test
|
7be1705dbd
Fix `get_utf8_codepoint' to not consume valid starting bytes.
|
13 years ago |
posix.test
|
d20912e67d
Move `{total,current}-processor-count' outside of `posix.c'.
|
13 years ago |
print.test
|
5bae880e26
Improve handling of read macros in `pretty-print'.
|
14 years ago |
procprop.test
|
4597cd2027
use procedure-minimum-arity in tests
|
15 years ago |
procs.test
|
18f06db925
Add `compose', `negate', and `const'.
|
14 years ago |
q.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
r4rs.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
r5rs_pitfall.test
|
f564f4784f
Remove deprecation warnings from the build
|
15 years ago |
r6rs-arithmetic-bitwise.test
|
2a435f1f91
Implementation and test cases for the R6RS (rnrs arithmetic bitwise)
|
14 years ago |
r6rs-arithmetic-fixnums.test
|
ff62c16828
Add two new sets of fast quotient and remainder operators
|
14 years ago |
r6rs-arithmetic-flonums.test
|
ff62c16828
Add two new sets of fast quotient and remainder operators
|
14 years ago |
r6rs-base.test
|
15993bce1c
fix assert to return true value.
|
14 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.
|
14 years ago |
r6rs-enums.test
|
015a4aaedb
Enumeration set universe comparisons should be done with `equal?'
|
14 years ago |
r6rs-eval.test
|
d3094cf2fa
Fix typo in license comment.
|
14 years ago |
r6rs-exceptions.test
|
d1c83d388a
Add `guard' form and test cases to R6RS (rnrs exceptions) library.
|
14 years ago |
r6rs-files.test
|
0113507eee
Implementation and test cases for R6RS (rnrs files) library.
|
14 years ago |
r6rs-hashtables.test
|
3fdc1d05ae
Fix argument passing for external hash functions in `(rnrs hashtables)'.
|
14 years ago |
r6rs-lists.test
|
802b47bdc6
Explicit definitions for `memp' and `assp' in `(rnrs list)'; the predicate
|
14 years ago |
r6rs-ports.test
|
96128014bf
Make sure binary ports pass `binary-port?' regardless of the locale.
|
13 years ago |
r6rs-records-inspection.test
|
f797da47f8
Implementation for the R6RS (rnrs hashtables) library;
|
14 years ago |
r6rs-records-procedural.test
|
a7ada16187
Fix test suite title in comment
|
14 years ago |
r6rs-records-syntactic.test
|
a5f9384211
scheme-mode in syntactic records test
|
14 years ago |
r6rs-unicode.test
|
949532501a
Implementation and test cases for the R6RS (rnrs unicode) library.
|
14 years ago |
ramap.test
|
ad79736c68
implement transcendental sin, cos etc in c; deprecate $sin, $cos, etc
|
15 years ago |
rdelim.test
|
96128014bf
Make sure binary ports pass `binary-port?' regardless of the locale.
|
13 years ago |
reader.test
|
62ef23cbb8
fix reader.test for --disable-deprecated
|
14 years ago |
receive.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
records.test
|
51797cec09
make-record-type slight refactor
|
15 years ago |
regexp.test
|
43ecaffc2f
Fix `regexp.test' when the "en_US.utf8" locale isn't available.
|
14 years ago |
rnrs-libraries.test
|
ffd48603b0
r6rs `import' accepts multiple clauses
|
14 years ago |
rnrs-test-a.scm
|
42a710680d
add rnrs libraries test suite
|
14 years ago |
session.test
|
a148c752ba
Fix for `submodules' in (ice-9 session) (closes #30062)
|
14 years ago |
signals.test
|
48dc491dbe
Add define-module to signals.test
|
15 years ago |
socket.test
|
9d46abb07b
Add a test for `send' and `recv!'.
|
14 years ago |
sort.test
|
95e5998204
gut trampolines
|
15 years ago |
srcprop.test
|
ecdfc95d1c
no special treatment for memoized code in srcprop.c
|
15 years ago |
srfi-1.test
|
a6505cb49c
SRFI-1: Make `fold-right' tail-recursive.
|
14 years ago |
srfi-10.test
|
cb65f76c74
add quasisyntax
|
15 years ago |
srfi-11.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
srfi-13.test
|
fc740bfce7
fix srfi-13 test argument orders
|
14 years ago |
srfi-14.test
|
dcc69bab8c
copyright dates
|
15 years ago |
srfi-17.test
|
e75184d5d2
adapt tests to new syntax-error form
|
14 years ago |
srfi-18.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
srfi-19.test
|
4c35b9f31c
Have `srfi-19.test' use the non-deprecated `format' style.
|
14 years ago |
srfi-26.test
|
012a3a7537
* tests/srfi-26.test: New.
|
21 years ago |
srfi-27.test
|
56ec46a7c3
Add implementation of SRFI 27
|
14 years ago |
srfi-31.test
|
7f10a113c5
fix srfi-31 check after macroexpand rename
|
15 years ago |
srfi-34.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
srfi-35.test
|
b8ed3de36e
Fix "coding:" cookies in the test suite.
|
15 years ago |
srfi-37.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
srfi-38.test
|
12708eeb11
Add implementation of SRFI 38
|
14 years ago |
srfi-39.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
srfi-4.test
|
21c05db45b
Merge remote branch 'origin/stable-2.0'
|
14 years ago |
srfi-42.test
|
fdc8fd46fd
Add implementation of SRFI 42
|
14 years ago |
srfi-45.test
|
f16a20071d
Add implementation of SRFI 45
|
14 years ago |
srfi-6.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
srfi-60.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
srfi-67.test
|
8175a07e34
Add implementation of SRFI-67
|
14 years ago |
srfi-69.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
srfi-88.test
|
b8ed3de36e
Fix "coding:" cookies in the test suite.
|
15 years ago |
srfi-9.test
|
b075a6d766
Fix `define-inlinable' in SRFI-9 so that arguments are evaluated only once.
|
14 years ago |
srfi-98.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
statprof.test
|
f165bf9306
statprof test traps fix; re-enable accurate call counting test
|
14 years ago |
streams.test
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
strings.test
|
190d4b0d93
Make VM string literals immutable.
|
14 years ago |
structs.test
|
aa42c03669
Optimize struct initialization and accessors for the common case.
|
15 years ago |
sxml-match-tests.ss
|
01fded8c77
sxml-match: Handle multiple-value returns.
|
14 years ago |
sxml.fold.test
|
6c76da4c32
Remove `fold' from (sxml fold).
|
15 years ago |
sxml.match.test
|
400a5dcb8b
Add (sxml match).
|
14 years ago |
sxml.simple.test
|
df3f1090e8
Have `sxml->xml' handle `*TOP*' nodes (bug #29260).
|
14 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
|
f929b9e5ec
allow definitions in with-syntax body
|
14 years ago |
syntax.test
|
91956a94fe
allow while as an expression
|
13 years ago |
texinfo.docbook.test
|
de9df04a0c
update licenses on tests imported from guile-lib
|
15 years ago |
texinfo.serialize.test
|
de9df04a0c
update licenses on tests imported from guile-lib
|
15 years ago |
texinfo.string-utils.test
|
de9df04a0c
update licenses on tests imported from guile-lib
|
15 years ago |
texinfo.test
|
de9df04a0c
update licenses on tests imported from guile-lib
|
15 years ago |
threads.test
|
d20912e67d
Move `{total,current}-processor-count' outside of `posix.c'.
|
13 years ago |
time.test
|
587a33556f
Modify socket and time functions for wide strings
|
15 years ago |
tree-il.test
|
022ae742d1
Add tests for `-Wformat' and gettext.
|
14 years ago |
vectors.test
|
99015f6d4e
add vector-move test cases
|
14 years ago |
version.test
|
fd449a2690
Relax the `(version)' test.
|
14 years ago |
vlist.test
|
19301dc56d
Add `vhash-fold-right'.
|
13 years ago |
weaks.test
|
e9bac3be61
Allow arbitrary code in ASSOC procedures for weak hash tables (bug #29616).
|
14 years ago |
web-http.test
|
ecfb7167cb
parse credentials and challenges
|
14 years ago |
web-request.test
|
3475fbb572
(web response) and (web request): bodies are bytevectors
|
14 years ago |
web-response.test
|
3475fbb572
(web response) and (web request): bodies are bytevectors
|
14 years ago |
web-uri.test
|
8745c33afb
rename string->uri and uri->string.
|
14 years ago |