-
Notifications
You must be signed in to change notification settings - Fork 578
os2 test failures with [email protected] #2165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @ysthCreated by @ysthI get the following test failures w/perl-current@6216.tgz: Failed Test Status Wstat Total Fail Failed List of Failed The lib/b test seems to need some alteration: [D:\perl-current\t].\perl lib/b.t The os2 build automatically puts some goodies in the OS2::, Cwd:: and The File::Temp errors I haven't had a chance to look at yet. lib/syslog is failing because I haven't built Socket, and shouldn't Here's a patch for b.t: Inline Patch--- t/lib/b.t#6216 Wed May 31 00:25:04 2000
+++ t/lib/b.t Mon Jul 3 11:02:50 2000
@@ -82,7 +82,8 @@
chomp($a = `$^X -I../lib -MB::Stash -Mwarnings -e1`);
$a = join ',', sort split /,/, $a;
-$a =~ s/-uWin32,//;
+$a =~ s/-uWin32,// if $^O eq 'MSWin32';
+$a =~ s/-u(Cwd|File|File::Copy|OS2),//g if $^O eq 'os2';
if ($Config{static_ext} eq ' ') {
$b = '-uCarp,-uCarp::Heavy,-uDB,-uExporter,-uExporter::Heavy,-uattributes,'
. '-umain,-uwarnings';
Though perhaps it would be better to build the expected list based on
$^O. Does Win32 always include the Win32:: package? Perl Info
|
From @timjHi, Can you try the latest version of File::Temp that is on CPAN? I don't
|
From @ysthIn article <Pine.LNX.4.10.10007031027120.3604-100000@lapaki.jach.hawaii.edu>,
Yup, no sticky bits here.
The File::Temp on CPAN is the same version (.08). [D:\perl-current\t].\perl lib/ftmp-mktemp.t [D:\perl-current\t].\perl lib/ftmp-posix.t [D:\perl-current\t].\perl lib/ftmp-security.t |
Migrated from rt.perl.org#3459 (status was 'resolved')
Searchable as RT3459$
The text was updated successfully, but these errors were encountered: