<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/rdoc/test_rdoc_generator_json_index.rb, 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>[ruby/rdoc] test/rdoc/test_rdoc_generator_json_index.rb: pend in test_generate in ppc64le.</title>
<updated>2023-11-03T10:30:28+00:00</updated>
<author>
<name>Jun Aruga</name>
<email>jaruga@redhat.com</email>
</author>
<published>2023-10-30T15:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1f1b9b0942ec12dde1af8000f8cb84692904fccc'/>
<id>1f1b9b0942ec12dde1af8000f8cb84692904fccc</id>
<content type='text'>
We observed that this test randomly fails in the ruby/ruby Travis ppc64le case.
This commit is to pend the test_generate if the assertion for the generated
file's modified time fails in a ppc64le environment.

Note that I didn't use the word "Travis CI" or Travis CI specific environment variables
such as `TRAVIS` and `TRAVIS_CPU_ARCH`[1] in the code. Because I wanted to prioritize the
rdoc's independence from the ruby/ruby.

[1] https://docs.travis-ci.com/user/environment-variables/#default-environment-variables

https://github.com/ruby/rdoc/commit/42cdad1cf2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We observed that this test randomly fails in the ruby/ruby Travis ppc64le case.
This commit is to pend the test_generate if the assertion for the generated
file's modified time fails in a ppc64le environment.

Note that I didn't use the word "Travis CI" or Travis CI specific environment variables
such as `TRAVIS` and `TRAVIS_CPU_ARCH`[1] in the code. Because I wanted to prioritize the
rdoc's independence from the ruby/ruby.

[1] https://docs.travis-ci.com/user/environment-variables/#default-environment-variables

https://github.com/ruby/rdoc/commit/42cdad1cf2
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] test/rdoc/test_rdoc_generator_json_index.rb: Use assert_equal instead of assert.</title>
<updated>2023-10-30T16:21:28+00:00</updated>
<author>
<name>Jun Aruga</name>
<email>jaruga@redhat.com</email>
</author>
<published>2023-10-30T16:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=674db715f5a141891a66e67004ca138696d3b0ad'/>
<id>674db715f5a141891a66e67004ca138696d3b0ad</id>
<content type='text'>
It's better because assert_equal prints the values when it fails.

https://github.com/ruby/rdoc/commit/91d40ce8f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's better because assert_equal prints the values when it fails.

https://github.com/ruby/rdoc/commit/91d40ce8f8
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed obsoleted comment</title>
<updated>2021-09-06T10:36:04+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-06T10:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=afd7d1672f199f305f3cf9c7049ae83f5396c53b'/>
<id>afd7d1672f199f305f3cf9c7049ae83f5396c53b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest""</title>
<updated>2019-10-29T04:16:31+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-10-29T04:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=79a7fd91208989d180027a9fed63db76b0a08cc1'/>
<id>79a7fd91208989d180027a9fed63db76b0a08cc1</id>
<content type='text'>
This reverts commit ca5812fe4516a10cc687281f9e47e1a08449f1ab.

Now tool/lib/minitest provides "omit", so it should work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ca5812fe4516a10cc687281f9e47e1a08449f1ab.

Now tool/lib/minitest provides "omit", so it should work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest"</title>
<updated>2019-10-29T03:57:31+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-10-29T03:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ca5812fe4516a10cc687281f9e47e1a08449f1ab'/>
<id>ca5812fe4516a10cc687281f9e47e1a08449f1ab</id>
<content type='text'>
This reverts commit b4da6fc1c277190bbd10e795ebf3be45772038e8.

`make test-all` uses minitest, which led to "undefined method `omit'"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b4da6fc1c277190bbd10e795ebf3be45772038e8.

`make test-all` uses minitest, which led to "undefined method `omit'"
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Use omit of test-unit instead of skip of minitest</title>
<updated>2019-10-29T03:34:44+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-10-26T17:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b4da6fc1c277190bbd10e795ebf3be45772038e8'/>
<id>b4da6fc1c277190bbd10e795ebf3be45772038e8</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/1c5bf2ae1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/1c5bf2ae1d
</pre>
</div>
</content>
</entry>
<entry>
<title>Use assert_raise and skip for test/unit</title>
<updated>2019-08-15T21:45:36+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-08-15T21:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a458317b914579c8a042ed02592af3a92aa41d1b'/>
<id>a458317b914579c8a042ed02592af3a92aa41d1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use omit instead of skip for test-unit.</title>
<updated>2019-08-15T21:07:11+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-08-11T03:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=daf5ce3ba1545e295ba2efd0ee153638ae446e6e'/>
<id>daf5ce3ba1545e295ba2efd0ee153638ae446e6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed minitest_helper.rb as helper.rb</title>
<updated>2019-08-15T21:07:11+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-08-08T14:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5555e3ef5777178a81625b54958c1fa14e3ef38e'/>
<id>5555e3ef5777178a81625b54958c1fa14e3ef38e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo in an assertion message</title>
<updated>2019-03-30T12:35:13+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2019-03-30T12:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=413b12737697564a4de6bb88b2830169dc42909e'/>
<id>413b12737697564a4de6bb88b2830169dc42909e</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
