<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/io, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>merge revision(s) 12350eb9e0d3317da57b5a37c0c2810946b48850: [Backport #21625]</title>
<updated>2025-11-02T04:28:40+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2025-11-02T04:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=30f661951bb19f69cf55388c76ecaf7b0be41079'/>
<id>30f661951bb19f69cf55388c76ecaf7b0be41079</id>
<content type='text'>
	[PATCH] [Bug #21625] Allow io/wait methods with `IO#ungetc` in text mode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[PATCH] [Bug #21625] Allow io/wait methods with `IO#ungetc` in text mode
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip an unstable test on MinGW</title>
<updated>2023-12-13T17:40:54+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2023-12-13T17:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cc86fa8416b571e2d833157b852dee31a0d2f731'/>
<id>cc86fa8416b571e2d833157b852dee31a0d2f731</id>
<content type='text'>
This test fails fairly frequently on MinGW:
https://github.com/ruby/ruby/actions/runs/7195712496/job/19598924253#step:11:168
https://github.com/ruby/ruby/actions/runs/7191246799/job/19585627182#step:11:168

and we aren't actively working on stabilizing tests for MinGW.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test fails fairly frequently on MinGW:
https://github.com/ruby/ruby/actions/runs/7195712496/job/19598924253#step:11:168
https://github.com/ruby/ruby/actions/runs/7191246799/job/19585627182#step:11:168

and we aren't actively working on stabilizing tests for MinGW.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-console] Avoid the influence of special variable `$/`</title>
<updated>2023-08-18T03:55:04+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-08-18T03:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=818ba30ee9e188c59385a56bc7560f43e90bce94'/>
<id>818ba30ee9e188c59385a56bc7560f43e90bce94</id>
<content type='text'>
https://github.com/ruby/io-console/commit/5f71354332
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-console/commit/5f71354332
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-console] Enable `getpass` methods always</title>
<updated>2023-08-18T03:55:02+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-08-18T01:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=540cf43205262d8208516d4046caabfdae62a45a'/>
<id>540cf43205262d8208516d4046caabfdae62a45a</id>
<content type='text'>
https://github.com/ruby/io-console/commit/57f9649df4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-console/commit/57f9649df4
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `require 'io/wait'` where it's no longer necessary. (#6932)</title>
<updated>2022-12-14T22:37:01+00:00</updated>
<author>
<name>Samuel Williams</name>
<email>samuel.williams@oriontransfer.co.nz</email>
</author>
<published>2022-12-14T22:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d20bd06a97555a4493458d866590107da6cb21f4'/>
<id>d20bd06a97555a4493458d866590107da6cb21f4</id>
<content type='text'>
* Remove `require 'io/wait'` as it's part of core now.

* Update ruby specs using version gates.

* Add note about why it's conditional.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove `require 'io/wait'` as it's part of core now.

* Update ruby specs using version gates.

* Add note about why it's conditional.</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-console] Omit on JRuby</title>
<updated>2022-12-02T10:33:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-12-02T09:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=21ed929e157f1b859534de421a9e3641a2ec22c8'/>
<id>21ed929e157f1b859534de421a9e3641a2ec22c8</id>
<content type='text'>
https://github.com/ruby/io-console/commit/9122c181eb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-console/commit/9122c181eb
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-console] Check rawmode option names strictly</title>
<updated>2022-12-02T10:33:35+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-12-02T08:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=678bcfcaa686c0b3125c856a3fc53186126c7554'/>
<id>678bcfcaa686c0b3125c856a3fc53186126c7554</id>
<content type='text'>
https://github.com/ruby/io-console/commit/aa8fc7e947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-console/commit/aa8fc7e947
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix io/console test for --with-static-linked-ext</title>
<updated>2022-11-18T23:50:34+00:00</updated>
<author>
<name>Alan Wu</name>
<email>XrXr@users.noreply.github.com</email>
</author>
<published>2022-11-18T19:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7f269a3c2d19e28d493a492748cd998d4cd43c89'/>
<id>7f269a3c2d19e28d493a492748cd998d4cd43c89</id>
<content type='text'>
The tests looks for the .so file, which doesn't exist when the extension
is statically linked. In that situation it passes -I to ruby with
nothing after it which ate the -rio/console argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests looks for the .so file, which doesn't exist when the extension
is statically linked. In that situation it passes -I to ruby with
nothing after it which ate the -rio/console argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test_wait on MinGW CI</title>
<updated>2022-09-17T13:08:36+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-09-17T13:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1825d3673f2a5504b65ba31a9fb6c2e52edf1fc3'/>
<id>1825d3673f2a5504b65ba31a9fb6c2e52edf1fc3</id>
<content type='text'>
This test has been unstable, and it seems like we're not interested in
fixing that for MinGW.
https://github.com/ruby/ruby/actions/runs/3073317191/jobs/4965373284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test has been unstable, and it seems like we're not interested in
fixing that for MinGW.
https://github.com/ruby/ruby/actions/runs/3073317191/jobs/4965373284
</pre>
</div>
</content>
</entry>
<entry>
<title>omit all assertions at TestIO_Console#test_intr when running with FreeBSD</title>
<updated>2022-08-23T03:49:46+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-08-23T03:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=892fe9bbbaa8b1c286d8d5404eb707ad4288a274'/>
<id>892fe9bbbaa8b1c286d8d5404eb707ad4288a274</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
