2000-02-29  Per Bothner  <per@bothner.com>

	* misc-test.scm (test-nesting-3):  New test, triggers bug reported
	by Bruce R. Lewis; now fixed.

2000-02-25  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Added two more tests for #!optional.

2000-02-12  Per Bothner  <per@bothner.com>

	* scribble.scm:  New "applet" testcase.
	* scribble.html:  Web page that uses scribble applet.
	* Makefile.am (scribble.class, check-scribble):  New rules.

2000-01-23  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Added tests for call-with-values and values.

2000-01-22  Per Bothner  <per@bothner.com>

	* testing.scm (setion):  Return implied #!void rather than #t.

1999-12-11  Per Bothner  <per@bothner.com>

	* misc-test.scm:  New test for fluid-let, from bug reported by
	Walter C. Pelissero <wcp@lpds.sublink.org> 1999-12-10.

1999-11-28  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Various tests for variable lookup, inlining,
	recursion and similar nasty stuff. Based on bug
	reports from Walter C. Pelissero <wcp@lpds.sublink.org>.

1999-11-18  Per Bothner  <per@bothner.com>

	* testing.scm:  Remove save-+ kludge.  No longer needed, now that +
	is "inlined" (actually just resolved by the compiler).

1999-11-16  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Added test for "too many args?" bug
	reported by Walter C. Pelissero" <wcp@pop.systemy.it>.

1999-11-15  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Add some tests for SRFI-6 string-port procedures.
	(sql-rsmd-all):  Verification regression test.
	* obj-test.scm:  Added some reflection tests (invoke, slot-set!, etc).
 	(force-eval, force-compile):  Helper procedures.

1999-09-08  Per Bothner  <per@bothner.com>

	* mac-test.scm:  More test, mostly let-syntax and friends.
	* misc-test.scm:  Add a test for internal define-alias.
	* test.scm:  Comment our extra (newline).

1999-08-17  Per Bothner  <per@bothner.com>

	* obj-test.scm:  Another object regression test.

1999-07-19  Per Bothner  <per@bothner.com>

	* Makefile.am, Makefile.in (SOURCES):  Add formatst.scm.

1999-07-15  Per Bothner  <per@bothner.com>

	* misc-test.scm:  Added 3 new (originally failing) test-cases reported
 	by "Otto, Marcus, Mathe/Informatik" <Otto_Marcus@ph-ludwigsburg.de>.
	* Makefile.am, Makefile.in (check2):  Remove duplication. 
	
1999-07-11  Per Bothner  <per@bothner.com>

	* formatst.scm:  Set fail-expected 4 places.  Some other fixes.
	* Makefile.am, Makefile.in (check1):  Add check-format.

1999-06-30  Per Bothner  <per@bothner.com>

	* formatst.scm:  New testsuite, derived from one in Slib.
	* Makefile.am, Makefile.in (check-format):  New rule.
	
1999-04-25  Per Bothner  <bothner@Magnus.Cygnus.COM>

	* obj-test.scm:  Yet another object regression test.

1999-04-22  Per Bothner  <bothner@cygnus.com>

	* obj-test.scm:  Add two more for tests for object - with fields.

1999-04-11  Per Bothner  <bothner@cygnus.com>

	* obj-test.scm:  A test for object form needing static link.

Thu Apr  8 20:48:23 1999  Per Bothner  <bothner@Magnus.Cygnus.COM>

	* misc-test.scm:  Add new test for fluid-let.

Mon Mar 29 23:27:21 1999  Per Bothner  <bothner@cygnus.com>

	* obj-test.scm:  New test for object form as closure.

Sun Mar 21 16:55:47 1999  Per Bothner  <bothner@Magnus.Cygnus.COM>

	* misc-test.scm:  Add tests for location and define-alias.

Thu Mar 11 11:09:08 1999  Per Bothner  <bothner@Magnus.Cygnus.COM>

	* misc-test.scm:  Add another test.
	* Makefile.am:  Set up to test different options, for now
	both --no-full-tailcalls and --full-tailcalls for most tests.

Mon Feb  8 22:42:58 1999  Per Bothner  <bothner@cygnus.com>

	* misc-test.scm:  New regression test.

Sat Jan  2 19:35:56 1999  Per Bothner  <bothner@cygnus.com>

	* Makefile.am (KAWA):  Use ../kawa/kawa.sh, not ../kawa/kawa.

Sat Oct 17 14:45:07 1998  Per Bothner  <bothner@cygnus.com>

	* misc-test.scm:  Add a test for new synchronized form.

Sat Aug 29 20:57:48 1998  Per Bothner  <bothner@cygnus.com>

	* test.scm:  Re-assigning + is now expected to fail.

