Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
lua/all
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'luaD_growstack' already checks that. This commit also fixes an internal bug in 'luaD_growstack': a large 'n' could cause an arithmetic overflow when computing 'needed'.
executable file
9 lines (9 sloc)
205 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make -s -j | |
| cd testes/libs; make -s | |
| cd .. # back to directory 'testes' | |
| ulimit -S -s 1100 | |
| if { ../lua -W all.lua; } then | |
| echo -e "\n\n final OK!!!!\n\n" | |
| else | |
| echo -e "\n\n >>>> BUG!!!!\n\n" | |
| fi |