NVidia P400 fails WebGL texture size tests on Linux/Win |
|||
Issue descriptionThe newly set-up NVidia P400 bot appears to be failing the following tests on Windows and Linux: gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglConformance_conformance_textures_misc_texture_size gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglConformance_conformance_extensions_webgl_compressed_texture_size_limit gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglConformance_conformance_textures_misc_texture_size_limit sample build output: Windows: https://build.chromium.org/p/chromium.gpu.fyi/builders/Win10%20Release%20%28NVIDIA%20Quadro%20M2000%29/builds/385 Linux: https://build.chromium.org/p/chromium.gpu.fyi/builders/Linux%20Release%20%28NVIDIA%20Quadro%20M2000%29/builds/29 On Windows, these tests fail under webgl_conformance_gl_tests On Linux, these tests fail under webgl_conformance_angle_tests and webgl_conformance_gl_passthrough_tests. On both platforms, these tests pass webgl_conformance_tests.
,
Nov 1 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/42bff2b9772898560f44477c61e37f6721b95b0b commit 42bff2b9772898560f44477c61e37f6721b95b0b Author: Kenneth Russell <kbr@chromium.org> Date: Wed Nov 01 17:41:31 2017 Suppress more test failures on Quadro P400 bots. Windows: conformance/limits/gl-max-texture-dimensions.html deqp/data/gles3/shaders/functions.html Linux: deqp/functional/gles3/fbocompleteness.html BUG=680754, 703779, 712469, 715001 TBR=jmadill@chromium.org NOTRY=true Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;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 Change-Id: I2357bf311f49680a3a640c4645dfef8d1ab069dc Reviewed-on: https://chromium-review.googlesource.com/748918 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#513171} [modify] https://crrev.com/42bff2b9772898560f44477c61e37f6721b95b0b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py [modify] https://crrev.com/42bff2b9772898560f44477c61e37f6721b95b0b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
,
Nov 4 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d88ef243fb90a5ae6407e7d239a79a7dfa33c906 commit d88ef243fb90a5ae6407e7d239a79a7dfa33c906 Author: Kenneth Russell <kbr@chromium.org> Date: Sat Nov 04 07:01:24 2017 Suppress test failures on OpenGL backend on Quadro P400. BUG=703779, 712469, 715001 TBR=jmadill@chromium.org NOTRY=true Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;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 Change-Id: I6e48072472ca6eca6770aace43faf84a5e359d61 Reviewed-on: https://chromium-review.googlesource.com/754088 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#514036} [modify] https://crrev.com/d88ef243fb90a5ae6407e7d239a79a7dfa33c906/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
,
Nov 5
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Nov 5
Still needs to be re-evaluated.
,
Nov 12
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a5f88b7e35a567c40e25e21b285ec7e8c687e6d6 commit a5f88b7e35a567c40e25e21b285ec7e8c687e6d6 Author: James Darpinian <jdarpinian@chromium.org> Date: Mon Nov 12 23:09:19 2018 Cleaning up WebGL test failure expectations. Many of these are leftover failure expectations from fixed bugs. Some were fixed on some platforms but not others. There are some new failures that were hidden by previous broad suppressions. Also some tests are only failing because we haven't updated the drivers on the bots (http://crbug.com/887241). Bug: 757097 , 838133 , 672380 , 625738, angleproject:2325 Bug: 534697 , 849572, 625738, 703779, angleproject:2142 Bug: 757098, 644740, 705865, 602688, angleproject:2103 Bug: 903903, 740769 , 662644, 680720 , angleproject:1932 Bug: 709874 , 887241, 625365 , angleproject:2952 Change-Id: I4e39e5a09d31d788d8a8615ad06d1ec88f064f00 Reviewed-on: https://chromium-review.googlesource.com/c/1325197 Commit-Queue: James Darpinian <jdarpinian@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#607367} [modify] https://crrev.com/a5f88b7e35a567c40e25e21b285ec7e8c687e6d6/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py [modify] https://crrev.com/a5f88b7e35a567c40e25e21b285ec7e8c687e6d6/content/test/gpu/gpu_tests/webgl_conformance_expectations.py [modify] https://crrev.com/a5f88b7e35a567c40e25e21b285ec7e8c687e6d6/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py |
|||
►
Sign in to add a comment |
|||
Comment 1 by lafo...@chromium.org
, Jun 20 2017