[svn:parrot] r36591 - in trunk: . languages/pynie

coke at svn.parrot.org coke at svn.parrot.org
Wed Feb 11 20:04:18 UTC 2009


Author: coke
Date: Wed Feb 11 20:04:17 2009
New Revision: 36591
URL: https://trac.parrot.org/parrot/changeset/36591

Log:
Move bug report from RT here in preparation for operation LeaveTheNest

Added:
   trunk/languages/pynie/TODO
Modified:
   trunk/MANIFEST

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST	Wed Feb 11 20:01:51 2009	(r36590)
+++ trunk/MANIFEST	Wed Feb 11 20:04:17 2009	(r36591)
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Tue Feb 10 17:24:44 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Wed Feb 11 20:03:30 2009 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -2149,6 +2149,7 @@
 languages/punie/t/op_string.t                               [punie]
 languages/pynie/MAINTAINER                                  [pynie]
 languages/pynie/README                                      [pynie]
+languages/pynie/TODO                                        [pynie]
 languages/pynie/config/makefiles/root.in                    [pynie]
 languages/pynie/examples/ex-3-1-4-a.py                      [pynie]
 languages/pynie/examples/ex-3-2-a.py                        [pynie]

Added: trunk/languages/pynie/TODO
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/languages/pynie/TODO	Wed Feb 11 20:04:17 2009	(r36591)
@@ -0,0 +1,15 @@
+Known test failures.  (was RT #56806)
+
+Test Summary Report
+-------------------
+t/00-parrot/06-stmts   (Wstat: 0 Tests: 10 Failed: 0)
+  Parse errors: Tests out of sequence.  Found (11) but expected (8)
+                Tests out of sequence.  Found (12) but expected (9)
+                Tests out of sequence.  Found (13) but expected (10)
+                Bad plan.  You planned 13 tests but ran 10.
+t/00-parrot/10-augop   (Wstat: 0 Tests: 11 Failed: 9)
+  Failed tests:  1-5, 7-9, 11
+t/00-parrot/13-builtins (Wstat: 0 Tests: 5 Failed: 1)
+  Failed test:  3
+Files=12, Tests=88, 20 wallclock secs ( 0.08 usr  0.06 sys + 17.38 cusr  0.91 csys = 18.43 CPU)
+Result: FAIL


More information about the parrot-commits mailing list