forked from rurban/perl-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module tests updated for 7c5d5fb improve XSLoader::load_file
- Loading branch information
Reini Urban
committed
Nov 9, 2012
1 parent
7c5d5fb
commit 8f301d6
Showing
7 changed files
with
399 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
# B::C::VERSION = 1.43 7c5d5fb 2012-11-08 | C: improve XSLoader::load_file Config::Config->{dlext} and padop_name returning undef | ||
# perlversion = 5.014003 | ||
# path = /usr/local/bin/perl5.14.3 | ||
# platform = linux 64bit threaded | ||
pass Exporter | ||
pass Text::Tabs | ||
pass Text::Wrap | ||
pass Test::Harness | ||
pass Pod::Escapes | ||
pass Pod::Simple | ||
pass IO | ||
pass Scalar::Util | ||
pass Getopt::Long | ||
pass Pod::Parser | ||
pass ExtUtils::MakeMaker | ||
pass Test::Simple | ||
pass ExtUtils::Manifest | ||
pass Pod::Text | ||
pass constant | ||
pass Test | ||
pass Data::Dumper | ||
pass File::Spec | ||
pass File::Temp | ||
pass ExtUtils::Install | ||
pass Text::ParseWords | ||
pass ExtUtils::CBuilder | ||
pass ExtUtils::ParseXS | ||
fail Module::Build #TODO overlong linking time | ||
pass File::Path | ||
pass XSLoader | ||
pass MIME::Base64 | ||
pass Digest | ||
pass Digest::MD5 | ||
pass Sub::Uplevel | ||
pass URI | ||
pass HTML::Tagset | ||
pass HTML::Parser | ||
pass Test::Exception | ||
pass Net::Cmd | ||
pass Compress::Raw::Zlib | ||
pass Compress::Raw::Bzip2 | ||
pass IO::Compress::Base | ||
pass LWP | ||
pass Storable | ||
pass base | ||
pass List::MoreUtils | ||
pass Params::Util | ||
pass Task::Weaken | ||
pass Class::Accessor | ||
pass Test::Tester #TODO non-debugging with threads | ||
pass Sub::Install | ||
pass Attribute::Handlers | ||
pass Data::OptList | ||
pass Sub::Exporter | ||
pass Test::NoWarnings #TODO print() on unopened filehandle $Testout | ||
pass version | ||
pass Params::Validate | ||
pass Sub::Name | ||
pass Filter::Util::Call | ||
pass Algorithm::C3 | ||
pass Class::C3 | ||
pass Scope::Guard | ||
pass MRO::Compat | ||
pass Time::HiRes | ||
pass Class::Data::Inheritable | ||
pass Try::Tiny | ||
pass Devel::GlobalDestruction | ||
pass Class::MOP | ||
pass Moose | ||
pass Test::Deep | ||
pass Carp::Clan | ||
pass Module::Pluggable | ||
pass if(1) => "Sys::Hostname" | ||
pass Text::Balanced | ||
pass DBI | ||
pass Time::Local | ||
pass IO::Scalar | ||
pass Sub::Identify | ||
pass Class::ISA | ||
pass FCGI | ||
pass Tree::DAG_Node | ||
pass Path::Class | ||
pass Test::Warn | ||
pass Encode | ||
pass Variable::Magic | ||
pass CGI | ||
pass B::Hooks::EndOfScope | ||
pass Test::Pod | ||
pass Digest::SHA1 | ||
pass namespace::clean | ||
pass Class::Inspector | ||
pass Clone | ||
pass XML::NamespaceSupport | ||
pass XML::SAX | ||
pass YAML | ||
pass MooseX::Types | ||
pass Class::Singleton | ||
pass DateTime::TimeZone | ||
pass DateTime::Locale | ||
pass DateTime | ||
pass IO::String | ||
pass AppConfig | ||
pass UNIVERSAL::require | ||
pass Template::Stash | ||
# 100 / 100 modules tested with B-C-1.43 - perl-5.014003 | ||
# pass 99 / 100 (99.0%) | ||
# fail 1 / 100 (1.0%) | ||
# todo 3 / 1 (300.0%) | ||
# skip 0 / 100 (0.0% not installed) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.