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

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

Issue 2693043009: [typedarrays] sort in C++ for undefined comparefn (Closed)
Patch Set: Created 3 years, 10 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
Index: test/js-perf-test/JSTests.json
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
index 2e2524ba310411da9b07d99f9c4b41fafcf5b752..c7c73908545780dc8d1ee57183d2bb2e01f72362 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -283,7 +283,7 @@
{
"name": "CopyWithin",
"main": "run.js",
- "test_flags": ["typedarrays"]
+ "test_flags": ["copywithin"]
},
{
"name": "Constructor",
@@ -296,6 +296,11 @@
"results_regexp": "^TypedArrays\\-Constructor\\(Score\\): (.+)$",
"main": "run.js",
"test_flags": ["constructor"]
+ },
+ {
+ "name": "Sort",
+ "main": "run.js",
+ "test_flags": ["sort"]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698