[svn:parrot] r46688 - branches/ops_pct/lib/Parrot/Harness

cotto at svn.parrot.org cotto at svn.parrot.org
Sat May 15 22:57:57 UTC 2010


Author: cotto
Date: Sat May 15 22:57:50 2010
New Revision: 46688
URL: https://trac.parrot.org/parrot/changeset/46688

Log:
[opsc] move opsc tests from runcore to library

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

Modified: branches/ops_pct/lib/Parrot/Harness/DefaultTests.pm
==============================================================================
--- branches/ops_pct/lib/Parrot/Harness/DefaultTests.pm	Sat May 15 21:45:20 2010	(r46687)
+++ branches/ops_pct/lib/Parrot/Harness/DefaultTests.pm	Sat May 15 22:57:50 2010	(r46688)
@@ -61,7 +61,6 @@
 # runcore tests are always run.
 @runcore_tests = qw(
     t/compilers/imcc/*/*.t
-    t/compilers/opsc/*.t
     t/op/*.t
     t/pmc/*.t
     t/oo/*.t
@@ -86,6 +85,7 @@
     t/compilers/pge/p5regex/*.t
     t/compilers/pge/perl6regex/*.t
     t/compilers/tge/*.t
+    t/compilers/opsc/*.t
     t/compilers/data_json/*.t
     t/library/*.t
     t/tools/*.t


More information about the parrot-commits mailing list