diff options
| author | Milan P. Stanić <mps@arvanta.net> | 2019-02-26 20:01:25 +0100 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-26 20:48:28 +0000 |
| commit | 29c6464be19088283c52dd74e90bbbd4f9829a6c (patch) | |
| tree | 294e26c188d33b89fc90256676a360be0e6508ff /community/crystal/fix-spec-socket-tcp_socket.cr.patch | |
| parent | fde15b7e1cd7ac6d8ee6c0ac6224d645b86d5e4f (diff) | |
| download | aports-29c6464be19088283c52dd74e90bbbd4f9829a6c.tar.bz2 aports-29c6464be19088283c52dd74e90bbbd4f9829a6c.tar.xz | |
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
Diffstat (limited to 'community/crystal/fix-spec-socket-tcp_socket.cr.patch')
| -rw-r--r-- | community/crystal/fix-spec-socket-tcp_socket.cr.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/crystal/fix-spec-socket-tcp_socket.cr.patch b/community/crystal/fix-spec-socket-tcp_socket.cr.patch deleted file mode 100644 index 21c0645323..0000000000 --- a/community/crystal/fix-spec-socket-tcp_socket.cr.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/spec/std/socket/tcp_socket_spec.cr -+++ b/spec/std/socket/tcp_socket_spec.cr -@@ -32,7 +32,7 @@ - end - end - -- it "raises when port is negative" do -+ pending "raises when port is negative" do - expect_raises(Socket::Error, linux? ? "getaddrinfo: Servname not supported for ai_socktype" : "No address found for #{address}:-12 over TCP") do - TCPSocket.new(address, -12) - end |
