|
|
Chromium Code Reviews|
Created:
4 years, 2 months ago by mcasas Modified:
4 years, 2 months ago Reviewers:
ncarter (slow) CC:
chromium-reviews, jam, darin-cc_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionImageCapture content_browsertests: bugfix flag passing
Switches under |kEnableBlinkFeatures| shoud be passed as
comma separated, but they are separated on ToT: the last
one would override the others. (Probably that's part of
the reasons these tests have been troublesome). This CL
solves that.
Also, this CL removes the superfluous 'CreateAnd'
test name prefix.
BUG=656810
Committed: https://crrev.com/b084f6a7f231d2458a0c43e371cfe82dafbed7a4
Cr-Commit-Position: refs/heads/master@{#425833}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 15 (9 generated)
Description was changed from ========== ImageCapture content_browsertests: bugfix flag passing BUG=656810 ========== to ========== ImageCapture content_browsertests: bugfix flag passing Switches under |kEnableBlinkFeatures| shoud be passed as comma separated, and now they are separated: the last one would override the others. Probably that's part of the reasons these tests have been troublesome. Also, this CL removes the superfluous 'CreateAnd' test name prefix. BUG=656810 ==========
The CQ bit was checked by mcasas@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...
Description was changed from ========== ImageCapture content_browsertests: bugfix flag passing Switches under |kEnableBlinkFeatures| shoud be passed as comma separated, and now they are separated: the last one would override the others. Probably that's part of the reasons these tests have been troublesome. Also, this CL removes the superfluous 'CreateAnd' test name prefix. BUG=656810 ========== to ========== ImageCapture content_browsertests: bugfix flag passing Switches under |kEnableBlinkFeatures| shoud be passed as comma separated, but they are separated on ToT: the last one would override the others. (Probably that's part of the reasons these tests have been troublesome). This CL solves that. Also, this CL removes the superfluous 'CreateAnd' test name prefix. BUG=656810 ==========
mcasas@chromium.org changed reviewers: + nick@chromium.org
nick@ plz RS (trivial changes) or PTAL
lgtm https://codereview.chromium.org/2428753002/diff/1/content/browser/webrtc/webr... File content/browser/webrtc/webrtc_image_capture_browsertest.cc (right): https://codereview.chromium.org/2428753002/diff/1/content/browser/webrtc/webr... content/browser/webrtc/webrtc_image_capture_browsertest.cc:112: ASSERT_TRUE(RunImageCaptureTestCase("testCreateAndGetCapabilities()")); Do you want to rename the js methods too?
https://codereview.chromium.org/2428753002/diff/1/content/browser/webrtc/webr... File content/browser/webrtc/webrtc_image_capture_browsertest.cc (right): https://codereview.chromium.org/2428753002/diff/1/content/browser/webrtc/webr... content/browser/webrtc/webrtc_image_capture_browsertest.cc:112: ASSERT_TRUE(RunImageCaptureTestCase("testCreateAndGetCapabilities()")); On 2016/10/17 23:20:13, ncarter wrote: > Do you want to rename the js methods too? Nah, I like the test cases to be called after what they test, but the JS methods after what they do, so: not worth renaming them in this patch.
The CQ bit was unchecked by mcasas@chromium.org
The CQ bit was checked by mcasas@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== ImageCapture content_browsertests: bugfix flag passing Switches under |kEnableBlinkFeatures| shoud be passed as comma separated, but they are separated on ToT: the last one would override the others. (Probably that's part of the reasons these tests have been troublesome). This CL solves that. Also, this CL removes the superfluous 'CreateAnd' test name prefix. BUG=656810 ========== to ========== ImageCapture content_browsertests: bugfix flag passing Switches under |kEnableBlinkFeatures| shoud be passed as comma separated, but they are separated on ToT: the last one would override the others. (Probably that's part of the reasons these tests have been troublesome). This CL solves that. Also, this CL removes the superfluous 'CreateAnd' test name prefix. BUG=656810 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== ImageCapture content_browsertests: bugfix flag passing Switches under |kEnableBlinkFeatures| shoud be passed as comma separated, but they are separated on ToT: the last one would override the others. (Probably that's part of the reasons these tests have been troublesome). This CL solves that. Also, this CL removes the superfluous 'CreateAnd' test name prefix. BUG=656810 ========== to ========== ImageCapture content_browsertests: bugfix flag passing Switches under |kEnableBlinkFeatures| shoud be passed as comma separated, but they are separated on ToT: the last one would override the others. (Probably that's part of the reasons these tests have been troublesome). This CL solves that. Also, this CL removes the superfluous 'CreateAnd' test name prefix. BUG=656810 Committed: https://crrev.com/b084f6a7f231d2458a0c43e371cfe82dafbed7a4 Cr-Commit-Position: refs/heads/master@{#425833} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/b084f6a7f231d2458a0c43e371cfe82dafbed7a4 Cr-Commit-Position: refs/heads/master@{#425833} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
