Project

General

Profile

Actions

Bug #6318

closed

TestTimeTZ failures

Added by vo.x (Vit Ondruch) about 12 years ago. Updated about 12 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.0.0dev (2012-04-17 trunk 35368) [x86_64-linux]
Backport:
[ruby-core:44436]

Description

Testing with Fedora Rawhide, I got these two errors:

  1. Failure:
    test_gen_Europe_Lisbon_112(TestTimeTZ) [/builddir/build/BUILD/ruby-2.0.0-r35368/test/ruby/test_time_tz.rb:246]:
    TZ=Europe/Lisbon Time.local(1911, 12, 31, 23, 59, 59).
    <"1911-12-31 23:59:59 -0036"> expected but was
    <"1911-12-31 23:59:59 +0036">.
  2. Failure:
    test_gen_Europe_Lisbon_56(TestTimeTZ) [/builddir/build/BUILD/ruby-2.0.0-r35368/test/ruby/test_time_tz.rb:230]:
    TZ=Europe/Lisbon Time.utc(1912, 1, 1, 0, 36, 31).localtime.
    <"1911-12-31 23:59:59 -0036"> expected but was
    <"1911-12-31 23:59:59 +0036">.

Updated by nobu (Nobuyoshi Nakada) about 12 years ago

  • Status changed from Open to Closed

fixed at r35377.

Updated by vo.x (Vit Ondruch) about 12 years ago

nobu (Nobuyoshi Nakada) wrote:

fixed at r35377.

That was fast. Thank you!

Actions

Also available in: Atom PDF

Like0
Like0Like0