Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-22 | Ensure original test environment is restored. | Jez Ng | |
2013-06-22 | Merge remote-tracking branch 'upstream/incoming' into source-maps | Jez Ng | |
Conflicts: emcc tools/js-optimizer.js tools/js_optimizer.py | |||
2013-06-22 | update test | Alon Zakai | |
2013-06-22 | fix -g2 and add testing | Alon Zakai | |
2013-06-22 | -gLEVEL ; support varying degrees of debuggability | Alon Zakai | |
2013-06-22 | Fix up the source map JS output 'reftest'. | Jez Ng | |
Without re.MULTILINE, the regexp wasn't actually matching anything... | |||
2013-06-22 | Centralize debug options in a -gX flag. | Jez Ng | |
2013-06-22 | Ensure JS output remains the same when making source maps. | Jez Ng | |
2013-06-22 | Test that source mapping works with EMCC_DEBUG=2. | Jez Ng | |
2013-06-22 | Improvements to test_html_source_map. | Jez Ng | |
* Now works on FF Nightly * Test does not run unless explicitly requested | |||
2013-06-22 | Make test_debug actually fail when things go wrong. | Jez Ng | |
2013-06-22 | Fix line numbering for invoke instructions. | Jez Ng | |
Line numbering of exceptions now work (better) in optimized mode. | |||
2013-06-22 | Source maps should only be activated via the `--map` flag. | Jez Ng | |
2013-06-20 | remove unneeded argument handling in lua-scimark | Alon Zakai | |
2013-06-20 | fix browser test harness | Alon Zakai | |
2013-06-19 | hardcode arguments in benchmarks, even lua | Alon Zakai | |
2013-06-19 | move lua binarytree args handling into lua script | Alon Zakai | |
2013-06-19 | Implement source maps for optimized builds. | Jez Ng | |
2013-06-19 | Move source mapping files into their own folder. | Jez Ng | |
2013-06-19 | Add test for HTML source map generation. | Jez Ng | |
2013-06-19 | Add test for source maps. | Jez Ng | |
Tweak behavior of post_build; the `post2` hook now expects a function. | |||
2013-06-18 | Favor explicit parameter passing over string manipulation. | Jez Ng | |
2013-06-18 | Actually 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-18 | Make more tests use btest(). | Jez Ng | |
Also fix test_glgears_deriv so that it actually animates its gears. | |||
2013-06-18 | Merge pull request #1304 from int3/sdl | Alon Zakai | |
Fix SDL color encoding | |||
2013-06-18 | Missed out making some tests portable. | Jez Ng | |
2013-06-18 | Merge pull request #1307 from int3/node-version-update | Alon Zakai | |
Update minimum node version to v0.8. | |||
2013-06-18 | Update minimum node version. | Jez Ng | |
2013-06-18 | disable new test_varargs in x86 (requires le32 now) | Alon Zakai | |
2013-06-18 | Merge pull request #1301 from Manny-MADE/va_lists_fix | Alon Zakai | |
BUGFIX: lists cannot be copied as "llvm_va_copy" was broken, didn't copy list offset | |||
2013-06-18 | add wip inlinejs2 test | Alon Zakai | |
2013-06-18 | CHANGED: using spaces instead of tabs to match project codestyle | manny/MADE | |
2013-06-18 | CHANGED: using spaces instead of tabs to match project codestyle | manny/MADE | |
2013-06-18 | ADDED: test to ensure va_lists work properly when copied, reinitialized etc. | manny/MADE | |
2013-06-17 | Make 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-17 | Fix 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-17 | improve inline js test | Alon Zakai | |
2013-06-17 | Merge pull request #1280 from juj/abs_path_check | Alon Zakai | |
Improve absolute path warning detection to work on Windows, and make the... | |||
2013-06-17 | Added test for float.h agreeing with sizeof. | David Barksdale | |
2013-06-17 | Merge pull request #1288 from juj/dont_package_hidden_files | Alon Zakai | |
Report debug diagnostics in file packager if EMCC_DEBUG=1. Make file pac... | |||
2013-06-17 | Merge pull request #1286 from michaeljbishop/looping-audio-test | Alon Zakai | |
Added test for SDL_Mix that includes looping audio. | |||
2013-06-13 | do not eliminate dead code in EXPORT_ALL | Alon Zakai | |
2013-06-13 | Report debug diagnostics in file packager if EMCC_DEBUG=1. Make file ↵ | Jukka Jylänki | |
packager skip all path components that have a path starting with '.', like ('.git/xxx/yyy/'), or the filename starts with '.', or the file is a Win32 hidden file. Explicitly specified files on the command line are always packaged, even if they start with '.' or are hidden. Add unit tests to check that it works. | |||
2013-06-13 | Added test for SDL_Mix that includes looping audio. | Michael Bishop | |
The test demonstrates that looping produces gaps in the sound. | |||
2013-06-13 | Improve absolute path warning detection to work on Windows, and make the ↵ | Jukka Jylänki | |
warning message more informative. | |||
2013-06-10 | fix test_relooper | Alon Zakai | |
2013-06-08 | - Fix for mod property of SDL key events | Anthony Pesch | |
- Added misc SDL functions (SDL_GetKeyName, SDL_GetAppState, SDL_SetGammaRamp) - Added modifiers to test_sdl_key | |||
2013-06-08 | Don't use the host machine's shared object extension | Anthony Pesch | |
2013-06-07 | lua comment | Alon Zakai | |
2013-06-07 | allow building only in test runner | Alon Zakai | |