I've finally got Test::Smoke mostly working on VMS except for my local
mail configuration, thus the manual attachment here. It shows the
only failures I've seen recently:
lib/ExtUtils/t/
Installapi2....................................FAILED at test 15
lib/ExtUtils/t/
Install........................................FAILED at test 15
which started happening occasionally (but not consistently) after
Yves' recent changes to ExtUtils::Install. When I run these tests
individually they usually (though not always) fail once and then
succeed when run again. The test that fails is the same in both
scripts and looks like:
install( { 'blib/lib' => 'install-test/lib/perl',
read => 'install-test/packlist',
write => 'install-test/packlist'
},
0, 1);
ok( ! -d 'install-test/lib/perl', 'install made dir (dry run)');
So it's testing for the non-existence of a directory that should not
be there because we only did a dry run. The most likely explanation
is something is not getting cleaned up properly elsewhere so we are
finding something we shouldn't. So far I have not been able to spot
why the fairly minimal recent changes would cause that, but I'll keep
looking.
________________________________________
Craig A. Berry
mailto:craigbe...@mac.com
"... getting out of a sonnet is much more
difficult than getting in."
Brad Leithauser
Automated smoke report for 5.10.1 patch
836440f600bbb4a6dc8bb661536f81681032312a maint-5.10-1622-g836440f
ALMA: HP rx2600 (1.50GHz/6.0MB) (IA64/2 cpu)
on openvms - V8.3-1H1
using ? CC/DECC version 70390018
smoketime 3 hours 45 minutes (average 1 hour 52 minutes)
Summary: FAIL(F)
O = OK F = Failure(s), extended report at the bottom
X = Failure(s) under TEST but not under harness
? = still running or test results not (yet) available
Build failures during: - = unknown or N/A
c = Configure, m = make, M = make (after miniperl), t = make test-prep
maint-5.10-1622-g836440f Configuration (common) none
----------- ---------------------------------------------------------
F -
F - -Duseithreads
| +--------- -DDEBUGGING
+----------- no debugging
Locally applied patches:
SMOKE836440f600bbb4a6dc8bb661536f81681032312a
Failures: (common-args) none
[default]
lib/ExtUtils/t/Install........................................FAILED at
test 15
23-JUL-2009 19:32:53.37 User: SMOKE Process ID: 00025279
[default] -Duseithreads
lib/ExtUtils/t/Installapi2....................................FAILED at
test 15
lib/ExtUtils/t/Install........................................FAILED at
test 15
23-JUL-2009 21:32:34.93 User: SMOKE Process ID: 00027193
--
Report by Test::Smoke v1.39 build 1235 running on perl 5.10.0
(Reporter v0.035 / Smoker v0.044)