aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-01-18disable various tests for asm that cannot workAlon Zakai
2013-01-18stub out unneeded openjpeg functions, so it can parse in asmAlon Zakai
2013-01-18fix tests/cases/extendedprecision.llAlon Zakai
2013-01-18fix benchmarksAlon Zakai
2013-01-18add return in functions whose types return but do not actually returnAlon Zakai
2013-01-18asprintf and some stubsAlon Zakai
2013-01-17add test for bswap64Alon Zakai
2013-01-17fix test_exceptionsAlon Zakai
2013-01-17Implement exceptions in whitelistAleksander Guryanov
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-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
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