author | Chris Manchester <cmanchester@mozilla.com> |
Fri, 17 Jul 2015 12:32:53 -0700 | |
changeset 253524 | b6910c867d3800cf4c6d4f9aaa9812c958a74f49 |
parent 253523 | 154a12a7a91c2f0e6ce00500ca25883923e9bccd |
child 253525 | 250cf47bfa768fc0204ad97e179508f3cbc7d56b |
push id | 29067 |
push user | kwierso@gmail.com |
push date | Sat, 18 Jul 2015 00:57:04 +0000 |
treeherder | mozilla-central@e2f2eb9ecca0 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ahal |
bugs | 890026 |
milestone | 42.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/mozbase/mozcrash/mozcrash/mozcrash.py +++ b/testing/mozbase/mozcrash/mozcrash/mozcrash.py @@ -8,16 +8,17 @@ 'kill_and_get_minidump', 'log_crashes', ] import glob import os import re import shutil +import signal import subprocess import sys import tempfile import urllib2 import zipfile from collections import namedtuple import mozfile