Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-28 | add fastcomp env var to library builds in test runner, to fix errors in ↵ | Alon Zakai | |
slow2asm.test_the_bullet | |||
2014-03-18 | Update test runner help text. | Bruce Mitchener | |
There is no more o1 test target. | |||
2014-03-06 | Added new test suite 'interactive', which contains those browser tests that ↵ | Jukka Jylänki | |
require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests. | |||
2014-02-25 | Make the "did NOT asm.js'ify" error message more | Dan Gohman | |
2014-02-25 | Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests. | Dan Gohman | |
2014-02-21 | make non-fastcomp tests in other run in non-fastcomp mode | Alon Zakai | |
2014-02-21 | adjust main test modes for fastcomp: remove asm2x86 except for one test, and ↵ | Alon Zakai | |
add two modes for legacy non-fastcomp -O2 with and without asm | |||
2014-02-21 | turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ↵ | Alon Zakai | |
in the env | |||
2014-02-10 | comment on test suite debugging | Alon Zakai | |
2014-02-10 | make ALL work properly on fastcomp | Alon Zakai | |
2014-02-09 | enable legacy gl emulation in fastcomp | Alon Zakai | |
2014-02-07 | use emcc in s_x_x tests, to get libc | Alon Zakai | |
2014-01-21 | add asm3 test mode | Alon Zakai | |
2014-01-07 | clean up test runner output | Alon Zakai | |
2014-01-06 | option to benchmark multiple llvm versions, both native and js | Alon Zakai | |
2014-01-03 | disable/update various browser tests for fastcomp | Alon Zakai | |
2013-12-16 | use all cpu cores when building libraries in test runner | Alon Zakai | |
2013-12-07 | Run test with single source input and output files | Vasilis Kalintiris | |
This commit allows us to run a test when it requires only a single source and expected output file. | |||
2013-11-16 | Fix HTTP server in browser harness to serve files with appropriate header ↵ | Jukka Jylänki | |
and body content by using the python built-in SimpleHTTPServer for file serves instead of manually crafting header+body. Fixes browser test harness runs on Windows and Linux. | |||
2013-11-15 | Move bullet library build code to runner.py so that it can be shared between ↵ | Jukka Jylänki | |
test_the_bullet in test_core.py and test_static_link test_other.py. | |||
2013-11-11 | remove asm1f from ALL | Alon Zakai | |
2013-11-09 | add asm2f to ALL | Alon Zakai | |
2013-10-29 | add asm1f test mode | Alon Zakai | |
2013-10-01 | test runner comment | Alon Zakai | |
2013-09-08 | add test harness support for proxying, test_sdl_canvas_proxy passes | Alon Zakai | |
2013-09-06 | fix inline js in x86 target, enable testing sans validation for inline js in ↵ | Alon Zakai | |
asm.js, fix unistd tests that use inline js to not validate, and make js optimizer more tolerant of inline js in asm code; fixes #1597 | |||
2013-08-29 | - created SOCKFS | Anthony Pesch | |
- added support for node-based listen servers - updated tests to also test against compiled listen servers | |||
2013-08-24 | test for closure+mem init file in a more focused manner | Alon Zakai | |
2013-08-24 | emit memory init files when closure is run, fixes #1547 | Alon Zakai | |
2013-08-19 | fix test suite ALL.* | Alon Zakai | |
2013-08-19 | add 'other' to default test runner modes | Alon Zakai | |
2013-08-17 | Fix source map generation on Windows. Fixes #1333. | Jukka Jylänki | |
2013-08-16 | Fix test runner process exit code to report the number of failing tests, ↵ | Jukka Jylänki | |
like it did before. | |||
2013-08-15 | assert in btest on successful compilation | Alon Zakai | |
2013-08-14 | Minor fixes for webrtc test. | Alan Kligman | |
2013-08-14 | Test for webrtc sockets. | Alan Kligman | |
2013-08-13 | shuffled around command line processing to fix skipping | Anthony Pesch | |
2013-08-12 | fixed test skip support | Anthony Pesch | |
2013-08-12 | Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hack | Anthony Pesch | |
2013-08-11 | initial work on splitting up runner.py | Anthony Pesch | |
2013-08-10 | make test runner more lenient in parsing asm.js compilation message | Alon Zakai | |
2013-08-10 | Merge pull request #1495 from inolen/websocket_tests | Alon Zakai | |
more websocket test updates | |||
2013-08-10 | removed bad comments | Anthony Pesch | |
2013-08-10 | updated paths to be compatible on non-unix environments | Anthony Pesch | |
2013-08-09 | - converted all socket tests to use C for the server-side | Anthony Pesch | |
- added new echo client / server test - updated websock harness and added new CompiledServerHarness to help run tests on multiple backends | |||
2013-08-09 | updated and temporarily disabled test_sockets_gethostbyname | Anthony Pesch | |
2013-08-09 | - removed test_sockets | Anthony Pesch | |
- removed test_sockets_bi_* - removed soon to be redundant test_sockets_select_server_closes_connection | |||
2013-08-09 | removed pids_to_clean global | Anthony Pesch | |
2013-08-09 | - fixed support for passing source to btest | Anthony Pesch | |
- added force_c option to btest | |||
2013-08-09 | - moved enet tests and relay script | Anthony Pesch | |
- added support for SOCKK define to override ports when compiling |