Summary: | usr.bin/lastcomm tests fail on i386 | ||
---|---|---|---|
Product: | Base System | Reporter: | Alan Somers <asomers> |
Component: | tests | Assignee: | Enji Cooper <ngie> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | asomers, dds, i386, jmmv, ngie |
Priority: | --- | Flags: | ngie:
mfc-stable10+
ngie: mfc-stable9- |
Version: | CURRENT | ||
Hardware: | i386 | ||
OS: | Any | ||
See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204154 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210785 |
Description
Alan Somers
2016-06-16 17:39:37 UTC
Kyua forces the TZ to be UTC for all tests. Also... why would the amd64 vs. i386 difference indicate anything about the timezone? The tests uses different golden output files for each arch. That's why I think that the i386 files may have been recorded in the wrong time zone. Oh right, that's very likely. I think I dealt with these tests a while ago and I did not have an i386 VM to regenerate the data for this architecture... A commit references this bug: Author: ngie Date: Sun Jul 3 17:52:21 UTC 2016 New revision: 302327 URL: https://svnweb.freebsd.org/changeset/base/302327 Log: Fix .../usr.bin/lastcomm/legacy_test:main on i386 The time in the output files was ahead by 3 hours on i386. Fix the incorrect offset. Differential Revision: https://reviews.freebsd.org/D7079 (as part of a larger diff) MFC after: 1 week PR: 210329 Reported by: asomers Approved by: re (gjb) Reviewed by: cem Sponsored by: EMC / Isilon Storage Division Changes: head/usr.bin/lastcomm/tests/v1-i386.out head/usr.bin/lastcomm/tests/v2-i386.out A commit references this bug: Author: ngie Date: Mon Jul 11 17:31:30 UTC 2016 New revision: 302583 URL: https://svnweb.freebsd.org/changeset/base/302583 Log: MFC r302327: Fix .../usr.bin/lastcomm/legacy_test:main on i386 The time in the output files was ahead by 3 hours on i386. Fix the incorrect offset. PR: 210329 Changes: _U stable/10/ stable/10/usr.bin/lastcomm/tests/v1-i386.out stable/10/usr.bin/lastcomm/tests/v2-i386.out |