gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/test/vob/gl paper.test


From: Janne V. Kujala
Subject: [Gzz-commits] libvob/test/vob/gl paper.test
Date: Wed, 26 Mar 2003 14:55:41 -0500

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Janne V. Kujala <address@hidden>        03/03/26 14:55:41

Modified files:
        test/vob/gl    : paper.test 

Log message:
        mark the paper tests as failing

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/vob/gl/paper.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: libvob/test/vob/gl/paper.test
diff -u libvob/test/vob/gl/paper.test:1.1 libvob/test/vob/gl/paper.test:1.2
--- libvob/test/vob/gl/paper.test:1.1   Wed Mar 26 14:37:23 2003
+++ libvob/test/vob/gl/paper.test       Wed Mar 26 14:55:41 2003
@@ -33,6 +33,8 @@
 def testPaperAnythingJava():
     """Test that libpaper, when called through
     the Java API, renders anything.
+
+    fail: GL
     """
     vs = getvs()
     vs.map.put(SolidBackdropVob(Color.black))
@@ -56,6 +58,8 @@
 def testDicing():
     """Dicing paper a LOT - there have been some
     too short allocated arrays.
+
+    fail: GL
     """
     paper = PaperMill.getInstance().getPaper(57)
     for df in (0, .1, .5, 1, 5, 10, 20, 37, 50):
@@ -72,7 +76,10 @@
 
 def testOptimizedPaper():
     """See that optimized paper really is same as
-    original."""
+    original.
+
+    fail: GL
+    """
     for i in range(0,5):
        p1 = PaperMill.getInstance().getPaper(i)
        p2 = PaperMill.getInstance().getOptimizedPaper(i, win)




reply via email to

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