Bug 129953

Summary: int8-repeat-out-of-bounds and float32-repeat-out-of-bounds fail with FTL.
Product: WebKit Reporter: Andrew Trick <atrick>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: fpizlo, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.