lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Alexander Gladysh wrote:
> Also you may be (and may be not) interested in tests mentioned in this
> post (read README in the archive):
> 
> http://lua-users.org/lists/lua-l/2006-03/msg00716.html

Yes, but one has to understand that it mixes tests for language
features and implementation characteristics. Changes to the
implementation can easily cause false alarms.

The Parrot VM has a Lua test suite, which is less complete, but
more implementation-agnostic: http://www.parrotcode.org/

--Mike