1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 02:40:17 +02:00
Commit graph

87 commits

Author SHA1 Message Date
Dirk Herrmann
e11f8b42f2 * The name property of hooks is deprecated. 2000-05-26 16:31:22 +00:00
Dirk Herrmann
de142bea23 Added tests/list.test and tests/numbers.test. (numbers.test does not yet
contain the test cases from thi.)
2000-05-08 17:54:51 +00:00
Dirk Herrmann
57e7f27001 Adopted a couple of nice ideas from Greg. 2000-05-08 17:42:03 +00:00
Dirk Herrmann
b2e37c5a52 mambo.test: Removed dummy file. 2000-05-05 12:22:46 +00:00
Gary Houston
47a4dcc5b4 *** empty log message *** 2000-03-31 19:24:09 +00:00
Gary Houston
8cc58ec1cc * tests/ports.test (non-blocking-I/O): a couple more details:
a) combine the O_NONBLOCK flag with the default flags instead
	of replacing them.  b) check EWOULDBLOCK as well as EAGAIN.
2000-03-31 19:23:52 +00:00
Jim Blandy
33cd325ffb *** empty log message *** 2000-03-23 23:47:04 +00:00
Jim Blandy
b159fc3cc4 More tweaks. 2000-03-22 21:24:31 +00:00
Jim Blandy
70b83fe223 Add some test suite philosophy. 2000-03-22 21:22:39 +00:00
Jim Blandy
05c4ba0055 * lib.scm: Doc fixes. 2000-03-22 21:18:57 +00:00
Greg J. Badros
413e7093d8 Ignore tmp[123] files 2000-01-26 01:26:30 +00:00
Greg J. Badros
153511a74c *** empty log message *** 2000-01-16 22:07:08 +00:00
Greg J. Badros
55b44a9ec3 * paths.scm: Assume that ~/guile-core/test-suite is the location
of the test suite now.

* tests/version.test: Added -- version.c had 0% coverage before,
now at 100%.

* tests/chars.test: Added -- needed test of char-is-both?.
2000-01-16 22:03:44 +00:00
Greg J. Badros
60a740c41c * paths.scm: Use HOME envvar to find guile-modules (this at least
lets people use a symlink in their home directory to point at
guile-modules, instead of Jim's hard-coded path.
2000-01-05 16:41:12 +00:00
Mikael Djurfeldt
22efa9960a *** empty log message *** 1999-12-22 11:41:47 +00:00
Mikael Djurfeldt
fb372b0b6c * tests/weaks.test, tests/hooks.test: Added. 1999-12-22 11:41:40 +00:00
Mikael Djurfeldt
15b08ebd0d *** empty log message *** 1999-12-22 10:13:57 +00:00
Mikael Djurfeldt
f70d746879 * tests/weaks.test: Added. 1999-12-22 10:13:49 +00:00
Mikael Djurfeldt
dcf8fb3e65 * tests/alist.test: Added. 1999-12-18 13:25:04 +00:00
Mikael Djurfeldt
807bfa8361 *** empty log message *** 1999-12-18 13:24:33 +00:00
Greg J. Badros
9fac976eda *** empty log message *** 1999-12-17 20:15:57 +00:00
Greg J. Badros
328ec30c52 * tests/c-api.test: Refine the list of files that are checked in
the seek-offset-test.  Was just using files that end in "c", but
that caught the new ".doc" files, too, so make sure that files end
in ".c" before requiring that they include unistd.h if they
reference SEEK_(SET|CUR|END).
1999-12-17 20:15:35 +00:00
Gary Houston
2d9e5bca6c * tests/ports.test ("string ports"): test seeking/unreading from
an input string and seeking an output string.
1999-10-24 15:17:47 +00:00
Gary Houston
22a92623c6 * tests/ports.test: in seek/tell test on input port, also test
that ftell doesn't discard unread chars.
1999-10-20 20:59:07 +00:00
Gary Houston
4fcd6551ff * tests/ports.test: add seek/tell tests for unidirectional ports. 1999-10-18 20:47:37 +00:00
Jim Blandy
e59373d65f *** empty log message *** 1999-09-25 23:41:59 +00:00
Jim Blandy
06974184f0 * tests/reader.test: Check that number->string checks its radix
properly.
1999-09-25 23:38:26 +00:00
Jim Blandy
65b57e21cb *** empty log message *** 1999-09-20 23:57:55 +00:00
Jim Blandy
5f2125be10 Doc fix. 1999-09-20 23:57:44 +00:00
Jim Blandy
fe5b6bebaa * tests/ports.test: Check that our input functions cope when
current-input-port is closed.
1999-09-20 23:57:08 +00:00
Jim Blandy
d033ad5377 *** empty log message *** 1999-09-20 22:52:08 +00:00
Jim Blandy
f88fdc6e32 * tests/regexp.test: Check regexp-substitute/global when there are
no matches.  (Duh.)
1999-09-20 22:52:02 +00:00
Mikael Djurfeldt
44fdbfc668 Use egrep for better compatibility. 1999-09-15 15:55:06 +00:00
Mikael Djurfeldt
c0f87beb86 Fix 1999-09-15 15:42:16 +00:00
Mikael Djurfeldt
8c592a9387 *** empty log message *** 1999-09-15 15:28:44 +00:00
Mikael Djurfeldt
48fadf497f * tests/c-api.test: New file. Add test to check that all source
files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
1999-09-15 15:27:49 +00:00
Gary Houston
1ba57e8915 3 more bytes. 1999-09-14 20:56:13 +00:00
Gary Houston
6e822cce6a 1999-09-14 Gary Houston <ghouston@freewire.co.uk>
* tests/ports.test: test non-blocking I/O.
1999-09-14 20:48:00 +00:00
Jim Blandy
b142c81de4 *** empty log message *** 1999-09-11 18:51:58 +00:00
Jim Blandy
0bfcc6e0d4 * tests/strings.test: Add test for substring-move! argument checking. 1999-09-11 18:46:48 +00:00
Jim Blandy
69c74140dd * lib.scm (signals-error?, signals-error?*): New macro and function.
* tests/reader.test: Use them.
1999-09-11 18:46:32 +00:00
Jim Blandy
a2226cafa9 * tests/interp.test: Add copyright notice. 1999-09-11 18:46:24 +00:00
Jim Blandy
0c76ebbd1f * tests/reader.test: New test file. 1999-09-11 18:27:57 +00:00
Jim Blandy
3dcdcfe8c7 * tests/regexp.test: New test file. 1999-09-11 17:39:30 +00:00
Mikael Djurfeldt
95912c4ddc *** empty log message *** 1999-09-06 18:42:03 +00:00
Mikael Djurfeldt
c00b93eaa4 * tests/interp.test: Added tests for evaluation of closure bodies. 1999-09-06 18:41:03 +00:00
Jim Blandy
df476c8c05 Remove debugging output. 1999-09-03 08:00:14 +00:00
Jim Blandy
513571767f *** empty log message *** 1999-09-03 07:37:33 +00:00
Jim Blandy
f91cb9091a * tests/load.test: New test file. 1999-09-03 07:37:23 +00:00
Jim Blandy
701a8bdd6b * tests/multilingual.nottest: New file, which we will turn into a
test file once we actually have multilingual support to test.
1999-09-03 07:37:12 +00:00