commit | c4705bfc347eb95f951eada112c5c338173f1b3b | [log] [tgz] |
---|---|---|
author | rniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed May 13 21:05:03 2015 +0000 |
committer | rniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed May 13 21:05:03 2015 +0000 |
tree | e074a7268b2309cdb7b1c61c77b17e92e51461fb | |
parent | 2870272891a755b37f4ecab25d54f77dab2ee748 [diff] [blame] |
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) {