Skip to content

Commit

Permalink
Revert of Switch WebGL 1.0 conformance tests to new GPU integration t…
Browse files Browse the repository at this point in the history
…est harness. (patchset chromium#1 id:1 of https://codereview.chromium.org/2110803004/ )

Reason for revert:
Broke Android bots on chromium.gpu.fyi per ynovikov@'s comment above; see http://crbug.com/622948 .

Original issue's description:
> Switch WebGL 1.0 conformance tests to new GPU integration test harness.
>
> This will allow these tests to be sharded and improve flaky test
> handling.
>
> BUG=352807,622948
> 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
>
> Committed: https://crrev.com/6ab8b3bc2f12e0d4a2857f303bbbae1395c37fd2
> Cr-Commit-Position: refs/heads/master@{#403240}

TBR=zmo@chromium.org,jmadill@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=352807,622948

Review-Url: https://codereview.chromium.org/2120043002
Cr-Commit-Position: refs/heads/master@{#403604}
  • Loading branch information
kenrussell authored and Commit bot committed Jul 2, 2016
1 parent 6b0453d commit 0cc54a4
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 148 deletions.
12 changes: 6 additions & 6 deletions content/test/gpu/generate_buildbot_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,12 +833,6 @@
},
],
},
}

# These tests use Telemetry's new, simpler, browser_test_runner.
# Eventually all of the Telemetry based tests above will be ported to
# this harness, and the old harness will be deleted.
TELEMETRY_GPU_INTEGRATION_TESTS = {
'webgl_conformance': {
'tester_configs': [
{
Expand Down Expand Up @@ -904,6 +898,12 @@
'--use-gl=angle',
],
},
}

# These tests use Telemetry's new, simpler, browser_test_runner.
# Eventually all of the Telemetry based tests above will be ported to
# this harness, and the old harness will be deleted.
TELEMETRY_GPU_INTEGRATION_TESTS = {
'webgl2_conformance_tests': {
'tester_configs': [
{
Expand Down
Loading

0 comments on commit 0cc54a4

Please sign in to comment.