Skip to content

op/glob.t failing on macos monterey for 5.38.0-RC1 #21156

Closed
@dur-randir

Description

@dur-randir

Description
op/glob.t fails with the following

./perl harness -v op/glob.t
op/glob.t ..
1..18
not ok 1 - leftover op/* files
ok 2 - sane input record separator
# Failed test 1 - leftover op/* files at op/glob.t line 25
# op/hook
ok 3 - glob amid garbage []
ok 4 - input record separator still sane
ok 5 - glob operator 1
ok 6 - glob operator 2
ok 7 - eval'ed a glob 1
ok 8 - eval'ed a glob 2
ok 9 - remove File::Glob stash
ok 10 - remove File::Glob stash *and* CORE::GLOBAL::glob
ok 11 - undefined *CORE::GLOBAL::glob{CODE} at run time
ok 12 - undefined *CORE::GLOBAL::glob{CODE} at compile time
ok 13 - define versus truth
ok 14 - test definedness with LOGOP
ok 15 - glob globbed something
ok 16 - ~ works
ok 17 - CORE::glob bypasses overrides
ok 18 - Make sure the presence of the CORE::GLOBAL::glob typeglob does not affect whether File::Glob::csh_glob is called.
Failed 1/18 subtests

Test Summary Report
-------------------
op/glob.t (Wstat: 0 Tests: 18 Failed: 1)
  Failed test:  1
Files=1, Tests=18,  0 wallclock secs ( 0.00 usr  0.00 sys +  0.06 cusr  0.06 csys =  0.12 CPU)
Result: FAIL
Finished test run at Fri Jun 16 11:31:27 2023.

Steps to Reproduce

Run test suite for perl-5.38.0-RC1 on macos monterey 12.6.5.

Expected behavior

Passing test suite.

Perl configuration

Summary of my perl5 (revision 5 version 38 subversion 0) configuration:

  Platform:
    osname=darwin
    osvers=21.6.0
    archname=darwin-thread-multi-2level
    uname='darwin orthanc.lan 21.6.0 darwin kernel version 21.6.0: thu mar 9 20:12:21 pst 2023; root:xnu-8020.240.18.700.8~1release_arm64_t6000 x86_64 '
    config_args='-de -DDEBUGGING -Dusethreads'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=12.6 -DNO_POSIX_2008_LOCALE -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include'
    optimize='-O3 -g'
    cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=12.6 -DNO_POSIX_2008_LOCALE -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include'
    ccversion=''
    gccversion='Apple LLVM 14.0.0 (clang-1400.0.29.202)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -mmacosx-version-min=12.6 -fstack-protector-strong -L/usr/local/lib -L/opt/local/lib'
    libpth=/usr/local/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /opt/local/lib /usr/lib
    libs=-lgdbm
    perllibs=
    libc=
    so=dylib
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=bundle
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags=' -mmacosx-version-min=12.6 -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl):
  Compile-time options:
    DEBUGGING
    HAS_LONG_DOUBLE
    HAS_STRTOLD
    HAS_TIMES
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_HASH_FUNC_SIPHASH13
    PERL_HASH_USE_SBOX32
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_TRACK_MEMPOOL
    PERL_USE_SAFE_PUTENV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
  Locally applied patches:
    RC1
  Built under darwin
  Compiled at Jun 16 2023 09:47:13
  %ENV:
    PERLBREW_HOME="/Users/dur-randir/.perlbrew"
    PERLBREW_MANPATH="/Users/dur-randir/perlbrew/perls/perl-5.36.0-poison/man"
    PERLBREW_PATH="/Users/dur-randir/perlbrew/bin:/Users/dur-randir/perlbrew/perls/perl-5.36.0-poison/bin"
    PERLBREW_PERL="perl-5.36.0-poison"
    PERLBREW_ROOT="/Users/dur-randir/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.96"
    PERLBREW_VERSION="0.96"
  @INC:
    lib
    /usr/local/lib/perl5/site_perl/5.38.0/darwin-thread-multi-2level
    /usr/local/lib/perl5/site_perl/5.38.0
    /usr/local/lib/perl5/5.38.0/darwin-thread-multi-2level
    /usr/local/lib/perl5/5.38.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions