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

Unified Diff: test/js-perf-test/Collections/run.js

Issue 947683002: Reimplement Maps and Sets in JS (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable one more test Created 5 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
« src/objects.cc ('K') | « test/cctest/test-ordered-hash-table.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Collections/run.js
diff --git a/test/js-perf-test/Collections/run.js b/test/js-perf-test/Collections/run.js
index 50f1ee10513d0d1bd4d9b0213db887de23719cff..d8009d43942ea91319df30b0e074d20ca8e9cf66 100644
--- a/test/js-perf-test/Collections/run.js
+++ b/test/js-perf-test/Collections/run.js
@@ -7,8 +7,8 @@ load('../base.js');
load('common.js');
load('map.js');
load('set.js');
-load('weakmap.js');
-load('weakset.js');
+//load('weakmap.js');
+//load('weakset.js');
var success = true;
« src/objects.cc ('K') | « test/cctest/test-ordered-hash-table.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698