alex1818 / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

Make check fails on Mac OS X 10.6 64 bits #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and extract serf 0.3.1
2. ./serfmake build
3. ./serfmake check

What is the expected output? What do you see instead?
I expect all tests to run successfully, but instead some of the tests in 
test_all are failing:
Received more requests than expected
..FFFFF........

There were 5 failures:
1) test_serf_closed_connection: test/test_context.c:444: expected <0> but was 
<20014>
2) test_serf_setup_proxy: test/test_context.c:512: expected <0> but was <48>
3) test_keepalive_limit_one_by_one: test/test_context.c:700: expected <0> but 
was <48>
4) test_keepalive_limit_one_by_one_and_burst: test/test_context.c:860: expected 
<0> but was 
<48>
5) test_serf_progress_callback: test/test_context.c:978: expected <0> but was 
<48>

!!!FAILURES!!!
Runs: 15 Passes: 10 Fails: 5

Extra info:
lgo-macbp:serf-0.3.1 lgo$ apu-1-config --version
1.3.9
lgo-macbp:serf-0.3.1 lgo$ apr-1-config --version
1.3.12
lgo-macbp:serf-0.3.1 lgo$ file test/test_all
test/test_all: Mach-O 64-bit executable x86_64

Original issue reported on code.google.com by lieven.govaerts@gmail.com on 16 Apr 2010 at 9:35

GoogleCodeExporter commented 9 years ago
Might be related to issue 51.

Original comment by lieven.govaerts@gmail.com on 16 Apr 2010 at 9:36

GoogleCodeExporter commented 9 years ago
Fixed in r1375.

Original comment by lieven.govaerts@gmail.com on 17 May 2010 at 5:51