[svn:parrot] r49161 - branches/typesafe_consttable/t/compilers/imcc/syn
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Sun Sep 19 20:57:18 UTC 2010
Author: plobsing
Date: Sun Sep 19 20:57:18 2010
New Revision: 49161
URL: https://trac.parrot.org/parrot/changeset/49161
Log:
keys no longer length limited
Modified:
branches/typesafe_consttable/t/compilers/imcc/syn/regressions.t
Modified: branches/typesafe_consttable/t/compilers/imcc/syn/regressions.t
==============================================================================
--- branches/typesafe_consttable/t/compilers/imcc/syn/regressions.t Sun Sep 19 20:41:59 2010 (r49160)
+++ branches/typesafe_consttable/t/compilers/imcc/syn/regressions.t Sun Sep 19 20:57:18 2010 (r49161)
@@ -242,13 +242,16 @@
CODE
OUT
-pir_error_output_like( <<'CODE', <<'OUT', 'over long keys should not segfault (TT #641)');
+SKIP: {
+ skip("No limit on key size", 1);
+ pir_error_output_like( <<'CODE', <<'OUT', 'over long keys should not segfault (TT #641)');
.sub main
$P0 = new [0;0;0;0;0;0;0;0;0;0;0;0] # more than MAX_KEY_LEN.
.end
CODE
/Key too long/
OUT
+}
# This test probably belongs in subflags.t
# The test inspired by TT #744, even though it presents differently.
More information about the parrot-commits
mailing list