summaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Collapse)Author
2014-01-21add asm3 test modeAlon Zakai
2014-01-07clean up test runner outputAlon Zakai
2014-01-06option to benchmark multiple llvm versions, both native and jsAlon Zakai
2014-01-03disable/update various browser tests for fastcompAlon Zakai
2013-12-16use all cpu cores when building libraries in test runnerAlon Zakai
2013-12-07Run test with single source input and output filesVasilis Kalintiris
This commit allows us to run a test when it requires only a single source and expected output file.
2013-11-16Fix 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-15Move 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-11remove asm1f from ALLAlon Zakai
2013-11-09add asm2f to ALLAlon Zakai
2013-10-29add asm1f test modeAlon Zakai
2013-10-01test runner commentAlon Zakai
2013-09-08add test harness support for proxying, test_sdl_canvas_proxy passesAlon Zakai
2013-09-06fix 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 SOCKFSAnthony Pesch
- added support for node-based listen servers - updated tests to also test against compiled listen servers
2013-08-24test for closure+mem init file in a more focused mannerAlon Zakai
2013-08-24emit memory init files when closure is run, fixes #1547Alon Zakai
2013-08-19fix test suite ALL.*Alon Zakai
2013-08-19add 'other' to default test runner modesAlon Zakai
2013-08-17Fix source map generation on Windows. Fixes #1333.Jukka Jylänki
2013-08-16Fix test runner process exit code to report the number of failing tests, ↵Jukka Jylänki
like it did before.
2013-08-15assert in btest on successful compilationAlon Zakai
2013-08-14Minor fixes for webrtc test.Alan Kligman
2013-08-14Test for webrtc sockets.Alan Kligman
2013-08-13shuffled around command line processing to fix skippingAnthony Pesch
2013-08-12fixed test skip supportAnthony Pesch
2013-08-12Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hackAnthony Pesch
2013-08-11initial work on splitting up runner.pyAnthony Pesch
2013-08-10make test runner more lenient in parsing asm.js compilation messageAlon Zakai
2013-08-10Merge pull request #1495 from inolen/websocket_testsAlon Zakai
more websocket test updates
2013-08-10removed bad commentsAnthony Pesch
2013-08-10updated paths to be compatible on non-unix environmentsAnthony Pesch
2013-08-09 - converted all socket tests to use C for the server-sideAnthony Pesch
- added new echo client / server test - updated websock harness and added new CompiledServerHarness to help run tests on multiple backends
2013-08-09updated and temporarily disabled test_sockets_gethostbynameAnthony Pesch
2013-08-09 - removed test_socketsAnthony Pesch
- removed test_sockets_bi_* - removed soon to be redundant test_sockets_select_server_closes_connection
2013-08-09removed pids_to_clean globalAnthony Pesch
2013-08-09 - fixed support for passing source to btestAnthony Pesch
- added force_c option to btest
2013-08-09 - moved enet tests and relay scriptAnthony Pesch
- added support for SOCKK define to override ports when compiling
2013-08-09fix test_exit_stackAlon Zakai
2013-08-09aim for more evenly-sized pieces in outlinerAlon Zakai
2013-08-09clean up stack space allocated by a varargs function call immediately after ↵Alon Zakai
it; fixes #1492
2013-08-09print from exit(), so that explicitly calling it prints out the exit statusAlon Zakai
2013-08-09--js-opts option to turn off js optimizerAlon Zakai
2013-08-09Merge pull request #1489 from inolen/exit_status_fixesAlon Zakai
exit status fixes
2013-08-09make range testing more flexible in test_outlineAlon Zakai
2013-08-09 - always throw an exception in exitAnthony Pesch
- remove default exit status prints - added EXITSTATUS global to enable exit callbacks to determine the status
2013-08-09document browser sockets test runner optionAlon Zakai
2013-08-09Merge pull request #1477 from inolen/websocket_testsAlon Zakai
misc socket-related library fixes and updated websocket tests
2013-08-08make dce check flexibleAlon Zakai
2013-08-08Merge pull request #1470 from inolen/preload_path_fixesAlon Zakai
file preload path fixes