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 "units": "score", | 6 "units": "score", |
7 "total": true, | 7 "total": true, |
8 "resources": ["base.js"], | 8 "resources": ["base.js"], |
9 "tests": [ | 9 "tests": [ |
10 { | 10 { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 "results_regexp": "^%s\\-Iterators\\(Score\\): (.+)$", | 53 "results_regexp": "^%s\\-Iterators\\(Score\\): (.+)$", |
54 "tests": [ | 54 "tests": [ |
55 {"name": "ForOf"} | 55 {"name": "ForOf"} |
56 ] | 56 ] |
57 }, | 57 }, |
58 { | 58 { |
59 "name": "Strings", | 59 "name": "Strings", |
60 "path": ["Strings"], | 60 "path": ["Strings"], |
61 "main": "run.js", | 61 "main": "run.js", |
62 "resources": ["harmony-string.js"], | 62 "resources": ["harmony-string.js"], |
63 "flags": ["--harmony-strings"], | |
64 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", | 63 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", |
65 "tests": [ | 64 "tests": [ |
66 {"name": "StringFunctions"} | 65 {"name": "StringFunctions"} |
67 ] | 66 ] |
68 }, | 67 }, |
69 { | 68 { |
70 "name": "Templates", | 69 "name": "Templates", |
71 "path": ["Templates"], | 70 "path": ["Templates"], |
72 "main": "run.js", | 71 "main": "run.js", |
73 "resources": ["templates.js"], | 72 "resources": ["templates.js"], |
74 "flags": ["--harmony-templates"], | 73 "flags": ["--harmony-templates"], |
75 "run_count": 5, | 74 "run_count": 5, |
76 "units": "score", | 75 "units": "score", |
77 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", | 76 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", |
78 "total": true, | 77 "total": true, |
79 "tests": [ | 78 "tests": [ |
80 {"name": "Untagged"}, | 79 {"name": "Untagged"}, |
81 {"name": "LargeUntagged"}, | 80 {"name": "LargeUntagged"}, |
82 {"name": "Tagged"} | 81 {"name": "Tagged"} |
83 ] | 82 ] |
84 } | 83 } |
85 ] | 84 ] |
86 } | 85 } |
OLD | NEW |