lua/testes
Roberto Ierusalimschy 921832be8d New function 'resetCI'
New function 'resetCI' resets the CallInfo list of a thread, ensuring
a proper state when creating a new thread, closing a thread, or
closing a state, so that we can run code after that. (When closing a
thread, we need to run its __close metamethods; when closing a
state, we need to run its __close metamethods and its finalizers.)
2025-03-17 14:32:08 -03:00
..
libs Fixed conversion warnings from clang 2025-01-14 16:24:46 -03:00
all.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
api.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
attrib.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
big.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
bitwise.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
bwcoercion.lua
calls.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
closure.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
code.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
constructs.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
coroutine.lua New function 'resetCI' 2025-03-17 14:32:08 -03:00
cstack.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
db.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
errors.lua Wrong error message when using "_ENV" fields 2025-03-14 15:16:09 -03:00
events.lua Use after free in 'luaV_finishset' 2025-03-13 15:30:52 -03:00
files.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
gc.lua Missing GC barrier in 'luaV_finishset' 2025-03-14 12:37:19 -03:00
gengc.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
goto.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
heavy.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
literals.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
locals.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
main.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
math.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
memerr.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
nextvar.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
packtests New test file 'memerr.lua' 2025-03-12 13:52:35 -03:00
pm.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
sort.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
strings.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
tpack.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
tracegc.lua New test module 'tracegc' 2021-03-01 13:54:29 -03:00
utf8.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
vararg.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00
verybig.lua Removed copyright notice from 'testes/all.lua' 2025-03-12 14:00:58 -03:00