0db74d4974
1. --total-timeout-sec now available for ./run-tests.py. It can be useful with infinite seed stressing 2. random seed dropped from the context. Now JSON progress indicator gets it from the list of command args. Bug: v8:6917 Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng Change-Id: I73e535bc8face9b913c696b8d5e3a246fa231004 Reviewed-on: https://chromium-review.googlesource.com/888524 Commit-Queue: Michał Majewski <majeski@google.com> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#50964}
108 lines
2.7 KiB
JSON
108 lines
2.7 KiB
JSON
{
|
|
"arch": "x64",
|
|
"duration_mean": 1,
|
|
"mode": "release",
|
|
"results": [
|
|
{
|
|
"command": "/usr/bin/python out/Release/d8_mocked.py strawberries --random-seed=123 --nohard-abort",
|
|
"duration": 1,
|
|
"exit_code": 1,
|
|
"expected": [
|
|
"PASS"
|
|
],
|
|
"flags": [
|
|
"strawberries",
|
|
"--random-seed=123",
|
|
"--nohard-abort"
|
|
],
|
|
"name": "sweet/strawberries",
|
|
"random_seed": 123,
|
|
"result": "FAIL",
|
|
"run": 1,
|
|
"stderr": "",
|
|
"stdout": "strawberries --random-seed=123 --nohard-abort\n",
|
|
"target_name": "d8_mocked.py",
|
|
"variant": "default"
|
|
},
|
|
{
|
|
"command": "/usr/bin/python out/Release/d8_mocked.py strawberries --random-seed=123 --nohard-abort",
|
|
"duration": 1,
|
|
"exit_code": 1,
|
|
"expected": [
|
|
"PASS"
|
|
],
|
|
"flags": [
|
|
"strawberries",
|
|
"--random-seed=123",
|
|
"--nohard-abort"
|
|
],
|
|
"name": "sweet/strawberries",
|
|
"random_seed": 123,
|
|
"result": "FAIL",
|
|
"run": 2,
|
|
"stderr": "",
|
|
"stdout": "strawberries --random-seed=123 --nohard-abort\n",
|
|
"target_name": "d8_mocked.py",
|
|
"variant": "default"
|
|
},
|
|
{
|
|
"command": "/usr/bin/python out/Release/d8_mocked.py strawberries --random-seed=123 --nohard-abort",
|
|
"duration": 1,
|
|
"exit_code": 1,
|
|
"expected": [
|
|
"PASS"
|
|
],
|
|
"flags": [
|
|
"strawberries",
|
|
"--random-seed=123",
|
|
"--nohard-abort"
|
|
],
|
|
"name": "sweet/strawberries",
|
|
"random_seed": 123,
|
|
"result": "FAIL",
|
|
"run": 3,
|
|
"stderr": "",
|
|
"stdout": "strawberries --random-seed=123 --nohard-abort\n",
|
|
"target_name": "d8_mocked.py",
|
|
"variant": "default"
|
|
}
|
|
],
|
|
"slowest_tests": [
|
|
{
|
|
"command": "/usr/bin/python out/Release/d8_mocked.py strawberries --random-seed=123 --nohard-abort",
|
|
"duration": 1,
|
|
"flags": [
|
|
"strawberries",
|
|
"--random-seed=123",
|
|
"--nohard-abort"
|
|
],
|
|
"marked_slow": true,
|
|
"name": "sweet/strawberries"
|
|
},
|
|
{
|
|
"command": "/usr/bin/python out/Release/d8_mocked.py strawberries --random-seed=123 --nohard-abort",
|
|
"duration": 1,
|
|
"flags": [
|
|
"strawberries",
|
|
"--random-seed=123",
|
|
"--nohard-abort"
|
|
],
|
|
"marked_slow": true,
|
|
"name": "sweet/strawberries"
|
|
},
|
|
{
|
|
"command": "/usr/bin/python out/Release/d8_mocked.py strawberries --random-seed=123 --nohard-abort",
|
|
"duration": 1,
|
|
"flags": [
|
|
"strawberries",
|
|
"--random-seed=123",
|
|
"--nohard-abort"
|
|
],
|
|
"marked_slow": true,
|
|
"name": "sweet/strawberries"
|
|
}
|
|
],
|
|
"test_total": 3
|
|
}
|
|
|