Summary: | [HSW dEQP] dEQP-GLES2.functional.fbo.render.recreate_colorbuffer are failing some subtests | ||
---|---|---|---|
Product: | Mesa | Reporter: | Elio <elio.martinez.monroy> |
Component: | Drivers/DRI/i965 | Assignee: | Ian Romanick <idr> |
Status: | RESOLVED WORKSFORME | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | idr |
Version: | 11.0 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Dmesg logs
Terminal Output |
Created attachment 118790 [details]
Terminal Output
Please file i965 bugs against Component: Drivers/DRI/i965. You can use this link directly: https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa&component=Drivers/DRI/i965 I will be looking at this one. (In reply to Antia Puentes from comment #3) > I will be looking at this one. Great. If you're going to take a bug, make yourself the assignee, and change the status to assigned. Thanks. This test keeps failing on HSW with the following configuration : kernel: 4.3.0-rc5-drm-intel-nightly+ xorg-server-1.17.2 libdrm-2.4.65 xf86-video-intel-2.99.917 mesa-11.1.0-devel (git 6f39546) libva-1.6.1 intel-driver-1.6.1 cairo-1.14.2 Same tests failed on BYT on the following config: kernel: 4.3.0-rc5-drm-intel-nightly xorg-server-1.17.2 libdrm-2.4.65 xf86-video-intel-2.99.917 mesa-11.1.0-devel (git 6f39546) libva-1.6.1 intel-driver-1.6.1 cairo-1.14.2 All these tests pass for me in Haswell with current master: $ ./deqp-gles2 -n dEQP-GLES2.functional.fbo.render.recreate* (...) Test run totals: Passed: 80/80 (100.0%) Failed: 0/80 (0.0%) Not supported: 0/80 (0.0%) Warnings: 0/80 (0.0%) Also, it seems that in the traces attached to the bug report, you also get some tests marked as "Unsupported", that's weird, since I see all of them passing and I am also running this on Haswell. BTW, "steps to reproduce" is wrong, it says: ./deqp-gles2 --deqp-case=dEQP-GLES2.functional.fbo.render.recreate_buffer.* when it should say: ./deqp-gles2 --deqp-case=dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.* (In reply to Iago Toral from comment #7) > All these tests pass for me in Haswell with current master: > > $ ./deqp-gles2 -n dEQP-GLES2.functional.fbo.render.recreate* > > (...) > > Test run totals: > Passed: 80/80 (100.0%) > Failed: 0/80 (0.0%) > Not supported: 0/80 (0.0%) > Warnings: 0/80 (0.0%) Actually, I was testing against the wrong installation. Here are the results for mesa master: Test run totals: Passed: 50/80 (62.5%) Failed: 0/80 (0.0%) Not supported: 30/80 (37.5%) Warnings: 0/80 (0.0%) So still no failures. No failures for me either. I noticed that description has 'sudo' in the command line, why is this? Note that when you run under sudo you will run with different environment than current user unless you use '-E' parameter. Please make sure you run test against correct Mesa. Marking as Resolved/Worksforme because these tests pass for me, Iago, and Tapani. |
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.
Created attachment 118789 [details] Dmesg logs The following test cases are failing from functional@fbo@render@recreate_buffer: <% deqp-gles2@functional@fbo@render@recreate_colorbuffer@no_rebind_tex2d_rgb deqp-gles2@functional@fbo@render@recreate_colorbuffer@no_rebind_tex2d_rgba deqp-gles2@functional@fbo@render@recreate_colorbuffer@no_rebind_tex2d_rgba_depth_component16 deqp-gles2@functional@fbo@render@recreate_colorbuffer@no_rebind_tex2d_rgba_stencil_index8 deqp-gles2@functional@fbo@render@recreate_colorbuffer@no_rebind_tex2d_rgb_depth_component16 deqp-gles2@functional@fbo@render@recreate_colorbuffer@no_rebind_tex2d_rgb_stencil_index8 %> Test Enviroment: kernel: 4.3.0 Mesa: (11.2)git- Xf86_video_intel:2.99.917 Libdrm:libdrm-2.4.65 Libva: 1.6.1 vaapi-in tel-driver: 1.6.1 Cairo: 1.14.2 Xserver: xorg-server-latests Hardware: Hardware Platform: Intel NUC D54250WYK Processor Intel Core I5-425OU 1.30 GHz Software Linux distribution: Ubuntu 14.04 LTS 64Bits BIOS: WTLPT10H.86A.0021.2013.1.017.1606 Steps to reproduce: Install Graphic stack with configuration mentioned before. Install deqp tool. Execute: sudo ./deqp-gles2 --deqp-case=dEQP-GLES2.functional.fbo.render.recreate_buffer.* Expected Result: Test should pass without crash/error Actual results: The mentioned test cases are failing Please check attached logs