This is the mail archive of the frysk@sourceware.org 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: no unexpected failures on f8


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




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