Changes between Version 50 and Version 51 of GoogleCodeIn2010Tasks

Show
Ignore:
Timestamp:
11/05/10 05:40:39 (11 years ago)
Author:
cotto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleCodeIn2010Tasks

    v50 v51  
    723723''Details'': Many of our [http://docs.parrot.org/parrot/latest/html/docs/user/pir/pmcs.pod.html PMCs] don't have complete test coverage.  Although 100% coverage may not be possible in all cases, we can do better.  We will provide a list of PMCs which need increased test coverage and notes about any PMCs which may provide difficulties in reaching 100%.  A task will be complete when, at the mentor's discretion, a PMC's coverage is increased as much as is practical, ideally to 100%.   This task requires the use of PIR, but increasing test coverage will usually require a small and easily-learned subset of PIR. 
    724724 
     725PMCs according to test coverage: 
     726{{{ 
     72729.4  multisub.pmc  
     72837.1  socket.pmc 
     72945.5  role.pmc 
     73059.5  bignum.pmc 
     73159.5  integer.pmc 
     73266.7  sockaddr.pmc 
     73367.9  eventhandler.pmc 
     73471.1  undef.pmc 
     73573.8  continuation.pmc   
     73676.0  complex.pmc 
     73776.9  bigint.pmc 
     73877.0  capture.pmc 
     73978.6  string.pmc 
     74080.0  timer.pmc 
     74180.2  orderedhash.pmc 
     74280.3  hash.pmc 
     74381.8  filehandle.pmc 
     74482.3  sub.pmc 
     74583.3  object.pmc 
     74685.9  coroutine.pmc 
     74787.8  callcontext.pmc 
     74889.4  class.pmc 
     74989.6  namespace.pmc 
     75094.9  float.pmc 
     75195.2  exceptionhandler.pmc 
     75295.2  exception.pmc 
     75395.3  exporter.pmc 
     75496.3  fixedpmcarray.pmc 
     755}}} 
     756 
     757 
    725758== Task : Increase test coverage of Math::Primality == 
    726759