v8/tools/unittests/testdata/test3.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
335 B
JSON
Raw Normal View History

{
"path": ["."],
"owners": ["username@chromium.org"],
"flags": [],
"run_count": 1,
"results_processor": "results_processor.py",
"tests": [{
"path": ["."],
"name": "Octane",
"main": "run.js",
"results_regexp": "^%s: (.+)$",
"tests": [
{"name": "Richards"},
{"name": "DeltaBlue"}
]
}]
}