From 29c6464be19088283c52dd74e90bbbd4f9829a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Tue, 26 Feb 2019 20:01:25 +0100 Subject: community/crystal: upgrade to 0.27.2 bootver set to 0.27.0 deleted patches for tests which now pass testing add patches to skip tests which fails and depends on libc type use _llvmver variable instead of hardcoded ones --- community/crystal/fix-spec-http-server.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 community/crystal/fix-spec-http-server.patch (limited to 'community/crystal/fix-spec-http-server.patch') diff --git a/community/crystal/fix-spec-http-server.patch b/community/crystal/fix-spec-http-server.patch deleted file mode 100644 index 9ab3a511e9..0000000000 --- a/community/crystal/fix-spec-http-server.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/spec/std/http/server/server_spec.cr -+++ b/spec/std/http/server/server_spec.cr -@@ -491,7 +491,7 @@ - end - {% end %} - -- it "handles exception during SSL handshake (#6577)" do -+ pending "handles exception during SSL handshake (#6577)" do - server = SilentErrorHTTPServer.new do |context| - context.response.print "ok" - context.response.close -@@ -524,7 +524,7 @@ - end - - describe "#close" do -- it "closes gracefully" do -+ pending "closes gracefully" do - server = Server.new do |context| - context.response.flush - context.response.puts "foo" -- cgit v1.2.3