ruby-changes:42741
From: usa <ko1@a...>
Date: Fri, 29 Apr 2016 19:15:41 +0900 (JST)
Subject: [ruby-changes:42741] usa:r54815 (ruby_2_2): merge revision(s) 54706:
usa 2016-04-29 20:12:17 +0900 (Fri, 29 Apr 2016) New Revision: 54815 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54815 Log: merge revision(s) 54706: * test/ruby/test_time_tz.rb: Tests depends on Europe/Moscow removed to avoid test failures due to the tzdata change. https://github.com/eggert/tz/commit/8ee11a301cf173afb0c76e0315b9f9ec8ebb9d95 Found by naruse. Modified directories: branches/ruby_2_2/ Modified files: branches/ruby_2_2/ChangeLog branches/ruby_2_2/test/ruby/test_time_tz.rb branches/ruby_2_2/version.h Index: ruby_2_2/ChangeLog =================================================================== --- ruby_2_2/ChangeLog (revision 54814) +++ ruby_2_2/ChangeLog (revision 54815) @@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_2/ChangeLog#L1 +Fri Apr 29 20:11:38 2016 Tanaka Akira <akr@f...> + + * test/ruby/test_time_tz.rb: Tests depends on Europe/Moscow removed + to avoid test failures due to the tzdata change. + https://github.com/eggert/tz/commit/8ee11a301cf173afb0c76e0315b9f9ec8ebb9d95 + Found by naruse. + Wed Apr 27 22:16:04 2016 NAKAMURA Usaku <usa@r...> * compile.c (new_label_body): missed backporting r54548 in r54698. Index: ruby_2_2/version.h =================================================================== --- ruby_2_2/version.h (revision 54814) +++ ruby_2_2/version.h (revision 54815) @@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_2/version.h#L1 #define RUBY_VERSION "2.2.6" -#define RUBY_RELEASE_DATE "2016-04-27" -#define RUBY_PATCHLEVEL 321 +#define RUBY_RELEASE_DATE "2016-04-29" +#define RUBY_PATCHLEVEL 322 #define RUBY_RELEASE_YEAR 2016 #define RUBY_RELEASE_MONTH 4 -#define RUBY_RELEASE_DAY 27 +#define RUBY_RELEASE_DAY 29 #include "ruby/version.h" Index: ruby_2_2/test/ruby/test_time_tz.rb =================================================================== --- ruby_2_2/test/ruby/test_time_tz.rb (revision 54814) +++ ruby_2_2/test/ruby/test_time_tz.rb (revision 54815) @@ -169,13 +169,6 @@ class TestTimeTZ < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/ruby_2_2/test/ruby/test_time_tz.rb#L169 } end if has_lisbon_tz - def test_europe_moscow - with_tz(tz="Europe/Moscow") { - assert_time_constructor(tz, "1992-03-29 00:00:00 +0400", :local, [1992,3,28,23,0,0]) - assert_time_constructor(tz, "1992-03-29 00:59:59 +0400", :local, [1992,3,28,23,59,59]) - } - end - def test_pacific_kiritimati with_tz(tz="Pacific/Kiritimati") { assert_time_constructor(tz, "1994-12-31 23:59:59 -1000", :local, [1994,12,31,23,59,59]) @@ -355,12 +348,6 @@ Europe/London Sun Aug 10 00:59:59 1947 https://github.com/ruby/ruby/blob/trunk/ruby_2_2/test/ruby/test_time_tz.rb#L348 Europe/London Sun Aug 10 01:00:00 1947 UTC = Sun Aug 10 02:00:00 1947 BST isdst=1 gmtoff=3600 Europe/London Sun Nov 2 01:59:59 1947 UTC = Sun Nov 2 02:59:59 1947 BST isdst=1 gmtoff=3600 Europe/London Sun Nov 2 02:00:00 1947 UTC = Sun Nov 2 02:00:00 1947 GMT isdst=0 gmtoff=0 -Europe/Moscow Sat Jan 18 23:59:59 1992 UTC = Sun Jan 19 01:59:59 1992 MSK isdst=0 gmtoff=7200 -Europe/Moscow Sun Jan 19 00:00:00 1992 UTC = Sun Jan 19 03:00:00 1992 MSK isdst=0 gmtoff=10800 -Europe/Moscow Sat Mar 28 19:59:59 1992 UTC = Sat Mar 28 22:59:59 1992 MSK isdst=0 gmtoff=10800 -Europe/Moscow Sat Mar 28 20:00:00 1992 UTC = Sun Mar 29 00:00:00 1992 MSD isdst=1 gmtoff=14400 -Europe/Moscow Sat Sep 26 18:59:59 1992 UTC = Sat Sep 26 22:59:59 1992 MSD isdst=1 gmtoff=14400 -Europe/Moscow Sat Sep 26 19:00:00 1992 UTC = Sat Sep 26 22:00:00 1992 MSK isdst=0 gmtoff=10800 Pacific/Kiritimati Sun Jan 1 09:59:59 1995 UTC = Sat Dec 31 23:59:59 1994 LINT isdst=0 gmtoff=-36000 Pacific/Kiritimati Sun Jan 1 10:00:00 1995 UTC = Mon Jan 2 00:00:00 1995 LINT isdst=0 gmtoff=50400 End Property changes on: ruby_2_2 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r54706 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/