Bug 85090
Summary: | Layout Tests fast/js/dfg-float64array.html, fast/js/dfg-uint16array.html, and fast/js/dfg-uint8array.html are flaky timeouts | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dimitri Glazkov (Google) <dglazkov> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | adamk, arv, danno, fpizlo, yutak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dimitri Glazkov (Google)
It's possible this is for Chromium/V8 only, but these tests are timing out frequently.
Arv, cc'ing you in hopes you know who to cc on V8 side.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=fast%2Fjs%2Fdfg-float64array.html%2Cfast%2Fjs%2Fdfg-uint16array.html%2Cfast%2Fjs%2Fdfg-uint8array.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Filip Pizlo
(In reply to comment #0)
> It's possible this is for Chromium/V8 only, but these tests are timing out frequently.
>
> Arv, cc'ing you in hopes you know who to cc on V8 side.
>
> http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=fast%2Fjs%2Fdfg-float64array.html%2Cfast%2Fjs%2Fdfg-uint16array.html%2Cfast%2Fjs%2Fdfg-uint8array.html
Are those charts for Chromium or the Mac port, or both?
Dimitri Glazkov (Google)
(In reply to comment #1)
> (In reply to comment #0)
> > It's possible this is for Chromium/V8 only, but these tests are timing out frequently.
> >
> > Arv, cc'ing you in hopes you know who to cc on V8 side.
> >
> > http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=fast%2Fjs%2Fdfg-float64array.html%2Cfast%2Fjs%2Fdfg-uint16array.html%2Cfast%2Fjs%2Fdfg-uint8array.html
>
> Are those charts for Chromium or the Mac port, or both?
Only Chromium. I don't know if the flakiness is present on other ports -- don't have the data.
Filip Pizlo
(In reply to comment #2)
> (In reply to comment #1)
> > (In reply to comment #0)
> > > It's possible this is for Chromium/V8 only, but these tests are timing out frequently.
> > >
> > > Arv, cc'ing you in hopes you know who to cc on V8 side.
> > >
> > > http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=fast%2Fjs%2Fdfg-float64array.html%2Cfast%2Fjs%2Fdfg-uint16array.html%2Cfast%2Fjs%2Fdfg-uint8array.html
> >
> > Are those charts for Chromium or the Mac port, or both?
>
> Only Chromium. I don't know if the flakiness is present on other ports -- don't have the data.
I haven't seen evidence of flakiness on JSC.
Erik Arvidsson
Danno: Do you know who worked on ByteArrays?
Daniel Clifford
I did the Crankshaft implementation of ByteArrays in V8, so I'm probably the right person to take a look at this. I am not sure how to decode the included links, I'll follow up with Dimitri to figure out exactly what I have to look at.
Adam Klein
Fwiw, these only seemed to be timing out on Debug builds, and usually take a long time even when they don't time out, so I've marked them as DEBUG SLOW and expect they'll pass in future (though will take awhile). See http://trac.webkit.org/changeset/118573
Yuta Kitamura
Tests named dfg-*array.html are known to be slow. All these tests now point to
BUGCR24182 (Slow WebKit tests that pass):
<http://trac.webkit.org/changeset/125652>
I'm closing this bug as obsolete.