public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/eventmachine/
Date: Tue, 17 Apr 2018 18:29:09 +0000 (UTC)	[thread overview]
Message-ID: <1523989614.391802e94b4dcf522f7756dd8179016661ecf034.graaff@gentoo> (raw)

commit:     391802e94b4dcf522f7756dd8179016661ecf034
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 18:26:29 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 18:26:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391802e9

dev-ruby/eventmachine: fix tests

Avoid tests requiring either a network or obsolete SSL protocols.

Closes: https://bugs.gentoo.org/648776
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/eventmachine/eventmachine-1.2.0.1.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-ruby/eventmachine/eventmachine-1.2.0.1.ebuild b/dev-ruby/eventmachine/eventmachine-1.2.0.1.ebuild
index 3fa90ddd8cb..af902ccb133 100644
--- a/dev-ruby/eventmachine/eventmachine-1.2.0.1.ebuild
+++ b/dev-ruby/eventmachine/eventmachine-1.2.0.1.ebuild
@@ -50,6 +50,12 @@ all_ruby_prepare() {
 	sed -i -e '/test_for_real/,/^    end/ s:^:#:' \
 		tests/test_pending_connect_timeout.rb || die
 	rm -f tests/test_{get_sock_opt,set_sock_opt,idle_connection}.rb || die
+	sed -i -e '/test_ipv6_tcp_client_with_ipv6_google_com/aomit "network"' tests/test_ipv6.rb || die
+	# don't test unsecure and obsolete protocols
+	sed -i -e 's/sslv2 sslv3//' \
+		-e '/\(test_any_to_v3\|test_v3_to_any\|test_v3_to_v3\|test_v3_with_external\)/aomit "obsolete"' \
+		tests/test_ssl_protocols.rb || die
+
 }
 
 each_ruby_configure() {


             reply	other threads:[~2018-04-17 18:31 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-17 18:29 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-29 13:04 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/eventmachine/ Sam James
2023-03-29 11:48 Sam James
2023-03-29 11:38 Sam James
2023-03-12 12:09 Hans de Graaff
2022-07-30  7:46 Hans de Graaff
2022-06-26  6:44 Hans de Graaff
2022-06-18 20:25 Sam James
2022-06-18 20:25 Sam James
2021-09-28 19:34 Sam James
2021-09-28  1:09 Sam James
2021-09-28  1:08 Sam James
2021-09-28  1:01 Sam James
2021-06-22 18:19 Sam James
2020-05-23  6:34 Hans de Graaff
2019-02-02 10:36 Hans de Graaff
2018-07-15 19:05 Hans de Graaff
2018-07-15 19:05 Hans de Graaff
2018-05-18  5:56 Hans de Graaff
2018-04-26  4:57 Hans de Graaff
2018-04-16 18:32 Hans de Graaff
2018-02-25  7:47 Hans de Graaff
2018-02-25  6:47 Hans de Graaff
2016-06-26  5:38 Hans de Graaff
2016-03-17 11:56 Agostino Sarubbo
2016-03-17  6:39 Hans de Graaff
2016-03-17  6:39 Hans de Graaff
2016-03-17  6:39 Hans de Graaff
2016-01-14 20:37 Manuel Rüger
2016-01-14 20:37 Manuel Rüger
2015-10-03  9:12 Hans de Graaff

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

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

  git send-email \
    --in-reply-to=1523989614.391802e94b4dcf522f7756dd8179016661ecf034.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox