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

Issue 286303002: Fix socket calls in glibc by using new errno return macros. (Closed)

Created:
6 years, 7 months ago by bradn
Modified:
6 years, 7 months ago
Reviewers:
binji, Sam Clegg
CC:
chromium-reviews, binji+watch_chromium.org, Sam Clegg
Visibility:
Public.

Description

Fix socket calls in glibc by using new errno return macros. Also update tests to match. BUG=None TEST=trybots R=binji@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271241

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : fix #

Total comments: 6

Patch Set 4 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -46 lines) Patch
M native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc View 1 2 3 2 chunks +36 lines, -33 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc View 1 2 3 10 chunks +21 lines, -13 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
bradn
6 years, 7 months ago (2014-05-16 20:03:43 UTC) #1
binji
lgtm, though make sure these actually pass the trybots. It looks like they're flaking on ...
6 years, 7 months ago (2014-05-16 20:19:08 UTC) #2
Sam Clegg
lgtm https://codereview.chromium.org/286303002/diff/40001/native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc File native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc (right): https://codereview.chromium.org/286303002/diff/40001/native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc#newcode434 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc:434: RTN_ERRNO_IF(result < 0); Can you just move this ...
6 years, 7 months ago (2014-05-16 20:29:53 UTC) #3
bradn
https://codereview.chromium.org/286303002/diff/40001/native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc File native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc (right): https://codereview.chromium.org/286303002/diff/40001/native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc#newcode434 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc:434: RTN_ERRNO_IF(result < 0); On 2014/05/16 20:29:53, Sam Clegg wrote: ...
6 years, 7 months ago (2014-05-16 20:52:53 UTC) #4
bradn
The CQ bit was checked by bradnelson@google.com
6 years, 7 months ago (2014-05-17 03:59:51 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bradnelson@google.com/286303002/60001
6 years, 7 months ago (2014-05-17 04:02:19 UTC) #6
commit-bot: I haz the power
6 years, 7 months ago (2014-05-17 17:20:01 UTC) #7
Message was sent while issue was closed.
Change committed as 271241

Powered by Google App Engine
This is Rietveld 408576698