<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/lib/test/unit/testcase.rb, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Remove `Test::Unit::TestCase.make_my_diffs_pretty!`</title>
<updated>2021-10-18T08:36:06+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-10-18T06:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6c74976aef2b6f3eeecf6bdcb9b2ac2d9105308e'/>
<id>6c74976aef2b6f3eeecf6bdcb9b2ac2d9105308e</id>
<content type='text'>
`Test::Unit::CoreAssertions#mu_pp` is defined always using
`pretty_inspect`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Test::Unit::CoreAssertions#mu_pp` is defined always using
`pretty_inspect`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer `require_relative`</title>
<updated>2021-10-15T09:47:25+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-10-15T09:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=370fff98ce93f51e2727b92b0b7b6afb4576cc98'/>
<id>370fff98ce93f51e2727b92b0b7b6afb4576cc98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor ordering of tests</title>
<updated>2021-10-04T11:46:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-09-18T07:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c4570acc86837fefa542a678dfdaba73cdd1fd03'/>
<id>c4570acc86837fefa542a678dfdaba73cdd1fd03</id>
<content type='text'>
* Split the sorting types into classes.
* Apply the same sorting to method sorting under the parallel
  test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Split the sorting types into classes.
* Apply the same sorting to method sorting under the parallel
  test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prohibit test method redefinition</title>
<updated>2021-09-16T23:54:18+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-09-16T23:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=34d6720fee545c42a24f88044d0f78db0477452d'/>
<id>34d6720fee545c42a24f88044d0f78db0477452d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed workaround for test_order</title>
<updated>2021-09-13T05:39:23+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-13T02:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dbdceb8a191b540caae534d28cee6f20a9759d50'/>
<id>dbdceb8a191b540caae534d28cee6f20a9759d50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused alias for run_test</title>
<updated>2021-09-11T11:35:18+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-11T11:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d58e0ffc247a18bbd6ec5a7f78c79e171bda4168'/>
<id>d58e0ffc247a18bbd6ec5a7f78c79e171bda4168</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed rubinius support from test suite</title>
<updated>2021-09-11T09:10:15+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-11T09:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a13ee1f33cca476061f3ed7c823059188884fc17'/>
<id>a13ee1f33cca476061f3ed7c823059188884fc17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed maglev related code because it's not active status now</title>
<updated>2021-09-11T09:10:15+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-11T09:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aebd0a873e9de23544426e5a27e0fb68140d474a'/>
<id>aebd0a873e9de23544426e5a27e0fb68140d474a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comments for minitest</title>
<updated>2021-09-11T08:37:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-09-11T08:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=952806cdecac2c275cf54392d3bf815ee746a063'/>
<id>952806cdecac2c275cf54392d3bf815ee746a063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed uninitialized constant Test::Unit::Assertions::MIN_MEASURABLE.</title>
<updated>2021-09-11T02:21:37+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-11T02:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b1789294695432557fbb79d5ba522c2eaa5b968d'/>
<id>b1789294695432557fbb79d5ba522c2eaa5b968d</id>
<content type='text'>
  I'm not sure why it's failed under the chkbuild and rubyci.

  http://rubyci.s3.amazonaws.com/arch/ruby-master/log/20210911T000007Z.fail.html.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  I'm not sure why it's failed under the chkbuild and rubyci.

  http://rubyci.s3.amazonaws.com/arch/ruby-master/log/20210911T000007Z.fail.html.gz
</pre>
</div>
</content>
</entry>
</feed>
