Bug 3941 - 1) testObjectFile(lib.elf.tests.TestElf)junit.framework.AssertionFailedError: section-1-alignment expected:<0> but was:<4>
Summary: 1) testObjectFile(lib.elf.tests.TestElf)junit.framework.AssertionFailedError:...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 3385
  Show dependency treegraph
 
Reported: 2007-01-30 18:05 UTC by Andrew Cagney
Modified: 2008-03-14 00:06 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-01-30 18:05:50 UTC
On x86-64 RHEL at least:

1) testObjectFile(lib.elf.tests.TestElf)junit.framework.AssertionFailedError:
section-1-alignment expected:<0> but was:<4>
   at lib.elf.tests.TestElf.testObjectFile(funit)
   at frysk.junit.Runner.runCases(funit)
   at frysk.junit.Runner.runArchCases(funit)
   at frysk.junit.Runner.runTestCases(funit)
   at funit.main(funit)
Comment 1 Andrew Cagney 2007-01-30 18:07:57 UTC
RHEL: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225453
Comment 2 Mark Wielaard 2008-03-13 22:47:48 UTC
Test now passes on x86 and x86_64 Fedora 8.

$ ./TestRunner lib.dwfl.TestElf
Running testCore_x8664(lib.dwfl.TestElf) ...PASS
Running testCore_x86(lib.dwfl.TestElf) ...PASS
Running testElfCorePrpsNotes_x8664(lib.dwfl.TestElf) ...PASS
Running testElfCorePrpsNotes_x86(lib.dwfl.TestElf) ...PASS
Running testElfCorePrstatusNotes_x86(lib.dwfl.TestElf) ...PASS
Running testElfCorePrstatusNotes_x8664(lib.dwfl.TestElf) ...PASS
Running testElfCorePrAuxvNotes_x8664(lib.dwfl.TestElf) ...PASS
Running testElfCorePrAuxvNotes_x86(lib.dwfl.TestElf) ...PASS
Running testXFPRegSet(lib.dwfl.TestElf) ...PASS
Running testObjectFile(lib.dwfl.TestElf) ...PASS
Running testObjectFileTables(lib.dwfl.TestElf) ...PASS
Running testLibraryVersions(lib.dwfl.TestElf) ...PASS
Running testSetWordSize(lib.dwfl.TestElf) ...PASS
Running testSetByteOrder(lib.dwfl.TestElf) ...PASS

Time: 0.004

OK (14 tests)
Comment 3 Andrew Cagney 2008-03-13 23:20:17 UTC
Does the test pass on RHEL 5?
Comment 4 Mark Wielaard 2008-03-14 00:06:47 UTC
(In reply to comment #3)
> Does the test pass on RHEL 5?

It passes on CentOS 5.1 x86_64 against current git trunk.