test3.json 335 Bytes
Newer Older
1 2
{
  "path": ["."],
3
  "owners": ["username@chromium.org"],
4 5 6 7 8 9 10 11 12 13 14 15 16 17
  "flags": [],
  "run_count": 1,
  "results_processor": "results_processor.py",
  "tests": [{
    "path": ["."],
    "name": "Octane",
    "main": "run.js",
    "results_regexp": "^%s: (.+)$",
    "tests": [
      {"name": "Richards"},
      {"name": "DeltaBlue"}
    ]
  }]
}