Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-18 | generate valid code for segfaulting loads, not assignless aborts | Alon Zakai | |
2013-09-18 | Add a test and myself to AUTHORS. | ngld | |
2013-09-16 | Merge pull request #1618 from sbalko/incoming | Alon Zakai | |
Incoming | |||
2013-09-13 | Skip test_math unless using ta2 | Bruce Mitchener | |
isfinite and friends require ta2 with musl headers. | |||
2013-09-13 | Enable %[] pattern in scanf | Soeren Balko | |
2013-09-11 | we only allow 1 exported variable from inline js; #1613 | Alon Zakai | |
2013-09-11 | Merge pull request #1613 from juj/inline_asm_testcase | Alon Zakai | |
inline_asm_testcase | |||
2013-09-11 | test FORCE_ALIGNED_MEMORY in bullet only in configure mode, not cmake | Alon Zakai | |
2013-09-11 | build both configure and cmake versions of bullet, so the cache does not mix ↵ | Alon Zakai | |
them up; #1610 | |||
2013-09-11 | Merge pull request #1610 from juj/fix_bullet | Alon Zakai | |
Fix bullet | |||
2013-09-11 | Skip asm2x86.test_utf32 since test_utf32 uses inline asm. | Jukka Jylänki | |
2013-09-11 | Add new unit test for inline asm syntax passing through input variables to ↵ | Jukka Jylänki | |
output variables. | |||
2013-09-11 | Fix test_the_bullet on Windows. Closes #696. Related to #681. On Windows, ↵ | Jukka Jylänki | |
use cmake to configure bullet build instead of ./configure. On Linux and OSX, run both configure and cmake-based tests. | |||
2013-09-10 | handle flexible arrays at the end of structs, whose elements are themselves ↵ | Alon Zakai | |
structs; fixes #1602 | |||
2013-09-10 | Add support for marshalling UTF-16 strings to/from JS. Allows passing ↵ | Jukka Jylänki | |
wchar_t strings to JS when building with -fshort-wchar. Closes #1565. | |||
2013-09-10 | Skip test_utf32 when on s_0_x since they don't link in libc, and the code ↵ | Jukka Jylänki | |
relies on wcslen(). | |||
2013-09-10 | Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on ↵ | Jukka Jylänki | |
Unix) strings to and from JS, and add a test. | |||
2013-09-06 | handle inline assembly more carefully, avoid it being seen by asm ↵ | Alon Zakai | |
optimizations entirely, and mark it as unsupported in non-le32 | |||
2013-09-06 | fix inline js in x86 target, enable testing sans validation for inline js in ↵ | Alon Zakai | |
asm.js, fix unistd tests that use inline js to not validate, and make js optimizer more tolerant of inline js in asm code; fixes #1597 | |||
2013-09-05 | Merge pull request #1581 from inolen/rwfile | Alon Zakai | |
added read/writeFile helpers, updated tests to use new FS APIs | |||
2013-09-04 | longjmp test across asm modules | Alon Zakai | |
2013-09-04 | dlopen+exceptions+asm is not supported yet | Alon Zakai | |
2013-09-04 | do not fail in test_dlfcn_qsort of js engine cannot do asm validation; fixes ↵ | Alon Zakai | |
#1591 | |||
2013-09-03 | updated unistd and fs_base tests to use new FS APIs | Anthony Pesch | |
2013-09-03 | do not eliminate supposedly stub functions in side modules, as they may be ↵ | Alon Zakai | |
imported from the parent | |||
2013-09-03 | wip test_dlfcn_mallocs | Alon Zakai | |
2013-09-03 | add test_dlfcn_funcs | Alon Zakai | |
2013-09-03 | do not require LINKABLE in DLOPEN_SUPPORT | Alon Zakai | |
2013-09-03 | rename test | Alon Zakai | |
2013-09-03 | clean up dlfcn tests | Alon Zakai | |
2013-09-03 | fix test_dlfcn_unique_sig in non-asm | Alon Zakai | |
2013-09-03 | fix non-asm dlfcn setup code | Alon Zakai | |
2013-09-03 | added test_dlfcn_stack_forward | Anthony Pesch | |
2013-09-03 | added dlopen test to test function pointers with signatures not found in the ↵ | Anthony Pesch | |
main module | |||
2013-09-03 | fix asm validation of side modules | Alon Zakai | |
2013-09-03 | fix test_dlfcn_self | Alon Zakai | |
2013-09-03 | update test_dlfcn_varargs | Alon Zakai | |
2013-09-03 | update test_dlfcn_varargs | Alon Zakai | |
2013-09-03 | update test_dlfcn_alias | Alon Zakai | |
2013-09-03 | update test_dlfcn_data_and_fptr | Alon Zakai | |
2013-09-03 | support function pointer calls across asm modules by passing them all ↵ | Alon Zakai | |
through invoke (for now), and have a global function table in the Runtime, which modules register their functions to | |||
2013-09-03 | refactor test_dlfcn_qsort | Alon Zakai | |
2013-09-03 | refactor dlfcn test code | Alon Zakai | |
2013-09-03 | track maximum function index when using dlopen support | Alon Zakai | |
2013-09-03 | disable memory init file in test_dlfcn_basic | Alon Zakai | |
2013-09-03 | enable test_dlfcn_basic for asm modules | Alon Zakai | |
2013-08-30 | fix test_emscripten_get_now | Alon Zakai | |
2013-08-30 | Merge pull request #1557 from inolen/sockfs | Alon Zakai | |
getaddrinfo, freeaddrinfo, getnameinfo support and sockfs | |||
2013-08-29 | Merge pull request #1311 from juj/emscripten_get_now | Alon Zakai | |
emscripten_get_now enabled for SpiderMonkey, optimization and test. | |||
2013-08-29 | - added tests for tcgetattr / tcsetattr | Anthony Pesch | |
- made test_stdin async to work in the node environment - clearerr should reset both eof and error indicators - fgetc was incorrectly setting the eof indicator. in cases where fread had errored with EAGAIN it was setting eof. I removed the set entirely, as there is no need for fgetc to even worry about it, fread will set the correct value in any case |