[armedbear-cvs] r13711 - trunk/abcl/tools

mevenson at common-lisp.net mevenson at common-lisp.net
Sun Jan 1 21:25:04 UTC 2012


Author: mevenson
Date: Sun Jan  1 13:25:03 2012
New Revision: 13711

Log:
Use the hg bisect command to search for where an ANSI test breaks.

A local copy of the ABCL source tree for the revision at which a given
ANSI-TESTS test breaks.

The code currently uses the failure of the test named by the symbol in
*TEST* to decide if a given revision is a "good" or "bad" changeset.

A Mercurial copy of the ABCL sources may be cloned from
<uri:https://evenson.not.org@code.google.com/p/abcl-dynamic-install/>.

Added:
   trunk/abcl/tools/check.sh

Added: trunk/abcl/tools/check.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/abcl/tools/check.sh	Sun Jan  1 13:25:03 2012	(r13711)
@@ -0,0 +1,2 @@
+#!/bin/sh
+A




More information about the armedbear-cvs mailing list