Actions
Bug #4287
closedtest_europe_lisbon(TestTimeTZ) Failure
Bug #4287:
test_europe_lisbon(TestTimeTZ) Failure
Description
=begin
先日(r30550 以降)から Linux 上で make test-all の faiure が 1つ増えています。
- Failure:
test_europe_lisbon(TestTimeTZ) [/opt/ruby-trunk/src/ruby/test/ruby/test_time_tz.rb:140]:
<"LMT"> expected but was
<"CET">.
少し gdb で追いかけてみたところ、なぜか NEGATIVE_TIME_T の定義の有無が変化していて
time_init()
time_init_1()
timelocalw()
localtimew()
guess_local_offset()
で 1515 行目の localtime_with_gmtoff_zone() の呼び出しが有効になっていないので変化しているようです。
=end
Actions