Skip Menu |

This queue is for tickets about the SPVM CPAN distribution.

Report information
The Basics
Id: 122817
Status: resolved
Priority: 0/
Queue: SPVM

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.0245
  • 0.0246
  • 0.0247
  • 0.0248
Fixed in: (no value)



Subject: Fails on freebsd 10 (0.0245)
On my FreeBSD 10.3 smoker I see the following test failure: ... Invalid type byte[] is set to object array byte[][](SPVM::Array::Object::set()) at t/spvm.t line 284. # Looks like your test exited with 255 just after 90. t/spvm.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) All 90 subtests passed ...
On 2017-08-16 06:04:19, SREZIC wrote: Show quoted text
> On my FreeBSD 10.3 smoker I see the following test failure: > > ... > Invalid type byte[] is set to object array > byte[][](SPVM::Array::Object::set()) at t/spvm.t line 284. > # Looks like your test exited with 255 just after 90. > t/spvm.t ........ > Dubious, test returned 255 (wstat 65280, 0xff00) > All 90 subtests passed > ...
Looking closer at the generated test reports I found a couple of pass reports from this system. However, I don't see a systematic reason for the passes/fails (e.g. perl version or prereq module).
On 2017-08-16 06:08:06, SREZIC wrote: Show quoted text
> On 2017-08-16 06:04:19, SREZIC wrote:
> > On my FreeBSD 10.3 smoker I see the following test failure: > > > > ... > > Invalid type byte[] is set to object array > > byte[][](SPVM::Array::Object::set()) at t/spvm.t line 284. > > # Looks like your test exited with 255 just after 90. > > t/spvm.t ........ > > Dubious, test returned 255 (wstat 65280, 0xff00) > > All 90 subtests passed > > ...
> > > Looking closer at the generated test reports I found a couple of pass > reports from this system. However, I don't see a systematic reason for > the passes/fails (e.g. perl version or prereq module).
In the meanwhile, everything looks fine on freebsd 10 systems. Closing.