aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-03-08add aliases testcaseAlon Zakai
2014-03-07Merge pull request #2204 from juj/update_test_sdl_wm_togglefullscreenjuj
Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size.
2014-03-07Update test_sdl_wm_togglefullscreen to continuously render to queried canvas ↵Jukka Jylänki
size.
2014-03-06only include necessary system libraries amongst each other based on explicit ↵Alon Zakai
dependencies; fixes #2191
2014-03-06Merge pull request #2198 from juj/interactive_testsAlon Zakai
Interactive tests
2014-03-06mark opts in fuzz savesAlon Zakai
2014-03-06add docs and testing for mem init file being asyncAlon Zakai
2014-03-06Added a (currently failing) interactive test for SDL_WM_ToggleFullScreen.Jukka Jylänki
2014-03-06Added new test suite 'interactive', which contains those browser tests that ↵Jukka Jylänki
require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests.
2014-03-05Disable the aliasbitcast.ll test for fastcomp, since it is invalid IR.Dan Gohman
2014-03-05Disable emptyasm_aue, as inline asm is now diagnosed with an error.Dan Gohman
This testcase was originally inspired by libgcrypt. Compiling asm("":::"memory") to a no-op would be doable, and would help the code compile without error, but properly supporting what libgrypt is actually doing here, being paranoid enough to make repeated stores to the same memory location to clear it out, would be much harder, because we'd really need a way to tell the JS engine what's going on so that it doesn't optimize anything away.
2014-03-05throttle glut requestAnimationFrames; fixes #2183Alon Zakai
2014-03-05run llvm-lit on JS codegen testsAlon Zakai
2014-03-05emscripten_debugger()Alon Zakai
2014-03-05some test_outline updatesAlon Zakai
2014-03-05use -m32 in fuzzerAlon Zakai
2014-03-05Merge commit '19312ae' into HEADAlon Zakai
2014-03-04Update for the new datalayout string.Dan Gohman
2014-03-04Fix an implicit declaration of atoi in sqlite's benchmark.c.Dan Gohman
2014-03-04Pass correct args for test_sdl_canvas.Bruce Mitchener
2014-03-03improve testing for statically incorrect callsAlon Zakai
2014-03-03disable tests/cases/sillyfuncast2 in fastcomp - we do not attempt to correct ↵Alon Zakai
errors in improper function calls with the wrong type (but we do warn in this test)
2014-03-03forward assertions setting into backend, and test checking for invalid # of ↵Alon Zakai
args in static calls
2014-03-03enable errors on implicit functions by default; fixes #2175Alon Zakai
2014-03-03Revert the extendedprecision.ll change in 76ad462, since this test isn't ↵Dan Gohman
disabled for non-fastcomp.
2014-03-03Merge branch 'allow_multiple_worker_responses' of ↵Alon Zakai
github.com:virusdave/emscripten into incoming Conflicts: AUTHORS
2014-03-03Eliminate undefined behavior in test_sscanf_other_whitespace.in.Dan Gohman
2014-03-03Allow multiple worker responses (via messages) if desired.Dave Nicponski
Add unit test for multiple worker responses. Test command: python tests/runner.py browser.test_worker_api_3 Add self to authors file.
2014-03-03Tidy up and fix several tests in tests/cases.Dan Gohman
2014-03-03update other.test_emccAlon Zakai
2014-03-02fix ASSERTIONS output on bad function pointer callsAlon Zakai
2014-03-02add test for phi with unreachable source with a 64-bit valueAlon Zakai
2014-03-01fix other.test_dangerous_func_castAlon Zakai
2014-03-01add test for #2175Alon Zakai
2014-03-01extra testing for ASSERTIONS == 2Alon Zakai
2014-03-01mention ASSERTIONS in abort() callsAlon Zakai
2014-03-01improve assertions message on function pointer errorsAlon Zakai
2014-02-28add a test for fastcomp issue 24Alon Zakai
2014-02-28Make this testcase pass the verifier.Dan Gohman
2014-02-27Remove Emscripten-specific workarounds from the sqlite3 test.Dan Gohman
2014-02-27make NO_EXIT_RUNTIME work properly with llvm ltoAlon Zakai
2014-02-27run -globalopt when NO_EXIT_RUNTIME, to get rid of global initializers ↵Alon Zakai
entirely in some cases
2014-02-27improve other.test_os_ozAlon Zakai
2014-02-27fuzz -Os and -Oz as wellAlon Zakai
2014-02-27support -Os and -Oz as arguments to emccAlon Zakai
2014-02-27fix test_source_mapAlon Zakai
2014-02-27Fix bug that caused emscripten_get_callstack to not truncate the output ↵Jukka Jylänki
buffer. Add test. Closes #2171.
2014-02-26more warnings on source versions not matching, plus testingAlon Zakai
2014-02-26Merge pull request #2165 from juj/fs_element_size1.12.3Alon Zakai
Fullscreen element sizes
2014-02-26fix test_asmjs_unknown_emscriptenAlon Zakai