lua/testes
Roberto I 0f781f836a Bug: Issues with write barrier for __newindex
In 'luaV_finishset', there is an update on a table that is a field on
another table. If the first table is the same as the one with the field
(e.g., after 't.__newindex = t'), the update can change the value on
that field (if the field being updated is '__newindex' itself). After
that, the barrier is called with the table stored in that field, which
is not the correct table anymore.
2026-07-13 15:55:36 -03:00
..
libs Detail in make file for testes/libs 2022-12-23 11:28:11 -03:00
all.lua New release number, updated copyright year 2025-05-21 13:52:56 -03:00
api.lua Bug: Missing error status in panic function 2025-01-16 16:25:11 -03:00
attrib.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
big.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
bitwise.lua Negation in constant folding of '>>' may overflow 2022-09-23 11:08:10 -03:00
bwcoercion.lua Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
calls.lua Removed test for "corrupted binary dump" 2023-09-08 16:19:21 -03:00
closure.lua Bug: wrong code gen. for indices with comparisons 2024-08-17 12:37:04 -03:00
code.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
constructs.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
coroutine.lua Bug: message handler can be overwritten 2025-03-17 16:14:17 -03:00
cstack.lua Bug: stack overflow with nesting of coroutine.close 2022-10-25 16:44:06 -03:00
db.lua Bug: Active-lines for stripped vararg functions 2024-05-13 13:10:35 -03:00
errors.lua Bug: Bad error message with fields of string _ENV 2025-05-15 15:14:56 -03:00
events.lua Bug: Issues with write barrier for __newindex 2026-07-13 15:55:36 -03:00
files.lua More control over encoding of test files 2023-08-17 10:42:56 -03:00
gc.lua Bug: new metatable in weak table can fool the GC 2025-06-16 16:33:02 -03:00
gengc.lua TOUCHED2 objects are not always black 2020-08-13 14:31:27 -03:00
goto.lua Change in the syntax of attributes 2019-07-30 12:18:19 -03:00
heavy.lua Added file 'testes/heavy.lua' 2018-12-14 13:49:02 -02:00
literals.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
locals.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
main.lua Bug: error with option '--' without a script 2025-08-27 14:55:35 -03:00
math.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
nextvar.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
packtests File 'tracegc.lua' added to 'packtests' 2021-03-10 10:35:57 -03:00
pm.lua Towards release 5.4.7 2024-04-26 14:55:18 -03:00
sort.lua More control over encoding of test files 2023-08-17 10:42:56 -03:00
strings.lua More control over encoding of test files 2023-08-17 10:42:56 -03:00
tpack.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
tracegc.lua New test module 'tracegc' 2021-03-01 13:54:29 -03:00
utf8.lua More control over encoding of test files 2023-08-17 10:42:56 -03:00
vararg.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
verybig.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00