This is the mail archive of the frysk-bugzilla@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]

[Bug general/4837] New: Incorrect junit output from frysk.proc.live.TestByteBuffer


During automated build-and-test runs the following output was captured.  Note
the duplication of reporting on most tests, often with two different results! 
It also seems to continue into the next class of tests, indicating it is most
likely another case where test case problems are messing up junit's functionality.

Running testSliceAddressSpace(frysk.proc.live.TestByteBuffer) ...FAIL
  junit.framework.AssertionFailedError: unexpected signal Sig_IO
Running testSliceMemorySpace(frysk.proc.live.TestByteBuffer) ...PASS
Running testSliceRegisterSet(frysk.proc.live.TestByteBuffer) ...ERROR
  close: Bad file descriptor (fd 0)
Running testModifyRegisterSet(frysk.proc.live.TestByteBuffer) ...PASS
Running testModifyRegisterSet(frysk.proc.live.TestByteBuffer) ...ERROR
  close: Bad file descriptor (fd 0)
Running testModifyAddressSpace(frysk.proc.live.TestByteBuffer) ...PASS
Running testModifyAddressSpace(frysk.proc.live.TestByteBuffer) ...ERROR
  close: Bad file descriptor (fd 0)
Running testModifyMemorySpace(frysk.proc.live.TestByteBuffer) ...PASS
Running testModifyMemorySpace(frysk.proc.live.TestByteBuffer) ...ERROR
  close: Bad file descriptor (fd 0)
Running testAsyncRegisterSet(frysk.proc.live.TestByteBuffer) ...PASS
Running testAsyncRegisterSet(frysk.proc.live.TestByteBuffer) ...ERROR
  close: Bad file descriptor (fd 0)
Running testAsyncAddressSpace(frysk.proc.live.TestByteBuffer) ...PASS
Running testAsyncAddressSpace(frysk.proc.live.TestByteBuffer) ...PASS
Running testAsyncMemorySpace(frysk.proc.live.TestByteBuffer) ...ERROR
  close: Bad file descriptor (fd 0)
Running testPeeks(frysk.proc.live.TestMemorySpaceByteBuffer) ...PASS
Running testPeeks(frysk.proc.live.TestMemorySpaceByteBuffer) ...ERROR
  close: Bad file descriptor (fd 0)
Running testAsyncPeeks(frysk.proc.live.TestMemorySpaceByteBuffer) ...PASS
Running testAsyncPeeks(frysk.proc.live.TestMemorySpaceByteBuffer) ...ERROR
  close: Bad file descriptor (fd 0)
Running testAbandonThenRemoveAckDaemon(frysk.proc.TestAbandon) ...PASS
Running testAbandonThenRemoveAckDaemon(frysk.proc.TestAbandon) ...PASS
Running testAbandonThenRemoveDetached(frysk.proc.TestAbandon) ...PASS
Running testAbandonThenRemoveAttached(frysk.proc.TestAbandon) ...ERROR
  open: Success (file /proc/465/stat)
Running testAbandonThenRemoveAckDaemonUpdateExecuted(frysk.proc.TestAbandon) ...

-- 
           Summary: Incorrect junit output from
                    frysk.proc.live.TestByteBuffer
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: kris dot van dot hees at oracle dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4837

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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