Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Issue 47923023: Automate WebRTC-in-Chrome test cases (Closed)

Created:
7 years, 1 month ago by elham
Modified:
7 years ago
CC:
chromium-reviews, tnakamura
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Adding two test cases to the existing webrtc content_browser tests: 1) Verify that setLocalDescription fails when trying to negotiate an unsupported video codec - Verify that setLocalDescription fails when trying to negotiate with a client that does not support encryption BUG=303035 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235798

Patch Set 1 #

Patch Set 2 : corrected string #

Total comments: 19

Patch Set 3 : 3 #

Total comments: 10

Patch Set 4 : modification according to review #5 #

Patch Set 5 : fixing error #

Total comments: 6

Patch Set 6 : fix indentation #

Patch Set 7 : disable test on android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -5 lines) Patch
M build/android/pylib/gtest/filter/content_browsertests_disabled View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/media/webrtc_browsertest.cc View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M content/test/data/media/peerconnection-call.html View 1 2 3 4 5 6 chunks +50 lines, -5 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
elham
Hi, can you please review this
7 years, 1 month ago (2013-11-01 21:31:53 UTC) #1
phoglund_chromium
https://codereview.chromium.org/47923023/diff/20001/content/browser/media/webrtc_browsertest.cc File content/browser/media/webrtc_browsertest.cc (right): https://codereview.chromium.org/47923023/diff/20001/content/browser/media/webrtc_browsertest.cc#newcode236 content/browser/media/webrtc_browsertest.cc:236: // This test will modify the sdp offer to ...
7 years, 1 month ago (2013-11-04 09:34:56 UTC) #2
elham
Hi, I did a rebase and made some of changes that you suggested. https://codereview.chromium.org/47923023/diff/20001/content/browser/media/webrtc_browsertest.cc File ...
7 years, 1 month ago (2013-11-07 23:48:00 UTC) #3
phoglund_chromium
https://codereview.chromium.org/47923023/diff/20001/content/test/data/media/peerconnection-call.html File content/test/data/media/peerconnection-call.html (right): https://codereview.chromium.org/47923023/diff/20001/content/test/data/media/peerconnection-call.html#newcode108 content/test/data/media/peerconnection-call.html:108: addStreamToBothConnectionsAndNegotiate, printGetUserMediaError); You are right: my bad. https://codereview.chromium.org/47923023/diff/20001/content/test/data/media/peerconnection-call.html#newcode409 content/test/data/media/peerconnection-call.html:409: ...
7 years, 1 month ago (2013-11-08 09:17:29 UTC) #4
phoglund_chromium
Starting to look good, you just need to get rid of the globals and introduce ...
7 years, 1 month ago (2013-11-08 09:29:26 UTC) #5
elham
Hi Patrik, I have made the modification that you suggested, can you please take a ...
7 years, 1 month ago (2013-11-08 23:30:39 UTC) #6
phoglund_chromium
lgtm https://codereview.chromium.org/47923023/diff/200001/content/test/data/media/peerconnection-call.html File content/test/data/media/peerconnection-call.html (right): https://codereview.chromium.org/47923023/diff/200001/content/test/data/media/peerconnection-call.html#newcode127 content/test/data/media/peerconnection-call.html:127: addStreamToBothConnectionsAndNegotiate, printGetUserMediaError); Nit: should be indented 4 spaces. ...
7 years, 1 month ago (2013-11-11 08:00:19 UTC) #7
elham
Fixed the indention and ready to submit https://codereview.chromium.org/47923023/diff/200001/content/test/data/media/peerconnection-call.html File content/test/data/media/peerconnection-call.html (right): https://codereview.chromium.org/47923023/diff/200001/content/test/data/media/peerconnection-call.html#newcode127 content/test/data/media/peerconnection-call.html:127: addStreamToBothConnectionsAndNegotiate, printGetUserMediaError); ...
7 years, 1 month ago (2013-11-11 17:13:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elham@google.com/47923023/250001
7 years, 1 month ago (2013-11-11 17:13:56 UTC) #9
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=35475
7 years, 1 month ago (2013-11-11 17:30:36 UTC) #10
elham
Adding wjia owner of media_browsertest.cc
7 years, 1 month ago (2013-11-11 17:38:25 UTC) #11
wjia(left Chromium)
Could you also try these news tests on Android? If they can't pass or are ...
7 years, 1 month ago (2013-11-11 17:59:14 UTC) #12
elham
On 2013/11/11 17:59:14, wjia wrote: > Could you also try these news tests on Android? ...
7 years, 1 month ago (2013-11-14 21:14:35 UTC) #13
wjia(left Chromium)
On 2013/11/14 21:14:35, elham wrote: > On 2013/11/11 17:59:14, wjia wrote: > > Could you ...
7 years, 1 month ago (2013-11-14 21:30:20 UTC) #14
wjia(left Chromium)
lgtm
7 years, 1 month ago (2013-11-14 23:45:25 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elham@google.com/47923023/370001
7 years, 1 month ago (2013-11-15 00:56:21 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elham@google.com/47923023/370001
7 years, 1 month ago (2013-11-15 01:15:05 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elham@google.com/47923023/370001
7 years, 1 month ago (2013-11-15 03:48:09 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elham@google.com/47923023/370001
7 years, 1 month ago (2013-11-15 09:51:56 UTC) #19
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=225030
7 years, 1 month ago (2013-11-15 11:44:37 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elham@google.com/47923023/370001
7 years, 1 month ago (2013-11-18 17:23:52 UTC) #21
commit-bot: I haz the power
Change committed as 235798
7 years, 1 month ago (2013-11-18 19:51:26 UTC) #22
elham1
A revert of this CL has been created in https://codereview.chromium.org/105113008/ by elham@chromium.org. The reason for ...
7 years ago (2013-12-11 21:11:57 UTC) #23
elham1
7 years ago (2013-12-11 22:37:10 UTC) #24
Message was sent while issue was closed.
On 2013/12/11 21:11:57, elham1 wrote:
> A revert of this CL has been created in
> https://codereview.chromium.org/105113008/ by mailto:elham@chromium.org.
> 
> The reason for reverting is: by mistake I added it here to this closed issue
> number. I should have created a new branch and uploaded my changes.

I deleted Patch set 8 from this issue. I will create a new branch and upload my
new changes.

Powered by Google App Engine
This is Rietveld 408576698