Title: [227196] trunk/JSTests
- Revision
- 227196
- Author
- [email protected]
- Date
- 2018-01-19 05:06:42 -0800 (Fri, 19 Jan 2018)
Log Message
Unreviewed, reduce count of iteration to fix timing out debug JSC test
https://bugs.webkit.org/show_bug.cgi?id=181535
* stress/inserted-recovery-with-set-last-index.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (227195 => 227196)
--- trunk/JSTests/ChangeLog 2018-01-19 12:22:00 UTC (rev 227195)
+++ trunk/JSTests/ChangeLog 2018-01-19 13:06:42 UTC (rev 227196)
@@ -1,3 +1,10 @@
+2018-01-19 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, reduce count of iteration to fix timing out debug JSC test
+ https://bugs.webkit.org/show_bug.cgi?id=181535
+
+ * stress/inserted-recovery-with-set-last-index.js:
+
2018-01-17 Yusuke Suzuki <[email protected]>
[DFG][FTL] Introduce PhantomNewRegexp and RegExpExecNonGlobalOrSticky
Modified: trunk/JSTests/stress/inserted-recovery-with-set-last-index.js (227195 => 227196)
--- trunk/JSTests/stress/inserted-recovery-with-set-last-index.js 2018-01-19 12:22:00 UTC (rev 227195)
+++ trunk/JSTests/stress/inserted-recovery-with-set-last-index.js 2018-01-19 13:06:42 UTC (rev 227196)
@@ -16,7 +16,7 @@
noInline(foo);
var array = new Array(1000);
-for (var i = 0; i < 4000000; ++i) {
+for (var i = 0; i < 400000; ++i) {
var o = foo(i & 0x1);
if (i & 0x1) {
shouldBe(o instanceof RegExp, true);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes