Subject: | Test failures with perl-5.28.0 (File::Find complains about invalid option untaint_pat) |
Date: | Wed, 22 Aug 2018 11:03:41 -0400 |
To: | bug-Archive-Zip [...] rt.cpan.org |
From: | "Daniel J. Luke" <dluke [...] geeklair.net> |
PERL_DL_NONLAZY=1 "/Volumes/Data/opt/perlbrew/perls/perl-5.28.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_compile.t ................ ok
t/02_main.t ................... ok
t/03_ex.t ..................... 8/17 Invalid option(s): untaint_pat at /opt/perlbrew/perls/perl-5.28.0/lib/5.28.0/File/Find.pm line 735.
t/03_ex.t ..................... ok
t/04_readmember.t ............. ok
t/05_tree.t ................... Invalid option(s): untaint_pat at /opt/perlbrew/perls/perl-5.28.0/lib/5.28.0/File/Find.pm line 735.
t/05_tree.t ................... 1/6 Invalid option(s): untaint_pat at /opt/perlbrew/perls/perl-5.28.0/lib/5.28.0/File/Find.pm line 735.
Invalid option(s): untaint_pat at /opt/perlbrew/perls/perl-5.28.0/lib/5.28.0/File/Find.pm line 735.
t/05_tree.t ................... ok
t/06_update.t ................. ok
t/07_filenames_of_0.t ......... Invalid option(s): untaint_pat at /opt/perlbrew/perls/perl-5.28.0/lib/5.28.0/File/Find.pm line 735.
t/07_filenames_of_0.t ......... ok
t/08_readmember_record_sep.t .. ok
t/09_output_record_sep.t ...... ok
t/10_chmod.t .................. ok
t/11_explorer.t ............... ok
t/12_bug_47223.t .............. skipped: Only required on Win32.
t/13_bug_46303.t .............. ok
t/14_leading_separator.t ...... ok
t/15_decrypt.t ................ ok
t/16_decrypt.t ................ ok
t/17_101092.t ................. ok
t/18_bug_92205.t .............. ok
t/19_bug_101240.t ............. ok
t/20_bug_github11.t ........... ok
t/21_zip64.t .................. ok
t/22_deflated_dir.t ........... ok
t/23_closed_handle.t .......... ok
t/24_unicode_win32.t .......... Invalid option(s): untaint_pat at /opt/perlbrew/perls/perl-5.28.0/lib/5.28.0/File/Find.pm line 735.
t/24_unicode_win32.t .......... ok
t/25_traversal.t .............. 1/41
# Failed test 'Tree extraction aborted'
# at t/25_traversal.t line 54.
# got: '0'
# expected: '2'
# Failed test 'A file was not created in a symlinked directory'
# at t/25_traversal.t line 57.
# Failed test 'link-dir removed'
# at t/25_traversal.t line 60.
# Failed test 'A symlink to a directory created'
# at t/25_traversal.t line 65.
# Failed test 'Member extraction without a local name aborted'
# at t/25_traversal.t line 69.
# got: '0'
# expected: '2'
# Failed test 'A symlink to a directory removed'
# at t/25_traversal.t line 82.
# Failed test 'Tree extraction aborted'
# at t/25_traversal.t line 141.
# got: '0'
# expected: '2'
# Looks like you failed 7 tests of 41.
t/25_traversal.t .............. Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/41 subtests
(less 1 skipped subtest: 33 okay)
Test Summary Report
-------------------
t/25_traversal.t (Wstat: 1792 Tests: 41 Failed: 7)
Failed tests: 4-8, 13, 26
Non-zero exit status: 7
Files=25, Tests=345, 6 wallclock secs ( 0.12 usr 0.05 sys + 4.31 cusr 1.07 csys = 5.55 CPU)
Result: FAIL
Failed 1/25 test programs. 7/345 subtests failed.
make: *** [test_dynamic] Error 7
FAIL
Dependencies -
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.34)
Checking if you have Test::More 0.88 ... Yes (1.302133)
Checking if you have Test::MockModule 0 ... Yes (0.15)
Checking if you have IO::File 0 ... Yes (1.39)
Checking if you have File::Basename 0 ... Yes (2.85)
Checking if you have Compress::Raw::Zlib 2.017 ... Yes (2.076)
Checking if you have Time::Local 0 ... Yes (1.25)
Checking if you have File::Copy 0 ... Yes (2.33)
Checking if you have File::Temp 0 ... Yes (0.2304)
Checking if you have File::Path 0 ... Yes (2.15)
Checking if you have File::Find 0 ... Yes (1.34)
Checking if you have File::Spec 0.80 ... Yes (3.74)
Checking if you have IO::Seekable 0 ... Yes (1.39)
Checking if you have IO::Handle 0 ... Yes (1.39)
(Darwin 17.7 / Mac OS X 10.13.6 - case-sensitive apfs filesystem).
--
Daniel J. Luke