KalebDark / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Intel specific failures in angle_end2end_tests: BlitStencil and MaskClearBufferBug #809

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently on my machine, an Intel HD 4000 laptop, I'm seeing intermittent 
failures in a variety of tests, with certain ones failing more often that 
others. Currently building in Debug/32-bit with Visual Studio.

Currently flaky:

ClearTest/0.MaskedClearBufferBug
IndexedBufferCopyTest/0.IndexRangeBug
RendererTest/2.RequestedRendererCreated
BlitFramebufferANGLETest/1.BlitStencil

Original issue reported on code.google.com by jmad...@chromium.org on 24 Oct 2014 at 8:30

GoogleCodeExporter commented 9 years ago
Already fixed the MaskedClearBufferBug 
https://chromium-review.googlesource.com/#/c/225262/, going to look at the 
BlitStencil test.

Original comment by jmad...@chromium.org on 12 Nov 2014 at 6:26

GoogleCodeExporter commented 9 years ago
Ken, FYI we'll likely have to disable this test because it fails in Intel D3D9. 
This will block putting angle_end2end_tests on the bots.

Original comment by jmad...@chromium.org on 24 Nov 2014 at 6:07

GoogleCodeExporter commented 9 years ago
Jamie, sounds fine overall - can we skip the test only on D3D9 and leave it on 
on D3D11?

Original comment by kbr@chromium.org on 24 Nov 2014 at 7:53

GoogleCodeExporter commented 9 years ago
Yeah, it's plausible we could even just skip it on Intel. Let's just make sure 
we get that in before we turn on angle_end2end_tests on the bots.

Original comment by jmad...@chromium.org on 24 Nov 2014 at 7:54

GoogleCodeExporter commented 9 years ago
Disabled in https://chromium-review.googlesource.com/#/c/232980/. Leaving this 
open for now until we have time to look in depth.

Original comment by jmad...@chromium.org on 4 Dec 2014 at 10:08