<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/lib, branch v3_0_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<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>test/lib/jit_support.rb: Let JIT tests skip on centos8</title>
<updated>2020-05-12T08:48:31+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2020-05-12T08:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2e7d886311399a2ec1918afe7838d12e7708b7a6'/>
<id>2e7d886311399a2ec1918afe7838d12e7708b7a6</id>
<content type='text'>
It has the same issue as RHEL 8.  k0kubun said he will fix later
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It has the same issue as RHEL 8.  k0kubun said he will fix later
</pre>
</div>
</content>
</entry>
<entry>
<title>Split compile and link for MinGW support</title>
<updated>2020-05-03T23:41:25+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2020-05-03T23:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9aa5fe1bf89db8cd215b24d8ddfb668714681b83'/>
<id>9aa5fe1bf89db8cd215b24d8ddfb668714681b83</id>
<content type='text'>
MinGW test_jit fails with no error message. Perhaps linker flags should
not be passed when compilation is happening.

Anyway splitting these stages doesn't matter for performance. So let me
just split it to fix the issue. Probably this helps Solaris's issue too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MinGW test_jit fails with no error message. Perhaps linker flags should
not be passed when compilation is happening.

Anyway splitting these stages doesn't matter for performance. So let me
just split it to fix the issue. Probably this helps Solaris's issue too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Debug Solaris's MJIT failure</title>
<updated>2020-05-03T22:49:51+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2020-05-03T22:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=077619848623e9c7f8d6d8041596199115b7fc68'/>
<id>077619848623e9c7f8d6d8041596199115b7fc68</id>
<content type='text'>
using -Winvalid-pch

https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20200501T170004Z.fail.html.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using -Winvalid-pch

https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20200501T170004Z.fail.html.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip pdb corruption on Visual Studio 2015 as well</title>
<updated>2020-05-03T07:41:28+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2020-05-03T07:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a218cbdf31c30835f5785cdaf3af3f97965b77c4'/>
<id>a218cbdf31c30835f5785cdaf3af3f97965b77c4</id>
<content type='text'>
It turned out that the pdb corruption happens on Visual Studio 2015 as
well.
https://ci.appveyor.com/project/ruby/ruby/builds/32602953/job/3gj43q18wqeiy729
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turned out that the pdb corruption happens on Visual Studio 2015 as
well.
https://ci.appveyor.com/project/ruby/ruby/builds/32602953/job/3gj43q18wqeiy729
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip Solaris RubyCI TestJIT for now</title>
<updated>2020-05-01T17:40:44+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2020-05-01T17:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=72c0612c40bc0d9684e870cb93d91ba584a3d35e'/>
<id>72c0612c40bc0d9684e870cb93d91ba584a3d35e</id>
<content type='text'>
to be investigated later
https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20200501T160004Z.fail.html.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to be investigated later
https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20200501T160004Z.fail.html.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip MinGW TestJIT* and macOS TestJITDebug failures</title>
<updated>2020-05-01T10:08:51+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2020-05-01T10:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=41bbdd7806edd64e73fbca4bfda396946b694f24'/>
<id>41bbdd7806edd64e73fbca4bfda396946b694f24</id>
<content type='text'>
caused by 818d6d33368a396d9cd3d1a34a84015a9e76c5c8, for now.

I'll take a look at them tomorrow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
caused by 818d6d33368a396d9cd3d1a34a84015a9e76c5c8, for now.

I'll take a look at them tomorrow.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip JIT tests on riscv64 due to SEGV of cc1</title>
<updated>2020-04-20T13:48:10+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2020-04-20T13:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=847e25975ce8f5bda46a01afd67e4fdb7f1fef41'/>
<id>847e25975ce8f5bda46a01afd67e4fdb7f1fef41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The pdb header error is printed at stdout</title>
<updated>2020-04-19T01:40:01+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2020-04-19T01:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2832ba80d6cb9ff77f1e18b6afccf3bb9d884dd0'/>
<id>2832ba80d6cb9ff77f1e18b6afccf3bb9d884dd0</id>
<content type='text'>
https://ci.appveyor.com/project/ruby/ruby/builds/32278754/job/90jmky2jq2k0wjv8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://ci.appveyor.com/project/ruby/ruby/builds/32278754/job/90jmky2jq2k0wjv8
</pre>
</div>
</content>
</entry>
<entry>
<title>Compilation error does not impact exit status</title>
<updated>2020-04-17T17:11:47+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2020-04-17T17:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f8b79ef567e4b91eb821886cd4dfa782caed05d3'/>
<id>f8b79ef567e4b91eb821886cd4dfa782caed05d3</id>
<content type='text'>
We failed to ignore
https://ci.appveyor.com/project/ruby/ruby/builds/32245902/job/xcfxw67uexxysvni
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We failed to ignore
https://ci.appveyor.com/project/ruby/ruby/builds/32245902/job/xcfxw67uexxysvni
</pre>
</div>
</content>
</entry>
</feed>
