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:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@184305 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/tests/stress/arith-modulo-node-behaviors.js b/Source/JavaScriptCore/tests/stress/arith-modulo-node-behaviors.js
index 5030093..16b9863 100644
--- a/Source/JavaScriptCore/tests/stress/arith-modulo-node-behaviors.js
+++ b/Source/JavaScriptCore/tests/stress/arith-modulo-node-behaviors.js
@@ -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)
 {