aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-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
2013-12-16more benchmarking optionsAlon Zakai
2013-12-16Merge branch 'em_config' of github.com:juj/emscripten into incomingAlon Zakai
2013-12-16handle a single empty alloca; fixes #1919Alon Zakai
2013-12-16add test file for tutorialAlon Zakai
2013-12-16Merge pull request #1896 from juj/emrunAlon Zakai
2013-12-16fixes to get gcc to work on all benchmarksAlon Zakai
2013-12-16Merge pull request #1924 from ehostunreach/indentationAlon Zakai
2013-12-16rename sm benchmark runnerAlon Zakai
2013-12-16fix native benchmark printing of stderrAlon Zakai
2013-12-16gcc benchmarkerAlon Zakai
2013-12-16option to run only core benchmarksAlon Zakai
2013-12-16add v8 benchmarkerAlon Zakai
2013-12-16show f32 results in benchmarksAlon Zakai
2013-12-16use all cpu cores when building libraries in test runnerAlon Zakai
2013-12-16disable closure in benchmarksAlon Zakai
2013-12-16refactor benchmark runnerAlon Zakai
2013-12-15disable a test in fastcompAlon Zakai
2013-12-15test fixes for fastcompAlon Zakai
2013-12-15disable a test in fastcompAlon Zakai
2013-12-15final test_cases fixes for fastcompAlon Zakai
2013-12-15tests/cases fixes for fastcompAlon Zakai
2013-12-15test/cases fixes for fastcompAlon Zakai
2013-12-15Fix the indentation of core test input files with clang-format.Vasilis Kalintiris
2013-12-14disable test for fastcompAlon Zakai
2013-12-14test changes for fastcompAlon Zakai
2013-12-14disable more tests in fastcompAlon Zakai
2013-12-14disable various tests in fastcompAlon Zakai
2013-12-13Merge pull request #1835 from juj/gl_get_nullAlon Zakai
2013-12-13yet more fixes for test_cases for fastcompAlon Zakai
2013-12-13more fixes for test_cases for fastcompAlon Zakai
2013-12-13various fixes for test_cases for fastcompAlon Zakai
2013-12-14Implemented --emrun linker flag to emcc, which is a helper that makes the com...Jukka Jylänki
2013-12-14Added test to check that emrun stdout, stderr and process exit code capture w...Jukka Jylänki
2013-12-13Generate an GL_INVALID_VALUE error when user calls glGetXXX() with a null out...Jukka Jylänki