Everything in t/ can now run in parallel.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 7889c28..bf648ec 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -517,6 +517,7 @@ ext/Encode/t/gb2312.utf             test data
 ext/Encode/t/grow.t            test script
 ext/Encode/t/gsm0338.t         test script
 ext/Encode/t/guess.t           test script
+ext/Encode/t/jis7-fallback.t   test script
 ext/Encode/t/jisx0201.enc      test data
 ext/Encode/t/jisx0201.utf      test data
 ext/Encode/t/jisx0208.enc      test data
@@ -603,7 +604,6 @@ ext/Encode/ucm/euc-jp.ucm   Unicode Character Map
 ext/Encode/ucm/euc-kr.ucm      Unicode Character Map
 ext/Encode/ucm/gb12345.ucm     Unicode Character Map
 ext/Encode/ucm/gb2312.ucm      Unicode Character Map
-ext/Encode/ucm/gsm0338.ucm     Unicode Character Map
 ext/Encode/ucm/hp-roman8.ucm   Unicode Character Map
 ext/Encode/ucm/ir-165.ucm      Unicode Character Map
 ext/Encode/ucm/jis0201.ucm     Unicode Character Map
@@ -1150,6 +1150,7 @@ ext/threads/shared/t/shared_attr.t        Test :shared attribute
 ext/threads/shared/t/stress.t  Stress test
 ext/threads/shared/t/sv_refs.t thread shared variables
 ext/threads/shared/t/sv_simple.t       thread shared variables
+ext/threads/shared/t/utf8.t    Test UTF-8 keys in shared hashes
 ext/threads/shared/t/waithires.t       Test sub-second cond_timedwait
 ext/threads/shared/t/wait.t    Test cond_wait and cond_timedwait
 ext/threads/t/basic.t          ithreads
@@ -2599,6 +2600,8 @@ lib/Pod/t/parselink.t             podlators test
 lib/Pod/t/pod2html-lib.pl      pod2html testing library
 lib/Pod/t/pod2latex.t          See if Pod::LaTeX works
 lib/Pod/t/pod-parser.t         podlators test
+lib/Pod/t/pod-spelling.t       podlators test
+lib/Pod/t/pod.t                        podlators test
 lib/Pod/t/Select.t             See if Pod::Select works
 lib/Pod/t/termcap.t            podlators test
 lib/Pod/t/text-options.t               podlators test
@@ -2641,9 +2644,11 @@ lib/TAP/Formatter/Console/ParallelSession.pm     A parser for Test Anything Protocol
 lib/TAP/Formatter/Console.pm           A parser for Test Anything Protocol
 lib/TAP/Formatter/Console/Session.pm   A parser for Test Anything Protocol
 lib/TAP/Harness.pm                     A parser for Test Anything Protocol
+lib/TAP/Object.pm                      A parser for Test Anything Protocol
 lib/TAP/Parser/Aggregator.pm           A parser for Test Anything Protocol
 lib/TAP/Parser/Grammar.pm              A parser for Test Anything Protocol
 lib/TAP/Parser/Iterator/Array.pm       A parser for Test Anything Protocol
+lib/TAP/Parser/IteratorFactory.pm      A parser for Test Anything Protocol
 lib/TAP/Parser/Iterator.pm             A parser for Test Anything Protocol
 lib/TAP/Parser/Iterator/Process.pm     A parser for Test Anything Protocol
 lib/TAP/Parser/Iterator/Stream.pm      A parser for Test Anything Protocol
@@ -2651,6 +2656,7 @@ lib/TAP/Parser/Multiplexer.pm             A parser for Test Anything Protocol
 lib/TAP/Parser.pm                      A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Bailout.pm       A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Comment.pm       A parser for Test Anything Protocol
+lib/TAP/Parser/ResultFactory.pm                A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Plan.pm          A parser for Test Anything Protocol
 lib/TAP/Parser/Result.pm               A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Pragma.pm                A parser for Test Anything Protocol
@@ -2658,6 +2664,9 @@ lib/TAP/Parser/Result/Test.pm             A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Unknown.pm       A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Version.pm       A parser for Test Anything Protocol
 lib/TAP/Parser/Result/YAML.pm          A parser for Test Anything Protocol
+lib/TAP/Parser/Scheduler/Job.pm                A parser for Test Anything Protocol
+lib/TAP/Parser/Scheduler.pm            A parser for Test Anything Protocol
+lib/TAP/Parser/Scheduler/Spinner.pm    A parser for Test Anything Protocol
 lib/TAP/Parser/Source/Perl.pm          A parser for Test Anything Protocol
 lib/TAP/Parser/Source.pm               A parser for Test Anything Protocol
 lib/TAP/Parser/Utils.pm                        A parser for Test Anything Protocol
