Skip to content

Commit

Permalink
Added DESCRIPTION and some minor edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayardley committed Jun 4, 2012
1 parent e646096 commit d9f2d47
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 11 deletions.
13 changes: 8 additions & 5 deletions t/TESTS_STATUS.pod
@@ -1,10 +1,13 @@
# Copyright (C) 2012, Parrot Foundation.

=head1 Parrot Testing Status
=pod

The primary goal of the Parrot testing effort is to provide complete coverage
of the critical Parrot core subsystems on all targeted platforms. Secondary
goals include testing of non-critical core subsystems, and non-core code.
This document tracks the status of our effort.
=head1 DESCRIPTION

This is the Parrot testing status, the primary goal of which is to provide
complete coverage of the critical Parrot core subsystems on all targeted
platforms. Secondary goals include testing of non-critical core subsystems,
and non-core code. This document tracks the status of our effort.

Until we have an automated way of quantitatively tracking test coverage,
coverage will be tracked quantitatively, using the scale described below:
Expand Down
6 changes: 5 additions & 1 deletion t/codingstd/pccmethod_deps.t
@@ -1,5 +1,5 @@
#! perl
# Copyright (C) 2007-2008, Parrot Foundation.
# Copyright (C) 2007-2012, Parrot Foundation.

use strict;
use warnings;
Expand All @@ -9,6 +9,10 @@ use File::Spec;

use Test::More;

=head1 DESCRIPTION
This script checks pccmethod dependencies.
=head1 BUGS
This isn't part of t/src/checkdepend.t
Expand Down
4 changes: 4 additions & 0 deletions t/dynoplibs/time.t
Expand Up @@ -5,6 +5,10 @@

t/dynoplibs/time.t - Time Dynops

=head1 DESCRIPTION

This PIR code implements time dynops.

=cut

.loadlib 'sys_ops'
Expand Down
2 changes: 2 additions & 0 deletions t/harness
Expand Up @@ -127,6 +127,8 @@ t/harness - Parrot Test Harness
=head1 DESCRIPTION
This is the Parrot Test Harness.
=head2 Command-line Options - Short:
The short command line options are:
Expand Down
4 changes: 4 additions & 0 deletions t/op/time.t
Expand Up @@ -5,6 +5,10 @@

t/op/time.t - Time and Sleep

=head1 DESCRIPTION

This PIR code implements time and sleep operations.

=cut

.sub main :main
Expand Down
4 changes: 4 additions & 0 deletions t/pmc/opcode.t
Expand Up @@ -9,6 +9,10 @@ t/pmc/opcode.t - Opcode PMC

% prove t/pmc/opcode.t

=head1 DESCRIPTION

This PIR file implements various tests of PMC opcodes.

=cut

.include 'except_types.pasm'
Expand Down
6 changes: 5 additions & 1 deletion t/pmc/oplib.t
@@ -1,5 +1,5 @@
#!./parrot
# Copyright (C) 2001-2010, Parrot Foundation.
# Copyright (C) 2001-2012, Parrot Foundation.

=head1 NAME

Expand All @@ -9,6 +9,10 @@ t/pmc/oplib.t - OpLib PMC

% prove t/pmc/oplib.t

=head1 DESCRIPTION

This PIR code implements various oplib tests.

=cut

# Hardcoded assumptions for tests:
Expand Down
7 changes: 3 additions & 4 deletions t/pmc/task_primes.t
@@ -1,10 +1,9 @@
#!./parrot
# Copyright (C) 2010-2011, Parrot Foundation.
# Copyright (C) 2010-2012, Parrot Foundation.

=head1 task_primes.t
=head1 DESCRIPTION

The classic threads/message passing prime checker
is now a Parrot test.
This PIR code implements the classic threads/message passing prime checker.

=cut

Expand Down

0 comments on commit d9f2d47

Please sign in to comment.