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

Unified Diff: test/js-perf-test/JSTests.json

Issue 2770623002: Error in JSTests.json prevented uploads. (Closed)
Patch Set: Missed one! Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/JSTests.json
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
index e143ebfca5c46804c4acaa3e2bfb7825cfc1f30c..813db372736aa414977abd0d075c01bb3da2ace7 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -341,13 +341,13 @@
]
},
{
- "name": "Arrays",
- "path": ["Arrays"],
+ "name": "Array",
+ "path": ["Array"],
"main": "run.js",
"resources": [
"filter.js"
],
- "results_regexp": "^Arrays\\-%s\\(Scope\\): (.+)$",
+ "results_regexp": "^Array\\-%s\\(Scope\\): (.+)$",
"tests": [
{"name": "Filter"}
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698