@@ -2707,14 +2716,19 @@ lib/Test/Harness/t/iterators.t          Test::Harness test
 lib/Test/Harness/t/multiplexer.t       Test::Harness test
 lib/Test/Harness/t/nofork-mux.t                Test::Harness test
 lib/Test/Harness/t/nofork.t            Test::Harness test
+lib/Test/Harness/t/object.t            Test::Harness test
+lib/Test/Harness/t/parser-config.t     Test::Harness test
+lib/Test/Harness/t/parser-subclass.t   Test::Harness test
 lib/Test/Harness/t/parse.t             Test::Harness test
 lib/Test/Harness/t/premature-bailout.t Test::Harness test
 lib/Test/Harness/t/process.t           Test::Harness test
+lib/Test/Harness/t/proveenv.t          Test::Harness test
 lib/Test/Harness/t/proverc.t           Test::Harness test
 lib/Test/Harness/t/proverun.t          Test::Harness test
 lib/Test/Harness/t/prove.t             Test::Harness test
 lib/Test/Harness/t/regression.t                Test::Harness test
 lib/Test/Harness/t/results.t           Test::Harness test
+lib/Test/Harness/t/scheduler.t         Test::Harness test
 lib/Test/Harness/t/source.t            Test::Harness test
 lib/Test/Harness/t/spool.t             Test::Harness test
 lib/Test/Harness/t/state.t             Test::Harness test
@@ -3556,6 +3570,7 @@ t/io/openpid.t                    See if open works for subprocesses
 t/io/open.t                    See if open works
 t/io/pipe.t                    See if secure pipes work
 t/io/print.t                   See if print commands work
+t/io/pvbm.t                    See if PVBMs break IO commands
 t/io/read.t                    See if read works
 t/io/say.t                     See if say works
 t/io/tell.t                    See if file seeking works
@@ -3606,6 +3621,7 @@ t/lib/dprof/test7_v               Perl code profiler tests
 t/lib/dprof/test8_t            Perl code profiler tests
 t/lib/dprof/test8_v            Perl code profiler tests
 t/lib/dprof/V.pm               Perl code profiler tests
+t/lib/EmptyParser.pm           Module for testing Test::Harness
 t/lib/feature/bundle           Tests for feature bundles
 t/lib/feature/implicit         Tests for implicit loading of feature.pm
 t/lib/feature/nonesuch         Tests for enabling/disabling nonexistent feature
@@ -3633,8 +3649,16 @@ t/lib/Math/BigInt/BareCalc.pm    Bigint's simulation of Calc
 t/lib/Math/BigInt/Scalar.pm    Pure Perl module to support Math::BigInt
 t/lib/Math/BigInt/Subclass.pm  Empty subclass of BigInt for test
 t/lib/Math/BigRat/Test.pm              Math::BigRat test helper
+t/lib/MyCustom.pm              Module for testing Test::Harness
+t/lib/MyGrammar.pm             Module for testing Test::Harness
+t/lib/MyIteratorFactory.pm     Module for testing Test::Harness
+t/lib/MyIterator.pm            Module for testing Test::Harness
+t/lib/MyPerlSource.pm          Module for testing Test::Harness
 t/lib/mypragma.pm              An example user pragma
 t/lib/mypragma.t               Test the example user pragma
+t/lib/MyResultFactory.pm       Module for testing Test::Harness
+t/lib/MyResult.pm              Module for testing Test::Harness
+t/lib/MySource.pm              Module for testing Test::Harness
 t/lib/NoFork.pm                        Module for testing Test::Harness
 t/lib/no_load.t                        Test that some modules don't load others
 t/lib/proxy_constant_subs.t    Test that Proxy Constant Subs behave correctly
@@ -3702,6 +3726,9 @@ t/lib/source_tests/source         Test data for Test::Harness
 t/lib/strict/refs              Tests of "use strict 'refs'" for strict.t
 t/lib/strict/subs              Tests of "use strict 'subs'" for strict.t
 t/lib/strict/vars              Tests of "use strict 'vars'" for strict.t
+t/lib/subclass_tests/non_perl_source   Test data for Test::Harness
+t/lib/subclass_tests/perl_source       Test data for Test::Harness
+t/lib/TAP/Parser/SubclassTest.pm       Module for testing Test::Harness
 t/lib/Test/Simple/Catch.pm     Utility module for testing Test::Simple
 t/lib/Test/Simple/sample_tests/death_in_eval.plx       for exit.t
 t/lib/Test/Simple/sample_tests/death.plx               for exit.t