Skip Menu |

This queue is for tickets about the Glib-Object-Introspection CPAN distribution.

Report information
The Basics
Id: 127205
Status: resolved
Priority: 0/
Queue: Glib-Object-Introspection

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

Bug Information
Severity: (no value)
Broken in: 0.045
Fixed in: (no value)



Subject: Can't locate object method "emit_sig_with_array_len_prop
On some operating systems the t/array.t test fails: ... Can't locate object method "emit_sig_with_array_len_prop" via package "Regress::TestObj" at t/arrays.t line 180. # Looks like your test exited with 255 just after 68. t/arrays.t .................... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/72 subtests ... I see this problem on freebsd 10, Ubuntu 16.04 and debian/wheezy. It does not happen on debian/jessie, debian/stretch and Ubuntu 18.04.
On Wed Sep 26 01:58:47 2018, SREZIC wrote: Show quoted text
> On some operating systems the t/array.t test fails: > > ... > Can't locate object method "emit_sig_with_array_len_prop" via package > "Regress::TestObj" at t/arrays.t line 180. > # Looks like your test exited with 255 just after 68. > t/arrays.t .................... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 4/72 subtests > ...
Glib::Object::Introspection 0.046 contains a change intended to fix this. Do you still see the problem with this version?
Looks like the added version check in t/arrays.t was incorrect. I just fixed it in commit ee92d6d.