[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.3.0 tests
- From: Enrico Colombini <erix@...>
- Date: Sat, 22 Mar 2014 17:43:57 +0100
For completeness, the remaining errors of the 'pure lua' tests under my
Windows:
-------------------------------------
>Lua53w2.exe files.lua
'os.tmpname' file cannot be open; skipping file tests
+
..\..\Lua53w2\bin\Debug\Lua53w2.exe: files.lua:590: bad argument #1 to
'date' (i
nvalid conversion specifier '%Ex')
stack traceback:
[C]: in function 'date'
files.lua:590: in main chunk
[C]: in ?
[I guess date specifiers are incompatible]
-------------------------------------
>Lua53w2.exe attrib.lua
testing require
package config: \|;|?|!|-|
+
..\..\Lua53w2\bin\Debug\Lua53w2.exe: attrib.lua:103: assertion failed!
stack traceback:
[C]: in function 'assert'
attrib.lua:103: in main chunk
[C]: in ?
-------------------------------------
>Lua53w2.exe big.lua
testing large tables
..\..\Lua53w2\bin\Debug\Lua53w2.exe: attempt to yield from outside a
coroutine
stack traceback:
[C]: in function 'yield'
big.lua:53: in main chunk
[C]: in ?
-------------------------------------
(no unexpected errors under CentOS 6)
--
Enrico