Bug 3689 - move frysk-core/frysk/proc/cni/ForkTestLib.cxx to frysk-imports/something
Summary: move frysk-core/frysk/proc/cni/ForkTestLib.cxx to frysk-imports/something
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: 3684
  Show dependency treegraph
 
Reported: 2006-12-09 17:01 UTC by Andrew Cagney
Modified: 2006-12-11 05:40 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 2006-12-09 17:01:49 UTC
The idea is that frysk-core is Pure Java (tm).
Comment 1 Andrew Cagney 2006-12-11 05:40:59 UTC
Index: frysk-core/frysk/proc/ChangeLog
2006-12-11  Andrew Cagney  <cagney@redhat.com>

        * TestBreakpoints.java: Import frysk.testbed.ForkTestLib.  Replace
        wild card imports of java.net.* and java.io.* with explict
        includes.  Note need to simplify test down to a single thread.
        * TestSyscallSignal.java: Ditto.
        * TestSyscallRunning.java: Ditto.
        * ForkTestLib.java: Moved to frysk-imports/frysk/testbed/.
        * cni/ForkTestLib.cxx: Moved to frysk-imports/frysk/testbed/cni.

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

        * ForkTestLib.java: Copied from frysk-core/frysk/proc/.
        * cni/ForkTestLib.cxx: Copied from frysk-core/frysk/proc/cni/.