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

Issue 2185533007: Fix spurious WebRTC test failure on certain IPv6 networks (Closed)

Created:
4 years, 4 months ago by skvlad-chromium
Modified:
4 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix spurious WebRTC test failure on certain IPv6 networks A helper function that determines whether an IP address is loopback was checking for a "::1" substring in the IP address. Non-loopback IPv6 addresses can have that substring - e.g. "1234::1234:1234". If the test runs on a machine with one of these addresses, it would fail erroneously. The fix simply adds spaces on both sides of the pattern, so that it only matches complete IP addresses (always surrounded by spaces in an ICE candidate line). BUG=629705 Committed: https://crrev.com/60b186ed1accde051b06bf74b966a88ec9b54fba Cr-Commit-Position: refs/heads/master@{#408726}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M content/test/data/media/peerconnection-call.html View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 28 (14 generated)
skvlad-chromium
4 years, 4 months ago (2016-07-26 23:06:54 UTC) #3
Taylor_Brandstetter
lgtm lgtm
4 years, 4 months ago (2016-07-27 15:54:23 UTC) #4
pthatcher2
lgtm
4 years, 4 months ago (2016-07-29 00:21:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2185533007/1
4 years, 4 months ago (2016-07-29 00:26:00 UTC) #9
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 4 months ago (2016-07-29 00:26:02 UTC) #11
skvlad-chromium
ehmaldonado@, jiayl@ - could one of you please approve this change? A Chromium committer needs ...
4 years, 4 months ago (2016-07-29 00:32:54 UTC) #13
ehmaldonado_webrtc
On 2016/07/29 00:32:54, skvlad1 wrote: > ehmaldonado@, jiayl@ - could one of you please approve ...
4 years, 4 months ago (2016-07-29 07:27:03 UTC) #14
honghaiz
lgtm
4 years, 4 months ago (2016-07-29 15:51:13 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2185533007/1
4 years, 4 months ago (2016-07-29 17:29:26 UTC) #17
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 4 months ago (2016-07-29 17:29:29 UTC) #19
jiayl
lgtm
4 years, 4 months ago (2016-07-29 18:05:10 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2185533007/1
4 years, 4 months ago (2016-07-29 18:05:50 UTC) #22
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-07-29 19:32:54 UTC) #24
commit-bot: I haz the power
4 years, 4 months ago (2016-07-29 19:35:52 UTC) #26
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/60b186ed1accde051b06bf74b966a88ec9b54fba
Cr-Commit-Position: refs/heads/master@{#408726}

Powered by Google App Engine
This is Rietveld 408576698