Skip to content

Commit

Permalink
module test updates 1.42_67 0918736 (darwin)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Dec 30, 2013
1 parent 0918736 commit 48976a8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 26 deletions.
20 changes: 10 additions & 10 deletions log.modules-5.018001
@@ -1,7 +1,7 @@
# B::C::VERSION = 1.42_67 74d12f6 2013-12-26 | module test updates: 1.42_67 c248eeb
# B::C::VERSION = 1.42_67 0918736 2013-12-28 | C: fix 5.18 segv with SvSTASH of magic stashes even without OVERLOAD flag
# perlversion = 5.018001
# path = /usr/local/bin/perl5.18.1
# platform = linux 64bit threaded
# platform = darwin 64bit threaded
pass Exporter
pass Text::Tabs
pass Text::Wrap
Expand All @@ -24,8 +24,8 @@ pass File::Temp
pass ExtUtils::Install
pass Text::ParseWords
pass ExtUtils::CBuilder
fail ExtUtils::ParseXS #TODO >= 5.18
fail Module::Build #TODO >= 5.18
fail ExtUtils::ParseXS #TODO >= 5.18 #135 Eval-group not allowed at runtime
fail Module::Build
pass File::Path
pass XSLoader
pass MIME::Base64
Expand All @@ -52,7 +52,7 @@ pass Sub::Install
pass Attribute::Handlers
pass Data::OptList
pass Sub::Exporter
fail Test::NoWarnings
pass Test::NoWarnings
pass version
pass Params::Validate
pass Sub::Name
Expand All @@ -66,7 +66,7 @@ pass Class::Data::Inheritable
pass Try::Tiny
pass Devel::GlobalDestruction
pass Class::MOP
fail Moose
pass Moose
pass Test::Deep
pass Carp::Clan
pass Module::Pluggable
Expand All @@ -93,7 +93,7 @@ pass Clone
pass XML::NamespaceSupport
pass XML::SAX
pass YAML
fail MooseX::Types
pass MooseX::Types
pass Class::Singleton
pass DateTime::TimeZone
pass DateTime::Locale
Expand All @@ -103,7 +103,7 @@ pass AppConfig
pass UNIVERSAL::require
pass Template::Stash
# 100 / 100 modules tested with B-C-1.42_67 - perl-5.018001
# pass 95 / 100 (95.0%)
# fail 5 / 100 (5.0%)
# todo 3 / 5 (60.0%)
# pass 98 / 100 (98.0%)
# fail 2 / 100 (2.0%)
# todo 2 / 2 (100.0%)
# skip 0 / 100 (0.0% not installed)
20 changes: 10 additions & 10 deletions log.modules-5.018001-nt
@@ -1,7 +1,7 @@
# B::C::VERSION = 1.42_67 74d12f6 2013-12-26 | module test updates: 1.42_67 c248eeb
# B::C::VERSION = 1.42_67 0918736 2013-12-28 | C: fix 5.18 segv with SvSTASH of magic stashes even without OVERLOAD flag
# perlversion = 5.018001-nt
# path = /usr/local/bin/perl5.18.1-nt
# platform = linux 64bit non-threaded
# platform = darwin 64bit non-threaded
pass Exporter
pass Text::Tabs
pass Text::Wrap
Expand All @@ -24,8 +24,8 @@ pass File::Temp
pass ExtUtils::Install
pass Text::ParseWords
pass ExtUtils::CBuilder
fail ExtUtils::ParseXS #TODO >= 5.18
fail Module::Build #TODO >= 5.18
fail ExtUtils::ParseXS #TODO >= 5.18 #135 Eval-group not allowed at runtime
fail Module::Build
pass File::Path
pass XSLoader
pass MIME::Base64
Expand All @@ -52,7 +52,7 @@ pass Sub::Install
pass Attribute::Handlers
pass Data::OptList
pass Sub::Exporter
fail Test::NoWarnings
pass Test::NoWarnings
pass version
pass Params::Validate
pass Sub::Name
Expand All @@ -66,7 +66,7 @@ pass Class::Data::Inheritable
pass Try::Tiny
pass Devel::GlobalDestruction
pass Class::MOP
fail Moose
pass Moose
pass Test::Deep
pass Carp::Clan
pass Module::Pluggable
Expand All @@ -93,7 +93,7 @@ pass Clone
pass XML::NamespaceSupport
pass XML::SAX
pass YAML
fail MooseX::Types
pass MooseX::Types
pass Class::Singleton
pass DateTime::TimeZone
pass DateTime::Locale
Expand All @@ -103,7 +103,7 @@ pass AppConfig
pass UNIVERSAL::require
pass Template::Stash
# 100 / 100 modules tested with B-C-1.42_67 - perl-5.018001-nt
# pass 95 / 100 (95.0%)
# fail 5 / 100 (5.0%)
# todo 2 / 5 (40.0%)
# pass 98 / 100 (98.0%)
# fail 2 / 100 (2.0%)
# todo 1 / 2 (50.0%)
# skip 0 / 100 (0.0% not installed)
9 changes: 3 additions & 6 deletions t/modules.t
Expand Up @@ -288,12 +288,9 @@ sub is_todo {
ExtUtils::ParseXS
)) { return '>= 5.18 #135 Eval-group not allowed at runtime' if $_ eq $module; }}
# SvSTASH of magic stashes
#if ($] >= 5.018) { foreach(qw(
# Module::Build
# Test::NoWarnings
# Moose
# MooseX::Types
# )) { return '>= 5.18' if $_ eq $module; }}
if ($] >= 5.018) { foreach(qw(
Module::Build
)) { return '>= 5.18' if $_ eq $module; }}

# ---------------------------------------
if ($Config{useithreads}) {
Expand Down

0 comments on commit 48976a8

Please sign in to comment.