Bug 4568 - testAttachToAttachedOtherTask(frysk.proc.TestTaskObserver)junit.framework.AssertionFailedError
Summary: testAttachToAttachedOtherTask(frysk.proc.TestTaskObserver)junit.framework.Ass...
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
: 4280 (view as bug list)
Depends on:
Blocks: 1582
  Show dependency treegraph
 
Reported: 2007-05-30 13:03 UTC by Sami Wagiaalla
Modified: 2007-07-02 17:14 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
log output for the above test (3.08 KB, text/plain)
2007-05-30 13:04 UTC, Sami Wagiaalla
Details
log output for above test (3.11 KB, application/octet-stream)
2007-06-01 21:05 UTC, Nurdin Premji
Details
test results (2.76 KB, text/plain)
2007-06-08 14:09 UTC, Sami Wagiaalla
Details

Note You need to log in before you can comment on or make changes to this bug.
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