aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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 ↵Alon Zakai
is hackish
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-08refactor networking code to start supporting multiple backendsAlon Zakai
2013-01-08rename websockets testsAlon Zakai
2013-01-07Merge remote-tracking branch 'wolfviking/incoming' into incomingAlon Zakai
Conflicts: AUTHORS src/library_browser.js system/include/emscripten/emscripten.h
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 ↵Alon Zakai
call run in the first place
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 ↵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-28Add comment,test,authors. Change indentation and comma spaceAnthony Liot
Modify the indentation Add Author Add comment Add test inside runner.py
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