Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
4021ba9b
Commit
4021ba9b
authored
Aug 29, 2015
by
Oliver Kuckertz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics
parent
8a58f227
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
async-unix-test.c++
c++/src/kj/async-unix-test.c++
+1
-1
No files found.
c++/src/kj/async-unix-test.c++
View file @
4021ba9b
...
@@ -459,7 +459,7 @@ TEST(AsyncUnixTest, WriteObserver) {
...
@@ -459,7 +459,7 @@ TEST(AsyncUnixTest, WriteObserver) {
TEST
(
AsyncUnixTest
,
UrgentObserver
)
{
TEST
(
AsyncUnixTest
,
UrgentObserver
)
{
// Verify that FdObserver correctly detects availability of out-of-band data.
// Verify that FdObserver correctly detects availability of out-of-band data.
// Availability of out-of-band data is implementation-specific.
// Availability of out-of-band data is implementation-specific.
// Linux's TCP/IP stack supports out-of-band messages for TCP sockets, which is used for this
// Linux's TCP/IP stack supports out-of-band messages for TCP sockets, which is used for this
// test. Other platforms appear to lack generally available interfaces that could be used for
// test. Other platforms appear to lack generally available interfaces that could be used for
// generating a POLLPRI event, so we disable the test for all platforms but Linux.
// generating a POLLPRI event, so we disable the test for all platforms but Linux.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment