Bug 187560
Summary: | [32-bit JSC tests] stress/cow-convert-double-to-contiguous.js and stress/cow-convert-int32-to-contiguous.js are failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | fpizlo, keith_miller, realdawei, tsavell |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
** The following JSC stress test failures have been introduced:
stress/cow-convert-double-to-contiguous.js.default
stress/cow-convert-double-to-contiguous.js.dfg-maximal-flush-validate-no-cjit
stress/cow-convert-double-to-contiguous.js.no-cjit-validate-phases
stress/cow-convert-double-to-contiguous.js.no-llint
stress/cow-convert-int32-to-contiguous.js.default
stress/cow-convert-int32-to-contiguous.js.dfg-maximal-flush-validate-no-cjit
stress/cow-convert-int32-to-contiguous.js.no-cjit-validate-phases
stress/cow-convert-int32-to-contiguous.js.no-llint
stress/cow-convert-double-to-contiguous.js.default: Exception: Error: test should be === to 2.0585345
stress/cow-convert-double-to-contiguous.js.default: shouldBe@cow-convert-double-to-contiguous.js:8:24
stress/cow-convert-double-to-contiguous.js.default: test@cow-convert-double-to-contiguous.js:17:13
stress/cow-convert-double-to-contiguous.js.default: global code@cow-convert-double-to-contiguous.js:28:9
stress/cow-convert-double-to-contiguous.js.default: ERROR: Unexpected exit code: 3
stress/cow-convert-int32-to-contiguous.js.default: Exception: Error: test should be === to 2
stress/cow-convert-int32-to-contiguous.js.default: shouldBe@cow-convert-int32-to-contiguous.js:8:24
stress/cow-convert-int32-to-contiguous.js.default: test@cow-convert-int32-to-contiguous.js:17:13
stress/cow-convert-int32-to-contiguous.js.default: global code@cow-convert-int32-to-contiguous.js:28:9
stress/cow-convert-int32-to-contiguous.js.default: ERROR: Unexpected exit code: 3
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
The above is from: https://build.webkit.org/builders/Apple%20High%20Sierra%2032-bit%20JSC%20%28BuildAndTest%29/builds/2269
Ryan Haddad
*** This bug has been marked as a duplicate of bug 187561 ***