public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* no unexpected failures on f8
@ 2008-03-04  5:16 Andrew Cagney
  2008-03-04  9:31 ` Mark Wielaard
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2008-03-04  5:16 UTC (permalink / raw)
  To: frysk

FYI,

I've got f8 i386 is back to no unexpected failures.

Please, lets keep it that way, and please lets remember to test-first 
each component as we introduce it.

Andrew

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: no unexpected failures on f8
  2008-03-04  5:16 no unexpected failures on f8 Andrew Cagney
@ 2008-03-04  9:31 ` Mark Wielaard
  2008-03-04 13:02   ` Andrew Cagney
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Wielaard @ 2008-03-04  9:31 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: frysk

Hi Andrew,

On Tue, 2008-03-04 at 00:16 -0500, Andrew Cagney wrote:
> I've got f8 i386 is back to no unexpected failures.

f8 x86_64 still has the following in frysk-core:

There were 1 unsupported:
  disassembler
There was 1 error:
1) testListFrames(frysk.hpd.TestListCommand)frysk.expunit.TimeoutException: timeout of 5000 milliseconds expired; expecting:  <<->.*49.*49.*while>>; buffer << */ {
    49   /* 49 */   while (r > 1) {
    50   /* 50 */ 
    51   /* 51 */     int i = 1;
    52   /* 52 */     int j;
    53   /* 53 */     while (i < r) {
    54   /* 54 */ 
->  55   /* 55 */       if (a[i] > a[i + 1]) {
    56   /* 56 */         j = a[i];
    57   /* 57 */         a[i] = a[i + 1];
    58   /* 58 */         a[i + 1] = j;
    59   /* 59 */       }
    60   /* 60 */       i = i + 1;
    61   /* 61 */     }
    62   /* 62 */ 
    63   /* 63 */     r = r - 1;
    64   /* 64 */   }
(fhpd) >>
   at frysk.expunit.Child.expectMilliseconds(TestRunner)
   at frysk.expunit.Expect.expect(TestRunner)
   at frysk.expunit.Expect.expect(TestRunner)
   at frysk.expunit.Expect.expect(TestRunner)
   at frysk.hpd.TestListCommand.testListFrames(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

FAILURES!!!
Tests run: 981,  Failures: 0,  Errors: 1

Failed after run #0
FAIL: TestRunner
Exception in thread "main" java.lang.NullPointerException
   at FunitSimpleInterfaceTest.main(FunitSimpleInterfaceTest.java:46)
FAIL: frysk/pkglibdir/FunitSimpleInterfaceTest
no suitable method `main' in class
FAIL: frysk/rt/TestDisplayValue
===================
3 of 3 tests failed
===================
make[4]: *** [check-TESTS] Error 1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: no unexpected failures on f8
  2008-03-04  9:31 ` Mark Wielaard
@ 2008-03-04 13:02   ` Andrew Cagney
  2008-03-10  9:59     ` Mark Wielaard
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2008-03-04 13:02 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: frysk

I'd open a bug, and mark this unresolved; Stan is fixing the list 
command problems.

Andrew

Mark Wielaard wrote:
> Hi Andrew,
>
> On Tue, 2008-03-04 at 00:16 -0500, Andrew Cagney wrote:
>   
>> I've got f8 i386 is back to no unexpected failures.
>>     
>
> f8 x86_64 still has the following in frysk-core:
>
> There were 1 unsupported:
>   disassembler
> There was 1 error:
> 1) testListFrames(frysk.hpd.TestListCommand)frysk.expunit.TimeoutException: timeout of 5000 milliseconds expired; expecting:  <<->.*49.*49.*while>>; buffer << */ {
>     49   /* 49 */   while (r > 1) {
>     50   /* 50 */ 
>     51   /* 51 */     int i = 1;
>     52   /* 52 */     int j;
>     53   /* 53 */     while (i < r) {
>     54   /* 54 */ 
> ->  55   /* 55 */       if (a[i] > a[i + 1]) {
>     56   /* 56 */         j = a[i];
>     57   /* 57 */         a[i] = a[i + 1];
>     58   /* 58 */         a[i + 1] = j;
>     59   /* 59 */       }
>     60   /* 60 */       i = i + 1;
>     61   /* 61 */     }
>     62   /* 62 */ 
>     63   /* 63 */     r = r - 1;
>     64   /* 64 */   }
> (fhpd) >>
>    at frysk.expunit.Child.expectMilliseconds(TestRunner)
>    at frysk.expunit.Expect.expect(TestRunner)
>    at frysk.expunit.Expect.expect(TestRunner)
>    at frysk.expunit.Expect.expect(TestRunner)
>    at frysk.hpd.TestListCommand.testListFrames(TestRunner)
>    at frysk.junit.Runner.runCases(TestRunner)
>    at frysk.junit.Runner.runTestCases(TestRunner)
>    at TestRunner.main(TestRunner)
>
> FAILURES!!!
> Tests run: 981,  Failures: 0,  Errors: 1
>
> Failed after run #0
> FAIL: TestRunner
> Exception in thread "main" java.lang.NullPointerException
>    at FunitSimpleInterfaceTest.main(FunitSimpleInterfaceTest.java:46)
> FAIL: frysk/pkglibdir/FunitSimpleInterfaceTest
> no suitable method `main' in class
> FAIL: frysk/rt/TestDisplayValue
> ===================
> 3 of 3 tests failed
> ===================
> make[4]: *** [check-TESTS] Error 1
>
>
>   

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: no unexpected failures on f8
  2008-03-04 13:02   ` Andrew Cagney
@ 2008-03-10  9:59     ` Mark Wielaard
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Wielaard @ 2008-03-10  9:59 UTC (permalink / raw)
  To: Stan Cox; +Cc: frysk

Hi Stan,

On Tue, 2008-03-04 at 08:01 -0500, Andrew Cagney wrote:
> I'd open a bug, and mark this unresolved; Stan is fixing the list 
> command problems.

I added the following and opened this bug report:
http://sourceware.org/bugzilla/show_bug.cgi?id=5901

2008-03-10  Mark Wielaard  <mwielaard@redhat.com>

   * TestListCommand (testListFrames): Mark unresolved bug #5901

As mentioned in the bug report this only seems to happen on
x86_64/fedora 8, at least I haven't seen it anywhere else. But it
wouldn't surprise me if it might be a expect/regex issue, there are a
lot of .*'s used and sometimes they seem to eat up too much.
Could you take a look?

Thanks,

Mark

--- a/frysk-core/frysk/hpd/TestListCommand.java
+++ b/frysk-core/frysk/hpd/TestListCommand.java
@@ -168,6 +168,9 @@ public class TestListCommand extends TestLib {
     }
 
     public void testListFrames() {
+       if (unresolved(5901))
+         return;
+
        e = new HpdTestbed();
        e.sendCommandExpectPrompt("load " + Config.getPkgLibFile("funit-quicksor
                "Loaded executable file.*");


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-10  9:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-04  5:16 no unexpected failures on f8 Andrew Cagney
2008-03-04  9:31 ` Mark Wielaard
2008-03-04 13:02   ` Andrew Cagney
2008-03-10  9:59     ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).