2016-11-25 09:25:11 +00:00
|
|
|
{
|
2018-05-11 16:12:21 +00:00
|
|
|
"owners": ["jgruber@chromium.org", "yangguo@chromium.org"],
|
2016-11-25 09:25:11 +00:00
|
|
|
"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",
|
2019-03-05 21:47:07 +00:00
|
|
|
"case_test.js",
|
2019-06-28 01:36:02 +00:00
|
|
|
"complex_case_test.js",
|
2016-11-25 09:25:11 +00:00
|
|
|
"ctor.js",
|
|
|
|
"exec.js",
|
|
|
|
"flags.js",
|
2018-05-24 09:08:04 +00:00
|
|
|
"inline_test.js",
|
2016-11-25 09:25:11 +00:00
|
|
|
"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",
|
2016-11-28 13:12:27 +00:00
|
|
|
"slow_test.js"
|
2016-11-25 09:25:11 +00:00
|
|
|
],
|
|
|
|
"results_regexp": "^%s\\-RegExp\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
2019-03-05 21:47:07 +00:00
|
|
|
{"name": "CaseInsensitiveTest"},
|
2019-06-28 01:36:02 +00:00
|
|
|
{"name": "ComplexCaseInsensitiveTest"},
|
2016-11-25 09:25:11 +00:00
|
|
|
{"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"},
|
2018-05-22 13:16:14 +00:00
|
|
|
{"name": "SlowTest"},
|
|
|
|
{"name": "InlineTest"}
|
2016-11-25 09:25:11 +00:00
|
|
|
]
|
2016-11-28 13:12:27 +00:00
|
|
|
}
|
2016-11-25 09:25:11 +00:00
|
|
|
]
|
|
|
|
}
|