Commit c3c7a75c authored by kylechar's avatar kylechar Committed by Commit Bot

Disable webgl_conformance_fast_call_tests

The test suite is failing on Win10 FYI x86 Release (NVIDIA) bot since it
landed. Add rule to stop it from running there.

Bug: 1144751
Change-Id: I69fac186a3eacb8dcd262ba88a0d3e29d927908f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512290
Commit-Queue: kylechar <kylechar@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Auto-Submit: kylechar <kylechar@chromium.org>
Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823265}
parent c160c86f
...@@ -34454,38 +34454,6 @@ ...@@ -34454,38 +34454,6 @@
}, },
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/" "test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
}, },
{
"args": [
"webgl_conformance",
"--show-stdout",
"--browser=release",
"--passthrough",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --enable-unsafe-fast-js-calls --use-gl=angle --use-cmd-decoder=passthrough --force_high_performance_gpu"
],
"isolate_name": "telemetry_gpu_integration_test",
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
},
"name": "webgl_conformance_fast_call_tests",
"should_retry_with_patch": false,
"swarming": {
"can_use_on_swarming_builders": true,
"containment_type": "AUTO",
"dimension_sets": [
{
"gpu": "10de:1cb3-27.21.14.5148",
"os": "Windows-10-18363",
"pool": "chromium.tests.gpu"
}
],
"idempotent": false,
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 2
},
"test_id_prefix": "ninja://chrome/test:telemetry_gpu_integration_test/"
},
{ {
"args": [ "args": [
"webgl_conformance", "webgl_conformance",
...@@ -2920,6 +2920,12 @@ ...@@ -2920,6 +2920,12 @@
}, },
}, },
}, },
'webgl_conformance_fast_call_tests': {
'remove_from': [
# Test failures on x86. https://crbug.com/1144751
'Win10 FYI x86 Release (NVIDIA)',
],
},
'webgl_conformance_gl_passthrough_tests': { 'webgl_conformance_gl_passthrough_tests': {
'remove_from': [ 'remove_from': [
# crbug.com/555545 and crbug.com/649824: # crbug.com/555545 and crbug.com/649824:
......
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