Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "JSTests/Strings", | |
| 3 "path": ["."], | |
| 4 "main": "run.js", | |
| 5 "flags": ["--harmony-strings"], | |
| 6 "run_count": 5, | |
| 7 "units": "score", | |
| 8 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", | |
| 9 "total": true, | |
| 10 "tests": [ | |
| 11 {"name": "StringFunctions"} | |
| 12 ] | |
| 13 } | |
| OLD | NEW |