DEP8 failures on xenial
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ruby2.3 (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
While doing the SRU verification for bug #1834072, two DEP8 failures came up that we believe can be fixed:
a) test/io/
Apply patch from ruby2.5: https:/
b) test/ruby/
Test fails with current tzdata in xenial. It check that these two should be equal, but they are not:
["1911-12-31 23:59:59 -0036", -2192, "-0036", "-00:36", "-00:36:32"],
["1912-01-01 00:36:31 +0000", 0, "+0000", "+00:00", "+00:00:00"],
Downgrading tzdata in xenial to the release version (sudo apt install tzdata=
$ ruby2.3 test/runner.rb test/ruby/
Run options:
# Running tests:
Finished tests in 0.056691s, 1940.3463 tests/s, 18186.3371 assertions/s.
110 tests, 1031 assertions, 0 failures, 0 errors, 0 skips
ruby -v: ruby 2.3.1p112 (2016-04-26) [s390x-linux-gnu]
I believe the fix for (b) can be extracted from commit https:/
Changed in ruby2.3 (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Low |