This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: frysk-sys/frysk/sys ChangeLog StressMapRead.ja ...


On Fri, 2006-08-11 at 12:14 +0200, Mark Wielaard wrote:
> Hi Adam,
> 
> On Wed, 2006-08-02 at 18:26 +0000, ajocksch@sourceware.org wrote:
> > 	2006-08-02  Adam Jocksch  <ajocksch@redhat.com>
> > 	
> > 	* StressMapRead.java: Renamed from TestMapRead since the test
> > 	is very cpu-intensive, also enabled test.
> 
> Thanks! But make check still runs it. Is there another 'quick-check'
> make target that excludes the stress tests?

Since this actively prevents running make check in any reasonable
fashing I just filed a bug report on it and committed the following to
skip this test completely for now:

2006-08-14  Mark Wielaard  <mark@klomp.org>

       * StressMapRead.java (testMapRead): Add brokenXXX(3043).

Cheers,

Mark

diff -u -r1.1 StressMapRead.java
--- frysk/sys/StressMapRead.java        2 Aug 2006 18:26:24 -0000       1.1
+++ frysk/sys/StressMapRead.java        14 Aug 2006 16:01:49 -0000
@@ -78,7 +78,9 @@

   public void testMapRead ()
   {
-
+    if (brokenXXX(3043))
+      return;
+
     PtraceByteBuffer buffer = new PtraceByteBuffer(pid,
                                                    PtraceByteBuffer.Area.DATA);



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]