1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
guile/test-suite/tests
Marius Vollmer af4701b0de Removed tests that tried to store a character into a byte vector,
which no longer works.  Characters are not bytes.
2004-10-27 19:34:17 +00:00
..
c-api *** empty log message *** 2003-04-07 01:58:47 +00:00
alist.test Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
and-let-star.test More tests, in particular exercise #t result on empty body. 2004-08-25 01:04:40 +00:00
arbiters.test New file. 2004-08-17 23:15:14 +00:00
bit-operations.test * tests/numbers.test ("string->number"): Expect exact rationals 2003-11-18 19:57:30 +00:00
c-api.test * tests/c-api.test: Refine the list of files that are checked in 1999-12-17 20:15:35 +00:00
chars.test * test-suite/tests/chars.test: Fixed test comment. The bug that 2003-06-04 23:50:13 +00:00
common-list.test Use define-module, to as not to import 2004-07-23 23:38:50 +00:00
continuations.test *** empty log message *** 2004-01-03 21:56:35 +00:00
dynamic-scope.test * libguile/eval.c (scm_m_set_x, scm_m_apply, scm_m_atbind): Use 2003-10-18 17:24:09 +00:00
elisp.test * tests/elisp.test: Wrap tests in module (test-suite 2004-04-29 20:44:52 +00:00
environments.test Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
eval.test * libguile/eval.c: Separated some definitions relevant for execution 2004-03-24 01:21:50 +00:00
exceptions.test * tests/exceptions.test (false-if-exception): Disable tests on 2004-01-11 00:18:25 +00:00
filesys.test New file, exercising copy-file. 2004-07-31 01:24:34 +00:00
format.test New tests of excess arguments now ignored. 2004-09-01 23:36:47 +00:00
fractions.test Don't expect (expt 1/2 2.0) to yield an exact result, use (expt 1/2 2) 2004-09-08 16:19:51 +00:00
gc.test 2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au> 2004-09-01 01:46:19 +00:00
getopt-long.test ("apples-blimps-catalexis example", "multiple occurances"): 2001-09-08 02:33:30 +00:00
goops.test * tests/goops.test: Wrap tests in module (test-suite 2004-05-24 04:01:06 +00:00
guardians.test * tests/guardians.test: Uses module (ice-9 weak-vector). 2003-06-01 11:13:04 +00:00
hash.test New file. 2004-07-09 22:14:19 +00:00
hooks.test Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
import.test Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
interp.test * tests/alist.test, tests/bit-operations.test, 2001-07-19 20:30:37 +00:00
list.test Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00
load.test * guile-test: Wrapped in module (test-suite guile-test). 2003-09-22 19:00:41 +00:00
multilingual.nottest * tests/multilingual.nottest: New file, which we will turn into a 1999-09-03 07:37:12 +00:00
numbers.test Correction to: 2004-09-08 01:22:37 +00:00
optargs.test (let-keywords, let-keywords*, let-optional, 2004-09-25 22:08:32 +00:00
options.test New file for tests related to options interface. 2002-11-06 00:38:44 +00:00
pairs.test * tests/pairs.test: Added. 2003-06-01 13:37:32 +00:00
poe.test New file. 2003-10-08 23:03:29 +00:00
popen.test Fix a couple of typos in: 2003-10-02 00:00:42 +00:00
ports.test ("string ports"): Copy string literal so that it can be modified. 2004-09-22 14:25:47 +00:00
posix.test (mkstemp!): New tests. 2004-08-20 01:36:28 +00:00
q.test New file. 2004-01-06 21:43:55 +00:00
r4rs.test * guile-test: Wrapped in module (test-suite guile-test). 2003-09-22 19:00:41 +00:00
r5rs_pitfall.test Added LGPL terms. 2004-02-17 21:18:53 +00:00
reader.test (reading): Test bad # error message is formattable. 2003-06-04 16:37:30 +00:00
receive.test New file. 2004-08-18 00:29:19 +00:00
regexp.test (match:string): New tests. 2004-09-28 23:53:02 +00:00
slib.test More of: New file. 2004-08-10 00:52:50 +00:00
socket.test New file. 2004-04-24 21:13:16 +00:00
sort.test * test-suite/tests/sort.test: Added. Both tests in that file did 2003-04-22 23:32:40 +00:00
srcprop.test New file. 2003-08-08 23:04:55 +00:00
srfi-1.test (count): New tests. 2003-12-02 21:17:33 +00:00
srfi-4.test * tests/srfi-4.test: New file. 2001-06-27 13:17:12 +00:00
srfi-6.test Remove a diagnostic accidentally left in initial checkin. 2003-07-08 00:14:44 +00:00
srfi-9.test * tests/srfi-10.test: New file. 2001-05-10 13:52:27 +00:00
srfi-10.test * tests/srfi-10.test: New file. 2001-05-10 13:52:27 +00:00
srfi-11.test New file. 2004-04-23 21:17:34 +00:00
srfi-13.test * tests/ports.test ("string ports"): Copy string literal so that 2004-09-22 14:32:47 +00:00
srfi-14.test * tests/srfi-14.test: New file. 2001-07-16 18:49:10 +00:00
srfi-17.test Expect a "Bad variable" error for (set! #f 1). 2003-11-17 16:55:03 +00:00
srfi-19.test Use #:duplicates (last) to 2004-07-23 23:41:35 +00:00
srfi-26.test * tests/srfi-26.test: New. 2004-01-21 00:45:48 +00:00
srfi-31.test Use define-module to keep bindings out of 2004-08-27 01:20:33 +00:00
srfi-34.test Add a copyright year. 2004-07-23 23:41:56 +00:00
srfi-39.test New, from Jose A Ortega Ruiz. Thanks! 2004-08-15 20:26:05 +00:00
streams.test New file. 2004-09-08 22:51:08 +00:00
strings.test (string-set!): Explicitely construct read-only string. String 2004-09-30 11:58:26 +00:00
symbols.test * tests/symbols.test ("gensym"): New tests for long gensym 2001-05-28 18:40:31 +00:00
syncase.test * lib.scm (exception:missing-expression): New. 2003-10-07 22:00:05 +00:00
syntax.test * tests/syntax.test: Added tests for unmemoization. 2004-10-03 06:15:22 +00:00
threads.test New file, exercising parallel. 2003-06-19 01:41:20 +00:00
time.test (gmtime, strptime): New tests, but unresolved. 2004-09-07 00:17:49 +00:00
unif.test Removed tests that tried to store a character into a byte vector, 2004-10-27 19:34:17 +00:00
vectors.test * tests/vectors.test: Added. 2003-06-01 11:17:30 +00:00
version.test * tests/version.test: test (effective-version). 2002-12-09 00:42:18 +00:00
weaks.test Changed license terms to the plain LGPL thru-out. 2003-04-05 19:15:35 +00:00