Bug 129953 - int8-repeat-out-of-bounds and float32-repeat-out-of-bounds fail with FTL.
Summary: int8-repeat-out-of-bounds and float32-repeat-out-of-bounds fail with FTL.
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: 2014-03-07 19:08 PST by Andrew Trick
Modified: 2014-04-21 12:43 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 Andrew Trick 2014-03-07 19:08:37 PST
These stress tests fail with my FTL build with:
Exception: Error: unexpected retry count: 1

This is not a correctness issue, so I'm temporarily skipping the tests until this can be resolved.

Testing on ARM64 with:
Tools/Scripts/run-javascriptcore-tests --no-build --no-testapi --ftl-jit
Comment 1 Andrew Trick 2014-03-07 19:12:56 PST
Test cases disabled in:
 "Patch" to https://bugs.webkit.org/show_bug.cgi?id=129954
Comment 2 Martin Robinson 2014-03-07 21:03:53 PST
I'm not sure if this is related or not, but

	js/script-tests/function-apply-many-args.js.layout-dfg-eager-no-cjit
	js/script-tests/function-apply-many-args.js.layout-no-llint

are also failing on WebKitGTK+. See http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/45454/steps/jscore-test/logs/stdio
Comment 3 Filip Pizlo 2014-04-21 12:43:14 PDT
(In reply to comment #2)
> I'm not sure if this is related or not, but
> 
>     js/script-tests/function-apply-many-args.js.layout-dfg-eager-no-cjit
>     js/script-tests/function-apply-many-args.js.layout-no-llint
> 
> are also failing on WebKitGTK+. See http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/45454/steps/jscore-test/logs/stdio

Not related, since this tracks an FTL issue and WebKitGTK+ doesn't use FTL.