Bug 1344636
Summary: | offset tests fail on big endians | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dan Horák <dan> | ||||||||||
Component: | e2fsprogs | Assignee: | Eric Sandeen <esandeen> | ||||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | rawhide | CC: | esandeen, josef, kzak, oliver, pbrobinson | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | s390x | ||||||||||||
OS: | Unspecified | ||||||||||||
Whiteboard: | |||||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2016-06-16 23:02:48 UTC | Type: | Bug | ||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||
Documentation: | --- | CRM: | |||||||||||
Verified Versions: | Category: | --- | |||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
Embargoed: | |||||||||||||
Bug Depends On: | |||||||||||||
Bug Blocks: | 467765, 1071880 | ||||||||||||
Attachments: |
|
Description
Dan Horák
2016-06-10 08:40:49 UTC
Created attachment 1166559 [details]
u_mke2fs_opt_offset.failed
Created attachment 1166566 [details]
u_mke2fs_opt_offset.log
Created attachment 1166585 [details]
u_offset.failed
Created attachment 1166587 [details]
u_offset.log
It's quite possible that these are not regressions; they are new tests: # git show cc090a3634b6a43979c7242a80c4d457b7a08ae2 | lsdiff b/tests/u_mke2fs_opt_offset/script b/tests/u_offset/script # git describe --contains cc090a3634b6a43979c7242a80c4d457b7a08ae2 v1.43~9 I haven't yet found the root cause; I thought I found an endian conversion problem in the utility, but it did not resolve this issue. Should be fixed in rawhide now. Thanks, successfully built in s390 and ppc kojis. |