v8/tools/testrunner/local
yangguo@chromium.org aa3518a0f3 Make sure files end with exactly one new line and police this in presubmit.
The changes are (excluding presubmit.py) mechanical. I added the following
lines after the check and iterated the presubmit script until all errors
went away:

f = open(name, "w");
if contents.endswith('\n\n'):
  f.write(contents[0:-1])
else:
  f.write(contents + '\n')

R=jkummerow@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18017 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-11-22 13:50:39 +00:00
..
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
commands.py Fix test runner for Android. 2012-10-19 09:55:27 +00:00
execution.py HasUnexpectedOutput() is evaluated two times for each test run. 2013-06-14 14:57:14 +00:00
junit_output.py Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
progress.py HasUnexpectedOutput() is evaluated two times for each test run. 2013-06-14 14:57:14 +00:00
statusfile.py [Sheriff] Mark flaky test. 2013-10-31 11:48:31 +00:00
testsuite.py Make it possible to run a test only in the standard variant. 2013-10-17 13:09:28 +00:00
utils.py Add windows to status variable list. 2013-09-25 12:37:00 +00:00
verbose.py Add flaky test classification feature to test suites. 2013-08-06 14:39:39 +00:00