From: utkarsh@... Date: 2020-10-04T02:33:33+00:00 Subject: [ruby-core:100294] [Ruby master Bug#17211] Test failures in ruby2.7.2 and ruby3.0~preview1 Issue #17211 has been updated by utkarsh (Utkarsh Gupta). utkarsh (Utkarsh Gupta) wrote: > I am clueless as to what's causing this? Weirdly enough it looks to me that ``` IRB_HISTORY stdin.write("5\nexit\n") end ``` in `test/irb/test_history.rb` (for all these tests) has no impact apparently. But not sure what's going on with `test_history_save_1`. I am lost there. ---------------------------------------- Bug #17211: Test failures in ruby2.7.2 and ruby3.0~preview1 https://bugs.ruby-lang.org/issues/17211#change-87879 * Author: utkarsh (Utkarsh Gupta) * Status: Open * Priority: Normal * 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 [/<>/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 [/<>/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 [/<>/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 [/<>/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: