c74f112666
Bug: v8:7779 Change-Id: I79471ecb038b710d21e938efd3f9207da30e6622 NOTRY=true Change-Id: I79471ecb038b710d21e938efd3f9207da30e6622 Reviewed-on: https://chromium-review.googlesource.com/1071508 Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#53319}
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"owners": ["jgruber@chromium.org", "yangguo@chromium.org"],
|
|
"name": "RegExp",
|
|
"run_count": 3,
|
|
"run_count_arm": 1,
|
|
"run_count_arm64": 1,
|
|
"timeout": 120,
|
|
"units": "score",
|
|
"total": true,
|
|
"resources": ["base.js"],
|
|
"tests": [
|
|
{
|
|
"name": "RegExp",
|
|
"path": ["RegExp"],
|
|
"main": "run.js",
|
|
"resources": [
|
|
"base_ctor.js",
|
|
"base_exec.js",
|
|
"base_flags.js",
|
|
"base_match.js",
|
|
"base_replace.js",
|
|
"base_search.js",
|
|
"base_split.js",
|
|
"base_test.js",
|
|
"base.js",
|
|
"ctor.js",
|
|
"exec.js",
|
|
"flags.js",
|
|
"inline_test.js",
|
|
"match.js",
|
|
"replace.js",
|
|
"search.js",
|
|
"split.js",
|
|
"test.js",
|
|
"slow_exec.js",
|
|
"slow_flags.js",
|
|
"slow_match.js",
|
|
"slow_replace.js",
|
|
"slow_search.js",
|
|
"slow_split.js",
|
|
"slow_test.js"
|
|
],
|
|
"results_regexp": "^%s\\-RegExp\\(Score\\): (.+)$",
|
|
"tests": [
|
|
{"name": "Ctor"},
|
|
{"name": "Exec"},
|
|
{"name": "Flags"},
|
|
{"name": "Match"},
|
|
{"name": "Replace"},
|
|
{"name": "Search"},
|
|
{"name": "Split"},
|
|
{"name": "Test"},
|
|
{"name": "SlowExec"},
|
|
{"name": "SlowFlags"},
|
|
{"name": "SlowMatch"},
|
|
{"name": "SlowReplace"},
|
|
{"name": "SlowSearch"},
|
|
{"name": "SlowSplit"},
|
|
{"name": "SlowTest"},
|
|
{"name": "InlineTest"}
|
|
]
|
|
}
|
|
]
|
|
}
|