author | Ed Morley <emorley@mozilla.com> |
Tue, 13 Aug 2013 15:54:15 +0100 | |
changeset 142412 | 925bd252ae58b0255f31032d0ca13524073dd428 |
parent 142411 | a7ceae74e71af506989837397e840f8ea5c380c6 |
child 142413 | d5a9b3ef17063aeeacfe8dd08a2eb90f028dfd8a |
push id | 32391 |
push user | emorley@mozilla.com |
push date | Tue, 13 Aug 2013 14:55:24 +0000 |
treeherder | mozilla-inbound@925bd252ae58 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | BenWa |
bugs | 904574 |
milestone | 26.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/gtest/rungtests.py +++ b/testing/gtest/rungtests.py @@ -1,19 +1,18 @@ #!/usr/bin/env python # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. from __future__ import with_statement -import sys, os, tempfile, shutil +import sys, os from optparse import OptionParser import mozprocess, mozinfo, mozlog, mozcrash -from contextlib import contextmanager log = mozlog.getLogger('gtest') class GTests(object): # Time (seconds) to wait for test process to complete TEST_PROC_TIMEOUT = 1200 # Time (seconds) in which process will be killed if it produces no output. TEST_PROC_NO_OUTPUT_TIMEOUT = 300