Bug 144947 - Test added in r184220 fails on Windows
Summary: Test added in r184220 fails on Windows
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-12 22:38 PDT by Ryosuke Niwa
Modified: 2015-05-12 22:41 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.