Index: test/mjsunit/harmony/weakmaps.js |
diff --git a/test/mjsunit/harmony/weakmaps.js b/test/mjsunit/harmony/weakmaps.js |
index 77d379602fc2a19242ca3ed12794fe7c1d8ad912..52b022bbd88b862e0afec765e323955a9c308f3d 100644 |
--- a/test/mjsunit/harmony/weakmaps.js |
+++ b/test/mjsunit/harmony/weakmaps.js |
@@ -112,3 +112,9 @@ var m = new WeakMap; |
assertTrue(m instanceof WeakMap); |
assertTrue(WeakMap.prototype.set instanceof Function) |
assertTrue(WeakMap.prototype.get instanceof Function) |
+ |
+ |
+// Stress Test |
+// There is a proposed stress-test available at the es-discuss mailing list |
+// which cannot be reasonably automated. Check it out by hand if you like: |
+// https://mail.mozilla.org/pipermail/es-discuss/2011-May/014096.html |