Bug 3043

Summary: frysk.sys.StressMapRead.testMapRead() runs forever
Product: frysk Reporter: Mark Wielaard <mark>
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: 2234    

Description Mark Wielaard 2006-08-14 15:58:10 UTC
The frysk.sys.StressMapRead.testMapRead test gets run by make check but takes
over half on our on a 32bit machine and even longer on a 64bit machine. This
makes this test completely impractical to keep enabled if we want people to
actually make sure make check results are always clean.

For now this test is disabled till either the test is rewritten to only test the
functionality that might be broken (start and end of a Map can be read
correctly) or there is a new make target for just the stress tests that can be
run independently from the make check unit tests.
Comment 1 Andrew Cagney 2007-04-15 20:11:23 UTC
Test deleted; instead covered by ptrace peek/poke tests that check for
misaligned and various sized transfers.