Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test3.json « testdata « unittests « tools « v8 « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e871de28ad85c795996cf0913b8a4516e25fa3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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"}
    ]
  }]
}