Title: [221981] trunk/JSTests
Revision
221981
Author
[email protected]
Date
2017-09-13 11:25:11 -0700 (Wed, 13 Sep 2017)

Log Message

Skip 3 op_mod tests on Debug JSC bots.
https://bugs.webkit.org/show_bug.cgi?id=176630

Unreviewed test gardening.

* stress/op_mod-ConstVar.js:
* stress/op_mod-VarConst.js:
* stress/op_mod-VarVar.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (221980 => 221981)


--- trunk/JSTests/ChangeLog	2017-09-13 18:20:12 UTC (rev 221980)
+++ trunk/JSTests/ChangeLog	2017-09-13 18:25:11 UTC (rev 221981)
@@ -1,3 +1,14 @@
+2017-09-13  Ryan Haddad  <[email protected]>
+
+        Skip 3 op_mod tests on Debug JSC bots.
+        https://bugs.webkit.org/show_bug.cgi?id=176630
+
+        Unreviewed test gardening.
+
+        * stress/op_mod-ConstVar.js:
+        * stress/op_mod-VarConst.js:
+        * stress/op_mod-VarVar.js:
+
 2017-09-13  Yusuke Suzuki  <[email protected]>
 
         [JSC] Fix Array allocation in Object.keys

Modified: trunk/JSTests/stress/op_mod-ConstVar.js (221980 => 221981)


--- trunk/JSTests/stress/op_mod-ConstVar.js	2017-09-13 18:20:12 UTC (rev 221980)
+++ trunk/JSTests/stress/op_mod-ConstVar.js	2017-09-13 18:25:11 UTC (rev 221981)
@@ -1,4 +1,4 @@
-//@ runFTLNoCJIT("--timeoutMultiplier=2.0")
+//@ if $buildType == "release" then runFTLNoCJIT("--timeoutMultiplier=1.5") else skip end
 
 // 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 (221980 => 221981)


--- trunk/JSTests/stress/op_mod-VarConst.js	2017-09-13 18:20:12 UTC (rev 221980)
+++ trunk/JSTests/stress/op_mod-VarConst.js	2017-09-13 18:25:11 UTC (rev 221981)
@@ -1,4 +1,4 @@
-//@ runFTLNoCJIT("--timeoutMultiplier=2.0")
+//@ if $buildType == "release" then runFTLNoCJIT("--timeoutMultiplier=1.5") else skip end
 
 // 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 (221980 => 221981)


--- trunk/JSTests/stress/op_mod-VarVar.js	2017-09-13 18:20:12 UTC (rev 221980)
+++ trunk/JSTests/stress/op_mod-VarVar.js	2017-09-13 18:25:11 UTC (rev 221981)
@@ -1,4 +1,4 @@
-//@ runFTLNoCJIT("--timeoutMultiplier=2.0")
+//@ if $buildType == "release" then runFTLNoCJIT("--timeoutMultiplier=1.5") else skip end
 
 // 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

Reply via email to