2021-12-31T13:27
2021-12-31T13:27
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Lua warning: #This is an expected warning
Lua warning: #This is another one
.......--- test output ---

	Starting Tests
random seeds: 1640957229, 366930256552
current path:
****/usr/share/lua/5.4/?.lua;/usr/share/lua/5.4/?/init.lua;/usr/lib/lua/5.4/?.lua;/usr/lib/lua/5.4/?/init.lua;./?.lua;./?/init.lua****

    ---- total memory: 44.6K, max memory: 44.6K ----

time: 2.8e-05 (+2.8e-05)

***** FILE 'main.lua'*****

***** FILE 'gc.lua'*****
testing incremental garbage collection
creating many objects
functions with errors
long strings
steps
steps (2)
clearing tables
weak tables
+
self-referenced threads
OK
    ---- total memory: 1.4M, max memory: 1.4M ----

time: 0.275601 (+0.275573)

***** FILE 'db.lua'*****
testing debug library and debug information
+
testing inspection of parameters/returned values
+
+
testing traceback sizes
testing debug functions on chunk without debug info
OK
    ---- total memory: 147.5K, max memory: 1.4M ----

time: 0.356459 (+0.080858)

***** FILE 'calls.lua'*****
testing functions and calls
+
+
testing tail calls
+
+
testing binary chunks
OK
testing strings and string library
testing 'format %a %A'
OK
testing scanner
+
+
+
+
+
OK
    ---- total memory: 269.8K, max memory: 1.4M ----

time: 0.483716 (+0.127257)

***** FILE 'tpack.lua'*****
testing pack/unpack
platform:
	short 2, int 4, long 8, size_t 8, float 4, double 8,
	lua Integer 8, lua Number 8
	little endian
	alignment: 8
testing invalid formats
testing pack/unpack of floating-point numbers
testing pack/unpack of strings
testing alignment
OK
    ---- total memory: 313.7K, max memory: 1.4M ----

time: 0.48529 (+0.001574)

***** FILE 'attrib.lua'*****
testing require
package config: /|;|?|!|-|
testing 'require' message
+
testing assignments, logical operators, and constructors
+
OK
    ---- total memory: 318.0K, max memory: 1.4M ----

time: 0.488045 (+0.002755)

***** FILE 'gengc.lua'*****
testing generational garbage collection
+
OK
    ---- total memory: 124.7K, max memory: 1.4M ----

time: 0.488711 (+0.000666)

***** FILE 'locals.lua'*****
testing local variables and environments
+
testing to-be-closed variables
testing errors in __close
to-be-closed variables in coroutines
OK
    ---- total memory: 174.0K, max memory: 1.4M ----

time: 0.658378 (+0.169667)

***** FILE 'constructs.lua'*****
testing syntax
+
testing short-circuit optimizations (1)
+
OK
    ---- total memory: 947.4K, max memory: 1.4M ----

time: 0.746207 (+0.087829)

***** FILE 'code.lua'*****
    ---- total memory: 1.1M, max memory: 1.4M ----

time: 0.747396 (+0.001189)

***** FILE 'cstack.lua'*****
testing stack overflow detection
testing stack overflow in message handling
final count: 	250036
testing recursion inside pattern matching
testing stack-overflow in recursive 'gsub'
final count: 	197
testing stack-overflow in recursive 'gsub' with metatables
final count: 	99
testing limits in coroutines inside deep calls
final count: 	196
nesting of resuming yielded coroutines
final count: 	195
OK
    ---- total memory: 13.9M, max memory: 13.9M ----

time: 0.859148 (+0.111752)

***** FILE 'nextvar.lua'*****
testing tables, next, and for
+
+
+
testing next x GC of deleted keys
+
testing floats in numeric for
OK
    ---- total memory: 133.5K, max memory: 13.9M ----

time: 0.897784 (+0.038636)

***** FILE 'pm.lua'*****
testing pattern matching
+
+
+
+
OK
    ---- total memory: 168.2K, max memory: 13.9M ----

time: 0.900252 (+0.002468)

***** FILE 'utf8.lua'*****
testing UTF-8 library
ok
    ---- total memory: 156.2K, max memory: 13.9M ----

time: 0.902586 (+0.002334)

***** FILE 'api.lua'*****
    ---- total memory: 357.2K, max memory: 13.9M ----

time: 0.90532 (+0.002734)

***** FILE 'events.lua'*****
testing metatables
+
+
OK
    ---- total memory: 136.8K, max memory: 13.9M ----

time: 0.907955 (+0.002635)

***** FILE 'vararg.lua'*****
testing vararg
+
+
+
OK
    ---- total memory: 171.5K, max memory: 13.9M ----

time: 0.908466 (+0.000511)

***** FILE 'closure.lua'*****
testing closures
+
OK
    ---- total memory: 242.1K, max memory: 13.9M ----

time: 0.913045 (+0.004579)

***** FILE 'coroutine.lua'*****
testing coroutines
to-be-closed variables in coroutines
testing 'coroutine.close'
+
testing yields inside metamethods
+
testing yields inside 'for' iterators
OK
    ---- total memory: 219.7K, max memory: 13.9M ----

time: 0.917124 (+0.004079)

***** FILE 'goto.lua'*****
OK
    ---- total memory: 140.1K, max memory: 13.9M ----

time: 0.917786 (+0.000662)

***** FILE 'errors.lua'*****
testing errors
+
testing tokens in error messages
+
OK
    ---- total memory: 215.9K, max memory: 13.9M ----

time: 0.930557 (+0.012771)

***** FILE 'math.lua'*****
testing numbers and math lib
64-bit integers, 53-bit (mantissa) floats
testing order (floats cannot represent all integers)
testing -0 and NaN
testing 'math.random'
float random range in 31800 calls: [0.000006, 0.999983]
integer random range in 44800 calls: [minint + 19ppm, maxint - 17ppm]
OK
    ---- total memory: 166.3K, max memory: 13.9M ----

time: 0.978431 (+0.047874)

***** FILE 'sort.lua'*****
testing (parts of) table library
testing unpack
testing pack
testing sort
sorting 5000 random elements in 2.99 msec.
re-sorting 5000 sorted elements in 2.23 msec.
Invert-sorting other 5000 elements in 10.67 msec., with 66129 comparisons
sorting 5000 equal elements in 5.26 msec.
OK
    ---- total memory: 259.6K, max memory: 13.9M ----

time: 1.01021 (+0.031776)

***** FILE 'bitwise.lua'*****
testing bitwise operations
+
testing bitwise library
+
+
OK
    ---- total memory: 327.1K, max memory: 13.9M ----

time: 1.01177 (+0.001565)

***** FILE 'verybig.lua'*****
testing RK
    ---- total memory: 125.3K, max memory: 13.9M ----

time: 1.01217 (+0.000397)

***** FILE 'files.lua'*****
testing i/o
+
+
+
+
+
+
testing date/time
test done on 31/12/2021, at 13:27:10
Lua 5.4
(there should be two warnings now)
64-bit integers, 64-bit floats
cleaning all!!!!
    ---- total memory: 58.5K, max memory: 13.9M ----



total time: 1.04s (wall time: 1s)

final OK !!!
>>> closing state <<<



--- ptest result ---
PASS: lua
DURATION: 1
