Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
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
libzmq
Commits
bb348858
Commit
bb348858
authored
Sep 04, 2013
by
MinRK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark test_linger as expected failure
rather than pretending it passes
parent
ef207e45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
Makefile.am
tests/Makefile.am
+2
-2
test_linger.cpp
tests/test_linger.cpp
+0
-3
No files found.
tests/Makefile.am
View file @
bb348858
...
...
@@ -89,4 +89,5 @@ noinst_PROGRAMS += test_raw_sock
test_raw_sock_SOURCES
=
test_raw_sock.cpp
# Run the test cases
TESTS
=
$(noinst_PROGRAMS)
\ No newline at end of file
TESTS
=
$(noinst_PROGRAMS)
XFAIL_TESTS
=
test_linger
tests/test_linger.cpp
View file @
bb348858
...
...
@@ -81,9 +81,6 @@ int main (void)
// returning a "resource unavailable" or an assertion failure in
// poller_base.cpp:31.
size_t
size
=
4000000
;
// TODO: Allow make check to pass, until this issue is resolved
size
=
40000
;
// Start the sender thread and get message
void
*
send_thread
=
zmq_threadstart
(
&
sender
,
(
void
*
)
&
size
);
...
...
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