Bug 3689

Summary: move frysk-core/frysk/proc/cni/ForkTestLib.cxx to frysk-imports/something
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3684    

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