Title: [208752] trunk/JSTests
- Revision
- 208752
- Author
- [email protected]
- Date
- 2016-11-15 13:51:41 -0800 (Tue, 15 Nov 2016)
Log Message
Debug JSC test timeout: stress/has-own-property-name-cache-symbols-and-strings.js.ftl-no-cjit-small-pool
https://bugs.webkit.org/show_bug.cgi?id=163012
Unreviewed. This patch makes a test run for less time because it's timing out on the bots.
* stress/has-own-property-name-cache-symbols-and-strings.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (208751 => 208752)
--- trunk/JSTests/ChangeLog 2016-11-15 21:48:02 UTC (rev 208751)
+++ trunk/JSTests/ChangeLog 2016-11-15 21:51:41 UTC (rev 208752)
@@ -1,3 +1,12 @@
+2016-11-15 Saam Barati <[email protected]>
+
+ Debug JSC test timeout: stress/has-own-property-name-cache-symbols-and-strings.js.ftl-no-cjit-small-pool
+ https://bugs.webkit.org/show_bug.cgi?id=163012
+
+ Unreviewed. This patch makes a test run for less time because it's timing out on the bots.
+
+ * stress/has-own-property-name-cache-symbols-and-strings.js:
+
2016-11-15 Mark Lam <[email protected]>
The jsc shell's setImpureGetterDelegate() should ensure that the set value is an ImpureGetter.
Modified: trunk/JSTests/stress/has-own-property-name-cache-symbols-and-strings.js (208751 => 208752)
--- trunk/JSTests/stress/has-own-property-name-cache-symbols-and-strings.js 2016-11-15 21:48:02 UTC (rev 208751)
+++ trunk/JSTests/stress/has-own-property-name-cache-symbols-and-strings.js 2016-11-15 21:51:41 UTC (rev 208752)
@@ -8,13 +8,13 @@
let objs = [];
let keyPool = [];
let symbolPool = [];
-const numKeys = 500;
+const numKeys = 300;
for (let i = 0; i < numKeys; ++i) {
keyPool.push(i + "foo");
symbolPool.push(Symbol("Foo"));
}
-for (let i = 0; i < 10000; i++) {
+for (let i = 0; i < 2000; i++) {
let num = (Math.random() * numKeys) | 0;
let o = {};
for (let i = 0; i < num; ++i) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes