Summary: | [ILK Bisected]Piglit glean/makeCurrent fails | ||
---|---|---|---|
Product: | Mesa | Reporter: | lu hua <huax.lu> |
Component: | Drivers/DRI/i965 | Assignee: | Kenneth Graunke <kenneth> |
Status: | CLOSED WORKSFORME | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | major | ||
Priority: | high | CC: | idr |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 79039 |
Description
lu hua
2014-05-09 03:04:24 UTC
I can't reproduce this. I tried both master (1e9cbbb1c40b3df) and the commit you bisected it to (9701c6984d8d6570d90a15f86872b16bdba117f2) on Ironlake, and the test passes 100% of the time for me. Tested also here with mobile Ironlake (core i5-520M) with Mesa master branch and the test pass all the time. Test on latest master branch, It sporadically fail. Fail rate: 2/5. ---------------------------------------------------------------------- This test sanity-checks the ability to use multiple rendering contexts. It creates several contexts with differing characteristics (e.g., some are direct-rendering and some are indirect-rendering, if the window system binding supports that distinction). Then it runs through all pairs of contexts, making each one "current" in turn and verifying that simple rendering succeeds. makeCurrent: PASS rgba8, db, z24, s8, win+pmap, id 32 makeCurrent: PASS rgba8, db, z24, s8, win+pmap, id 33 makeCurrent: PASS rgba8, db, z24, s8, win+pmap, id 96 makeCurrent: PASS rgba8, db, win+pmap, id 121 makeCurrent: PASS rgba8, win+pmap, id 122 makeCurrent: PASS rgba8, z24, s8, win+pmap, id 123 makeCurrent: PASS rgba8, db, z24, s8, accrgba16, win+pmap, slow, id 124 makeCurrent: PASS rgba8, db, win+pmap, id 125 makeCurrent: FAIL rgba8, win+pmap, id 126 Sequence of MakeCurrent operations was: Null context Direct-rendering context Indirect-rendering context makeCurrent: FAIL rgba8, z24, s8, win+pmap, id 127 Sequence of MakeCurrent operations was: Null context Direct-rendering context Indirect-rendering context makeCurrent: PASS rgba8, db, z24, s8, win+pmap, id 128 makeCurrent: PASS rgba8, db, z24, s8, accrgba16, win+pmap, slow, id 129 Strange. I just ran it 25 times in a row and it passed every single time. Maybe it's a bad X server/2D driver interaction or something. |
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.