We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc538b0 commit 0f62eabCopy full SHA for 0f62eab
share/64bit-5.40.1.1.pp
@@ -613,11 +613,12 @@
613
modules => [
614
{ module => 'PDL',
615
#makefilepl_param => 'PDLCONF=<dist_sharedir>\pdl\perldl2.conf',
616
- ignore_testfailure => 1, # fails inline tests - t/inlinepdlpp.t - should set harness to skip that test file
617
env => {
618
PLPLOT_LIB => '<image_dir>\c\share\plplot',
619
PLPLOT_DRV_DIR => '<image_dir>\c\share\plplot',
620
# MAKEFLAGS => '', # there were previously issues with parallel builds
+ HARNESS_SUBCLASS => 'TAP::Harness::Restricted',
621
+ HARNESS_SKIP => 't/inlinepdlpp.t', # paths too long
622
},
623
624
qw/ PDL::IO::CSV PDL::DateTime PDL::Stats /, # PDL::IO::Image
0 commit comments