Bug 4568

Summary: testAttachToAttachedOtherTask(frysk.proc.TestTaskObserver)junit.framework.AssertionFailedError
Product: frysk Reporter: Sami Wagiaalla <swagiaal>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal CC: cmoller
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1582    
Attachments: log output for the above test
log output for above test
test results

Description Sami Wagiaalla 2007-05-30 13:03:37 UTC
Time: 5.022
There was 1 failure:
1)
testAttachToAttachedOtherTask(frysk.proc.TestTaskObserver)junit.framework.AssertionFailedError:
event loop run explictly stopped (terminated)
   at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
   at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
   at frysk.proc.TestTaskObserver.attachToAttachedTask(TestRunner)
   at frysk.proc.TestTaskObserver.testAttachToAttachedOtherTask(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)

FAILURES!!!
Tests run: 1,  Failures: 1,  Errors: 0
Comment 1 Sami Wagiaalla 2007-05-30 13:04:55 UTC
Created attachment 1872 [details]
log output for the above test
Comment 2 Sami Wagiaalla 2007-05-30 13:08:04 UTC
From the attached log it looks like we are missing a /Terminating/ event, which
is what is required by the test to stop the event loop. If I replace that with a
/Terminated/ event requirement the test passes.
Comment 3 Nurdin Premji 2007-06-01 21:05:06 UTC
Created attachment 1877 [details]
log output for above test
Comment 4 Sami Wagiaalla 2007-06-04 13:41:58 UTC
Thank you nurdin. Can someone for whom this test is passing please attach their
results.

>cd frysk-core
>./frysk-core/TestRunner -c FINEST
frysk.proc.TestTaskObserver.testAttachToAttachedOtherTask >& test_results
Comment 5 Sami Wagiaalla 2007-06-08 14:09:40 UTC
Created attachment 1883 [details]
test results
Comment 6 Mark Wielaard 2007-07-02 17:11:36 UTC
*** Bug 4280 has been marked as a duplicate of this bug. ***
Comment 7 Mark Wielaard 2007-07-02 17:14:35 UTC
This test FAILS on 2.6.21-1.3228.fc7 x86 SMP
It PASSes on 2.6.17-1.2174_FC5 x86 and 2.6.20-1.2962.fc6 x86_64 SMP