OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "JSTests", | 2 "name": "JSTests", |
3 "run_count": 5, | 3 "run_count": 5, |
4 "run_count_android_arm": 3, | 4 "run_count_android_arm": 3, |
5 "run_count_android_arm64": 3, | 5 "run_count_android_arm64": 3, |
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
99 { | 99 { |
100 "name": "Object", | 100 "name": "Object", |
101 "path": ["Object"], | 101 "path": ["Object"], |
102 "main": "run.js", | 102 "main": "run.js", |
103 "resources": ["assign.js"], | 103 "resources": ["assign.js"], |
104 "flags": ["--harmony-object"], | 104 "flags": ["--harmony-object"], |
105 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", | 105 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", |
106 "tests": [ | 106 "tests": [ |
107 {"name": "Assign"} | 107 {"name": "Assign"} |
108 ] | 108 ] |
109 }, | |
110 { | |
111 "name": "Scope", | |
112 "path": ["Scope"], | |
113 "main": "run.js", | |
114 "resources": ["with.js"], | |
115 "flags": ["--turbo"], | |
arv (Not doing code reviews)
2015/05/29 14:54:44
Would it not be better to not have this flag to se
| |
116 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$", | |
117 "tests": [ | |
118 {"name": "With"} | |
119 ] | |
109 } | 120 } |
110 ] | 121 ] |
111 } | 122 } |
OLD | NEW |