|
|
Chromium Code Reviews|
Created:
3 years, 9 months ago by Ken Russell (switch to Gerrit) Modified:
3 years, 9 months ago CC:
chromium-reviews, jam, darin-cc_chromium.org, piman+watch_chromium.org, Zhenyao Mo, Kai Ninomiya, ynovikov Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionFix race condition in GpuProcess_skip_gpu_process.
chrome:gpu may be spinning up a GPU process regardless of
--disable-gpu, causing a race condition. Instead, load a page
containing WebGL content.
This test will not work on platforms where SwiftShader is enabled as a
software fallback. It should be disabled there, and removed once
SwiftShader is deployed everywhere.
BUG=701625
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
Review-Url: https://codereview.chromium.org/2753873002
Cr-Commit-Position: refs/heads/master@{#457331}
Committed: https://chromium.googlesource.com/chromium/src/+/a04f321efbf30ec25a5eb8592a549e901ed8ffe7
Patch Set 1 #Patch Set 2 : Expanded suppression. Added positive SwiftShader test. #Patch Set 3 : Fixed breakage in test. #
Messages
Total messages: 27 (17 generated)
Description was changed from ========== Fix race condition in GpuProcess_skip_gpu_process. chrome:gpu may be spinning up a GPU process regardless of --disable-gpu, causing a race condition. Instead, load a page containing WebGL content. This test will not work on platforms where SwiftShader is enabled as a software fallback. It should be disabled there, and removed once SwiftShader is deployed everywhere. BUG=701625 ========== to ========== Fix race condition in GpuProcess_skip_gpu_process. chrome:gpu may be spinning up a GPU process regardless of --disable-gpu, causing a race condition. Instead, load a page containing WebGL content. This test will not work on platforms where SwiftShader is enabled as a software fallback. It should be disabled there, and removed once SwiftShader is deployed everywhere. BUG=701625 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 ==========
kbr@chromium.org changed reviewers: + capn@chromium.org, sugoi@chromium.org
PTAL
Description was changed from ========== Fix race condition in GpuProcess_skip_gpu_process. chrome:gpu may be spinning up a GPU process regardless of --disable-gpu, causing a race condition. Instead, load a page containing WebGL content. This test will not work on platforms where SwiftShader is enabled as a software fallback. It should be disabled there, and removed once SwiftShader is deployed everywhere. BUG=701625 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 ========== to ========== Fix race condition in GpuProcess_skip_gpu_process. chrome:gpu may be spinning up a GPU process regardless of --disable-gpu, causing a race condition. Instead, load a page containing WebGL content. This test will not work on platforms where SwiftShader is enabled as a software fallback. It should be disabled there, and removed once SwiftShader is deployed everywhere. BUG=701625 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 ==========
Note: I removed android_optional_gpu_tests_rel due to http://crbug.com/701883 .
The CQ bit was checked by kbr@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
LGTM
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)
On 2017/03/15 18:33:08, sugoi1 wrote: > LGTM Thanks for your review Alexis. Now that https://chromium-review.googlesource.com/455464/ has landed, this should pass the CQ. Trying again.
The CQ bit was checked by kbr@chromium.org
The CQ bit was unchecked by kbr@chromium.org
On 2017/03/15 21:11:34, Ken Russell wrote: > On 2017/03/15 18:33:08, sugoi1 wrote: > > LGTM > > Thanks for your review Alexis. Now that > https://chromium-review.googlesource.com/455464/ has landed, this should pass > the CQ. Trying again. Whoops, realized that I'll still need to generalize the suppression.
Description was changed from ========== Fix race condition in GpuProcess_skip_gpu_process. chrome:gpu may be spinning up a GPU process regardless of --disable-gpu, causing a race condition. Instead, load a page containing WebGL content. This test will not work on platforms where SwiftShader is enabled as a software fallback. It should be disabled there, and removed once SwiftShader is deployed everywhere. BUG=701625 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 ========== to ========== Fix race condition in GpuProcess_skip_gpu_process. chrome:gpu may be spinning up a GPU process regardless of --disable-gpu, causing a race condition. Instead, load a page containing WebGL content. This test will not work on platforms where SwiftShader is enabled as a software fallback. It should be disabled there, and removed once SwiftShader is deployed everywhere. BUG=701625 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 ==========
I'm going to try to include this positive SwiftShader test while making the other test more robust. CQ'ing now.
The CQ bit was checked by kbr@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from sugoi@chromium.org Link to the patchset: https://codereview.chromium.org/2753873002/#ps20001 (title: "Expanded suppression. Added positive SwiftShader test.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)
The CQ bit was checked by kbr@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from sugoi@chromium.org Link to the patchset: https://codereview.chromium.org/2753873002/#ps40001 (title: "Fixed breakage in test.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 40001, "attempt_start_ts": 1489624093093000,
"parent_rev": "d381d5a1c5e484072aee0b93b5b89b486f0ab348", "commit_rev":
"a04f321efbf30ec25a5eb8592a549e901ed8ffe7"}
Message was sent while issue was closed.
Description was changed from ========== Fix race condition in GpuProcess_skip_gpu_process. chrome:gpu may be spinning up a GPU process regardless of --disable-gpu, causing a race condition. Instead, load a page containing WebGL content. This test will not work on platforms where SwiftShader is enabled as a software fallback. It should be disabled there, and removed once SwiftShader is deployed everywhere. BUG=701625 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 ========== to ========== Fix race condition in GpuProcess_skip_gpu_process. chrome:gpu may be spinning up a GPU process regardless of --disable-gpu, causing a race condition. Instead, load a page containing WebGL content. This test will not work on platforms where SwiftShader is enabled as a software fallback. It should be disabled there, and removed once SwiftShader is deployed everywhere. BUG=701625 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 Review-Url: https://codereview.chromium.org/2753873002 Cr-Commit-Position: refs/heads/master@{#457331} Committed: https://chromium.googlesource.com/chromium/src/+/a04f321efbf30ec25a5eb8592a54... ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/a04f321efbf30ec25a5eb8592a54... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
