Commit 5ab0c625 authored by James Darpinian's avatar James Darpinian Committed by Commit Bot

Disable failing tests on experimental Intel driver

Bug: 843369,841789
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: Id6c695fc7aa3e4ae3019d3b82568dd1453385ebb
Reviewed-on: https://chromium-review.googlesource.com/1060521
Commit-Queue: James Darpinian <jdarpinian@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558909}
parent 11da369f
......@@ -2181,6 +2181,8 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
{
'names': [
'Linux FYI Ozone (Intel)',
# TODO(jdarpinian): Re-enable when http://crbug.com/841789 is fixed.
'Win10 FYI Exp Release (Intel HD 630)',
],
},
],
......@@ -2208,6 +2210,8 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
{
'names': [
'Linux FYI Ozone (Intel)',
# TODO(jdarpinian): Re-enable when http://crbug.com/841789 is fixed.
'Win10 FYI Exp Release (Intel HD 630)',
],
},
],
......
......@@ -308,6 +308,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Win / Intel
self.Fail('conformance/rendering/rendering-stencil-large-viewport.html',
['win', 'intel', 'd3d11'], bug=782317)
self.Fail('conformance2/glsl3/short-circuiting-in-loop-condition.html',
['win', 'intel'], bug=843369)
# Seems to cause the harness to fail immediately afterward
self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html',
......
......@@ -13341,58 +13341,6 @@
"shards": 2
}
},
{
"args": [
"webgl_conformance",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-angle=d3d9 --use-cmd-decoder=passthrough"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "webgl_conformance_d3d9_passthrough_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:5912-24.20.100.6025",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
],
"shards": 2
}
},
{
"args": [
"webgl_conformance",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-angle=d3d9 --use-cmd-decoder=validating"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "webgl_conformance_d3d9_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:5912-24.20.100.6025",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
],
"shards": 2
}
},
{
"args": [
"webgl_conformance",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment