aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-01-01deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS ↵Alon Zakai
instead
2013-01-01remove unneeded KEEPALIVE in test_ccallAlon Zakai
2012-12-31update jcache test - without named globals, we generate smaller code and ↵Alon Zakai
fewer chunks
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
Conflicts: src/library_browser.js
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 ↵Alan Kligman
symlink pointing to the right place. See PEP394 for details on why this should be OK.
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
2012-12-13update test_cases/gepoverflowAlon Zakai
2012-12-13default to NAMED_GLOBALSAlon Zakai
2012-12-12disable test_check_overflow in asmAlon Zakai
2012-12-10simplify varargs to always have an explicit last parameter called varrpAlon Zakai
2012-12-09disable new longjmp tests in asmAlon Zakai
2012-12-09merge incomingAlon Zakai
2012-12-08fix testcase for longjmp4 to avoid undefined behavior, enable in all ↵Alon Zakai
optimization modes; closes #747