Project

General

Profile

« Previous | Next » 

Revision dd64c346

Added by ko1 (Koichi Sasada) over 5 years ago

support multi-run for test/ruby/test_time.rb

ruby/test_time_tz.rb (not sure only this file affects) changes TZ
and it seems to change internal state. This internal state change
fails test_2038 and test_timegm on 2nd time execution.

At this time I have no idea how to fix this issue, so I skips these
tests on 2nd trial.

You can try this failure with the following command without this patch.

$ make test-all TESTS='--repeat-count=2 ruby/require ruby/time ruby/time_tz'