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)
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.