Thanks Blair! This actually looks pretty good. A couple of comments below.
On Fri, 13 Dec 2002, Blair Zajac wrote: > Directory: ...F.........F > Random: N > DSO: FFFFFFFF. <.....> > 190 tests run: 176 passed, 10 failed, 4 not implemented. > Failed tests in Directory: > 1) test_removeall_fail: expected <1> but was <0> > 2) test_uncleared_errno: expected <0> but was <17> These two bother me. > Failed tests in DSO: > 1) test_load_module: 682442:./testall: rld: Fatal Error: Cannot > Successfully map soname '/tmp/apr/test/.libs/mod_test.so' under any > of the filenames /tmp/apr/test/.libs/mod_test.so > 2) test_dso_sym: 682442:./testall: rld: Fatal Error: Cannot Successfully > map soname '/tmp/apr/test/.libs/mod_test.so' under any of the filenames > /tmp/apr/test/.libs/mod_test.so > 3) test_dso_sym_return_value: 682442:./testall: rld: Fatal Error: Cannot > Successfully map soname '/tmp/apr/test/.libs/mod_test.so' under any of the > filenames /tmp/apr/test/.libs/mod_test.so > 4) test_unload_module: 682442:./testall: rld: Fatal Error: Cannot > Successfully map soname > '/tmp/apr/test/.libs/mod_test.so' under any of the filenames > /tmp/apr/test/.libs/mod_test.so > 5) test_load_non_module: 682442:./testall: rld: Fatal Error: Cannot > Successfully map soname > '/tmp/apr/test/.libs/libmod_test.so' under any of the filenames > /tmp/apr/test/.libs/libmod_test.so > 6) test_dso_sym_non_module: 682442:./testall: rld: Fatal Error: > Cannot Successfully map soname > '/tmp/apr/test/.libs/libmod_test.so' under any of the filenames > /tmp/apr/test/.libs/libmod_test.so > 7) test_dso_sym_return_value_non_mod: 682442:./testall: rld: Fatal > Error: Cannot Successfully map soname > '/tmp/apr/test/.libs/libmod_test.so' under any of the filenames > /tmp/apr/test/.libs/libmod_test.so > 8) test_unload_non_module: 682442:./testall: rld: Fatal Error: > Cannot Successfully map soname > '/tmp/apr/test/.libs/libmod_test.so' under any of the filenames > /tmp/apr/test/.libs/libmod_test.so All of these look like a build problem instead of a code problem. Can you make sure that you actually have a /tmp/apr/test/.libs/libmod_test.so. If not, we need to figure out why not. It would be great to get some of the not implemented features implemented on IRIX, but those aren't as important as the stuff above. > Not Implemented tests in Random: > 1) rand_exists: apr_generate_random_bytes not implemented on this platform > > Not Implemented tests in Socket Creation: > 1) tcp6_socket: IPv6 not implemented on this platform > 2) udp6_socket: IPv6 not implemented on this platform > > Not Implemented tests in Socket Options: > 1) corkable: TCP isn't corkable not implemented on this platform > Ryan
