aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-06-27disable test_zlib in s_0_xAlon Zakai
2013-06-27fix testsAlon Zakai
2013-06-27pass -s K=V values into test runner properlyAlon Zakai
2013-06-27fix test_asm_pgoAlon Zakai
2013-06-27fix test_autodebugAlon Zakai
2013-06-27now that we serialize the settings in the test runner's call to emcc on ↵Alon Zakai
source to bitcode, we don't need COMPILER_TEST_OPTS to contain everything
2013-06-27fix argument passing to emcc on src-to-bitcode in test runnerAlon Zakai
2013-06-27fix test_stackAlon Zakai
2013-06-27fix test_indirectbrAlon Zakai
2013-06-27fix test_openjpegAlon Zakai
2013-06-27forward only -Ox to source compilation in test runnerAlon Zakai
2013-06-27reduce debug output in test runner againAlon Zakai
2013-06-27add emcc args to source compilation step in test runnerAlon Zakai
2013-06-27add option for -O3 style LTO without normal LLVM LTO, because java-nbody ↵Alon Zakai
hits an LTO bug but benefits from -O3 on all the code
2013-06-27--llvm-lto 2 optionAlon Zakai
2013-06-27commented-out line for benchmark debuggingAlon Zakai
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