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

Issue 2199193004: Enable socketservers unittests on windows (Closed)

Created:
4 years, 4 months ago by danilchap
Modified:
4 years, 4 months ago
Reviewers:
tommi
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Enable socketservers unittests on windows. failing tests disabling moved to ifdefs within the test files from build files. R=tommi@webrtc.org Committed: https://crrev.com/e51e11910faddb00921a8bb274f0d9374d55011f Cr-Commit-Position: refs/heads/master@{#13623}

Patch Set 1 #

Patch Set 2 : fixed compilation issues on windows #

Patch Set 3 : Include physicalsocketserver tests too #

Patch Set 4 : Disable PhysicalSocket::WritableAfterPartialWrite test for win #

Patch Set 5 : Re-enable failing tests #

Patch Set 6 : Disable failing tests #

Patch Set 7 : Added tracking bug number #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -34 lines) Patch
M webrtc/BUILD.gn View 1 2 2 chunks +4 lines, -11 lines 0 comments Download
M webrtc/base/physicalsocketserver_unittest.cc View 1 2 3 4 5 6 2 chunks +21 lines, -3 lines 0 comments Download
M webrtc/base/socket_unittest.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/socket_unittest.cc View 1 2 3 6 chunks +6 lines, -6 lines 1 comment Download
M webrtc/base/win32socketserver_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/webrtc_tests.gypi View 1 2 2 chunks +4 lines, -11 lines 0 comments Download

Messages

Total messages: 24 (19 generated)
danilchap
Can you take a look or recommend a reviewer for socket on windows test code? ...
4 years, 4 months ago (2016-08-03 11:31:42 UTC) #18
tommi
lgtm. one question below but doesn't make a big 'diff' either way :) https://codereview.webrtc.org/2199193004/diff/260001/webrtc/base/socket_unittest.cc File ...
4 years, 4 months ago (2016-08-03 12:55:53 UTC) #19
danilchap
On 2016/08/03 12:55:53, tommi-webrtc wrote: > lgtm. one question below but doesn't make a big ...
4 years, 4 months ago (2016-08-03 13:12:10 UTC) #20
danilchap
Committed patchset #7 (id:260001) manually as e51e11910faddb00921a8bb274f0d9374d55011f (presubmit successful).
4 years, 4 months ago (2016-08-03 13:14:55 UTC) #22
ehmaldonado_webrtc
4 years, 4 months ago (2016-08-04 14:49:40 UTC) #24
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:260001) has been created in
https://codereview.webrtc.org/2209333002/ by ehmaldonado@webrtc.org.

The reason for reverting is: Win64 Debug seems to be broken because of this CL.

https://build.chromium.org/p/client.webrtc/builders/Win64%20Debug


The Win32SocketTest.TestGetSetOptionsIPv4 test is failing with

[ RUN      ] Win32SocketTest.TestGetSetOptionsIPv4
(win32socketserver.cc:299): GetRemoteAddress: unable to get remote addr,
socket=672
(winping.cc:262): IcmpSendEcho(, 65507): 0

Full logs at

https://build.chromium.org/p/client.webrtc/builders/Win64%20Debug/builds/8444...

I filed a bug at https://bugs.chromium.org/p/webrtc/issues/detail?id=6178
.

Powered by Google App Engine
This is Rietveld 408576698