Bug 129953
| Summary: | int8-repeat-out-of-bounds and float32-repeat-out-of-bounds fail with FTL. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andrew Trick <atrick> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | fpizlo, mrobinson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Andrew Trick
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Andrew Trick
Test cases disabled in:
"Patch" to https://bugs.webkit.org/show_bug.cgi?id=129954
Martin Robinson
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
Filip Pizlo
(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.