[svn:parrot] r36708 - branches/update_pod/lib/Parrot/Harness

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Feb 14 00:52:46 UTC 2009


Author: jkeenan
Date: Sat Feb 14 00:52:45 2009
New Revision: 36708
URL: https://trac.parrot.org/parrot/changeset/36708

Log:
For the time being, temporarily exclude two files recently transferred into t/codingstd/ from the list of tests run during 'make codetest'.

Modified:
   branches/update_pod/lib/Parrot/Harness/DefaultTests.pm

Modified: branches/update_pod/lib/Parrot/Harness/DefaultTests.pm
==============================================================================
--- branches/update_pod/lib/Parrot/Harness/DefaultTests.pm	Sat Feb 14 00:51:44 2009	(r36707)
+++ branches/update_pod/lib/Parrot/Harness/DefaultTests.pm	Sat Feb 14 00:52:45 2009	(r36708)
@@ -86,7 +86,7 @@
 @developing_tests = ( 't/distro/file_metadata.t' );
 # Add in all t/codingstd except for a few skips.
 push @developing_tests,
-  grep { ! m/(c_function_docs|fixme|pod_todo)\.t$/ }
+  grep { ! m/(c_function_docs|fixme|pod|pod_todo|opcode-doc)\.t$/ }
   glob 't/codingstd/*.t';
 
 sub get_default_tests {


More information about the parrot-commits mailing list