summaryrefslogtreecommitdiff
path: root/test/socket/test_socket.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip test_udp_server on s390x RHEL 7.1Takashi Kokubun2023-03-111-0/+4
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-1/+1
* fixup 8cd6f2a0872e74c6cc089d2a4f8140483080c67aHiroshi SHIBATA2022-09-071-3/+1
* omit random failure tests with FreeBSDHiroshi SHIBATA2022-09-061-0/+2
* Use omit instead of skip: test/socket/**/*.rbHiroshi SHIBATA2021-12-281-3/+3
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* Revert "test/socket/test_socket.rb: skip on Solaris"Naohisa Goto2021-11-301-4/+0
* test/socket/test_socket.rb: skip on SolarisYusuke Endoh2021-07-291-0/+4
* Get rid of sporadic WSAEACCES on Windows [ruby-dev:42661]Nobuyoshi Nakada2021-05-211-1/+4
* Get rid of sporadic WSAEACCES on Windows [ruby-dev:42661]Nobuyoshi Nakada2021-05-201-1/+6
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* Skip test when UDP server is no response.Hiroshi SHIBATA2021-01-131-0/+3
* Revert getaddrinfo_a()Masaki Matsushita2020-12-071-10/+0
* Reduce timeout of test_getaddrinfo_after_forkMasaki Matsushita2020-12-051-1/+1
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-1/+1
* Add a hook before fork() for getaddrinfo_a()Masaki Matsushita2020-12-041-0/+10
* Test interfaces include localhostKazuhiro NISHIYAMA2019-12-061-0/+9
* Try extending timeout of IO.selectTakashi Kokubun2019-09-031-1/+2
* Skip POINTOPOINT of IPv4 too instead of IPv6 onlyKazuhiro NISHIYAMA2019-09-021-5/+4
* Suppress unused variable warningsNobuyoshi Nakada2019-06-301-0/+1
* test/socket/test_socket.rb (timestamp_retry_rw): IO.select before recvmsgnormal2018-08-201-0/+1
* test/socket/test_socket.rb (test_timestampns): retry sendnormal2018-08-021-30/+29
* test/socket/test_socket.rb (test_timestamp): retry sendnormal2018-07-071-4/+18
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-2/+4
* socket.c: null byte at Socket.getnameinfonobu2017-10-111-0/+2
* * test/socket/test_socket.rb (test_udp_recvmsg_truncation):odaira2016-03-101-1/+2
* ignore exception is the address is IPv6naruse2015-12-241-2/+5
* * test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when...ngoto2015-11-211-1/+1
* * test/socket/test_socket.rb (test_udp_recvmsg_truncation): rflags isakr2015-11-181-3/+3
* add tests.akr2015-11-181-0/+50
* socket: fix recvmsg without argumentnormal2015-11-171-0/+16
* * ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr2015-11-141-0/+2
* use assert_raisenobu2015-06-021-2/+2
* * ext/socket/unixsocket.c (rsock_init_unixsock): Open a socketakr2014-05-281-0/+1
* test_socket.rb: ignore interface without addressnobu2014-05-281-0/+1
* use Socket.getifaddrs to show interface names and so onnaruse2014-05-271-7/+9
* test_udp_server don't test IPv6 link-local addresses.akr2014-05-241-0/+1
* Use Etc.uname instead of uname command invocation.akr2014-05-181-1/+2
* * test/socket/test_addrinfo.rb: remove unused variables.hsbt2014-02-181-5/+4
* * ext/socket/lib/socket.rb: Don't test $! in "ensure" clause becauseakr2013-12-131-0/+71
* * ext/socket: New method, Socket.getifaddrs, implemented.akr2013-05-111-0/+11
* * ext/socket/ancdata.c (bsock_sendmsg_internal): Always setakr2013-05-091-1/+1
* * ext/socket/rubysocket.h (SockAddrStringValueWithAddrinfo): New macro.akr2013-04-061-1/+1
* * ext/socket: Improve socket exception message to show socket address.akr2013-04-061-0/+16
* Revert "Darwin 12 (OS X Mountain Lion) also has Bug #6692"naruse2012-09-261-1/+1
* Darwin 12 (OS X Mountain Lion) also has Bug #6692naruse2012-09-261-1/+1
* Show nd6 options and whether the packet is reached to the server or not.naruse2012-07-241-3/+13
* Add version check for darwin's bug.naruse2012-07-241-2/+2
* * test/socket/test_socket.rb: Ignore IPv6 unique local addresses on OSdrbrain2012-07-201-0/+2
* Check IFDISABLED on Mac OS X.naruse2012-05-141-3/+17