Bug 187560 - [32-bit JSC tests] stress/cow-convert-double-to-contiguous.js and stress/cow-convert-int32-to-contiguous.js are failing
Summary: [32-bit JSC tests] stress/cow-convert-double-to-contiguous.js and stress/cow-...
Status: RESOLVED DUPLICATE of bug 187561
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-11 13:08 PDT by Ryan Haddad
Modified: 2018-07-11 13:35 PDT (History)
4 users (show)

See Also:


Attachments

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