aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
AgeCommit message (Collapse)Author
2013-08-29emscripten_get_now enabled for SpiderMonkey, optimization and test for shell ↵Jukka Jylänki
and browser.
2013-08-29 - minor refactoring to new address translation functions to support better ↵Anthony Pesch
"raw" functionality - moved test_inet* tests into sockets test suite
2013-08-28Merge pull request #1567 from rharkeadsk/fix-device-permissionsAlon Zakai
Fix permissions set by FS.createDevice
2013-08-28fix tests that check for code not changing, given the recent sorting of ↵Alon Zakai
functions
2013-08-28Update remaining tests to use registerDevice/mkdevRanger Harke
2013-08-26Merge pull request #1525 from yukoba/pthread-specificAlon Zakai
Bug fixes of pthread specific
2013-08-25simplify test_dlfcn_basicAlon Zakai
2013-08-24test for closure+mem init file in a more focused mannerAlon Zakai
2013-08-24emit memory init files when closure is run, fixes #1547Alon Zakai
2013-08-23add inlining test in freetypeAlon Zakai
2013-08-23EM_ASM option for nicer inline assemblyAlon Zakai
2013-08-22disable test_bigswitch in most modes, needs bigger stack sizeAlon Zakai
2013-08-21enable test_bigswitch everywhere; closes #781Alon Zakai
2013-08-20Add test for fixAidan Hobson Sayers
2013-08-19round doubles to i64s more carefully, especially small negatives; fixes #1539Alon Zakai
2013-08-19Merge pull request #1528 from inolen/shared_lib_fixesAlon Zakai
re-enabled non-asm.js shared lib support
2013-08-19re-enabled non-asm.js shared lib supportAnthony Pesch
2013-08-17Fix source map generation on Windows. Fixes #1333.Jukka Jylänki
2013-08-16Bug fixes of the pthread specific and a test added.Yu Kobayashi
2013-08-11initial work on splitting up runner.pyAnthony Pesch