Skip Menu |

This queue is for tickets about the Data-Lua CPAN distribution.

Report information
The Basics
Id: 129206
Status: new
Priority: 0/
Queue: Data-Lua

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

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



Subject: Test suite fails on freebsd systems
I see the following test failures on various freebsd systems (versions 9, 10, 12): ... error: [string "_INLINED_LUA"]:18: attempt to call global 'setfenv' (a nil value) # Looks like you planned 8 tests but ran 2. # Looks like your test exited with 255 just after 2. t/parse-file.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 6/8 subtests error: [string "_INLINED_LUA"]:18: attempt to call global 'setfenv' (a nil value) # Looks like you planned 7 tests but ran 2. # Looks like your test exited with 255 just after 2. t/parse.t ........... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 5/7 subtests ...