[#85349] [Ruby trunk Bug#14334] Segmentation fault after running rspec (ruby/2.5.0/erb.rb:885 / simplecov/source_file.rb:85) — pragtob@...
Issue #14334 has been updated by PragTob (Tobias Pfeiffer).
3 messages
2018/02/02
[#85358] Re: [ruby-cvs:69220] nobu:r62039 (trunk): compile.c: unnecessary freezing — Eric Wong <normalperson@...>
nobu@ruby-lang.org wrote:
5 messages
2018/02/03
[#85612] Why require autoconf 2.67+ — leam hall <leamhall@...>
Please pardon the intrusion; I am new to Ruby and like to pull the
6 messages
2018/02/17
[#85616] Re: Why require autoconf 2.67+
— Vít Ondruch <v.ondruch@...>
2018/02/18
VGhpcyBjb3VsZCBoZWxwIHlvdSB0byBidWlsZCBSdWJ5IHdpdGggb2xkZXIgYXV0b2NvbmYgKDIu
[#85634] [Ruby trunk Bug#14494] [PATCH] tool/m4/ruby_replace_type.m4 use AC_CHECK_TYPES for HAVE_* macros — normalperson@...
Issue #14494 has been reported by normalperson (Eric Wong).
3 messages
2018/02/19
[#85674] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — matz@...
Issue #13618 has been updated by matz (Yukihiro Matsumoto).
5 messages
2018/02/20
[#85686] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wong <normalperson@...>
2018/02/20
matz@ruby-lang.org wrote:
[#85704] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Koichi Sasada <ko1@...>
2018/02/21
On 2018/02/20 18:06, Eric Wong wrote:
[ruby-core:85559] [Ruby trunk Bug#14477] tzdata 2018c seems break test suite
From:
normalperson@...
Date:
2018-02-14 22:22:04 UTC
List:
ruby-core #85559
Issue #14477 has been reported by normalperson (Eric Wong). ---------------------------------------- Bug #14477: tzdata 2018c seems break test suite https://bugs.ruby-lang.org/issues/14477 * Author: normalperson (Eric Wong) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- Upgraded tzdata to 2018c on both my Debian stretch (stable) and jessie (oldstable) machines via "apt-get dist-upgrade" and noticed test failures: ``` [ 4/325] TestTimeTZ#test_asia_tokyo = 0.00 s 1) Failure: TestTimeTZ#test_asia_tokyo [$HOME/ruby/test/ruby/test_time_tz.rb:129]: TZ=Asia/Tokyo Time.local(1951, 5, 6, 2, 0, 0). <"1951-05-06 03:00:00 +1000"> expected but was <"1951-05-06 02:00:00 +1000">. [ 62/325] TestTimeTZ#test_gen_Asia_Tokyo_24 = 0.00 s 2) Failure: TestTimeTZ#test_gen_Asia_Tokyo_24 [$HOME/ruby/test/ruby/test_time_tz.rb:259]: TZ=Asia/Tokyo Time.utc(1951, 5, 5, 16, 59, 59).localtime. <"1951-05-06 01:59:59 +0900"> expected but was <"1951-05-06 02:59:59 +1000">. [ 65/325] TestTimeTZ#test_gen_Asia_Tokyo_27 = 0.00 s 3) Failure: TestTimeTZ#test_gen_Asia_Tokyo_27 [$HOME/ruby/test/ruby/test_time_tz.rb:259]: TZ=Asia/Tokyo Time.utc(1951, 9, 7, 16, 0, 0).localtime. <"1951-09-08 01:00:00 +0900"> expected but was <"1951-09-08 02:00:00 +1000">. [ 66/325] TestTimeTZ#test_gen_Asia_Tokyo_69 = 0.00 s 4) Failure: TestTimeTZ#test_gen_Asia_Tokyo_69 [$HOME/ruby/test/ruby/test_time_tz.rb:277]: TZ=Asia/Tokyo Time.local(1951, 5, 6, 1, 59, 59). <"1951-05-06 01:59:59 +0900"> expected but was <"1951-05-06 01:59:59 +1000">. [ 69/325] TestTimeTZ#test_gen_Asia_Tokyo_72 = 0.00 s 5) Failure: TestTimeTZ#test_gen_Asia_Tokyo_72 [$HOME/ruby/test/ruby/test_time_tz.rb:295]: TZ=Asia/Tokyo Time.local(0, 0, 1, 8, 9, 1951, nil, nil, false, nil). <"1951-09-08 01:00:00 +0900"> expected but was <"1951-09-08 01:00:00 +1000">. ``` Not an expert on TZ so I'll let somebody else deal with this. Thanks. -- 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>