Sat Aug 29 11:27:43 1998  Per Bothner  <bothner@cygnus.com>

	* testing.scm (total-expected-count):  New variable.
	(test-init):  Take optional argument for setting total-expected-count.
	(report-display, report-newline):  New functions.
	(test-report):  Check that total matches total-expected-count.
	* mac-test.scm, num-test.scm, obj-test.scm, polytype.scm, test.scm
	(test-init):  Add total count of tests.

	* misc-test.scm:  Add new tests for closures.

Fri Jul 10 18:46:27 1998  Per Bothner  <bothner@cygnus.com>

	* polytype.scm:  From Marc Feeley <feeley@IRO.UMontreal.CA>:
	I've just found a problem with "polytype.scm".  The numbering of the
	type variables returned depends on the argument evaluation order (and
	also the order that "map" calls the function).  Here is the new
	version of the program which fixes these problems.

Fri Jul 10 18:11:41 1998  Per Bothner  <bothner@cygnus.com>

	* polytype.scm:  Merge with updated version from Feeley.

Mon Jun 29 17:59:06 1998  Per Bothner  <bothner@cygnus.com>

	* test.scm:  Merged some more code from Jaffar's version.
	* testing.scm:  Add a work-around for a namespace pollution conflict.

	* polytype.scm: New test, originally written by Marc Feeley.
	* Makefile.am, Makefile.in: Upadte for new test.

Sun May 24 12:26:50 1998  Per Bothner  <bothner@cygnus.com>

	* num-test.scm:  Added some exact->inexact tests.

Tue Apr 28 21:43:52 1998  Per Bothner  <bothner@cygnus.com>

	* misc-test.scm:  Added test for nested try-finally from
	<Hallvard.Traetteberg@idi.ntnu.no>.

Tue Feb 24 23:08:41 1998  Per Bothner  <bothner@cygnus.com>

	* obj-test.scm:  Add tests for make, (record 'field), and set!.

Thu Feb 19 19:33:57 1998  Per Bothner  <bothner@cygnus.com>

	* misc-test.scm:  Add tests for new-line (CR and CRLF) handling.

Tue Jan 27 11:48:50 1998  Per Bothner  <bothner@cygnus.com>

	* misc-test.scm:  Add tests for try-catch, catch, and throw.

Tue Jan 20 10:26:42 1998  Alberto Petrofsky  <albatros@wco.com>

	* misc-test.scm: Add some reader regression tests.

Mon Jan 19 17:09:38 1998  Per Bothner  <bothner@cygnus.com>

	* num-test.scm:  Add some more regression tests.

Sun Dec 14 17:02:02 1997  Per Bothner  <bothner@cygnus.com>

	* Update for symbol-read-case, defaulting to 'P.

	* num-test.scm:  Added two tests from Norman Hardy <norm@netcom.com>.
	* misc-test.scm:  Add a repression test that used to cause bad warning.
	* Makefile.am (CLEANFILES):  Also remove testing.zip and *.log.

Sun Nov  2 10:05:19 1997  Per Bothner  <bothner@cygnus.com>

	* num-test.scm:  Add a test for inexact->exact and rationalize.
	* Makefile.am:  Pre-compile testing.scm to testing.zip.
	Always do check-obj; remove MISC_1_1.

Thu May 29 15:08:42 1997  Per Bothner  <bothner@cygnus.com>

	* num-test.scm:  Add some tests for magnitude.

Mon May 26 22:00:05 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* num-test.scm:  Add inexact->exact test that detected gcd of 0 bug.
	* Makefile.{am,in}:  Remove unused junk.

Tue May 20 22:16:36 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* num-test.scm:  Add two tests for recently-fixed bugs.

Tue Mar 25 19:37:14 1997  Per Bothner  <bothner@kalessin.cygnus.com>

	* mac-test.scm:  Add a test for demacro and gentemp.

Tue Mar 18 14:17:29 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* misc-test.scm:  New tests.
	* Makefile.am, Makefile.in:  Update.

Mon Mar 17 22:05:01 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* obj-test.scm:  New test.  Test record feature (if JDK 1.1).
	* Makefile.am, Makefile.in:  Update.

Mon Feb  3 22:58:45 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* Makefile.am:  KAWATEST now uses kawa shell script.

Sat Jan 25 15:45:14 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* test.scm:  Internal define is no longer expected to fail.
	* mac-test.scm, mac1.scm:  New test.
	* Makefile.am, Makefile.in:  Appropriate updates.

Sun Jan  5 19:30:22 1997  Per Bothner  <bothner@deneb.cygnus.com>

	* test.scm:  Imaginary literals are now supported.

Sun Dec 15 22:37:03 1996  Per Bothner  <bothner@deneb.cygnus.com>

	* num-test.scm:  Fix typo.
	* test.scm:  Add set! fail-expected where needed.
	Remove newline to fix one test.

Fri Dec 13 17:04:54 1996  Per Bothner  <bothner@deneb.cygnus.com>

	New directory - for test suites for Kawa.
