зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1317555 - Report jsapi-tests crash in autospider.py. r=glandium
This commit is contained in:
Родитель
094b5da9d7
Коммит
8bd7324ff0
|
@ -322,7 +322,11 @@ if 'jittest' in test_suites:
|
|||
results.append(run_test_command([MAKE, 'check-jit-test']))
|
||||
if 'jsapitests' in test_suites:
|
||||
jsapi_test_binary = os.path.join(OBJDIR, 'dist', 'bin', 'jsapi-tests')
|
||||
results.append(run_test_command([jsapi_test_binary]))
|
||||
st = run_test_command([jsapi_test_binary])
|
||||
if st < 0:
|
||||
print("PROCESS-CRASH | jsapi-tests | application crashed")
|
||||
print("Return code: {}".format(st))
|
||||
results.append(st)
|
||||
if 'jstests' in test_suites:
|
||||
results.append(run_test_command([MAKE, 'check-jstests']))
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче