aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-03-22do not warn on missing emscripten_ functionsAlon Zakai
2014-03-18Merge pull request #2237 from waywardmonkeys/runner-helpAlon Zakai
Update test runner help text.
2014-03-18comment on webrtc testAlon Zakai
2014-03-18webrtc test fixAlon Zakai
2014-03-18Merge pull request #2231 from modeswitch/incomingAlon Zakai
Add local broker for webrtc p2p test. Fixes #1974.
2014-03-18Update test runner help text.Bruce Mitchener
There is no more o1 test target.
2014-03-17add ifs benchmarkAlon Zakai
2014-03-17flip a non-existent else block in simplifyIfs, if adding such a block can helpAlon Zakai
2014-03-17flip in simplifyElses if it can helpAlon Zakai
2014-03-17fuse if-elses where the relooper did not emit a label clearingAlon Zakai
2014-03-17fuse elses to remove unnecessary label settings and checks, after we ↵Alon Zakai
simplified ifs
2014-03-17simplify nested ifs with identical elsesAlon Zakai
2014-03-17add test_simplify_ifsAlon Zakai
2014-03-17simplifyIfs js optimizer passAlon Zakai
2014-03-17Cleaned up required files (some things aren't needed for this test); Run ↵Alan K
`npm install` as part of test.
2014-03-17Updated gitignoreAlan K
2014-03-17Fixed accidental submoduleAlan K
2014-03-17Merge pull request #2020 from fadams/improve-websocket-config-optionsAlon Zakai
Provide compile time and run time options for WebSocket URL and subproto...
2014-03-16Add local broker for webrtc p2p test. Fixes #1974.Alan K
2014-03-16Fix unregistering of event handlers (all params of removeEventListener must ↵Jukka Jylänki
*exactly* match the signature used in registration, up to useCapture) and a closure name rename problem. Fixes #2230.
2014-03-14add -profiling optionAlon Zakai
2014-03-14test for bad triple warningAlon Zakai
2014-03-14Merge pull request #2224 from juj/osx_mouseAlon Zakai
OSX mouse support.
2014-03-14Make tests/openal_playback.cpp compilable outside the test runner.Jukka Jylänki
2014-03-14Add an automated version of the html5 mouse test in browser test suite.Jukka Jylänki
2014-03-13Implement support for Webkit mouse wheel events. Add new interactive mouse ↵Jukka Jylänki
test. Checked on OSX Safari 6.0.5. Fixes #2219.
2014-03-12Register mouse callbacks in test_html5_fullscreen.c sample so that it can be ↵Jukka Jylänki
tested on IE as well.
2014-03-12Make tests/test_html5_fullscreen.c standalone-compilable outside test suite.Jukka Jylänki
2014-03-11improve demangler a littleAlon Zakai
2014-03-11Clean up warnings in emscripten_log test.Jukka Jylänki
2014-03-10fix mouse wheel deltas for closure compiler in html5 API, and add some ↵Alon Zakai
closure testing; #2214
2014-03-10add test for odin validationAlon Zakai
2014-03-10add -w to spidermonkey to see odin warningsAlon Zakai
2014-03-10restore some closure testingAlon Zakai
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