Bug 144947

Summary: Test added in r184220 fails on Windows
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: benjamin, ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Ryosuke Niwa 2015-05-12 22:38:28 PDT
https://build.webkit.org/builders/Apple%20Win%207%20Release%20(Tests)/builds/51783/steps/jscore-test/logs/stdio

Running stress/arith-mul-with-constants.js.no-llint
stress/arith-modulo-node-behaviors.js.default: Exception: moduloWithNegativeZeroDividend(-i, 0, 2) failed, returned: 0
stress/arith-modulo-node-behaviors.js.default: ERROR: Unexpected exit code: 3
FAIL: stress/arith-modulo-node-behaviors.js.default
Running stress/arith-mul-with-constants.js.always-trigger-copy-phase
Running stress/arith-mul-with-constants.js.no-cjit-validate-phases
stress/arith-modulo-node-behaviors.js.no-llint: Exception: moduloWithNegativeZeroDividend(-i, 0, 2) failed, returned: 0
Running stress/arith-mul-with-constants.js.dfg-eager
stress/arith-modulo-node-behaviors.js.always-trigger-copy-phase: Exception: moduloWithNegativeZeroDividend(-i, 0, 2) failed, returned: 0
stress/arith-modulo-node-behaviors.js.no-llint: ERROR: Unexpected exit code: 3
FAIL: stress/arith-modulo-node-behaviors.js.no-llint
stress/arith-modulo-node-behaviors.js.no-cjit-validate-phases: Exception: moduloWithNegativeZeroDividend(-i, 0, 2) failed, returned: 0
stress/arith-modulo-node-behaviors.js.always-trigger-copy-phase: ERROR: Unexpected exit code: 3
FAIL: stress/arith-modulo-node-behaviors.js.always-trigger-copy-phase
stress/arith-modulo-node-behaviors.js.dfg-eager-no-cjit-validate: Exception: moduloWithNegativeZeroDividend(-i, 0, 2) failed, returned: 0
stress/arith-modulo-node-behaviors.js.no-cjit-validate-phases: ERROR: Unexpected exit code: 3
FAIL: stress/arith-modulo-node-behaviors.js.no-cjit-validate-phases
stress/arith-modulo-node-behaviors.js.dfg-eager: Exception: moduloWithNegativeZeroDividend(-i, 0, 2) failed, returned: 0
Running stress/arith-mul-with-constants.js.dfg-eager-no-cjit-validate
Running stress/array-fill-put-by-val.js.default
stress/arith-modulo-node-behaviors.js.dfg-eager-no-cjit-validate: ERROR: Unexpected exit code: 3
FAIL: stress/arith-modulo-node-behaviors.js.dfg-eager-no-cjit-validate
stress/arith-modulo-node-behaviors.js.dfg-eager: ERROR: Unexpected exit code: 3
FAIL: stress/arith-modulo-node-behaviors.js.dfg-eager
Comment 1 Ryosuke Niwa 2015-05-12 22:41:45 PDT
Temporaily skipped the test on Windows in http://trac.webkit.org/changeset/184270.