org.eclipse.jdt.ui.tests.core.source.GenerateConstructorUsingFieldsTest::test02 disabled (see bug 113052 (import issue)) ==================================== testOverrideMethodTypeParams1 ==================================== IMethodBinding.overrides(): false IMethodBinding.isSubsignature(): false MethodOverrideTester.isSubsignature(): false Bindings.isSubsignature(): true Override Annotation: false // Overridden: ---------------------------------- public class A {public void tp1_xoo3(X x, Y y){}} // Overriding: ---------------------------------- class B extends A {@Override public void tp1_xoo3(V x, W y){}} !SESSION 2016-12-06 07:26:32.689 ----------------------------------------------- eclipse.buildId=4.6.2.M20161124-1400 java.version=1.8.0_51 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -application org.eclipse.test.uitestapplication formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,c:\shared_hudson\workspace\ep46M-unit-win32/workarea/M20161124-1400/eclipse-testing/test-eclipse/eclipse/org.eclipse.jdt.ui.tests.AutomatedSuite.xml -testPluginName org.eclipse.jdt.ui.tests -className org.eclipse.jdt.ui.tests.AutomatedSuite -timeout 7200000 -junitReportOutput c:\shared_hudson\workspace\ep46M-unit-win32\workarea\M20161124-1400\eclipse-testing\results\ep46M-unit-win32_win32.win32.x86_8.0 Command-line arguments: -application org.eclipse.test.uitestapplication -data c:\shared_hudson\workspace\ep46M-unit-win32/workarea/M20161124-1400/eclipse-testing/test-eclipse/eclipse/jdt_folder formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,c:\shared_hudson\workspace\ep46M-unit-win32/workarea/M20161124-1400/eclipse-testing/test-eclipse/eclipse/org.eclipse.jdt.ui.tests.AutomatedSuite.xml -testPluginName org.eclipse.jdt.ui.tests -className org.eclipse.jdt.ui.tests.AutomatedSuite -os win32 -ws win32 -arch x86 -consolelog -timeout 7200000 -junitReportOutput c:\shared_hudson\workspace\ep46M-unit-win32\workarea\M20161124-1400\eclipse-testing\results\ep46M-unit-win32_win32.win32.x86_8.0 !ENTRY org.eclipse.jdt.ui 1 0 2016-12-06 07:34:14.627 !MESSAGE Expecting an error message to be logged after this (3x). !ENTRY org.eclipse.core.runtime 4 2 2016-12-06 07:34:14.627 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 junit.framework.ComparisonFailure: Expected status message expected: but was: at junit.framework.Assert.assertEquals(Assert.java:100) at junit.framework.TestCase.assertEquals(TestCase.java:261) at org.eclipse.jdt.ui.tests.quickfix.AnnotateAssistTest15$3.logging(AnnotateAssistTest15.java:573) at org.eclipse.core.internal.runtime.Log$1.run(Log.java:97) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.runtime.Log.logToListeners(Log.java:105) at org.eclipse.core.internal.runtime.Log.logged(Log.java:83) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:88) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.logPrivileged(ExtendedLogReaderServiceFactory.java:217) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.log(ExtendedLogReaderServiceFactory.java:189) at org.eclipse.osgi.internal.log.ExtendedLogServiceFactory.log(ExtendedLogServiceFactory.java:65) at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.log(ExtendedLogServiceImpl.java:87) at org.eclipse.osgi.internal.log.LoggerImpl.log(LoggerImpl.java:54) at org.eclipse.core.internal.runtime.Log.log(Log.java:65) at org.eclipse.jdt.ui.tests.quickfix.AnnotateAssistTest15.testBug466232(AnnotateAssistTest15.java:580) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at junit.framework.TestCase.runTest(TestCase.java:176) at junit.framework.TestCase.runBare(TestCase.java:141) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:743) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:351) at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4211) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3827) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140) at org.eclipse.test.UITestApplication.run(UITestApplication.java:62) at org.eclipse.test.UITestApplication.start(UITestApplication.java:212) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) at org.eclipse.equinox.launcher.Main.run(Main.java:1519) at org.eclipse.equinox.launcher.Main.main(Main.java:1492) at org.eclipse.core.launcher.Main.main(Main.java:34) !ENTRY org.eclipse.jdt.ui 4 4 2016-12-06 07:34:14.690 !MESSAGE Error during computation of Annotate proposals: Could not resolve type Missing !STACK 0 org.eclipse.jdt.internal.corext.fix.ExternalNullAnnotationChangeProposals$MissingBindingException: Could not resolve type Missing at org.eclipse.jdt.internal.corext.fix.ExternalNullAnnotationChangeProposals.resolveBinding(ExternalNullAnnotationChangeProposals.java:328) at org.eclipse.jdt.internal.corext.fix.ExternalNullAnnotationChangeProposals.collectExternalAnnotationProposals(ExternalNullAnnotationChangeProposals.java:431) at org.eclipse.jdt.internal.ui.text.correction.ExternalNullAnnotationQuickAssistProcessor.computeQuickAssistProposals(ExternalNullAnnotationQuickAssistProcessor.java:95) at org.eclipse.jdt.ui.tests.quickfix.AbstractAnnotateAssistTests.collectAnnotateProposals(AbstractAnnotateAssistTests.java:81) at org.eclipse.jdt.ui.tests.quickfix.AnnotateAssistTest15.testBug466232(AnnotateAssistTest15.java:581) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at junit.framework.TestCase.runTest(TestCase.java:176) at junit.framework.TestCase.runBare(TestCase.java:141) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:743) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:351) at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4211) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3827) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140) at org.eclipse.test.UITestApplication.run(UITestApplication.java:62) at org.eclipse.test.UITestApplication.start(UITestApplication.java:212) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) at org.eclipse.equinox.launcher.Main.run(Main.java:1519) at org.eclipse.equinox.launcher.Main.main(Main.java:1492) at org.eclipse.core.launcher.Main.main(Main.java:34) !ENTRY org.eclipse.core.runtime 4 2 2016-12-06 07:34:14.799 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 junit.framework.ComparisonFailure: Expected status message expected:<...Annotate proposals: [The type pack.age.Missing cannot be resolved. It is indirectly referenced from required .class files]> but was:<...Annotate proposals: [Could not resolve type Missing]> at junit.framework.Assert.assertEquals(Assert.java:100) at junit.framework.TestCase.assertEquals(TestCase.java:261) at org.eclipse.jdt.ui.tests.quickfix.AnnotateAssistTest15$3.logging(AnnotateAssistTest15.java:573) at org.eclipse.core.internal.runtime.Log$1.run(Log.java:97) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.runtime.Log.logToListeners(Log.java:105) at org.eclipse.core.internal.runtime.Log.logged(Log.java:83) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:88) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.logPrivileged(ExtendedLogReaderServiceFactory.java:217) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.log(ExtendedLogReaderServiceFactory.java:189) at org.eclipse.osgi.internal.log.ExtendedLogServiceFactory.log(ExtendedLogServiceFactory.java:65) at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.log(ExtendedLogServiceImpl.java:87) at org.eclipse.osgi.internal.log.LoggerImpl.log(LoggerImpl.java:54) at org.eclipse.core.internal.runtime.Log.log(Log.java:65) at org.eclipse.jdt.internal.ui.JavaPlugin.log(JavaPlugin.java:321) at org.eclipse.jdt.internal.corext.fix.ExternalNullAnnotationChangeProposals.collectExternalAnnotationProposals(ExternalNullAnnotationChangeProposals.java:470) at org.eclipse.jdt.internal.ui.text.correction.ExternalNullAnnotationQuickAssistProcessor.computeQuickAssistProposals(ExternalNullAnnotationQuickAssistProcessor.java:95) at org.eclipse.jdt.ui.tests.quickfix.AbstractAnnotateAssistTests.collectAnnotateProposals(AbstractAnnotateAssistTests.java:81) at org.eclipse.jdt.ui.tests.quickfix.AnnotateAssistTest15.testBug466232(AnnotateAssistTest15.java:581) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at junit.framework.TestCase.runTest(TestCase.java:176) at junit.framework.TestCase.runBare(TestCase.java:141) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:743) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:351) at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4211) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3827) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140) at org.eclipse.test.UITestApplication.run(UITestApplication.java:62) at org.eclipse.test.UITestApplication.start(UITestApplication.java:212) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610) at org.eclipse.equinox.launcher.Main.run(Main.java:1519) at org.eclipse.equinox.launcher.Main.main(Main.java:1492) at org.eclipse.core.launcher.Main.main(Main.java:34) 1481027747596 launch added : ATestCase: org.eclipse.debug.core.Launch@7ebbee 1481027747862 launch changed : ATestCase: org.eclipse.debug.core.Launch@7ebbee [JUnit] 1481027748206 launch terminated: ATestCase: org.eclipse.debug.core.Launch@7ebbee [JUnit] 1481027748659 launch added : ATestCase: org.eclipse.debug.core.Launch@d66d11 1481027748706 launch changed : ATestCase: org.eclipse.debug.core.Launch@d66d11 [JUnit] 1481027749049 launch terminated: ATestCase: org.eclipse.debug.core.Launch@d66d11 [JUnit] 1481027749237 launch added : ATestCase: org.eclipse.debug.core.Launch@9a44d2 1481027749268 launch changed : ATestCase: org.eclipse.debug.core.Launch@9a44d2 [JUnit] 1481027749612 launch terminated: ATestCase: org.eclipse.debug.core.Launch@9a44d2 [JUnit] 1481027749768 launch added : ATestCase: org.eclipse.debug.core.Launch@1f666ba 1481027749799 launch changed : ATestCase: org.eclipse.debug.core.Launch@1f666ba [JUnit] 1481027750127 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1f666ba [JUnit] 1481027750331 launch added : ATestCase: org.eclipse.debug.core.Launch@37cc8a 1481027750362 launch changed : ATestCase: org.eclipse.debug.core.Launch@37cc8a [JUnit] 1481027750674 launch terminated: ATestCase: org.eclipse.debug.core.Launch@37cc8a [JUnit] 1481027750846 launch added : ATestCase: org.eclipse.debug.core.Launch@2ba97d 1481027750877 launch changed : ATestCase: org.eclipse.debug.core.Launch@2ba97d [JUnit] 1481027751159 launch terminated: ATestCase: org.eclipse.debug.core.Launch@2ba97d [JUnit] 1481027751346 launch added : ATestCase: org.eclipse.debug.core.Launch@d66e18 1481027751377 launch changed : ATestCase: org.eclipse.debug.core.Launch@d66e18 [JUnit] 1481027751721 launch terminated: ATestCase: org.eclipse.debug.core.Launch@d66e18 [JUnit] 1481027752034 launch added : MyTestSuite: org.eclipse.debug.core.Launch@e99317 1481027752065 launch changed : MyTestSuite: org.eclipse.debug.core.Launch@e99317 [JUnit] 1481027752549 launch terminated: MyTestSuite: org.eclipse.debug.core.Launch@e99317 [JUnit] 1481027752721 launch added : ATestCase: org.eclipse.debug.core.Launch@161a1a4 1481027752752 launch changed : ATestCase: org.eclipse.debug.core.Launch@161a1a4 [JUnit] 1481027753096 launch terminated: ATestCase: org.eclipse.debug.core.Launch@161a1a4 [JUnit] 1481027753268 launch added : ATestCase: org.eclipse.debug.core.Launch@1fe7ddd 1481027753315 launch changed : ATestCase: org.eclipse.debug.core.Launch@1fe7ddd [JUnit] 1481027753659 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1fe7ddd [JUnit] 1481027753862 launch added : ATestCase: org.eclipse.debug.core.Launch@4232d1 1481027753893 launch changed : ATestCase: org.eclipse.debug.core.Launch@4232d1 [JUnit] 1481027754190 launch terminated: ATestCase: org.eclipse.debug.core.Launch@4232d1 [JUnit] 1481027754377 launch added : ATestCase: org.eclipse.debug.core.Launch@1fd16e9 1481027754409 launch changed : ATestCase: org.eclipse.debug.core.Launch@1fd16e9 [JUnit] 1481027754721 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1fd16e9 [JUnit] 1481027754956 launch added : ATestCase: org.eclipse.debug.core.Launch@1b64e2b 1481027755065 launch changed : ATestCase: org.eclipse.debug.core.Launch@1b64e2b [JUnit] 1481027755596 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1b64e2b [JUnit] 1481027755799 launch added : ATestCase: org.eclipse.debug.core.Launch@1641880 1481027755846 launch changed : ATestCase: org.eclipse.debug.core.Launch@1641880 [JUnit] 1481027756331 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1641880 [JUnit] 1481027756534 launch added : ATestCase: org.eclipse.debug.core.Launch@884716 1481027756581 launch changed : ATestCase: org.eclipse.debug.core.Launch@884716 [JUnit] 1481027757096 launch terminated: ATestCase: org.eclipse.debug.core.Launch@884716 [JUnit] 1481027757299 launch added : ATestCase: org.eclipse.debug.core.Launch@19c2fbe 1481027757346 launch changed : ATestCase: org.eclipse.debug.core.Launch@19c2fbe [JUnit] 1481027757846 launch terminated: ATestCase: org.eclipse.debug.core.Launch@19c2fbe [JUnit] 1481027758034 launch added : ATestCase: org.eclipse.debug.core.Launch@1812b31 1481027758081 launch changed : ATestCase: org.eclipse.debug.core.Launch@1812b31 [JUnit] 1481027758565 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1812b31 [JUnit] 1481027758768 launch added : ATestCase: org.eclipse.debug.core.Launch@19c628e 1481027758815 launch changed : ATestCase: org.eclipse.debug.core.Launch@19c628e [JUnit] 1481027759315 launch terminated: ATestCase: org.eclipse.debug.core.Launch@19c628e [JUnit] 1481027759518 launch added : ATestCase: org.eclipse.debug.core.Launch@13d5004 1481027759581 launch changed : ATestCase: org.eclipse.debug.core.Launch@13d5004 [JUnit] 1481027760112 launch terminated: ATestCase: org.eclipse.debug.core.Launch@13d5004 [JUnit] 1481027760315 launch added : ATestCase: org.eclipse.debug.core.Launch@11e570b 1481027760377 launch changed : ATestCase: org.eclipse.debug.core.Launch@11e570b [JUnit] 1481027760846 launch terminated: ATestCase: org.eclipse.debug.core.Launch@11e570b [JUnit] 1481027761081 launch added : ATestCase: org.eclipse.debug.core.Launch@6a5a76 1481027761127 launch changed : ATestCase: org.eclipse.debug.core.Launch@6a5a76 [JUnit] 1481027761643 launch terminated: ATestCase: org.eclipse.debug.core.Launch@6a5a76 [JUnit] 1481027761862 launch added : ATestCase thisdoesnotexist: org.eclipse.debug.core.Launch@80ceb5 1481027761893 launch changed : ATestCase thisdoesnotexist: org.eclipse.debug.core.Launch@80ceb5 [JUnit] 1481027762409 launch terminated: ATestCase thisdoesnotexist: org.eclipse.debug.core.Launch@80ceb5 [JUnit] 1481027762612 launch added : ATestCase test2Fail: org.eclipse.debug.core.Launch@102431e 1481027762643 launch changed : ATestCase test2Fail: org.eclipse.debug.core.Launch@102431e [JUnit] 1481027763143 launch terminated: ATestCase test2Fail: org.eclipse.debug.core.Launch@102431e [JUnit] 1481027763362 launch added : ATestCase test1Succeed: org.eclipse.debug.core.Launch@1dd0de4 1481027763393 launch changed : ATestCase test1Succeed: org.eclipse.debug.core.Launch@1dd0de4 [JUnit] 1481027763846 launch terminated: ATestCase test1Succeed: org.eclipse.debug.core.Launch@1dd0de4 [JUnit] 1481027764049 launch added : ATestCase testDiv[1]: org.eclipse.debug.core.Launch@6fcd4c 1481027764081 launch changed : ATestCase testDiv[1]: org.eclipse.debug.core.Launch@6fcd4c [JUnit] 1481027764596 launch terminated: ATestCase testDiv[1]: org.eclipse.debug.core.Launch@6fcd4c [JUnit] 1481027764831 launch added : ATestCase testDiv: org.eclipse.debug.core.Launch@1f93986 1481027764862 launch changed : ATestCase testDiv: org.eclipse.debug.core.Launch@1f93986 [JUnit] 1481027765362 launch terminated: ATestCase testDiv: org.eclipse.debug.core.Launch@1f93986 [JUnit] 1481027765612 launch added : ATestCase testDiv[0]: org.eclipse.debug.core.Launch@101b0c7 1481027765643 launch changed : ATestCase testDiv[0]: org.eclipse.debug.core.Launch@101b0c7 [JUnit] 1481027766096 launch terminated: ATestCase testDiv[0]: org.eclipse.debug.core.Launch@101b0c7 [JUnit] 1481027766331 launch added : ATestCase [1]: org.eclipse.debug.core.Launch@b6761b 1481027766362 launch changed : ATestCase [1]: org.eclipse.debug.core.Launch@b6761b [JUnit] 1481027766893 launch terminated: ATestCase [1]: org.eclipse.debug.core.Launch@b6761b [JUnit] 1481027767112 launch added : ATestCase pack.ATestCase: org.eclipse.debug.core.Launch@1d50f45 1481027767143 launch changed : ATestCase pack.ATestCase: org.eclipse.debug.core.Launch@1d50f45 [JUnit] 1481027767659 launch terminated: ATestCase pack.ATestCase: org.eclipse.debug.core.Launch@1d50f45 [JUnit] 1481027767877 launch added : ATestCase testDiv[0]: org.eclipse.debug.core.Launch@b85395 1481027767924 launch changed : ATestCase testDiv[0]: org.eclipse.debug.core.Launch@b85395 [JUnit] 1481027768440 launch terminated: ATestCase testDiv[0]: org.eclipse.debug.core.Launch@b85395 [JUnit] 1481027768659 launch added : ATestCase [0]: org.eclipse.debug.core.Launch@1ad3dd1 1481027768690 launch changed : ATestCase [0]: org.eclipse.debug.core.Launch@1ad3dd1 [JUnit] 1481027769112 launch terminated: ATestCase [0]: org.eclipse.debug.core.Launch@1ad3dd1 [JUnit] 1481027769346 launch added : FailingSuite: org.eclipse.debug.core.Launch@a9f54f 1481027769377 launch changed : FailingSuite: org.eclipse.debug.core.Launch@a9f54f [JUnit] 1481027769690 launch terminated: FailingSuite: org.eclipse.debug.core.Launch@a9f54f [JUnit] 1481027769768 launch added : AllTests: org.eclipse.debug.core.Launch@14b34a 1481027769799 launch changed : AllTests: org.eclipse.debug.core.Launch@14b34a [JUnit] 1481027771128 launch terminated: AllTests: org.eclipse.debug.core.Launch@14b34a [JUnit] 1481027771192 launch added : ATestSuite: org.eclipse.debug.core.Launch@23ed5c 1481027771223 launch changed : ATestSuite: org.eclipse.debug.core.Launch@23ed5c [JUnit] 1481027772536 launch terminated: ATestSuite: org.eclipse.debug.core.Launch@23ed5c [JUnit] 1481027772599 launch added : ATestCase.testSucceed: org.eclipse.debug.core.Launch@90491a 1481027772630 launch changed : ATestCase.testSucceed: org.eclipse.debug.core.Launch@90491a [JUnit] 1481027772943 launch terminated: ATestCase.testSucceed: org.eclipse.debug.core.Launch@90491a [JUnit] 1481027773005 launch added : ATestCase: org.eclipse.debug.core.Launch@107c893 1481027773021 launch changed : ATestCase: org.eclipse.debug.core.Launch@107c893 [JUnit] 1481027774303 launch terminated: ATestCase: org.eclipse.debug.core.Launch@107c893 [JUnit] 1481027774366 launch added : Failures: org.eclipse.debug.core.Launch@244e60 1481027774397 launch changed : Failures: org.eclipse.debug.core.Launch@244e60 [JUnit] 1481027774741 launch terminated: Failures: org.eclipse.debug.core.Launch@244e60 [JUnit] 1481027775069 launch added : AllTests: org.eclipse.debug.core.Launch@314fba 1481027775116 launch changed : AllTests: org.eclipse.debug.core.Launch@314fba [JUnit] 1481027776589 launch terminated: AllTests: org.eclipse.debug.core.Launch@314fba [JUnit] 1481027776668 launch added : ATestSuite: org.eclipse.debug.core.Launch@cbcf6b 1481027776715 launch changed : ATestSuite: org.eclipse.debug.core.Launch@cbcf6b [JUnit] 1481027778248 launch terminated: ATestSuite: org.eclipse.debug.core.Launch@cbcf6b [JUnit] 1481027778311 launch added : ATestCase: org.eclipse.debug.core.Launch@1de1b8f 1481027778389 launch changed : ATestCase: org.eclipse.debug.core.Launch@1de1b8f [JUnit] 1481027779905 launch terminated: ATestCase: org.eclipse.debug.core.Launch@1de1b8f [JUnit] 1481027779984 launch added : Failures: org.eclipse.debug.core.Launch@1444ee 1481027780031 launch changed : Failures: org.eclipse.debug.core.Launch@1444ee [JUnit] 1481027780546 launch terminated: Failures: org.eclipse.debug.core.Launch@1444ee [JUnit] !ENTRY org.eclipse.core.resources 2 10035 2016-12-06 07:37:16.453 !MESSAGE The workspace will exit with unsaved changes in this session.