Title: [208932] trunk/JSTests
- Revision
- 208932
- Author
- [email protected]
- Date
- 2016-11-19 19:29:44 -0800 (Sat, 19 Nov 2016)
Log Message
op_mod-* JSC tests needs a longer timeout too.
https://bugs.webkit.org/show_bug.cgi?id=164994
Reviewed by Yusuke Suzuki.
* stress/op_mod-ConstVar.js:
* stress/op_mod-VarConst.js:
* stress/op_mod-VarVar.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (208931 => 208932)
--- trunk/JSTests/ChangeLog 2016-11-20 00:38:09 UTC (rev 208931)
+++ trunk/JSTests/ChangeLog 2016-11-20 03:29:44 UTC (rev 208932)
@@ -1,5 +1,16 @@
2016-11-19 Mark Lam <[email protected]>
+ op_mod-* JSC tests needs a longer timeout too.
+ https://bugs.webkit.org/show_bug.cgi?id=164994
+
+ Reviewed by Yusuke Suzuki.
+
+ * stress/op_mod-ConstVar.js:
+ * stress/op_mod-VarConst.js:
+ * stress/op_mod-VarVar.js:
+
+2016-11-19 Mark Lam <[email protected]>
+
Add --timeoutMultiplier option to allow some tests more time to run.
https://bugs.webkit.org/show_bug.cgi?id=164951
Modified: trunk/JSTests/stress/op_mod-ConstVar.js (208931 => 208932)
--- trunk/JSTests/stress/op_mod-ConstVar.js 2016-11-20 00:38:09 UTC (rev 208931)
+++ trunk/JSTests/stress/op_mod-ConstVar.js 2016-11-20 03:29:44 UTC (rev 208932)
@@ -1,4 +1,4 @@
-//@ runFTLNoCJIT
+//@ runFTLNoCJIT("--timeoutMultiplier=1.5")
// If all goes well, this test module will terminate silently. If not, it will print
// errors. See binary-op-test.js for debugging options if needed.
Modified: trunk/JSTests/stress/op_mod-VarConst.js (208931 => 208932)
--- trunk/JSTests/stress/op_mod-VarConst.js 2016-11-20 00:38:09 UTC (rev 208931)
+++ trunk/JSTests/stress/op_mod-VarConst.js 2016-11-20 03:29:44 UTC (rev 208932)
@@ -1,4 +1,4 @@
-//@ runFTLNoCJIT
+//@ runFTLNoCJIT("--timeoutMultiplier=1.5")
// If all goes well, this test module will terminate silently. If not, it will print
// errors. See binary-op-test.js for debugging options if needed.
Modified: trunk/JSTests/stress/op_mod-VarVar.js (208931 => 208932)
--- trunk/JSTests/stress/op_mod-VarVar.js 2016-11-20 00:38:09 UTC (rev 208931)
+++ trunk/JSTests/stress/op_mod-VarVar.js 2016-11-20 03:29:44 UTC (rev 208932)
@@ -1,4 +1,4 @@
-//@ runFTLNoCJIT
+//@ runFTLNoCJIT("--timeoutMultiplier=1.5")
// If all goes well, this test module will terminate silently. If not, it will print
// errors. See binary-op-test.js for debugging options if needed.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes