gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/doc/pegboard/tests_output_cleanup--vegai pe...


From: Vesa Kaihlavirta
Subject: [Gzz-commits] gzz/doc/pegboard/tests_output_cleanup--vegai pe...
Date: Fri, 31 Jan 2003 06:21:44 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Vesa Kaihlavirta <address@hidden>       03/01/31 06:21:44

Modified files:
        doc/pegboard/tests_output_cleanup--vegai: peg.rst 

Log message:
        Merged solutions to problems.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/tests_output_cleanup--vegai/peg.rst.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/tests_output_cleanup--vegai/peg.rst
diff -u gzz/doc/pegboard/tests_output_cleanup--vegai/peg.rst:1.3 
gzz/doc/pegboard/tests_output_cleanup--vegai/peg.rst:1.4
--- gzz/doc/pegboard/tests_output_cleanup--vegai/peg.rst:1.3    Fri Jan 10 
03:31:24 2003
+++ gzz/doc/pegboard/tests_output_cleanup--vegai/peg.rst        Fri Jan 31 
06:21:44 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:   Vesa Kaihlavirta
-:Last-Modified: $Date: 2003/01/10 08:31:24 $
-:Revision: $Revision: 1.3 $
+:Last-Modified: $Date: 2003/01/31 11:21:44 $
+:Revision: $Revision: 1.4 $
 :Status:   Incomplete
 :Scope:           Minor
 :Type:     ?
@@ -24,8 +24,8 @@
   How do we turn that on? What code inside the test?
 
 
-Problems
-========
+Problems and solutions
+======================
 
 Listing individual problems from current (2003/01/09) test output.
 
@@ -35,6 +35,10 @@
     TEST COST  <function testStarts at 2220309> 10
     TOO COSTLY TEST <function testStarts at 2220309>
 
+    Solution: new format for test output, test shouldn't print anything extra::
+
+        [test method docstring] ... skipping (cost too high: 10).
+ 
 
 2. Garbage when initalizing test.gfx::
 
@@ -46,18 +50,32 @@
     WARNING: Could not create system preferences directory. System preferences
     are unusable.
     GW:  address@hidden
+
+    Solution:
+    
+        - Fix init.gfx, it presumably outputs excess debug
+
   
 3. gzz/media/impl/PageImageScroll.java has pa()::
 
     Checked document of 0 pages
 
+    Solution: fix method, debug information
+
+
 4. Bizarre error again, not unlike 1.::
 
     TEST FAILS IN  <function testStripBlock at 4952321> *
     NOT RUNNING DUE TO WRONG F:  <function testStripBlock at 4952321>
 
+    Solution: clarify or remove "NOT RUNNING DUE TO WRONG F:".
+
+
 5. test/tools/gfx.py outputs "CBCF init".
 
+   Solution: as in 3.
+
+
 6. Some of the tests output debug information, eg::
 
     Test space saving and re-loading ... []
@@ -80,8 +98,12 @@
     0 3),null]})
     ... (goes on and on)
 
+    Solution: Fix test, debug information.
+
 7. gzz/impl/mirror/MasterImpl.java outputs "Sending change:".
 
+    Solution: As in 5.
+
 8. Enfilades' test spurts weird things::
 
     Test enfilades consisting of no spans and a single span. ... Jan 9, 2003
@@ -92,6 +114,8 @@
     WARNING: Couldn't flush system prefs: 
java.util.prefs.BackingStoreException:
     Couldn't get file lock.
 
+    Solution: No idea currently. Something is outputting debug info again 
excessivly.
+
 9. SolidBGVob test outputs debug information, and the same problem as in
    8.::
 
@@ -124,29 +148,7 @@
     Placed
     ok
 
-
-Solutions
-=========
-
-1. New format for test cost output::
-
-    [test method docstring] ... skipping (cost too high: 10).
-
-2. Fix init.gfx, it presumably outputs unwanted debug information.
-
-3. Fix method, debug information.
-
-4. What the blorg is "NOT RUNNING DUE TO WRONG F:"?!
-
-5. As in 3.
-
-6. Fix test, debug information.
-
-7. As in 5.
-
-8. No idea currently. Will check into it before this PEG is active.
-
-9. As in 7. and 8.
+    Solution: As in 7. and 8.
 
 
 Alternative Solution




reply via email to

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