summaryrefslogtreecommitdiff
path: root/deps/v8/tools/unittests/testdata/test3.json
blob: 1b7ef96aae5203893ab169f44d0111b2f73a3e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "path": ["."],
  "flags": [],
  "run_count": 1,
  "results_processor": "results_processor.py",
  "tests": [{
    "path": ["."],
    "name": "Octane",
    "main": "run.js",
    "results_regexp": "^%s: (.+)$",
    "tests": [
      {"name": "Richards"},
      {"name": "DeltaBlue"}
    ]
  }]
}