Test runner: More fixes.
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 2 Oct 2012 08:50:02 +0000 (08:50 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 2 Oct 2012 08:50:02 +0000 (08:50 +0000)
commitf10f4fc49cf3b346b86114720089e1379887c7af
tree3bbfaa73792f51416d2d608b5dfefdbc18055f22
parent885837d981177ac011fade9af8468f0bd2b03dce
Test runner: More fixes.

- handle Ctrl+C better
- actually show error messages sent by network peers
- gracefully handle missing test cases
- pull test.py and utils.py during server setup (temporary fix for testcfg import issue)

Review URL: https://codereview.chromium.org/11036005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12648 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
tools/test-server.py
tools/testrunner/local/execution.py
tools/testrunner/network/endpoint.py
tools/testrunner/network/network_execution.py
tools/testrunner/server/work_handler.py