aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* src/lobject.js: Refactor luaO_chunkid to use Uint8Array.setdaurnimator2017-12-15
* src/lzio.js: Don't permit DataView returned from a lua_load reader any moredaurnimator2017-12-15
* Use Uint8Array to back stringsdaurnimator2017-12-13
* Introduce defs.string_of to create string from bytesdaurnimator2017-12-13
* tests/: Don't hard-code string hashesdaurnimator2017-12-13
* tests/lmathlib.js: math.ult test was copy+paste of math.tointegerdaurnimator2017-12-11
* tests/lapi.js: Fix incorrect escapingdaurnimator2017-12-11
* tests/: Fix linter complaintsdaurnimator2017-12-10
* Use `typeof process === "undefined"` instead of WEB globaldaurnimator2017-12-10
* Export strings from lauxlib in lua string form (rather than as javascript str...daurnimator2017-12-02
* src/lapi.js: chunkname can be nulldaurnimator2017-11-20
* src/loslib.js: Check that var exists in process.env before indexingdaurnimator2017-11-12
* src/defs.js: Check for invalid continuation bytesdaurnimator2017-11-12
* src/defs.js: Refactor to_jsstringdaurnimator2017-11-12
* tests/defs.js: Also test to_jsstringdaurnimator2017-11-12
* src/defs.js: Fix conversion of non-BMP unicode codepointsdaurnimator2017-11-12
* tests/loslib.js: Use PATH instead of HOMEdaurnimator2017-09-07
* src/lapi.js, src/lauxlib.js: lua_tointeger should return 0 when conversion fa...denis2017-09-07
* Remove math.randomseed implementationdaurnimator2017-08-18
* tests/test-suite: Fix checkpanicdaurnimator2017-06-19
* tests/test-suite/ltests.js: Don't error on empty scripts (just null ones)daurnimator2017-06-19
* db.js now passesdaurnimator2017-06-19
* tests/test-suite/inprogress/db.js: Give snippet a file-based source rather th...daurnimator2017-06-19
* tpack.js now passesdaurnimator2017-06-19
* Change size_t from 8 bytes to 4 bytesdaurnimator2017-06-19
* tests/tests.js: don't shell out to luac for compilingdaurnimator2017-06-19
* tests/tests.js: throw errors if unable to load codedaurnimator2017-06-18
* src/lstrlib.js: cast to unsigned when packing unsigneddaurnimator2017-06-17
* src/lstrlib.js: a 'long' is 4 bytes in JSdaurnimator2017-06-17
* tests/test-suite/pm.js: Use luaL_loadfile instead of loadstring containing lo...daurnimator2017-06-17
* str_packsize: fixed malformed luaL_argcheckBenoit Giannangeli2017-06-16
* Merge branch 'test-suite'Benoit Giannangeli2017-06-16
|\
| * unpacknum: number can be 32bitsBenoit Giannangeli2017-06-16
| * packnum: num can be 32 bitsBenoit Giannangeli2017-06-16
| * [test-suite] tpack.js: Moved size constants in prefixBenoit Giannangeli2017-06-16
* | tests/test-suite/inprogress/db.js: Escape escapesdaurnimator2017-06-16
* | tests/test-suite/inprogress/db.js: Remove debug printdaurnimator2017-06-16
* | tests/test-suite/inprogress/db.js: Remove prefix from tests that don't need itdaurnimator2017-06-16
* | src/ldo.js: Add call debug hookdaurnimator2017-06-16
* | tests/test-suite/inprogress/db.js: Fix first testdaurnimator2017-06-16
|/
* [test-suite] pm.js passesBenoit Giannangeli2017-06-16
* Updated pm.js test count, removed utf8.js from inprogressBenoit Giannangeli2017-06-15
* tests/test-suite/inprogress/pm.js: Add missing checkerror functiondaurnimator2017-06-15
* tests/test-suite/inprogress/pm.js: un-split range testsdaurnimator2017-06-15
* [test-suite] attrib.js passesBenoit Giannangeli2017-06-02
* [test-suite] db.jsBenoit Giannangeli2017-05-31
* src/ldebug.js: Test for null result of findlocal in lua_setlocalBenoit Giannangeli2017-05-31
* [test-suite] db.jsBenoit Giannangeli2017-05-31
* [test-suite] utf8.js passesBenoit Giannangeli2017-05-29
* tests/test-suite/inprogress/utf8.js: join min/max tests togetherdaurnimator2017-05-29