Title: [184305] trunk/Source/_javascript_Core
Revision
184305
Author
[email protected]
Date
2015-05-13 14:05:03 -0700 (Wed, 13 May 2015)

Log Message

I skipped a wrong test in r184270. Fix that.
The failure is tracked by webkit.org/b/144947.

* tests/stress/arith-modulo-node-behaviors.js:
* tests/stress/arith-mul-with-constants.js:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (184304 => 184305)


--- trunk/Source/_javascript_Core/ChangeLog	2015-05-13 20:51:37 UTC (rev 184304)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-05-13 21:05:03 UTC (rev 184305)
@@ -1,3 +1,11 @@
+2015-05-13  Ryosuke Niwa  <[email protected]>
+
+        I skipped a wrong test in r184270. Fix that.
+        The failure is tracked by webkit.org/b/144947.
+
+        * tests/stress/arith-modulo-node-behaviors.js:
+        * tests/stress/arith-mul-with-constants.js:
+
 2015-05-13  Joseph Pecoraro  <[email protected]>
 
         Avoid always running some debug code in type profiling

Modified: trunk/Source/_javascript_Core/tests/stress/arith-modulo-node-behaviors.js (184304 => 184305)


--- trunk/Source/_javascript_Core/tests/stress/arith-modulo-node-behaviors.js	2015-05-13 20:51:37 UTC (rev 184304)
+++ trunk/Source/_javascript_Core/tests/stress/arith-modulo-node-behaviors.js	2015-05-13 21:05:03 UTC (rev 184305)
@@ -1,3 +1,5 @@
+//@ skip if $hostOS == "windows"
+
 // Verify that the dividend propagate the NeedsNegZero if the dividend requires it.
 function moduloWithNegativeZeroDividend(a, b, c)
 {

Modified: trunk/Source/_javascript_Core/tests/stress/arith-mul-with-constants.js (184304 => 184305)


--- trunk/Source/_javascript_Core/tests/stress/arith-mul-with-constants.js	2015-05-13 20:51:37 UTC (rev 184304)
+++ trunk/Source/_javascript_Core/tests/stress/arith-mul-with-constants.js	2015-05-13 21:05:03 UTC (rev 184305)
@@ -1,5 +1,3 @@
-//@ skip if $hostOS == "windows"
-
 // Test value * 1.
 function arithMulIdentityWrittenAsInteger(x) {
     var a = x * 1;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to