Bug 99096
Summary: | REGRESSION(r130839): fast/canvas/webgl/arraybuffer-transfer-of-control.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vicki Pfau <jeffrey+webkit> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | eric.carlson, fpizlo |
Priority: | P2 | Keywords: | LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Vicki Pfau
Commit http://trac.webkit.org/changeset/130839 appears to have broken the layout test fast/canvas/webgl/arraybuffer-transfer-of-control.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Filip Pizlo
Huh. This test implies that our typed array inlining approach may need tweaking.
Filip Pizlo
(In reply to comment #1)
> Huh. This test implies that our typed array inlining approach may need tweaking.
By which I mean, the only reason why we didn't have failures before is that the test didn't previously have coverage into our optimizing JIT.
Vicki Pfau
Marked as failing in r131116
Eric Carlson
This appears to have been fixed: http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK2%20(Tests)/r153825%20(11521)/results.html
Unskipped test in https://trac.webkit.org/r153836 .