Export to GitHub

rudix - issue #39

libevent 2.0.10 running tests FAIL


Posted on Feb 19, 2011 by Quick Cat

What steps will reproduce the problem? 1. go to the port dir of the latest libevent (2.0.10) 2. Run make test

What is the expected output? What do you see instead?

All test should pass without FAIL.

Please use labels and text to provide additional information.

{{{cd /Users/ruda/Downloads/rudix.hg/Ports/libevent/libevent-2.0.10 ; make verify make check-recursive Making check in . make[3]: Nothing to be done for check-am'. Making check in include make[3]: Nothing to be done forcheck'. Making check in sample make[3]: Nothing to be done for `check'. Making check in test make check-am make check-TESTS Running tests: EVPORT Skipping test KQUEUE test-eof: OKAY test-weof: OKAY test-time: OKAY test-changelist: OKAY regress: [Error code 3] FAIL regress_dns.c:186: assert(dns_ok == DNS_PTR): 0 vs 2dns/gethostbyaddr: FAIL regress_main.c:303: Legacy unit test failed [gethostbyaddr FAILED] [Error code 3] FAIL regress_dns.c:211: assert(dns_ok == DNS_PTR): 0 vs 2dns/resolve_reverse: [resolve_reverse FAILED] 2/170 TESTS FAILED. (0 skipped) FAILED EPOLL Skipping test EPOLL (changelist) Skipping test DEVPOLL Skipping test POLL test-eof: OKAY test-weof: OKAY test-time: OKAY test-changelist: OKAY regress: [Error code 3] FAIL regress_dns.c:186: assert(dns_ok == DNS_PTR): 0 vs 2dns/gethostbyaddr: FAIL regress_main.c:303: Legacy unit test failed [gethostbyaddr FAILED] [Error code 3] FAIL regress_dns.c:211: assert(dns_ok == DNS_PTR): 0 vs 2dns/resolve_reverse: [resolve_reverse FAILED] 2/170 TESTS FAILED. (0 skipped) FAILED SELECT test-eof: OKAY test-weof: OKAY test-time: OKAY test-changelist: OKAY regress: [Error code 3] FAIL regress_dns.c:186: assert(dns_ok == DNS_PTR): 0 vs 2dns/gethostbyaddr: FAIL regress_main.c:303: Legacy unit test failed [gethostbyaddr FAILED] [Error code 3] FAIL regress_dns.c:211: assert(dns_ok == DNS_PTR): 0 vs 2dns/resolve_reverse: [resolve_reverse FAILED] 2/170 TESTS FAILED. (0 skipped) FAILED WIN32 Skipping test

FAIL: ../test/test.sh

1 of 1 test failed

make[5]: * [check-TESTS] Error 1 make[4]: [check-am] Error 2 make[3]: [check] Error 2 make[2]: [check-recursive] Error 1 make[1]: [check] Error 2 make: * [test] Error 2 }}}

Status: Accepted

Labels:
Type-Defect Priority-Low