<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/ruby/test_symbol.rb, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Prevent a warning due to error recovery of prism</title>
<updated>2024-09-17T05:15:44+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2024-09-17T05:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=70111fcc45b22b691aca2b522cb8eb30bf9fc34c'/>
<id>70111fcc45b22b691aca2b522cb8eb30bf9fc34c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't skip test_inspect_under_gc_compact_stress</title>
<updated>2024-06-10T16:36:25+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-06-10T15:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=556bbf64e084c3a310dce3ee12d18222ce907781'/>
<id>556bbf64e084c3a310dce3ee12d18222ce907781</id>
<content type='text'>
Commit 1471a16 seems to have fixed this flaky test, so we don't need to
skip it for YJIT or RJIT anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 1471a16 seems to have fixed this flaky test, so we don't need to
skip it for YJIT or RJIT anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test_inspect_under_gc_compact_stress w/ RJIT too</title>
<updated>2024-04-23T16:51:51+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2024-04-23T16:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=87396dbe5d6597dafcba31afb5b9ba6216d604c5'/>
<id>87396dbe5d6597dafcba31afb5b9ba6216d604c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip a flaky GC.compact test for YJIT</title>
<updated>2024-03-12T18:02:35+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2024-03-12T17:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c3915a0741f3fc502df2bae48ef2d2029543c18c'/>
<id>c3915a0741f3fc502df2bae48ef2d2029543c18c</id>
<content type='text'>
This test has failed without YJIT too:
https://rubyci.s3.amazonaws.com/debian11/ruby-master/log/20240301T063003Z.fail.html.gz

However, it somehow fails more often on "YJIT Ubuntu / check RUSTC='rustc +1.58.0'" job.

Nobody is actively looking into this issue, and it's most likely not a
YJIT-specific issue, so let me silence this false positive until we
start working on this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test has failed without YJIT too:
https://rubyci.s3.amazonaws.com/debian11/ruby-master/log/20240301T063003Z.fail.html.gz

However, it somehow fails more often on "YJIT Ubuntu / check RUSTC='rustc +1.58.0'" job.

Nobody is actively looking into this issue, and it's most likely not a
YJIT-specific issue, so let me silence this false positive until we
start working on this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip under_gc_compact_stress on s390x (#10073)</title>
<updated>2024-02-22T22:34:19+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2024-02-22T22:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bccf4b30fa251dd4394d4ad477bad53c624d2aba'/>
<id>bccf4b30fa251dd4394d4ad477bad53c624d2aba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Symbol#inspect for GC compaction</title>
<updated>2023-12-25T02:29:40+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2023-12-25T00:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7002e776944ddfd362cea253d18d02bc250fe9f7'/>
<id>7002e776944ddfd362cea253d18d02bc250fe9f7</id>
<content type='text'>
The test fails when RGENGC_CHECK_MODE is turned on:

    1) Failure:
    TestSymbol#test_inspect_under_gc_compact_stress [test/ruby/test_symbol.rb:123]:
    &lt;":testing"&gt; expected but was
    &lt;":\x00\x00\x00\x00\x00\x00\x00"&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test fails when RGENGC_CHECK_MODE is turned on:

    1) Failure:
    TestSymbol#test_inspect_under_gc_compact_stress [test/ruby/test_symbol.rb:123]:
    &lt;":testing"&gt; expected but was
    &lt;":\x00\x00\x00\x00\x00\x00\x00"&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #18905] Check symbol name types more strictly</title>
<updated>2022-07-19T15:23:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-07-19T11:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8f1759143533d2b772efd5184ba02738f66fe1fc'/>
<id>8f1759143533d2b772efd5184ba02738f66fe1fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Symbol#name</title>
<updated>2020-09-04T13:18:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-09-04T13:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=eb67c603ca7e435181684857e650b4633fda5bb6'/>
<id>eb67c603ca7e435181684857e650b4633fda5bb6</id>
<content type='text'>
https://bugs.ruby-lang.org/issues/16150#change-87446</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.ruby-lang.org/issues/16150#change-87446</pre>
</div>
</content>
</entry>
<entry>
<title>Suffixed memory leak tests as "memory_leak"</title>
<updated>2020-05-06T17:53:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-05-06T17:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ce00fda9254887388b15a3a9ff505d3473cecf57'/>
<id>ce00fda9254887388b15a3a9ff505d3473cecf57</id>
<content type='text'>
So that `TEST_EXCLUDES` option in common.mk works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that `TEST_EXCLUDES` option in common.mk works.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cut down warm-up loops and gain main/warm-up ratio</title>
<updated>2020-05-06T17:51:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-05-06T17:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=01e0e4c4732b2019166a45b21fbf2b400554e403'/>
<id>01e0e4c4732b2019166a45b21fbf2b400554e403</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
