diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-12-14 13:49:02 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-12-14 13:49:02 -0200 |
commit | 2258f3133b27a6a3db703644311e0a59b6c7b0f6 (patch) | |
tree | 13b8e2d681e5a63ca87aa4a72c887e9bf0a6f26f /lzio.h | |
parent | 57f5b81da9f1f23380d20f164012e10c5f4fef94 (diff) | |
download | lua-2258f3133b27a6a3db703644311e0a59b6c7b0f6.tar.gz lua-2258f3133b27a6a3db703644311e0a59b6c7b0f6.tar.bz2 lua-2258f3133b27a6a3db703644311e0a59b6c7b0f6.zip |
Added file 'testes/heavy.lua'
This file is not part of the regular tests. It tests error conditions
that demand too much memory or too much time to create:
* string with too many characters
* control structure with body too large
* chunk with too many lines
* identifier with too many characters
* chunks with too many instructions
* function with too many constants
* too many strings internalized
* table with too many entries
In machines with limited memory (less than 150 GB), many tests run up
to a "not enough memory" error. We need some memory (~256 GB) to
run all tests up to their intrinsic limits.
Diffstat (limited to 'lzio.h')
0 files changed, 0 insertions, 0 deletions