Bug 162016
| Summary: | REGRESSION (r205931): 32-bit JSC test failing: stress/arith-trunc-on-various-types.js | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | benjamin |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=161895 | ||
Ryan Haddad
32-bit JSC test failing: stress/arith-trunc-on-various-types.js
https://build.webkit.org/builders/Apple%20Yosemite%2032-bit%20JSC%20%28BuildAndTest%29/builds/10652
** The following JSC stress test failures have been introduced:
stress/arith-ceil-on-various-types.js.dfg-maximal-flush-validate-no-cjit
stress/arith-floor-on-various-types.js.dfg-maximal-flush-validate-no-cjit
stress/arith-round-on-various-types.js.dfg-maximal-flush-validate-no-cjit
stress/arith-trunc-on-various-types.js.always-trigger-copy-phase
stress/arith-trunc-on-various-types.js.default
stress/arith-trunc-on-various-types.js.dfg-maximal-flush-validate-no-cjit
stress/arith-trunc-on-various-types.js.no-cjit-validate-phases
stress/arith-trunc-on-various-types.js.no-llint
stress/arith-trunc-on-various-types.js.default: Exception: We should have compiled a single trunc for the expected type.
stress/arith-trunc-on-various-types.js.default: ERROR: Unexpected exit code: 3
FAIL: stress/arith-trunc-on-various-types.js.default
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Started with http://trac.webkit.org/changeset/205931
Ryan Haddad
*** This bug has been marked as a duplicate of bug 162021 ***