aboutsummaryrefslogtreecommitdiff
path: root/testes/all.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed extra information from RCS keyword strings in testsRoberto Ierusalimschy2018-10-221-0/+0
| | | | | Version numbers and dates (mostly wrong) from RCS keyword strings removed from all test files; only the file name are kept.
* Added directory to test file names in '$Id:'Roberto Ierusalimschy2018-07-251-1/+1
| | | | | | | From the point of view of 'git', all names are relative to the root directory of the project. So, file names in '$Id:' also should be relative to that directory: the proper name for test file 'all.lua' is 'testes/all.lua'.
* Fixed bug in generational collection of userdataRoberto Ierusalimschy2018-07-131-2/+2
| | | | | | | | | During generational collection, a userdatum must become gray and go to a gray list after being traversed (like tables), so that 'correctgraylist' can handle it to its next stage. This commit also added minimum tests for the generational collector, including one that would detect this bug.
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-091-0/+294