aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-03-28fix the case where emcc's input and output is a bitcode fileAlon Zakai
2014-03-28add fastcomp env var to library builds in test runner, to fix errors in slow2...Alon Zakai
2014-03-28fix SDL bug where freeing the surface screen did not work properlyAlon Zakai
2014-03-28add fuzz testcase for nested i24 constantExprsAlon Zakai
2014-03-27fix test_files_m on latest spidermonkey, which shows more warningsAlon Zakai
2014-03-27remove stack parameter from js optimizer traverse(), to avoid overhead when n...Alon Zakai
2014-03-27optimize away individual loop vars, even if we can't remove them allAlon Zakai
2014-03-26testcase for i64 < 0Alon Zakai
2014-03-26make llvm-lit test emit verbose outputAlon Zakai
2014-03-26make tests/cases/usenullcall.ll a fastcomp-only testAlon Zakai
2014-03-26handle --default-object-ext properly, and other emcc fixesAlon Zakai
2014-03-25add dependency file testingAlon Zakai
2014-03-25let emcc directly access bitcode files when possible, to emit proper .d files...Alon Zakai
2014-03-25improve testcaseAlon Zakai
2014-03-25add testcase for use of call outputs to absolute targetsAlon Zakai
2014-03-24--emit-symbol-map optionAlon Zakai
2014-03-24fix caching of asm const strings; fixes #2253Alon Zakai
2014-03-23testcase for issue #2244Alon Zakai
2014-03-22do not warn on missing emscripten_ functionsAlon Zakai
2014-03-18Merge pull request #2237 from waywardmonkeys/runner-helpAlon Zakai
2014-03-18comment on webrtc testAlon Zakai
2014-03-18webrtc test fixAlon Zakai
2014-03-18Merge pull request #2231 from modeswitch/incomingAlon Zakai
2014-03-18Update test runner help text.Bruce Mitchener
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 simplifi...Alon Zakai
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 `npm...Alan K
2014-03-17Updated gitignoreAlan K
2014-03-17Fixed accidental submoduleAlan K
2014-03-17Merge pull request #2020 from fadams/improve-websocket-config-optionsAlon Zakai
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
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
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 te...Jukka Jylänki
2014-03-12Register mouse callbacks in test_html5_fullscreen.c sample so that it can be ...Jukka Jylänki
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 closur...Alon Zakai
2014-03-10add test for odin validationAlon Zakai