Author: autrijus
Date: Sat Mar 11 14:05:12 2006
New Revision: 11870
Added:
trunk/languages/pugs/t/pmc/undef.t (contents, props changed)
Modified:
trunk/MANIFEST
trunk/languages/pugs/t/pmc/module.t
Log:
* skip the failing module.t and undef.t as per leo.
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Sat Mar 11 14:05:12 2006
@@ -1023,8 +1023,8 @@
languages/pugs/t/pmc/code.t [pugs]
languages/pugs/t/pmc/int.t [pugs]
languages/pugs/t/pmc/mapping.t [pugs]
+languages/pugs/t/pmc/module.t [pugs]
languages/pugs/t/pmc/num.t [pugs]
-languages/pugs/t/pmc/package.t [pugs]
languages/pugs/t/pmc/str.t [pugs]
languages/pugs/t/pmc/tuple.t [pugs]
languages/pugs/t/pmc/undef.t [pugs]
Modified: trunk/languages/pugs/t/pmc/module.t
==============================================================================
--- trunk/languages/pugs/t/pmc/module.t (original)
+++ trunk/languages/pugs/t/pmc/module.t Sat Mar 11 14:05:12 2006
@@ -2,4 +2,6 @@
# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+BEGIN { print "1..0 # Skip module creation currently segfaults\n"; exit; }
+
use t::pmc;
Added: trunk/languages/pugs/t/pmc/undef.t
==============================================================================
--- (empty file)
+++ trunk/languages/pugs/t/pmc/undef.t Sat Mar 11 14:05:12 2006
@@ -0,0 +1,7 @@
+#! perl -w
+# Copyright: 2005-2006 The Perl Foundation. All Rights Reserved.
+# $Id: /mirror/trunk/languages/lua/t/pmc/boolean.t 11586
2006-02-16T17:44:54.559622Z fperrad $
+
+BEGIN { print "1..0 # Skip undef creation currently fails on morph()\n"; exit;
}
+
+use t::pmc;