kgio RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Jeremy Evans <code@jeremyevans.net>
To: kgio@librelist.org
Subject: Current test failures on OpenBSD
Date: Mon, 14 Nov 2011 16:42:49 -0800	[thread overview]
Message-ID: <20111115004249.GR10168@jeremyevans.local> (raw)
In-Reply-To: <20111115004249.GR10168@jeremyevans.local>

Here are the current test failures on OpenBSD.  I'm using the patch
below to run all tests even if a test fails.

Jeremy

  1) Failure:
test_accept_flags(TestAcceptFlags) [test/test_accept_flags.rb:25]:
<false> is not true.

  1) Failure:
test_tcp_socket_new_invalid(TestKgioTcpConnect) [test/test_tcp_connect.rb:47]:
<TypeError> exception expected but was
Class: <ArgumentError>
Message: <"invalid TCP port: 1055759040">
---Backtrace---
test/test_tcp_connect.rb:47:in `new'
test/test_tcp_connect.rb:47:in `test_tcp_socket_new_invalid'
test/test_tcp_connect.rb:47:in `test_tcp_socket_new_invalid'
---------------

  1) Failure:                                                                                                                                         [38/1327]
test_blocking_accept_flags(TestKgioUNIXServer) [./test/lib_server_accept.rb:37]:
<false> expected but was
<true>.

  2) Failure:
test_tryaccept_flags(TestKgioUNIXServer) [./test/lib_server_accept.rb:28]:
<false> expected but was
<true>.

  1) Failure:
test_blocking_accept_flags(TestKgioTCPServer) [./test/lib_server_accept.rb:37]:
<false> expected but was
<true>.

  2) Failure:
test_tryaccept_flags(TestKgioTCPServer) [./test/lib_server_accept.rb:28]:
<false> expected but was
<true>.

--- pkg.mk.orig Tue Nov 15 01:14:49 2011
+++ pkg.mk      Tue Nov 15 01:15:01 2011
@@ -147,7 +147,7 @@ test_units := $(wildcard test/test_*.rb)
 test: test-unit
 test-unit: $(test_units)
 $(test_units): build
-       $(RUBY) -I $(lib) $@ $(RUBY_TEST_OPTS)
+       -$(RUBY) -I $(lib) $@ $(RUBY_TEST_OPTS)

 # this requires GNU coreutils variants
 ifneq ($(RSYNC_DEST),)


       reply	other threads:[~2011-11-15  0:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-15  0:42 Jeremy Evans [this message]
2011-11-15  3:26 ` Current test failures on OpenBSD Eric Wong
2011-11-15 15:52   ` Jeremy Evans
2011-11-15 21:01     ` Eric Wong
2011-11-15 21:35       ` Eric Wong
2011-11-16  1:56         ` Jeremy Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/kgio/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111115004249.GR10168@jeremyevans.local \
    --to=code@jeremyevans.net \
    --cc=kgio@librelist.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kgio.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).