aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Collapse)Author
2014-07-22make environ work by itself; fixes #2557Alon Zakai
2014-07-12Fix test other.test_cmake to build after updates to CMake system.Jukka Jylänki
2014-07-03fix test runner checking for mem init file, when it is emptyAlon Zakai
2014-07-03emit memory initialization file by default in -O2+Alon Zakai
2014-06-26many tests depend on commands failingChad Austin
2014-06-26trigger reftest from canvas rendering from workers; enable proxied ↵Alon Zakai
test_sdl_image_prepare
2014-06-20support also_proxied without reftestingAlon Zakai
2014-06-17fix reftesting on proxy testsAlon Zakai
2014-06-17save non-proxied version when doing both proxied and non proxied browser testAlon Zakai
2014-06-17simplify proxy testingAlon Zakai
2014-06-16trigger reftest from requestAnimationFrame, for worker-proxied codeAlon Zakai
2014-03-28add fastcomp env var to library builds in test runner, to fix errors in ↵Alon Zakai
slow2asm.test_the_bullet
2014-03-18Update test runner help text.Bruce Mitchener
There is no more o1 test target.
2014-03-06Added 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-25Make the "did NOT asm.js'ify" error message moreDan Gohman
2014-02-25Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.Dan Gohman
2014-02-21make non-fastcomp tests in other run in non-fastcomp modeAlon Zakai
2014-02-21adjust 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-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ↵Alon Zakai
in the env
2014-02-10comment on test suite debuggingAlon Zakai
2014-02-10make ALL work properly on fastcompAlon Zakai
2014-02-09enable legacy gl emulation in fastcompAlon Zakai
2014-02-07use emcc in s_x_x tests, to get libcAlon Zakai
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