aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2013-01-16imul in benchmarks, commented outAlon Zakai
2013-01-16fix test_utfAlon Zakai
2013-01-14show error on asm link failures tooAlon Zakai
2013-01-14only show asm warnings in asmAlon Zakai
2013-01-14fix test runner asm outputAlon Zakai
2013-01-14tweak asm parse messageAlon Zakai
2013-01-14print asm parsing to stderrAlon Zakai
2013-01-14log out whether code parsed as asm.jsAlon Zakai
2013-01-14clear message when exception catching is disabled and an exception is thrownAlon Zakai
2013-01-13disable bigswitch test until relooper can support itAlon Zakai
2013-01-13add testcase with big switch for #781Alon Zakai
2013-01-12refactor use of asm in js optimizerAlon Zakai
2013-01-11fix test_emcc_cachingAlon Zakai
2013-01-11stabilize test_firstrunAlon Zakai
2013-01-11fix test_safe_heapAlon Zakai
2013-01-10export memcpy in asm mode so non-asm library functions can use itAlon Zakai
2013-01-10disable memcpy-using tests in s_x_x, it requires emcc nowAlon Zakai
2013-01-10call library aliases directly by their target nameAlon Zakai
2013-01-10fix compiling of postrinsic memcpy when in forced c++ mode for the main fileAlon Zakai
2013-01-10link in memcpy after opts and lto if it shows up only at that timeAlon Zakai
2013-01-09fix test_sizeofAlon Zakai
2013-01-09fix test_fastaAlon Zakai
2013-01-09simplify test_lifetimeAlon Zakai
2013-01-09modernize lua .ll and simplify test to not need EMCC_KEEP_INPUTS_RAW which is...Alon Zakai
2013-01-09let test runner output processor handle stdout and err separatelyAlon Zakai
2013-01-09fix test_emcc_cachingAlon Zakai
2013-01-09mention asm.js'ing in benchmarksAlon Zakai
2013-01-08keep a coercion right on top of heap accesses in asm modeAlon Zakai
2013-01-08fix test_exceptionsAlon Zakai
2013-01-08rename websockets testsAlon Zakai
2013-01-07Merge remote-tracking branch 'wolfviking/incoming' into incomingAlon Zakai
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-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-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-28Add comment,test,authors. Change indentation and comma spaceAnthony Liot