Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: test/js-perf-test/JSTests.json

Issue 1024813002: Remove harmony-strings flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/string.js ('k') | test/mjsunit/es6/string-codepointat.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « src/string.js ('k') | test/mjsunit/es6/string-codepointat.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698