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
Created attachment 1872 [details] log output for the above test
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.
Created attachment 1877 [details] log output for above test
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
Created attachment 1883 [details] test results
*** Bug 4280 has been marked as a duplicate of this bug. ***
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