Bug 3043 - frysk.sys.StressMapRead.testMapRead() runs forever
Summary: frysk.sys.StressMapRead.testMapRead() runs forever
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-08-14 15:58 UTC by Mark Wielaard
Modified: 2007-04-15 19:11 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 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.