aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-06-27remove old commentAlon Zakai
2013-06-26update testsAlon Zakai
2013-06-26update testsAlon Zakai
2013-06-26make EMCC_OPTIMIZE_NORMALLY the defaultAlon Zakai
2013-06-26deprecate llvm opts in non-ta2 modesAlon Zakai
2013-06-26fix test_debugAlon Zakai
2013-06-26Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-mapsAlon Zakai
Conflicts: tools/js-optimizer.js
2013-06-24Optimize!Jez Ng
2013-06-24notice when a function call definitely does not have a returnAlon Zakai
2013-06-24relocation pass for shared modulesAlon Zakai
2013-06-24Merge pull request #1317 from michaeljbishop/sdl-mixer-sound-leakAlon Zakai
SDL mixer sound leak
2013-06-22Ensure original test environment is restored.Jez Ng
2013-06-22Merge remote-tracking branch 'upstream/incoming' into source-mapsJez Ng
Conflicts: emcc tools/js-optimizer.js tools/js_optimizer.py
2013-06-22update testAlon Zakai
2013-06-22fix -g2 and add testingAlon Zakai
2013-06-22-gLEVEL ; support varying degrees of debuggabilityAlon Zakai
2013-06-22Fix up the source map JS output 'reftest'.Jez Ng
Without re.MULTILINE, the regexp wasn't actually matching anything...
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
* Now works on FF Nightly * Test does not run unless explicitly requested
2013-06-22Make test_debug actually fail when things go wrong.Jez Ng
2013-06-22Fix line numbering for invoke instructions.Jez Ng
Line numbering of exceptions now work (better) in optimized mode.
2013-06-22Source maps should only be activated via the `--map` flag.Jez Ng
2013-06-21Added test to make sure channel allocation failed when itMichael J. Bishop
was exhausted. To run it: python tests/runner.py browser.test_sdl_audio_mix_channels
2013-06-20remove unneeded argument handling in lua-scimarkAlon Zakai
2013-06-20fix browser test harnessAlon Zakai
2013-06-19hardcode arguments in benchmarks, even luaAlon Zakai
2013-06-19move lua binarytree args handling into lua scriptAlon Zakai
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
Tweak behavior of post_build; the `post2` hook now expects a function.
2013-06-18Favor explicit parameter passing over string manipulation.Jez Ng
2013-06-18Actually exit test runner when browser tests are done.Jez Ng
Using __del__ didn't work for me with Python 2.7.2 on OS X.
2013-06-18Make more tests use btest().Jez Ng
Also fix test_glgears_deriv so that it actually animates its gears.
2013-06-18Merge pull request #1304 from int3/sdlAlon Zakai
Fix SDL color encoding
2013-06-18Missed out making some tests portable.Jez Ng
2013-06-18Merge pull request #1307 from int3/node-version-updateAlon Zakai
Update minimum node version to v0.8.
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
BUGFIX: lists cannot be copied as "llvm_va_copy" was broken, didn't copy list offset
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
A bunch of misc changes, including fixing compile-time warnings, and muting the Python server request log.
2013-06-17Fix SDL color encoding.Jez Ng
Little-endian + RGBA means that red is located at the lowest-order bits, not the highest. The hello_world_sdl test is now portable, because we no longer write to individual bytes. We also add a test for a completely blank screen, which should be black, not red. Closes #1287, #761, #765.
2013-06-17improve inline js testAlon Zakai
2013-06-17Merge pull request #1280 from juj/abs_path_checkAlon Zakai
Improve absolute path warning detection to work on Windows, and make the...