Intel Linux bots failures after the upgrade to Xenial |
||
Issue descriptionAfter the upgrade of the Intel bots to Ubuntu Xenial (to pick up Mesa 11.2), a couple new failures appeared: WebGL conformance with and without ANGLE: - WebglConformance.deqp_data_gles2_shaders_scoping ANGLE end2end tests: - Texture2DTestES3.ImmutableTextureBaseLevelOutOfRange/ES3_OPENGL We should find fixes or suppress the failures in order to have the bots be green.
,
May 10 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/dea7bf7568838c2e6f5ad46ea920ee3b4d472725 commit dea7bf7568838c2e6f5ad46ea920ee3b4d472725 Author: cwallez <cwallez@google.com> Date: Tue May 10 22:43:37 2016 WebGL expectations: suppress shader scoping Mesa bug The GPU FYI Intel bot fails a shader scoping test because of a Mesa compiler bug. See also https://bugs.freedesktop.org/show_bug.cgi?id=95184 BUG= 610800 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/1966823002 Cr-Commit-Position: refs/heads/master@{#392754} [modify] https://crrev.com/dea7bf7568838c2e6f5ad46ea920ee3b4d472725/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
,
May 13 2016
The following revision refers to this bug: https://chromium.googlesource.com/angle/angle/+/0f2ef7f93d1011f914f1636d85faad51c0e587e5 commit 0f2ef7f93d1011f914f1636d85faad51c0e587e5 Author: Corentin Wallez <cwallez@chromium.org> Date: Wed May 11 16:51:05 2016 Suppress and end2end failure caused by a Mesa bug BUG= 610800 Change-Id: I4ee6ba589afc98277c3cf50b8f57afb184b11216 Reviewed-on: https://chromium-review.googlesource.com/343994 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> [modify] https://crrev.com/0f2ef7f93d1011f914f1636d85faad51c0e587e5/src/tests/gl_tests/TextureTest.cpp
,
May 13 2016
,
May 16 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f460246fafd2f17b5ddffdc1024c591af0688840 commit f460246fafd2f17b5ddffdc1024c591af0688840 Author: thakis <thakis@chromium.org> Date: Mon May 16 21:34:26 2016 Roll ANGLE e271a7e..de44d3a https://chromium.googlesource.com/angle/angle.git/+log/e271a7e..de44d3a BUG= 610800 , chromium:431177 TEST=bots CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/1986523002 Cr-Commit-Position: refs/heads/master@{#393938} [modify] https://crrev.com/f460246fafd2f17b5ddffdc1024c591af0688840/DEPS
,
May 17 2016
The following revision refers to this bug: https://chromium.googlesource.com/angle/angle/+/be815a4feffc906863470f813e76e0e8887a9d34 commit be815a4feffc906863470f813e76e0e8887a9d34 Author: Olli Etuaho <oetuaho@nvidia.com> Date: Thu May 12 17:38:38 2016 Apply effective base and max level on GL backend This works around GL drivers that neglect to clamp the base level or max level of immutable textures. BUG= angleproject:596 BUG= 610800 TEST=angle_end2end_tests Change-Id: Ie4e04aaa9253f2befd73bccefa7759486b3ef487 Reviewed-on: https://chromium-review.googlesource.com/344590 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Olli Etuaho <oetuaho@nvidia.com> [modify] https://crrev.com/be815a4feffc906863470f813e76e0e8887a9d34/src/libANGLE/Texture.cpp [modify] https://crrev.com/be815a4feffc906863470f813e76e0e8887a9d34/src/tests/gl_tests/TextureTest.cpp [modify] https://crrev.com/be815a4feffc906863470f813e76e0e8887a9d34/src/libANGLE/renderer/gl/TextureGL.cpp [modify] https://crrev.com/be815a4feffc906863470f813e76e0e8887a9d34/src/libANGLE/Texture.h
,
May 17 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/68097aeefdaa344b037824ddc72affe011ff23ad commit 68097aeefdaa344b037824ddc72affe011ff23ad Author: geofflang <geofflang@chromium.org> Date: Tue May 17 18:57:55 2016 Roll ANGLE de44d3a..be815a4 https://chromium.googlesource.com/angle/angle.git/+log/de44d3a..be815a4 BUG= 610800 , chromium:604060 TBR=jmadill@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/1990443002 Cr-Commit-Position: refs/heads/master@{#394180} [modify] https://crrev.com/68097aeefdaa344b037824ddc72affe011ff23ad/DEPS
,
Jul 15 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/0db1953fe885efd464c37a23058960992e746ee0 commit 0db1953fe885efd464c37a23058960992e746ee0 Author: kbr <kbr@chromium.org> Date: Fri Jul 15 02:32:16 2016 Add a few more suppressions for failing WebGL 2.0 tests. BUG= 483282 , 540543 , 586033 , 610800 , 621178 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel R=cwallez@chromium.org TBR=zmo@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2144193003 Cr-Commit-Position: refs/heads/master@{#405682} [modify] https://crrev.com/0db1953fe885efd464c37a23058960992e746ee0/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
,
Oct 25 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/6269fe44ac263c49bb854d2a3a5007c61a5a87f1 commit 6269fe44ac263c49bb854d2a3a5007c61a5a87f1 Author: cwallez <cwallez@chromium.org> Date: Tue Oct 25 11:34:15 2016 WebGL CTS: remove obsolete suppressions for Linux Intel TBR=zmo@chromium.org BUG= chromium:483282 BUG= chromium:598902 BUG= chromium:610800 BUG= chromium:618408 BUG= chromium:635528 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2449773003 Cr-Commit-Position: refs/heads/master@{#427322} [modify] https://crrev.com/6269fe44ac263c49bb854d2a3a5007c61a5a87f1/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
,
Nov 2 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/47c697f769a1491c1d14581a0daffacdbccef472 commit 47c697f769a1491c1d14581a0daffacdbccef472 Author: cwallez <cwallez@chromium.org> Date: Wed Nov 02 20:07:03 2016 WebGL CTS: remove suppressions for passing tests TBR=zmo@chromium.org BUG= angleproject:1007 BUG= angleproject:1277 BUG= angleproject:1246 BUG=angleproject:1312 BUG= chromium:483282 BUG= chromium:540543 BUG= chromium:544989 BUG= chromium:598924 BUG= chromium:610800 BUG= chromium:614418 BUG= chromium:628395 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2468293002 Cr-Commit-Position: refs/heads/master@{#429381} [modify] https://crrev.com/47c697f769a1491c1d14581a0daffacdbccef472/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py [modify] https://crrev.com/47c697f769a1491c1d14581a0daffacdbccef472/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
||
►
Sign in to add a comment |
||
Comment 1 by cwallez@chromium.org
, May 10 2016