aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-01-07reset the stack top when CATCH_EXIT_CODEAlon Zakai
2013-01-07disable EXCEPTION_DEBUG by defaultAlon Zakai
2013-01-06do not call run if dependencies are resolved but we were not supposed to call...Alon Zakai
2013-01-05fix networking for both stream and dgramAlon Zakai
2013-01-04SOCKET_FORCED_MESSAGING optionAlon Zakai
2013-01-02select()Alon Zakai
2013-01-02mkstempAlon Zakai
2013-01-01deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS ins...Alon Zakai
2013-01-01remove unneeded KEEPALIVE in test_ccallAlon Zakai
2012-12-31update jcache test - without named globals, we generate smaller code and fewe...Alon Zakai
2012-12-31fix test runner ALLAlon Zakai
2012-12-31fix test_stringsAlon Zakai
2012-12-31fix test_runtimelink_multiAlon Zakai
2012-12-31fix test_ccallAlon Zakai
2012-12-31disable non-optimized asm test suiteAlon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-31make browser fs api test robustAlon Zakai
2012-12-31some debugging for browser fs api testAlon Zakai
2012-12-31improve parsing of globals and typesAlon Zakai
2012-12-30emscripten_async_wget_dataAlon Zakai
2012-12-30fix mmap; fixes #769Alon Zakai
2012-12-30use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768Alon Zakai
2012-12-29force mmap to return page-aligned addresses, and check for valid input in munmapAlon Zakai
2012-12-25add x86-64 workaround to nativizerAlon Zakai
2012-12-24testAlon Zakai
2012-12-24fix ctlz and add testAlon Zakai
2012-12-21merge incomingAlon Zakai
2012-12-21add slack to crunch reftestsAlon Zakai
2012-12-21update crunch reference image to latest crunch svnAlon Zakai
2012-12-21fix test_utfAlon Zakai
2012-12-21fix test_emcc_cachingAlon Zakai
2012-12-21make -fno-math-errno the defaultAlon Zakai
2012-12-21update test_stringsAlon Zakai
2012-12-21update test_jcacheAlon Zakai
2012-12-21update test_emccAlon Zakai
2012-12-21improve and fix test_relooperAlon Zakai
2012-12-21update test_emcc_caching to improve llvm 3.2 sizesAlon Zakai
2012-12-20timebAlon Zakai
2012-12-19fix python typoAlon Zakai
2012-12-19re-kill test_remove_duplicatesAlon Zakai
2012-12-19Removed a debug print message.Alan Kligman
2012-12-19Added missing changes to tests/runner.py.Alan Kligman
2012-12-19Updated some python invocations that I missed the first time through.Alan Kligman
2012-12-19Updated scripts to call python2 directly rather than relying on python symlin...Alan Kligman
2012-12-19remove --remove-duplicatesAlon Zakai
2012-12-19tolerate people issuing link commands with duplicates in themAlon Zakai
2012-12-14fix browser.test_runtimelinkAlon Zakai
2012-12-14run test_mmap only in spidermonkey, node fails in 64-bitAlon Zakai
2012-12-14run test_dlmalloc only in spidermonkey, node fails in 64-bitAlon Zakai
2012-12-14must have named globals in shared libsAlon Zakai