index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
Start moving test suite from tape => jest
daurnimator
2018-04-14
*
tests/lmathlib.js: Skip failing test in node <= 6
daurnimator
2018-04-02
*
tests/load.js: assert loadfile result for correct error messages
daurnimator
2018-04-02
*
Merge branch 'accept-jsstrings'
daurnimator
2018-03-30
|
\
|
*
src/: Pass js strings to auxlib functions such as luaL_argcheck
daurnimator
2017-12-29
*
|
Rename cpath to jspath
daurnimator
2018-02-17
*
|
tests/test-suite/ltests.js: Push copy of TValue to stack, not original
daurnimator
2018-02-05
*
|
{src/lauxlib.js,tests/test-suite/ltests.js}: Use luastring_eq instead of .join()
daurnimator
2018-02-04
*
|
tests/test-suite/math.js: Add missing math.randomseed call to tests
daurnimator
2018-02-04
*
|
src/lapi.js: Don't export index2addr
daurnimator
2018-01-18
*
|
Move fengari specific things to src/fengaricore.js
daurnimator
2018-01-11
*
|
Introduce luastring_indexOf as Uint8Array.indexOf doesn't exist everywhere
daurnimator
2018-01-07
*
|
tests/test-suite/utf8.js: Throw syntax errors if they occur + fix whitespace
daurnimator
2018-01-06
*
|
tests/test-suite/api.js: Split a skipped test
daurnimator
2018-01-06
*
|
Expose lua.luastring_of to construct a lua 'string' from raw byte values
daurnimator
2018-01-06
|
/
*
src/lobject.js: Refactor luaO_chunkid to use Uint8Array.set
daurnimator
2017-12-15
*
src/lzio.js: Don't permit DataView returned from a lua_load reader any more
daurnimator
2017-12-15
*
Use Uint8Array to back strings
daurnimator
2017-12-13
*
Introduce defs.string_of to create string from bytes
daurnimator
2017-12-13
*
tests/: Don't hard-code string hashes
daurnimator
2017-12-13
*
tests/lmathlib.js: math.ult test was copy+paste of math.tointeger
daurnimator
2017-12-11
*
tests/lapi.js: Fix incorrect escaping
daurnimator
2017-12-11
*
tests/: Fix linter complaints
daurnimator
2017-12-10
*
Use `typeof process === "undefined"` instead of WEB global
daurnimator
2017-12-10
*
Export strings from lauxlib in lua string form (rather than as javascript str...
daurnimator
2017-12-02
*
src/lapi.js: chunkname can be null
daurnimator
2017-11-20
*
src/loslib.js: Check that var exists in process.env before indexing
daurnimator
2017-11-12
*
src/defs.js: Check for invalid continuation bytes
daurnimator
2017-11-12
*
src/defs.js: Refactor to_jsstring
daurnimator
2017-11-12
*
tests/defs.js: Also test to_jsstring
daurnimator
2017-11-12
*
src/defs.js: Fix conversion of non-BMP unicode codepoints
daurnimator
2017-11-12
*
tests/loslib.js: Use PATH instead of HOME
daurnimator
2017-09-07
*
src/lapi.js, src/lauxlib.js: lua_tointeger should return 0 when conversion fa...
denis
2017-09-07
*
Remove math.randomseed implementation
daurnimator
2017-08-18
*
tests/test-suite: Fix checkpanic
daurnimator
2017-06-19
*
tests/test-suite/ltests.js: Don't error on empty scripts (just null ones)
daurnimator
2017-06-19
*
db.js now passes
daurnimator
2017-06-19
*
tests/test-suite/inprogress/db.js: Give snippet a file-based source rather th...
daurnimator
2017-06-19
*
tpack.js now passes
daurnimator
2017-06-19
*
Change size_t from 8 bytes to 4 bytes
daurnimator
2017-06-19
*
tests/tests.js: don't shell out to luac for compiling
daurnimator
2017-06-19
*
tests/tests.js: throw errors if unable to load code
daurnimator
2017-06-18
*
src/lstrlib.js: cast to unsigned when packing unsigned
daurnimator
2017-06-17
*
src/lstrlib.js: a 'long' is 4 bytes in JS
daurnimator
2017-06-17
*
tests/test-suite/pm.js: Use luaL_loadfile instead of loadstring containing lo...
daurnimator
2017-06-17
*
str_packsize: fixed malformed luaL_argcheck
Benoit Giannangeli
2017-06-16
*
Merge branch 'test-suite'
Benoit Giannangeli
2017-06-16
|
\
|
*
unpacknum: number can be 32bits
Benoit Giannangeli
2017-06-16
|
*
packnum: num can be 32 bits
Benoit Giannangeli
2017-06-16
|
*
[test-suite] tpack.js: Moved size constants in prefix
Benoit Giannangeli
2017-06-16
[next]