[svn:parrot] r38442 - branches/pmc_pct/compilers/pmc/t
cotto at svn.parrot.org
cotto at svn.parrot.org
Sat May 2 06:12:53 UTC 2009
Author: cotto
Date: Sat May 2 06:12:52 2009
New Revision: 38442
URL: https://trac.parrot.org/parrot/changeset/38442
Log:
[t] speed up the test by only testing the 10 smallest PMCs
Modified:
branches/pmc_pct/compilers/pmc/t/02-parse-all-pmcs.t
Modified: branches/pmc_pct/compilers/pmc/t/02-parse-all-pmcs.t
==============================================================================
--- branches/pmc_pct/compilers/pmc/t/02-parse-all-pmcs.t Sat May 2 05:59:06 2009 (r38441)
+++ branches/pmc_pct/compilers/pmc/t/02-parse-all-pmcs.t Sat May 2 06:12:52 2009 (r38442)
@@ -17,6 +17,20 @@
splice all_files, pmc_files, 0, 0
splice all_files, dynpmc_files, 0, 0
+ #temporary code to speed up the test suite
+ #only test the 10 smallest PMCs in src/pmc
+ all_files = new ['ResizablePMCArray']
+ push all_files, '../../src/pmc/null.pmc'
+ push all_files, '../../src/pmc/pccmethod_test.pmc'
+ push all_files, '../../src/pmc/random.pmc'
+ push all_files, '../../src/pmc/boolean.pmc'
+ push all_files, '../../src/pmc/sockaddr.pmc'
+ push all_files, '../../src/pmc/packfileannotation.pmc'
+ push all_files, '../../src/pmc/parrotrunningthread.pmc'
+ push all_files, '../../src/pmc/parrotlibrary.pmc'
+ push all_files, '../../src/pmc/packfilesegment.pmc'
+ push all_files, '../../src/pmc/pointer.pmc'
+
total = elements all_files
all_files.'sort'()
More information about the parrot-commits
mailing list