Bug 3340 - testCore(lib.elf.tests.TestElf)lib.elf.ElfFileException: Could not open /home/scratch/frysk/native/frysk-imports/lib/elf/tests/test-core for reading
Summary: testCore(lib.elf.tests.TestElf)lib.elf.ElfFileException: Could not open /home...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2234
  Show dependency treegraph
 
Reported: 2006-10-11 13:47 UTC by Andrew Cagney
Modified: 2006-10-11 17:47 UTC (History)
1 user (show)

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 2006-10-11 13:47:54 UTC
testCore(lib.elf.tests.TestElf)lib.elf.ElfFileException: Could not open
/home/scratch/frysk/native/frysk-imports/lib/elf/tests/test-core for reading
   at lib.elf.Elf.elf_begin(funit)
   at lib.elf.Elf.<init>(funit)
   at lib.elf.tests.TestElf.testCore(funit)
   at frysk.junit.Runner.runCases(funit)
   at frysk.junit.Runner.runArchCases(funit)
   at funit.main(funit)
Comment 1 Andrew Cagney 2006-10-11 17:47:15 UTC
Index: frysk-imports/ChangeLog
2006-10-11  Andrew Cagney  <cagney@redhat.com>

        * lib/elf/tests/test-core.bz2.uu: Move ...
        * frysk/pkgdatadir/test-core.bz2.uu: .. to here.
        * lib/elf/tests/helloworld.o.bz2.uu: Move ...
        * frysk/pkgdatadir/helloworld.o.bz2.uu: ... to here.
        * EXTRA_DIST: Update.
        * Makefile.am (EXTRA_DIST, frysk/pkgdatadir/test-core)
        (frysk/pkgdatadir/helloworld.o): Update rules.
        (pkgdata_DATA): Add helloworld.o, and test-core.
        (all-local): Delete rule specifying helloworld.o, and test-core.

Index: frysk-imports/common/ChangeLog
2006-10-11  Andrew Cagney  <cagney@redhat.com>

        * Makefile.rules (pkgdata_DATA): Set to empty.

Index: frysk-imports/frysk/junit/ChangeLog
2006-10-11  Andrew Cagney  <cagney@redhat.com>

        * TestPaths.java: Add setup and tear down code to save/restore the
        original prefixes.

Index: frysk-imports/lib/elf/ChangeLog
2006-10-11  Andrew Cagney  <cagney@redhat.com>

        * tests/TestElf.java: Use frysk.funit.Paths.getDataPrefix.