aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-06-22Centralize debug options in a -gX flag.Jez Ng
2013-06-22Ensure JS output remains the same when making source maps.Jez Ng
2013-06-22Test that source mapping works with EMCC_DEBUG=2.Jez Ng
2013-06-22Improvements to test_html_source_map.Jez Ng
2013-06-22Make test_debug actually fail when things go wrong.Jez Ng
2013-06-22Fix line numbering for invoke instructions.Jez Ng
2013-06-22Source maps should only be activated via the `--map` flag.Jez Ng
2013-06-19Implement source maps for optimized builds.Jez Ng
2013-06-19Move source mapping files into their own folder.Jez Ng
2013-06-19Add test for HTML source map generation.Jez Ng
2013-06-19Add test for source maps.Jez Ng
2013-06-18Favor explicit parameter passing over string manipulation.Jez Ng
2013-06-18Actually exit test runner when browser tests are done.Jez Ng
2013-06-18Make more tests use btest().Jez Ng
2013-06-18Merge pull request #1304 from int3/sdlAlon Zakai
2013-06-18Missed out making some tests portable.Jez Ng
2013-06-18Merge pull request #1307 from int3/node-version-updateAlon Zakai
2013-06-18Update minimum node version.Jez Ng
2013-06-18disable new test_varargs in x86 (requires le32 now)Alon Zakai
2013-06-18Merge pull request #1301 from Manny-MADE/va_lists_fixAlon Zakai
2013-06-18add wip inlinejs2 testAlon Zakai
2013-06-18CHANGED: using spaces instead of tabs to match project codestylemanny/MADE
2013-06-18CHANGED: using spaces instead of tabs to match project codestylemanny/MADE
2013-06-18ADDED: test to ensure va_lists work properly when copied, reinitialized etc.manny/MADE
2013-06-17Make browser tests nicer to run.Jez Ng
2013-06-17Fix SDL color encoding.Jez Ng
2013-06-17improve inline js testAlon Zakai
2013-06-17Merge pull request #1280 from juj/abs_path_checkAlon Zakai
2013-06-17Added test for float.h agreeing with sizeof.David Barksdale
2013-06-17Merge pull request #1288 from juj/dont_package_hidden_filesAlon Zakai
2013-06-17Merge pull request #1286 from michaeljbishop/looping-audio-testAlon Zakai
2013-06-13do not eliminate dead code in EXPORT_ALLAlon Zakai
2013-06-13Report debug diagnostics in file packager if EMCC_DEBUG=1. Make file packager...Jukka Jylänki
2013-06-13Added test for SDL_Mix that includes looping audio.Michael Bishop
2013-06-13Improve absolute path warning detection to work on Windows, and make the warn...Jukka Jylänki
2013-06-10fix test_relooperAlon Zakai
2013-06-08 - Fix for mod property of SDL key eventsAnthony Pesch
2013-06-08Don't use the host machine's shared object extensionAnthony Pesch
2013-06-07lua commentAlon Zakai
2013-06-07allow building only in test runnerAlon Zakai
2013-06-07Make lrint more correct. Closes #1265.Jez Ng
2013-06-07eliminate loop helper variablesAlon Zakai
2013-06-06move asm loop optimization into last phaseAlon Zakai
2013-06-05Fix typo.Jez Ng
2013-06-04Merge pull request #1246 from int3/sscanf-capsAlon Zakai
2013-06-04Add test for capitalized sscanf format specifiers.Jez Ng
2013-06-04Merge branch 'incoming' of github.com:kanaka/emscripten into incomingAlon Zakai
2013-06-04Merge pull request #1225 from inolen/errnoAlon Zakai
2013-06-04Updated tests to reflect new error valuesAnthony Pesch
2013-06-03Fix frexp does not accept negative numbersFrits Talbot