<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/test, branch ruby_3_0</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Move webrick library into internal test toolchain</title>
<updated>2020-12-10T09:06:25+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-11-02T04:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5dc786bf86bb6e0da2639f88659598ec8b9db30d'/>
<id>5dc786bf86bb6e0da2639f88659598ec8b9db30d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &amp;&amp;</title>
<updated>2020-12-04T15:45:54+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-12-04T15:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b4ec4a41c24105efbb43f9b70ca7f36d22f98294'/>
<id>b4ec4a41c24105efbb43f9b70ca7f36d22f98294</id>
<content type='text'>
* Otherwise those tests, etc cannot run on alternative Ruby implementations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Otherwise those tests, etc cannot run on alternative Ruby implementations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for Minitest5</title>
<updated>2020-05-07T22:38:50+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-05-07T11:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1fe2b7f41caf1868917bab5e698d25dae2bce85b'/>
<id>1fe2b7f41caf1868917bab5e698d25dae2bce85b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MiniTest::Unit.options has default :seed</title>
<updated>2020-02-26T19:06:28+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2020-02-26T19:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6b30638bdb729c73a05190587123e43e2ffd69f3'/>
<id>6b30638bdb729c73a05190587123e43e2ffd69f3</id>
<content type='text'>
MiniTest::Unit (superclass of Test::Unit::Runner) does not has
default seed parameter, but assigned after initializing.
However some tests use MiniTest::Unit without setup of seed option
and it cases unexpected test failures. To solve this issue, add
default seed parameter 42.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MiniTest::Unit (superclass of Test::Unit::Runner) does not has
default seed parameter, but assigned after initializing.
However some tests use MiniTest::Unit without setup of seed option
and it cases unexpected test failures. To solve this issue, add
default seed parameter 42.
</pre>
</div>
</content>
</entry>
<entry>
<title>`srand($seed)` at the beginning of each test</title>
<updated>2020-02-26T18:47:41+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2020-02-26T18:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=14f179080713012251e1faecccefebf2f33ecd86'/>
<id>14f179080713012251e1faecccefebf2f33ecd86</id>
<content type='text'>
To avoid `srand(0)` effect in the other tests, call `srand($seed)`
at the beginning of each test (setup).
[Feature #16655]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid `srand(0)` effect in the other tests, call `srand($seed)`
at the beginning of each test (setup).
[Feature #16655]
</pre>
</div>
</content>
</entry>
<entry>
<title>call GC.compact after each test.</title>
<updated>2019-12-11T18:32:12+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2019-12-11T18:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=79eb5e1acac2339c6ec71db723298bdfcd92b233'/>
<id>79eb5e1acac2339c6ec71db723298bdfcd92b233</id>
<content type='text'>
RUBY_TEST_GC_COMPACT=1 enables GC.compact checker which calls
GC.compact after each test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RUBY_TEST_GC_COMPACT=1 enables GC.compact checker which calls
GC.compact after each test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make TracePoint.stat a singleton method again (#2726)</title>
<updated>2019-12-05T02:02:21+00:00</updated>
<author>
<name>Alan Wu</name>
<email>XrXr@users.noreply.github.com</email>
</author>
<published>2019-12-05T02:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=df76f2c577b6567b617be2df9451123cc450d1cc'/>
<id>df76f2c577b6567b617be2df9451123cc450d1cc</id>
<content type='text'>
[Bug #16399]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Bug #16399]</pre>
</div>
</content>
</entry>
<entry>
<title>tool/lib/test/unit/parallel.rb: fail explicitly when failing to get io</title>
<updated>2019-12-03T08:26:12+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-12-03T08:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=409e4ab740de3852c3667217bcf41b55040f638f'/>
<id>409e4ab740de3852c3667217bcf41b55040f638f</id>
<content type='text'>
`(ulimit -n 30; make test-tool)` fails with unexplicit message:
"undefined method `write' for nil:NilClass" due to lack of stdout.

This change makes it explicit.  [Bug #5577]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`(ulimit -n 30; make test-tool)` fails with unexplicit message:
"undefined method `write' for nil:NilClass" due to lack of stdout.

This change makes it explicit.  [Bug #5577]
</pre>
</div>
</content>
</entry>
<entry>
<title>use builtin for TracePoint.</title>
<updated>2019-11-08T00:09:29+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2019-11-07T09:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e2a45cb984ba75083a577b38ee9643800579a280'/>
<id>e2a45cb984ba75083a577b38ee9643800579a280</id>
<content type='text'>
Define TracePoint in trace_point.rb and use __builtin_ syntax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Define TracePoint in trace_point.rb and use __builtin_ syntax.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix assertion number.</title>
<updated>2019-10-02T08:19:14+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2019-10-02T08:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9759e3c9f09ec442b2aa0d0cc299ac791e516a01'/>
<id>9759e3c9f09ec442b2aa0d0cc299ac791e516a01</id>
<content type='text'>
On parallel test, there are additional tests because of implicit
checkers which are enabled on 84cbce3d88.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On parallel test, there are additional tests because of implicit
checkers which are enabled on 84cbce3d88.
</pre>
</div>
</content>
</entry>
</feed>
