Bug 93814 - [g965] intermittent ext_framebuffer_multisample.accuracy
Summary: [g965] intermittent ext_framebuffer_multisample.accuracy
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i965 (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Mark Janes
QA Contact: Intel 3D Bugs Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-21 19:16 UTC by Mark Janes
Modified: 2016-03-02 00:20 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Mark Janes 2016-01-21 19:16:34 UTC
at some point, the following test became intermittent on g965:

piglit.spec.ext_framebuffer_multisample.accuracy all_samples srgb depthstencil linear.g965m64 (from piglit)
Failing for the past 1 build (Since Unstable#328562 )
Took 0.43 sec.
Standard Output

/tmp/build_root/m64/lib/piglit/bin/ext_framebuffer_multisample-accuracy all_samples srgb depthstencil linear -auto -fbo
Pixels that should be unlit
  count = 236444
  RMS error = 0.025355
Pixels that should be totally lit
  count = 13308
  Perfect output
The error threshold for unlit and totally lit pixels test is 0.016650
Pixels that should be partially lit
  count = 12392
  RMS error = 0.273876
The error threshold for partially lit pixels is 0.333000
Samples = 0, Result = fail



Because it is intermittent, I don't have a bisection.  This bug will be NEEDSINFO until that is available.
Comment 1 Kenneth Graunke 2016-01-21 19:19:23 UTC
I saw that.  This is really bizarre.  We don't support multisampling prior to Sandybridge, so all of these tests should simply skip.

It might be worth running the test with valgrind...
Comment 2 Neil Roberts 2016-02-04 16:34:54 UTC
(In reply to Kenneth Graunke from comment #1)

The output shows that it is only running with samples=0 so it makes sense that it is running on g965 even though it doesn't have multisample support.

I ran it on my HSW with Valgrind and it didn't say anything interesting.
Comment 3 Mark Janes 2016-02-04 16:56:04 UTC
possibly related:

https://bugs.freedesktop.org/show_bug.cgi?id=93355

I have also seen occasional SNB gpu hangs due to this test.
Comment 4 Matt Turner 2016-02-04 18:24:06 UTC
This test was skipping before piglit commit f8b7ea69398b4b3d0aaa3e36f864fb22a880e17f.
Comment 5 Mark Janes 2016-03-02 00:20:09 UTC
test seems to pass now


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.