|
81 | 81 | perl_debug => 0, # can be overridden by --perl_debug=N option |
82 | 82 | perl_64bitint => 1, # ignored on 64bit, can be overridden by --perl_64bitint | --noperl_64bitint option |
83 | 83 | #optimize_core => '-Os -falign-functions -falign-jumps -falign-labels -falign-loops -freorder-blocks -freorder-blocks-algorithm=stc -freorder-blocks-and-partition', |
84 | | - optimize_core => '-Os', |
| 84 | + #optimize_core => '-Os', |
85 | 85 | # build CPAN modules using these OPTIMIZE flags |
86 | | - optimize_cpan => '-O2', |
| 86 | + #optimize_cpan => '-O2', |
87 | 87 | # buildoptextra => '-D__USE_MINGW_ANSI_STDIO', # not needed since 5.33.3 |
88 | 88 | patch => { #DST paths are relative to the perl src root |
89 | 89 | '<dist_sharedir>/msi/files/perlexe.ico' => 'win32/perlexe.ico', |
|
126 | 126 | #{ do=>'ignore_testfailure', distribution=>qr/^IPC-Cmd-/ }, |
127 | 127 | { do=>'ignore_testfailure', distribution=>qr/^Net-Ping-/ }, # 2.72 fails |
128 | 128 | { do=>'skip', distribution=>qr/^Storable-/ }, # 3.25 fails |
| 129 | + { do=>'ignore_testfailure', distribution=>qr/^Archive-Tar/ }, # fails symlink tests |
129 | 130 | ] |
130 | 131 | }, |
131 | 132 | ### NEXT STEP ########################### |
|
199 | 200 | { module=>'Win32::API', ignore_testfailure=>1 }, #XXX-TODO: https://rt.cpan.org/Public/Bug/Display.html?id=107450 |
200 | 201 | 'Win32::Exe', |
201 | 202 | { module=>'<package_url>/kmx/perl-modules-patched/Win32-Pipe-0.025_patched.tar.gz' }, #XXX-FIXME |
202 | | - qw/ Win32-Daemon Win32-EventLog Win32-Process Win32-WinError Win32-File-Object Win32-UTCFileTime /, |
| 203 | + qw/ Win32-Daemon Win32-EventLog Win32-Process Win32-WinError Win32-UTCFileTime /, |
| 204 | + { module => 'Win32-File-Object', env=>{ 'HARNESS_SUBCLASS'=>'TAP::Harness::Restricted', 'HARNESS_SKIP'=>'t/05_links.t' } }, |
203 | 205 | qw/ Win32-ShellQuote Win32::Console Win32::Job Win32::ServiceManager Win32::Service /, |
204 | 206 | { module => 'Win32-Clipboard', ignore_testfailure=>1 }, # inconsistent failures of tests 7 & 9 |
205 | 207 | { |
|
0 commit comments