axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] 20080816.01.tpd.patch (comment out long running test)


From: daly
Subject: [Axiom-developer] 20080816.01.tpd.patch (comment out long running test)
Date: Sun, 17 Aug 2008 00:27:37 -0500

tutchap2 has a test that runs about half the time it takes for the whole
build. this test is commented out.

========================================================================
diff --git a/changelog b/changelog
index ff04512..30cf744 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,4 @@
+20080816 tpd src/input/tutchap2.input remove f 0, it takes too long
 20080815 tpd books/bookvol7.1 fix typo, lost $ recovered
 20080815 tpd Makefile make hyperdoc before testing
 20080814 tpd books/bookvol7 handle uncompressed images
diff --git a/src/input/tutchap2.input.pamphlet 
b/src/input/tutchap2.input.pamphlet
index ae81f5f..2fcb523 100644
--- a/src/input/tutchap2.input.pamphlet
+++ b/src/input/tutchap2.input.pamphlet
@@ -92,7 +92,7 @@ f 1000
 f(n : PositiveInteger) : Any ==                   _
           (local length; length := #((2^n)::String);      _
            if length > 120 then "Too long!" else length)
-f 0
+-- this takes too long to compute -- f 0
 g1(x) == 2*x
 g2(x) == %
 G := 2*x




reply via email to

[Prev in Thread] Current Thread [Next in Thread]