| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "JSTests", | 2 "name": "JSTests", |
| 3 "run_count": 3, | 3 "run_count": 3, |
| 4 "run_count_android_arm": 1, | 4 "run_count_android_arm": 1, |
| 5 "run_count_android_arm64": 1, | 5 "run_count_android_arm64": 1, |
| 6 "timeout": 120, | 6 "timeout": 120, |
| 7 "units": "score", | 7 "units": "score", |
| 8 "total": true, | 8 "total": true, |
| 9 "resources": ["base.js"], | 9 "resources": ["base.js"], |
| 10 "tests": [ | 10 "tests": [ |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 ] | 112 ] |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 "name": "Strings", | 115 "name": "Strings", |
| 116 "path": ["Strings"], | 116 "path": ["Strings"], |
| 117 "main": "run.js", | 117 "main": "run.js", |
| 118 "resources": ["harmony-string.js"], | 118 "resources": ["harmony-string.js"], |
| 119 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", | 119 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", |
| 120 "run_count": 1, | 120 "run_count": 1, |
| 121 "timeout": 240, | 121 "timeout": 240, |
| 122 "timeout_android_arm": 360, |
| 122 "tests": [ | 123 "tests": [ |
| 123 {"name": "StringFunctions"} | 124 {"name": "StringFunctions"} |
| 124 ] | 125 ] |
| 125 }, | 126 }, |
| 126 { | 127 { |
| 127 "name": "StringIterators", | 128 "name": "StringIterators", |
| 128 "path": ["StringIterators"], | 129 "path": ["StringIterators"], |
| 129 "main": "run.js", | 130 "main": "run.js", |
| 130 "resources": ["string-iterator.js"], | 131 "resources": ["string-iterator.js"], |
| 131 "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$", | 132 "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, | 230 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, |
| 230 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, | 231 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, |
| 231 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, | 232 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, |
| 232 {"name": "Object.hasOwnProperty--el"}, | 233 {"name": "Object.hasOwnProperty--el"}, |
| 233 {"name": "Object.hasOwnProperty--el-str"}, | 234 {"name": "Object.hasOwnProperty--el-str"}, |
| 234 {"name": "Object.hasOwnProperty--NE-el"} | 235 {"name": "Object.hasOwnProperty--NE-el"} |
| 235 ] | 236 ] |
| 236 } | 237 } |
| 237 ] | 238 ] |
| 238 } | 239 } |
| OLD | NEW |