mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
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
12 lines
575 B
Diff
12 lines
575 B
Diff
--- a/spec/std/socket/tcp_server_spec.cr 2019-02-05 14:51:38.000000000 +0000
|
|
+++ b/spec/std/socket/tcp_server_spec.cr 2019-02-19 19:15:23.202756036 +0000
|
|
@@ -48,7 +48,7 @@
|
|
end
|
|
end
|
|
|
|
- it "raises when not binding with reuse_port" do
|
|
+ pending "raises when not binding with reuse_port" do
|
|
TCPServer.open(address, 0, reuse_port: true) do |server|
|
|
expect_raises_errno(Errno::EADDRINUSE, {% if flag?(:linux) %}"listen: "{% else %}"bind: "{% end %}) do
|
|
TCPServer.open(address, server.local_address.port) { }
|