summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-19 18:18:04 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-19 18:18:04 +0000
commitb965d173aab5196552f8fc4ba42e0913bbdb8d25 (patch)
tree9bd0cffb4752e50e638eb7d58e2c752d4f7fbd15 /MANIFEST
parent794f4697121b50d7447d6309d7c9ada4bca913e2 (diff)
downloadperl-b965d173aab5196552f8fc4ba42e0913bbdb8d25.tar.gz
Upgrade to Test::Harness 3.05
Add test boilerplate to various test files. Add FIXME skips for various tests that don't play nicely with the altered layout in the core. lib/Test/Harness/t/unicode.t appears to fail under UTF-8 locales and so will need fixing. p4raw-id: //depot/perl@32659
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST129
1 files changed, 102 insertions, 27 deletions
diff --git a/MANIFEST b/MANIFEST
index 69f358da6a..03a20b4eb3 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1388,6 +1388,8 @@ keywords.pl Program to write keywords.h
lib/abbrev.pl An abbreviation table builder
lib/AnyDBM_File.pm Perl module to emulate dbmopen
lib/AnyDBM_File.t See if AnyDBM_File works
+lib/App/Prove.pm Gubbins for the prove utility
+lib/App/Prove/State.pm Gubbins for the prove utility
lib/Archive/Extract.pm Archive::Extract
lib/Archive/Extract/t/01_Archive-Extract.t Archive::Extract tests
lib/Archive/Extract/t/src/double_dir.zip.packed Archive::Extract tests
@@ -2579,6 +2581,32 @@ lib/Symbol.pm Symbol table manipulation routines
lib/Symbol.t See if Symbol works
lib/syslog.pl Perl library supporting syslogging
lib/tainted.pl Old code for tainting
+lib/TAP/Base.pm A parser for Test Anything Protocol
+lib/TAP/Formatter/Color.pm A parser for Test Anything Protocol
+lib/TAP/Formatter/Console.pm A parser for Test Anything Protocol
+lib/TAP/Formatter/Console/ParallelSession.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/Parser.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.pm A parser for Test Anything Protocol
+lib/TAP/Parser/Iterator/Array.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
+lib/TAP/Parser/Multiplexer.pm A parser for Test Anything Protocol
+lib/TAP/Parser/Result.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/Result/Plan.pm A parser for Test Anything Protocol
+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/Source.pm A parser for Test Anything Protocol
+lib/TAP/Parser/Source/Perl.pm A parser for Test Anything Protocol
+lib/TAP/Parser/YAMLish/Reader.pm A parser for Test Anything Protocol
+lib/TAP/Parser/YAMLish/Writer.pm A parser for Test Anything Protocol
lib/Term/ANSIColor/ChangeLog Term::ANSIColor
lib/Term/ANSIColor.pm Perl module supporting termcap usage
lib/Term/ANSIColor/README Term::ANSIColor
@@ -2599,34 +2627,48 @@ lib/Test/Builder/Module.pm Base class for test modules
lib/Test/Builder.pm For writing new test libraries
lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester
lib/Test/Builder/Tester.pm For testing Test::Builder based classes
-lib/Test/Harness/Assert.pm Test::Harness::Assert (internal use only)
lib/Test/Harness/bin/prove The prove harness utility
-lib/Test/Harness/Changes Test::Harness
-lib/Test/Harness/Iterator.pm Test::Harness::Iterator (internal use only)
+lib/Test/Harness/Changes Test::Harness change log
lib/Test/Harness.pm A test harness
-lib/Test/Harness/Point.pm Test::Harness::Point (internal use only)
-lib/Test/Harness/Results.pm object for tracking results from a single test file
-lib/Test/Harness/Straps.pm Test::Harness::Straps
-lib/Test/Harness/t/00compile.t Test::Harness test
-lib/Test/Harness/TAP.pod Documentation for the Test Anything Protocol
-lib/Test/Harness/t/assert.t Test::Harness::Assert test
-lib/Test/Harness/t/base.t Test::Harness test
-lib/Test/Harness/t/callback.t Test::Harness test
-lib/Test/Harness/t/failure.t Test::Harness test
-lib/Test/Harness/t/from_line.t Test::Harness test
-lib/Test/Harness/t/harness.t Test::Harness test
-lib/Test/Harness/t/inc_taint.t Test::Harness test
-lib/Test/Harness/t/nonumbers.t Test::Harness test
-lib/Test/Harness/t/ok.t Test::Harness test
-lib/Test/Harness/t/point-parse.t Test::Harness test
-lib/Test/Harness/t/point.t Test::Harness test
-lib/Test/Harness/t/prove-globbing.t Test::Harness::Straps test
-lib/Test/Harness/t/prove-switches.t Test::Harness::Straps test
-lib/Test/Harness/t/strap-analyze.t Test::Harness::Straps test
-lib/Test/Harness/t/strap.t Test::Harness::Straps test
-lib/Test/Harness/t/test-harness.t Test::Harness test
-lib/Test/Harness/t/version.t Test::Harness test
-lib/Test/Harness/Util.pm Various utility functions for Test::Harness
+lib/Test/Harness/t/000-load.t Test::Harness test
+lib/Test/Harness/t/aggregator.t Test::Harness test
+lib/Test/Harness/t/bailout.t Test::Harness test
+lib/Test/Harness/t/base.t Test::Harness test
+lib/Test/Harness/t/callbacks.t Test::Harness test
+lib/Test/Harness/t/compat/env.t Test::Harness test
+lib/Test/Harness/t/compat/failure.t Test::Harness test
+lib/Test/Harness/t/compat/inc-propagation.t Test::Harness test
+lib/Test/Harness/t/compat/inc_taint.t Test::Harness test
+lib/Test/Harness/t/compat/nonumbers.t Test::Harness test
+lib/Test/Harness/t/compat/regression.t Test::Harness test
+lib/Test/Harness/t/compat/test-harness-compat.t Test::Harness test
+lib/Test/Harness/t/compat/version.t Test::Harness test
+lib/Test/Harness/t/console.t Test::Harness test
+lib/Test/Harness/t/errors.t Test::Harness test
+lib/Test/Harness/t/grammar.t Test::Harness test
+lib/Test/Harness/t/harness.t Test::Harness test
+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/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/prove.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/regression.t Test::Harness test
+lib/Test/Harness/t/results.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
+lib/Test/Harness/t/streams.t Test::Harness test
+lib/Test/Harness/t/taint.t Test::Harness test
+lib/Test/Harness/t/testargs.t Test::Harness test
+lib/Test/Harness/t/unicode.t Test::Harness test
+lib/Test/Harness/t/yamlish-output.t Test::Harness test
+lib/Test/Harness/t/yamlish-writer.t Test::Harness test
+lib/Test/Harness/t/yamlish.t Test::Harness test
lib/Test/More.pm More utilities for writing tests
lib/Test.pm A simple framework for writing test scripts
lib/Test/Simple/Changes Test::Simple changes
@@ -3467,6 +3509,7 @@ t/lib/compress/truncate.pl Compress::Zlib
t/lib/compress/zlib-generic.pl Compress::Zlib
t/lib/contains_pod.xr Pod-Parser test file
t/lib/cygwin.t Builtin cygwin function tests
+t/lib/App/Prove/Plugin/Dummy.pm Module for testing Test::Harness
t/lib/Devel/switchd.pm Module for t/run/switchd.t
t/lib/Dev/Null.pm Module for testing Test::Harness
t/lib/dprof/test1_t Perl code profiler tests
@@ -3499,6 +3542,7 @@ t/lib/filter-util.pl See if Filter::Util::Call works
t/lib/h2ph.h Test header file for h2ph
t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison
t/lib/HasSigDie.pm Module for testing base.pm
+t/lib/IO/c55Capture.pm Module for testing Test::Harness
t/lib/locale/latin1 Part of locale.t in Latin 1
t/lib/locale/utf8 Part of locale.t in UTF8
t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
@@ -3515,40 +3559,71 @@ t/lib/Math/BigRat/Test.pm Math::BigRat test helper
t/lib/mypragma.pm An example user pragma
t/lib/mypragma.t Test the example user pragma
t/lib/NoExporter.pm Part of Test-Simple
+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
+t/lib/data/catme.1 Test data for Test::Harness
+t/lib/data/proverc Test data for Test::Harness
+t/lib/data/sample.yml Test data for Test::Harness
t/lib/sample-tests/bailout Test data for Test::Harness
t/lib/sample-tests/bignum Test data for Test::Harness
t/lib/sample-tests/bignum_many Test data for Test::Harness
t/lib/sample-tests/combined Test data for Test::Harness
+t/lib/sample-tests/combined_compat Test data for Test::Harness
+t/lib/sample-tests/delayed Test data for Test::Harness
t/lib/sample-tests/descriptive Test data for Test::Harness
+t/lib/sample-tests/descriptive_trailing Test data for Test::Harness
t/lib/sample-tests/die Test data for Test::Harness
t/lib/sample-tests/die_head_end Test data for Test::Harness
t/lib/sample-tests/die_last_minute Test data for Test::Harness
+t/lib/sample-tests/die_unfinished Test data for Test::Harness
t/lib/sample-tests/duplicates Test data for Test::Harness
+t/lib/sample-tests/echo Test data for Test::Harness
+t/lib/sample-tests/empty Test data for Test::Harness
+t/lib/sample-tests/escape_eol Test data for Test::Harness
+t/lib/sample-tests/escape_hash Test data for Test::Harness
t/lib/sample-tests/head_end Test data for Test::Harness
t/lib/sample-tests/head_fail Test data for Test::Harness
t/lib/sample-tests/inc_taint Test data for Test::Harness
+t/lib/sample-tests/junk_before_plan Test data for Test::Harness
t/lib/sample-tests/lone_not_bug Test data for Test::Harness
t/lib/sample-tests/no_nums Test data for Test::Harness
t/lib/sample-tests/no_output Test data for Test::Harness
+t/lib/sample-tests/out_err_mix Test data for Test::Harness
t/lib/sample-tests/out_of_order Test data for Test::Harness
+t/lib/sample-tests/schwern Test data for Test::Harness
+t/lib/sample-tests/schwern-todo-quiet Test data for Test::Harness
t/lib/sample-tests/segfault Test data for Test::Harness
+t/lib/sample-tests/sequence_misparse Test data for Test::Harness
t/lib/sample-tests/shbang_misparse Test data for Test::Harness
t/lib/sample-tests/simple Test data for Test::Harness
t/lib/sample-tests/simple_fail Test data for Test::Harness
+t/lib/sample-tests/simple_yaml Test data for Test::Harness
t/lib/sample-tests/skip Test data for Test::Harness
+t/lib/sample-tests/skip_nomsg Test data for Test::Harness
t/lib/sample-tests/skipall Test data for Test::Harness
t/lib/sample-tests/skipall_nomsg Test data for Test::Harness
-t/lib/sample-tests/skip_nomsg Test data for Test::Harness
+t/lib/sample-tests/skipall_v13 Test data for Test::Harness
+t/lib/sample-tests/space_after_plan Test data for Test::Harness
+t/lib/sample-tests/stdout_stderr Test data for Test::Harness
t/lib/sample-tests/switches Test data for Test::Harness
t/lib/sample-tests/taint Test data for Test::Harness
t/lib/sample-tests/taint_warn Test data for Test::Harness
t/lib/sample-tests/todo Test data for Test::Harness
t/lib/sample-tests/todo_inline Test data for Test::Harness
+t/lib/sample-tests/todo_misparse Test data for Test::Harness
t/lib/sample-tests/too_many Test data for Test::Harness
+t/lib/sample-tests/version_good Test data for Test::Harness
+t/lib/sample-tests/version_late Test data for Test::Harness
+t/lib/sample-tests/version_old Test data for Test::Harness
t/lib/sample-tests/vms_nit Test data for Test::Harness
t/lib/sample-tests/with_comments Test data for Test::Harness
+t/lib/source_tests/harness Test data for Test::Harness
+t/lib/source_tests/harness_badtap Test data for Test::Harness
+t/lib/source_tests/harness_complain Test data for Test::Harness
+t/lib/source_tests/harness_directives Test data for Test::Harness
+t/lib/source_tests/harness_failure Test data for Test::Harness
+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