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: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: fpizlo, keith_miller, realdawei, tsavell
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 2018-07-11 13:08:45 PDT
** 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
Comment 2 Ryan Haddad 2018-07-11 13:35:25 PDT

*** This bug has been marked as a duplicate of bug 187561 ***