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]

Build-and-test run on FC6 x86_64 with newest kernel


Good and bad news...  The newest FC6 kernel is successfully avoiding the
kernel BUG that we were seeing for so long, which is really good news.

The bad news is that we have a whole lot more tests that are being
marked as BROKEN (specifically due to bug ID 3489).  Funny thing is that
earlier last night (before the new kernel was installed) most of those
tests passed (and a few failed).  Now, a bunch of them are apparently
considered BROKEN, without actually any code changes on the Frysk side?

Here is the results summary:

==============================================================================
Package "frysk_fresh" (2007/03/15 11:24:24 - 2007/03/15 11:45:08)
==============================================================================
  identify................PASSED
  post_identify...........PASSED
  pre_fetch...............PASSED
  fetch...................PASSED
  checksum................PASSED
  archive.................PASSED
  pre_configure...........PASSED
  configure...............PASSED
  build...................PASSED
  test....................FAILED
    frysk-core..............FAILED (244 tests: 207 +, 4 -, 2 S, 31 E)
    frysk-gtk...............FAILED (13 tests: 6 +, 1 -, 6 S)
    frysk-gui...............FAILED (9 tests: 5 +, 1 -, 3 S)
    frysk-imports...........FAILED (45 tests: 41 +, 3 -, 1 S)

  FAILED TESTS:
    frysk-core - testStoppedAckDaemon(frysk.proc.TestProcStopped)
    frysk-core - testStoppedDetached(frysk.proc.TestProcStopped)
    frysk-core - testRefreshZombie(frysk.proc.TestRefresh)
    frysk-core - TestRunner
    frysk-gtk - code has Copyright notice
    frysk-gui - code has Copyright notice
    frysk-imports - frysk3228/LoggerParent
    frysk-imports - frysk3491/x-state
    frysk-imports - frysk3997/ptrace_step_sig

  BROKEN TESTS:
    frysk-core - testParser(frysk.dom.TestParser)
    frysk-core - testSteppingtestHitAndRun(frysk.proc.TestBreakpoints)
    frysk-core - testSteppingtestInsertRemove(frysk.proc.TestBreakpoints)
    frysk-core - testSteppingAddLots(frysk.proc.TestBreakpoints)
    frysk-core - testMemoryReadWrite(frysk.proc.TestMemory)
    frysk-core - testMultiThreadedStoppedAckDaemon(frysk.proc.TestProcStopped)
    frysk-core - testMultiThreadedStoppedDetached(frysk.proc.TestProcStopped)
    frysk-core - testCloneThenKillAttached(frysk.proc.TestProcTasksObserver)
    frysk-core - testDeleteAttached(frysk.proc.TestProcTasksObserver)
    frysk-core - testSyscallRunning(frysk.proc.TestSyscallRunning)
    frysk-core - testDetachExitingMainTask(frysk.proc.TestTaskObserver)
    frysk-core - testDetachExitingOtherTask(frysk.proc.TestTaskObserver)
    frysk-core - testExecSyscall(frysk.proc.TestTaskSyscallObserver)
    frysk-core - testCreateAttachedAddSyscallObserver(frysk.proc.TestTaskSyscallObserver)
    frysk-core - testTerminateExit47(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testTerminateKillKILL(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testTerminatingExit47(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testTerminatingKillKILL(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testTerminatedExit47(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testTerminatedKillKILL(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testStepOver(frysk.rt.TestRunState)
    frysk-core - testInstructionNext(frysk.rt.TestRunState)
    frysk-core - testStepOut(frysk.rt.TestRunState)
    frysk-core - testBacktrace(frysk.rt.TestStackBacktrace)
    frysk-core - testThreadedBacktrace(frysk.rt.TestStackBacktrace)
    frysk-core - testFramePushing(frysk.rt.TestStackBacktrace)
    frysk-core - testFramePopping(frysk.rt.TestStackBacktrace)
    frysk-core - testRecursiveLineStepping(frysk.rt.TestStepping)
    frysk-core - testCoreFileCreated(frysk.util.TestFCore)
    frysk-core - testElfCoreHeader(frysk.util.TestFCore)
    frysk-core - testProgramSegmentHeader(frysk.util.TestFCore)

==============================================================================
Package "frysk_incr" (2007/03/15 11:45:13 - 2007/03/15 11:57:33)
==============================================================================
  identify................PASSED
  post_identify...........PASSED
  fetch...................PASSED
  checksum................PASSED
  archive.................PASSED
  pre_configure...........PASSED
  configure...............PASSED
  build...................PASSED
  test....................FAILED
    frysk-core..............FAILED (244 tests: 206 +, 4 -, 2 S, 32 E)
    frysk-gtk...............FAILED (13 tests: 6 +, 1 -, 6 S)
    frysk-gui...............FAILED (9 tests: 5 +, 1 -, 3 S)
    frysk-imports...........FAILED (45 tests: 41 +, 3 -, 1 S)

  FAILED TESTS:
    frysk-core - testStoppedAckDaemon(frysk.proc.TestProcStopped)
    frysk-core - testStoppedDetached(frysk.proc.TestProcStopped)
    frysk-core - testRefreshZombie(frysk.proc.TestRefresh)
    frysk-core - TestRunner
    frysk-gtk - code has Copyright notice
    frysk-gui - code has Copyright notice
    frysk-imports - frysk3228/LoggerParent
    frysk-imports - frysk3491/x-state
    frysk-imports - frysk3997/ptrace_step_sig

  BROKEN TESTS:
    frysk-core - testParser(frysk.dom.TestParser)
    frysk-core - testSteppingtestHitAndRun(frysk.proc.TestBreakpoints)
    frysk-core - testSteppingtestInsertRemove(frysk.proc.TestBreakpoints)
    frysk-core - testSteppingAddLots(frysk.proc.TestBreakpoints)
    frysk-core - testMemoryReadWrite(frysk.proc.TestMemory)
    frysk-core - testMultiThreadedStoppedAckDaemon(frysk.proc.TestProcStopped)
    frysk-core - testMultiThreadedStoppedDetached(frysk.proc.TestProcStopped)
    frysk-core - testCloneThenKillAttached(frysk.proc.TestProcTasksObserver)
    frysk-core - testDeleteAttached(frysk.proc.TestProcTasksObserver)
    frysk-core - testSyscallRunning(frysk.proc.TestSyscallRunning)
    frysk-core - testTaskForkedObserver(frysk.proc.TestTaskForkedObserver)
    frysk-core - testDetachExitingMainTask(frysk.proc.TestTaskObserver)
    frysk-core - testDetachExitingOtherTask(frysk.proc.TestTaskObserver)
    frysk-core - testExecSyscall(frysk.proc.TestTaskSyscallObserver)
    frysk-core - testCreateAttachedAddSyscallObserver(frysk.proc.TestTaskSyscallObserver)
    frysk-core - testTerminateExit47(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testTerminateKillKILL(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testTerminatingExit47(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testTerminatingKillKILL(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testTerminatedExit47(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testTerminatedKillKILL(frysk.proc.TestTaskTerminateObserver)
    frysk-core - testStepOver(frysk.rt.TestRunState)
    frysk-core - testInstructionNext(frysk.rt.TestRunState)
    frysk-core - testStepOut(frysk.rt.TestRunState)
    frysk-core - testBacktrace(frysk.rt.TestStackBacktrace)
    frysk-core - testThreadedBacktrace(frysk.rt.TestStackBacktrace)
    frysk-core - testFramePushing(frysk.rt.TestStackBacktrace)
    frysk-core - testFramePopping(frysk.rt.TestStackBacktrace)
    frysk-core - testRecursiveLineStepping(frysk.rt.TestStepping)
    frysk-core - testCoreFileCreated(frysk.util.TestFCore)
    frysk-core - testElfCoreHeader(frysk.util.TestFCore)
    frysk-core - testProgramSegmentHeader(frysk.util.TestFCore)


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