<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/test, branch ruby_2_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<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>
<entry>
<title>Enable checkers on parallel test.</title>
<updated>2019-10-02T07:23:00+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2019-10-02T07:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=84cbce3d880f0d6a51ccf3622b8d1e79132b9a0e'/>
<id>84cbce3d880f0d6a51ccf3622b8d1e79132b9a0e</id>
<content type='text'>
parallel test (`make test-all TESTS=-j8`) runs tests on specified
number of processes. However, some test checkers written in
`runner.rb` are not loaded. This fix enable these checkers on
parallel tests.

See also: https://github.com/ruby/ruby/pull/2508
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
parallel test (`make test-all TESTS=-j8`) runs tests on specified
number of processes. However, some test checkers written in
`runner.rb` are not loaded. This fix enable these checkers on
parallel tests.

See also: https://github.com/ruby/ruby/pull/2508
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of failures about coverage</title>
<updated>2019-07-25T11:57:32+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-07-25T11:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7e33f324e1d1de31a69d16dc9f27ec223523c6e8'/>
<id>7e33f324e1d1de31a69d16dc9f27ec223523c6e8</id>
<content type='text'>
Run test suites explicitly instead of auto-running, to get rid of
failures when simplecov is not installed but COVERAGE is set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run test suites explicitly instead of auto-running, to get rid of
failures when simplecov is not installed but COVERAGE is set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Separated tool/test/runner.rb and test/runner.rb</title>
<updated>2019-07-25T07:57:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-07-24T02:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8e53d18e6724211bd0597ec5852869e6bf9679f1'/>
<id>8e53d18e6724211bd0597ec5852869e6bf9679f1</id>
<content type='text'>
As `make test-tool` does not use gems, and no Rubygems stuffs is
needed, so moved such things to test/runner.rb.  Also no longer
nees `--test-target-dir` option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As `make test-tool` does not use gems, and no Rubygems stuffs is
needed, so moved such things to test/runner.rb.  Also no longer
nees `--test-target-dir` option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved NoMemoryError hook to Test::Unit::AutoRunner</title>
<updated>2019-07-24T23:42:16+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-07-24T02:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a850be68a57dce65449766654aa1912b5fa660cb'/>
<id>a850be68a57dce65449766654aa1912b5fa660cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>@@project_dir in Gem::TestCase is no longer used</title>
<updated>2019-07-24T11:08:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-07-24T11:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dc954cbb75381149970e45927153829a88cbe0b5'/>
<id>dc954cbb75381149970e45927153829a88cbe0b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
