Author: bernhard
Date: Thu Dec 29 10:52:47 2005
New Revision: 10771

Modified:
   trunk/languages/testall
Log:
Remove punie from languages smoke testing,
as the tests are exhausting memory on some platforms.


Modified: trunk/languages/testall
==============================================================================
--- trunk/languages/testall     (original)
+++ trunk/languages/testall     Thu Dec 29 10:52:47 2005
@@ -76,6 +76,7 @@ my $html = grep { $_ eq '--html' } @ARGV
 # lisp                 No t/harness
 # miniperl             not maintained, should be removed
 # parakeet             No t/harness
+# punie                Problems with exhaustive memory usage
 # python               not maintained
 # ruby                 not maintained, should be removed
 
@@ -91,13 +92,12 @@ my @unified_testable_languages = 
        m4
        ook
        parrot_compiler
-       punie
        regex
        scheme
        tcl
        unlambda
        urm );
-# @unified_testable_languages = qw( scheme );
+# @unified_testable_languages = qw( punie );
 
 my @harnesses =
     grep {-f $_}

Reply via email to