[#100309] How to use backport custom field — Jun Aruga <jaruga@...>
Please allow my ignorance.
9 messages
2020/10/06
[#100310] Re: How to use backport custom field
— "NARUSE, Yui" <naruse@...>
2020/10/06
IkJhY2twb3J0IGN1c3RvbSBmaWVsZCIgaXMgb25seSBhdmFpbGFibGUgZm9yIHRpY2tldHMgd2hv
[#100311] Re: How to use backport custom field
— Jun Aruga <jaruga@...>
2020/10/06
On Tue, Oct 6, 2020 at 4:44 PM NARUSE, Yui <naruse@airemix.jp> wrote:
[#100314] Re: How to use backport custom field
— "NARUSE, Yui" <naruse@...>
2020/10/06
VGhhbmsgeW91IGZvciBjb25maXJtYXRpb24uCkkgY2hlY2tlZCBhZ2FpbiBhbmQgdG8gZWRpdCBi
[#100322] Re: How to use backport custom field
— Jun Aruga <jaruga@...>
2020/10/07
On Tue, Oct 6, 2020 at 7:25 PM NARUSE, Yui <naruse@airemix.jp> wrote:
[#100326] Re: How to use backport custom field
— "NARUSE, Yui" <naruse@...>
2020/10/07
SSBhZGRlZCB5b3UgdG8gIlJlcG9ydGVyIiByb2xlIGluIHRoZSBwcm9qZWN0CgoyMDIw5bm0MTDm
[#100327] Re: How to use backport custom field
— Jun Aruga <jaruga@...>
2020/10/07
On Wed, Oct 7, 2020 at 1:42 PM NARUSE, Yui <naruse@airemix.jp> wrote:
[ruby-core:100296] [Ruby master Bug#17211] Test failures in ruby2.7.2 and ruby3.0~preview1
From:
mame@...
Date:
2020-10-04 18:31:28 UTC
List:
ruby-core #100296
Issue #17211 has been updated by mame (Yusuke Endoh). Assignee set to aycabta (aycabta .) Status changed from Open to Assigned Okay, I got it. Those tests fail when no executable named `ruby` is available in `PATH`. https://github.com/ruby/ruby/blob/f8c50109d7d1a067bae80b56e7b0b1923951c068/test/irb/test_history.rb#L131 Note that the build directory is added to `PATH` during the test. So, the problem occurs typically (1) when there is no system ruby (such as `/usr/bin/ruby`), and (2) when the executable being built is renamed, for example, by `./configure --program-suffix=something`. Sorry for the inconvenience. This is a bug of the tests. I'm assigning @aycabta. ---------------------------------------- Bug #17211: Test failures in ruby2.7.2 and ruby3.0~preview1 https://bugs.ruby-lang.org/issues/17211#change-87881 * Author: utkarsh (Utkarsh Gupta) * Status: Assigned * Priority: Normal * Assignee: aycabta (aycabta .) * ruby -v: 2.7.2 * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- Hello, Whilst building Ruby 2.7.2 and Ruby 3.0~preview1, I got the following test failures: ``` 1) Failure: TestIRB::TestHistory#test_history_save_1 [/<<PKGBUILDDIR>>/test/irb/test_history.rb:31]: <"exit\n"> expected but was <"1\n" + "2\n" + "3\n" + "4\n">. 2) Failure: TestIRB::TestHistory#test_history_save_100 [/<<PKGBUILDDIR>>/test/irb/test_history.rb:51]: <"1\n" + "2\n" + "3\n" + "4\n" + "5\n" + "exit\n"> expected but was <"1\n" + "2\n" + "3\n" + "4\n">. 3) Failure: TestIRB::TestHistory#test_history_save_bignum [/<<PKGBUILDDIR>>/test/irb/test_history.rb:76]: <"1\n" + "2\n" + "3\n" + "4\n" + "5\n" + "exit\n"> expected but was <"1\n" + "2\n" + "3\n" + "4\n">. 4) Failure: TestIRB::TestHistory#test_history_save_minus_as_infinity [/<<PKGBUILDDIR>>/test/irb/test_history.rb:101]: <"1\n" + "2\n" + "3\n" + "4\n" + "5\n" + "exit\n"> expected but was <"1\n" + "2\n" + "3\n" + "4\n">. Finished tests in 424.892771s, 49.5113 tests/s, 6415.2304 assertions/s. 21037 tests, 2725785 assertions, 4 failures, 0 errors, 95 skips ``` I am clueless as to what's causing this? Please note that I tried to build it in a clean environment. But couldn't get these tests to pass, neither in ruby2.7.2 or ruby3.0~preview1. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>