aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-01-06changed != to !== in a couple of places. Added fix to prevent closure minifyi...Fraser Adams
2014-01-02Added crypto quality random number generators for Node.js and browser environ...Fraser Adams
2013-12-31implementation of libuuidFraser Adams
2013-12-30Merge pull request #1946 from juj/default_obj_extjuj
2013-12-29Define behavior that 'emcc -c a.c -o dir/' shall compile and generate object ...Jukka Jylänki
2013-12-26fix js libraries in fastcomp; fixes #1948Alon Zakai
2013-12-25disable new test in fastcompAlon Zakai
2013-12-25properly handle invoke of setjmp, by lowering to a call, which fixes phis tha...Alon Zakai
2013-12-24disable a test requiring unaligned memory in fastcompAlon Zakai
2013-12-24properly check for libx.so.1.2.3 types when deciding what to link in statical...Alon Zakai
2013-12-23do not link in dynamic libraries when compiling to bitcode in intermediate st...Alon Zakai
2013-12-23fix bug where close-together tempDoublePtr operations could cross each otherAlon Zakai
2013-12-23improve fuzz test toolAlon Zakai
2013-12-22do not use named globals in fastcompAlon Zakai
2013-12-21save each benchmark to a unique nameAlon Zakai
2013-12-21benchmark fastcompAlon Zakai
2013-12-21Update test other.test_demangle to pass after the previous commit which added...Jukka Jylänki
2013-12-20update browser.test_preload_fileAlon Zakai
2013-12-20update tests for recent file packager changesAlon Zakai
2013-12-20fuzz i64 math as wellAlon Zakai
2013-12-20do not force asm in fuzzerAlon Zakai
2013-12-20randomize opt level in csmith driverAlon Zakai
2013-12-20fuzz testcaseAlon Zakai
2013-12-20Merge pull request #1922 from coolwanglu/embed_dot_filesAlon Zakai
2013-12-20Merge pull request #1635 from juj/emscripten_logAlon Zakai
2013-12-20fuzz testcaseAlon Zakai
2013-12-20fuzz testcaseAlon Zakai
2013-12-20improve fuzz testcase runnerAlon Zakai
2013-12-20simplify ir for fastcomp after the autodebugger runsAlon Zakai
2013-12-20make fuzz tester executableAlon Zakai
2013-12-20csmith fixesAlon Zakai
2013-12-20Fix browser.test_emrun to utilize the EMSCRIPTEN_BROWSER env. variable like t...Jukka Jylänki
2013-12-20In browser.test_emrun, use --log_stdout and --log_stderr to capture run outpu...Jukka Jylänki
2013-12-20Move emscripten-source-map.min.js to src/ since it is a non-tests file needed...Jukka Jylänki
2013-12-20Update emscripten_log to work with the handwritten JS demangler. Update tests.Jukka Jylänki
2013-12-20Also give the ability to print out function parameters in the callstack with ...Jukka Jylänki
2013-12-20Add new functions emscripten_log() in emscripten.h which allows printing out ...Jukka Jylänki
2013-12-20Merge pull request #1934 from juj/eglCreateContextjuj
2013-12-20Make EGL function eglCreateContext spec-conformant and actually read the EGL_...Jukka Jylänki
2013-12-19make default tests work in fastcompAlon Zakai
2013-12-19make test_outline more lenientAlon Zakai
2013-12-19Merge pull request #1932 from juj/emrun_argc_argvAlon Zakai
2013-12-19Merge pull request #1933 from ehostunreach/computed_gotoAlon Zakai
2013-12-19fix tests/cases/phientryimplicit.llAlon Zakai
2013-12-19Clean up test_indirectbr_many using preprocessor macrosVasilis Kalintiris
2013-12-19remove java_nbody from core benchmarksAlon Zakai
2013-12-19Implement command line passing to work to emrun when --emrun is passed.Jukka Jylänki
2013-12-18fix asm1.test_cube2hash for fastcompAlon Zakai
2013-12-18fix test for fastcomp -O0Alon Zakai
2013-12-17fastcomp test fixAlon Zakai