Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.91k stars 542 forks source link

Not OK: perl v5.7.3 +DEVEL15299 on cygwin 1.3.9(0.5132) #5265

Closed p5pRT closed 20 years ago

p5pRT commented 22 years ago

Migrated from rt.perl.org#8854 (status was 'resolved')

Searchable as RT8854$

p5pRT commented 22 years ago

From @JohnPeacock

Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- op/groups.t 2 2 100.00% 1-2 43 tests and 369 subtests skipped.

Yeah! Almost there...

This below patch seems to fix the failure on test 1\, but I don't know what test 2 is testing.

--- perl-current/t/op/groups.t.orig Thu Mar 14 15​:03​:02 2002 +++ perl-current/t/op/groups.t Mon Mar 18 15​:52​:11 2002 @​@​ -133\,7 +133\,7 @​@​

print "# gr = @​gr\n";

-if ($^O =~ /^(?​:uwin|solaris)$/) { +if ($^O =~ /^(?​:uwin|cygwin|solaris)$/) {   # Or anybody else who can have spaces in group names.   $gr1 = join(' '\, grep(!$did{$_}++\, sort split(' '\, join(' '\, @​gr)))); } else {

Perl Info ``` --- Flags: category=install severity=none --- Site configuration information for perl v5.7.3: Configured by jpeacock at Mon Mar 18 12:53:26 2002. Summary of my perl5 (revision 5.0 version 7 subversion 3 patch 15299) configuration: Platform: osname=cygwin, osvers=1.3.9(0.5132), archname=cygwin uname='cygwin_nt-5.0 jpeacock 1.3.9(0.5132) 2002-01-21 12:48 i686 unknown ' config_args='-des -Dusedevel' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=y, bincompat5005=undef Compiler: cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing', optimize='-O2', cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing' ccversion='', gccversion='2.95.3-5 (cygwin special)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4 alignbytes=8, prototype=define Linker and Libraries: ld='ld2', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /usr/lib /lib libs=-lgdbm -lcrypt -lutil perllibs=-lcrypt -lutil libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -L/usr/local/lib' Locally applied patches: DEVEL15299 --- @INC for perl v5.7.3: lib /usr/local/lib/perl5/5.7.3/cygwin /usr/local/lib/perl5/5.7.3 /usr/local/lib/perl5/site_perl/5.7.3/cygwin /usr/local/lib/perl5/site_perl/5.7.3 /usr/local/lib/perl5/site_perl/5.7.2/cygwin /usr/local/lib/perl5/site_perl/5.7.2 /usr/local/lib/perl5/site_perl/5.6.1/cygwin /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl . --- Environment for perl v5.7.3: CYGWIN=ntea ntsec error_start=d:/CygWin/bin/debug_wrapper.bat HOME=/home/jpeacock LANG (unset) LANGUAGE (unset) LD_LIBRARY_PATH (unset) LOGDIR (unset) PATH=/usr/X11R6/bin:/usr/local/bin:/usr/bin:/bin PERLDB_OPTS= PERL_BADLANG (unset) SHELL=bash ```