aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
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 optimiza...Alon Zakai
2012-12-08properly use identifier given to resume instruction, avoids issues with cxa_c...Alon Zakai
2012-12-07disable test_longjmp4 in optimized builds - it fails in native clang -O2 as w...Alon Zakai
2012-12-07rewrite setjmp code to identify, uniquely, each setjmp and match it to a long...Alon Zakai
2012-12-07add test_multiexception for #747Alon Zakai
2012-12-07clear setjmped when handling a longjmp, so we can proceed to longjmp later co...Alon Zakai