Class | Name | Status | Type | Time(s) |
org.eclipse.ant.tests.ui.AntUtilTests | testGetIncludeTargetsComplexHierarchyAlias | Success | | 0.116 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetIncludeTargetsComplexHierarchyMisc | Success | | 0.202 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetIncludeTargetsComplexHierarchyNoAlias | Success | | 0.344 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetIncludeTargetsExternalFiles | Success | | 0.222 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetIncludeTargetsPerformance | Failure | Expecting a duration < 10000, but we have 10795ms
java.lang.AssertionError: Expecting a duration < 10000, but we have 10795ms
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.ant.tests.ui.AntUtilTests.testGetIncludeTargetsPerformance(AntUtilTests.java:221)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at org.eclipse.ant.tests.ui.testplugin.AbstractAntUITest.runBare(AbstractAntUITest.java:133)
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:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:103)
at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5000)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4480)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:643)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:550)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:48)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:118)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
at org.eclipse.core.launcher.Main.main(Main.java:44)
| 10.799 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetIncludeTargetsSimpleHierarchyAlias | Success | | 0.191 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetIncludeTargetsSimpleHierarchyNoAliases | Success | | 0.145 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetTargetsLaunchConfiguration | Success | | 0.015 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetTargetsLaunchConfigurationMinusD | Success | | 0.132 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetTargetsLaunchConfigurationMinusDAndProperty | Success | | 0.117 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetTargetsLaunchConfigurationProperty | Success | | 0.188 |
org.eclipse.ant.tests.ui.AntUtilTests | testGetTargetsLaunchConfigurationPropertyFile | Success | | 0.178 |
org.eclipse.ant.tests.ui.AntUtilTests | testIsKnownAntFileName | Success | | 0.005 |
org.eclipse.ant.tests.ui.AntViewTests | testAddBuildFilesAction | Success | | 0.239 |
org.eclipse.ant.tests.ui.AntViewTests | testAntBuildFilesExtensionFilter | Success | | 0.008 |
org.eclipse.ant.tests.ui.APITests | testCompareJavaVersions | Success | | 0.001 |
org.eclipse.ant.tests.ui.BuildTests | testBuildFailedLinks | Success | | 5.277 |
org.eclipse.ant.tests.ui.BuildTests | testBuildFailedMessage | Success | | 2.643 |
org.eclipse.ant.tests.ui.BuildTests | testColor | Success | | 1.879 |
org.eclipse.ant.tests.ui.BuildTests | testLinks | Success | | 1.590 |
org.eclipse.ant.tests.ui.BuildTests | testOutput | Success | | 1.491 |
org.eclipse.ant.tests.ui.BuildTests | testPropertySubstitution | Success | | 1.370 |
org.eclipse.ant.tests.ui.BuildTests | testVerboseStackTrace | Success | | 9.508 |
org.eclipse.ant.tests.ui.BuildTests | testXmlLoggerListener | Success | | 1.403 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testBreakpoint | Success | | 4.143 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testBreakpointSepVM | Success | | 4.194 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testDeferredBreakpoints | Success | | 1.618 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testDeferredBreakpointsSepVM | Success | | 6.061 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testDisabledBreakpoint | Success | | 1.506 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testDisabledBreakpointSepVM | Success | | 4.699 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testEnableDisableBreakpoint | Success | | 1.920 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testEnableDisableBreakpointSepVM | Success | | 5.770 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testSkipLineBreakpoint | Success | | 1.299 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testSkipLineBreakpointSepVM | Success | | 4.789 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testTargetBreakpoint | Success | | 4.278 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testTargetBreakpointSepVM | Success | | 7.549 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testTaskOutOfTargetBreakpoint | Success | | 4.273 |
org.eclipse.ant.tests.ui.debug.BreakpointTests | testTaskOutOfTargetBreakpointSepVm | Success | | 6.177 |
org.eclipse.ant.tests.ui.debug.PropertyTests | testRuntimeProperties | Success | | 1.411 |
org.eclipse.ant.tests.ui.debug.PropertyTests | testSystemProperties | Success | | 1.110 |
org.eclipse.ant.tests.ui.debug.PropertyTests | testSystemPropertiesSepVM | Success | | 5.446 |
org.eclipse.ant.tests.ui.debug.PropertyTests | testUserProperties | Success | | 1.143 |
org.eclipse.ant.tests.ui.debug.PropertyTests | testUserPropertiesSepVM | Success | | 4.285 |
org.eclipse.ant.tests.ui.debug.RunToLineTests | testRunToLine | Success | | 2.350 |
org.eclipse.ant.tests.ui.debug.RunToLineTests | testRunToLineHitBreakpoint | Success | | 2.392 |
org.eclipse.ant.tests.ui.debug.RunToLineTests | testRunToLineHitBreakpointSepVM | Success | | 5.712 |
org.eclipse.ant.tests.ui.debug.RunToLineTests | testRunToLineSepVM | Success | | 5.700 |
org.eclipse.ant.tests.ui.debug.RunToLineTests | testRunToLineSkipBreakpoint | Success | | 2.478 |
org.eclipse.ant.tests.ui.debug.RunToLineTests | testRunToLineSkipBreakpointSepVM | Success | | 6.106 |
org.eclipse.ant.tests.ui.debug.StackTests | testStackForAntCall | Success | | 1.222 |
org.eclipse.ant.tests.ui.debug.StackTests | testStackForAntCallVM | Success | | 5.200 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepBackFromAntCall | Success | | 1.702 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepBackFromAntCallSepVM | Success | | 4.639 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepIntoAntCall | Success | | 2.083 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepIntoAntCallSepVM | Success | | 5.326 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepIntoMacrodef | Success | | 1.369 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepIntoMacrodefSepVM | Success | | 4.157 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepOutOfMacrodef | Success | | 1.692 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepOutOfMacrodefSepVM | Success | | 4.547 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepOverAntCall | Success | | 1.778 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepOverAntCallHitBreakpoint | Success | | 1.392 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepOverAntCallHitBreakpointSepVM | Success | | 4.611 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepOverAntCallPastOtherAntCalls | Success | | 2.469 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepOverAntCallPastOtherAntCallsSepVm | Success | | 5.043 |
org.eclipse.ant.tests.ui.debug.SteppingTests | testStepOverAntCallSepVM | Success | | 4.650 |
org.eclipse.ant.tests.ui.editor.AntEditorContentOutlineTests | testAdvancedTaskLocation | Success | | 0.270 |
org.eclipse.ant.tests.ui.editor.AntEditorContentOutlineTests | testCreationOfOutlineTree | Success | | 0.130 |
org.eclipse.ant.tests.ui.editor.AntEditorContentOutlineTests | testInternalTargets | Success | | 0.041 |
org.eclipse.ant.tests.ui.editor.AntEditorContentOutlineTests | testParsingOfNonValidFile | Success | | 0.152 |
org.eclipse.ant.tests.ui.editor.AntEditorContentOutlineTests | testWithEmptyBuildFile | Success | | 0.002 |
org.eclipse.ant.tests.ui.editor.AntEditorContentOutlineTests | testWithProjectOnlyBuildFile | Success | | 0.007 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testAugmentMissingId | Success | | 1.309 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testAugmentOpenAndSelect | Success | | 1.352 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testAugmentOpenInEditor | Success | | 1.331 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testAugmentOpenSelectHover | Success | | 1.388 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testBadPatternSetHover | Success | | 1.038 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testExtensionPointOpenDeclaration | Success | | 1.298 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testFileSetHover | Success | | 1.509 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testHoverForPath | Success | | 2.209 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testHoverForProperty | Success | | 1.358 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testHoverRegionWithSpaces | Success | | 1.550 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testMacroDefAttributeOpenDeclaration | Success | | 1.245 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testMacroDefOpenDeclaration | Success | | 1.733 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testMacroDefOpenDeclarationWithURI | Success | | 1.391 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testOpenImport | Success | | 1.576 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testOpenImportViaClasspath | Success | | 4.405 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testOpenImportWithByteOrderMark | Success | | 0.042 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testPatternSetHover | Success | | 1.573 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testPropertyOpenDeclaration | Success | | 1.484 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testRefOpenDeclaration | Success | | 2.042 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testSelfClosingTagOpenDeclaration | Success | | 1.772 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testTargetOpenDeclaration | Success | | 1.286 |
org.eclipse.ant.tests.ui.editor.AntEditorTests | testTaskdefOpenDeclaration | Success | | 1.403 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testAntcallTargetProposalImages | Success | | 0.147 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testAntCallTargetProposals | Success | | 0.012 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testAttributeProposals | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testAttributeValueProposals | Success | | 0.176 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testBadProjectProposals | Success | | 0.008 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testBuiltInPropertyProposals | Success | | 0.209 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testCustomBooleanProposals | Success | | 0.133 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testCustomEnumeratedProposals | Success | | 0.252 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testCustomReferenceProposals | Success | | 0.164 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testCustomTaskProposals | Success | | 0.155 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testDeterminingAttributeProposalMode | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testDeterminingAttributeValueProposalMode | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testDeterminingNoneProposalMode | Success | | 0.009 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testDeterminingPrefix | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testDeterminingPropertyProposalMode | Success | | 0.000 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testDeterminingTaskClosingProposalMode | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testDeterminingTaskProposalMode | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testEmptyBuildfileProposals | Success | | 0.894 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testExtensionOf | Success | | 0.009 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testExtensionPoint | Success | | 0.017 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testExtensionPointTaskProposals | Success | | 0.152 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testFailProposals | Success | | 0.181 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testFindChildElement | Success | | 0.003 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testJavacReferencesProposals | Success | | 0.170 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testMacrodefAttributeProposals | Success | | 0.114 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testMacrodefElementProposals | Success | | 0.128 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testMacrodefNestedElementAttributeProposals | Success | | 0.146 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testMacrodefProposals | Success | | 0.142 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testMixedElements | Success | | 0.019 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testNamespacedMacrodefAttributeProposals | Success | | 0.179 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testNamespacedMacrodefProposals | Success | | 0.628 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testNestedElementAttributeProposals | Success | | 0.199 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testNestedElementAttributeValueProposals | Success | | 1.186 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testNestedElementProposals | Success | | 0.199 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testNestedElementTemplateProposals | Success | | 1.119 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testPreferencePropertyProposals | Success | | 0.697 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testProjectAttributeProposals | Success | | 0.143 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testProjectDefaultProposalImages | Success | | 0.005 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testProjectDefaultProposals | Success | | 0.318 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testPropertyProposalDefinedInDependantTargets | Success | | 0.180 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testPropertyProposals | Success | | 0.140 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testPropertyTemplateProposals | Success | | 1.261 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testRefidProposals | Success | | 0.145 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testSystemPropertyProposals | Success | | 0.206 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testTargetDependProposalImages | Success | | 0.011 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testTargetDependProposals | Success | | 0.131 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testTargetIfProposals | Success | | 0.138 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testTargetTemplateProposals | Success | | 2.049 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testTargetUnlessProposals | Success | | 0.132 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testTaskProposals | Success | | 0.277 |
org.eclipse.ant.tests.ui.editor.CodeCompletionTest | testTaskProposalsForEmptyBuildFile | Success | | 0.013 |
org.eclipse.ant.tests.ui.editor.formatter.FormattingPreferencesTest | testGetCanonicalIndent | Success | | 0.000 |
org.eclipse.ant.tests.ui.editor.formatter.XmlDocumentFormatterTest | testGeneralFormat | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.formatter.XmlDocumentFormatterTest | testTabsInsteadOfSpaces | Success | | 0.005 |
org.eclipse.ant.tests.ui.editor.formatter.XmlDocumentFormatterTest | testTabWidth | Success | | 0.005 |
org.eclipse.ant.tests.ui.editor.formatter.XmlFormatterTest | testFormatMaintainingLineSeparators | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.formatter.XmlFormatterTest | testFormatUsingPreferenceStore | Success | | 0.003 |
org.eclipse.ant.tests.ui.editor.formatter.XmlFormatterTest | testFormatWithPreferenceParameter | Success | | 0.012 |
org.eclipse.ant.tests.ui.editor.formatter.XmlTagFormatterTest | testBug63558 | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.formatter.XmlTagFormatterTest | testBug73411 | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.formatter.XmlTagFormatterTest | testFormat01 | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.formatter.XmlTagFormatterTest | testFormat02 | Success | | 0.000 |
org.eclipse.ant.tests.ui.editor.formatter.XmlTagFormatterTest | testLineRequiresWrap | Success | | 0.002 |
org.eclipse.ant.tests.ui.editor.formatter.XmlTagFormatterTest | testParserGetAttributes | Success | | 0.005 |
org.eclipse.ant.tests.ui.editor.formatter.XmlTagFormatterTest | testParserGetElementName | Success | | 0.002 |
org.eclipse.ant.tests.ui.editor.formatter.XmlTagFormatterTest | testTabExpandedLineWidth | Success | | 0.000 |
org.eclipse.ant.tests.ui.editor.formatter.XmlTagFormatterTest | testTabToStringAndMinimumLength | Success | | 0.000 |
org.eclipse.ant.tests.ui.editor.formatter.XmlTagFormatterTest | testWrapTag | Success | | 0.001 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testFromMacrodefAttributeDecl | Success | | 1.346 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testFromMacrodefAttributeRef | Success | | 0.580 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testFromPropertyLocation | Success | | 0.800 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testFromPropertyName | Success | | 0.857 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testFromPropertyValue | Success | | 1.205 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testNoRefFromProjectDefault | Success | | 0.889 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testPropertyAndTargetWithSameName | Success | | 0.889 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testPropertyRefFromTaskText | Success | | 0.893 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testTargetFromAnt | Success | | 0.993 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testTargetFromAntCall | Success | | 0.714 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testTargetFromProjectDefault | Success | | 0.659 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testTargetFromTargetDepends | Success | | 0.815 |
org.eclipse.ant.tests.ui.editor.OccurrencesFinderTests | testTargetFromTargetIf | Success | | 0.890 |
org.eclipse.ant.tests.ui.editor.TaskDescriptionProviderTest | testGettingAttribute | Success | | 0.000 |
org.eclipse.ant.tests.ui.editor.TaskDescriptionProviderTest | testGettingRequired | Success | | 0.000 |
org.eclipse.ant.tests.ui.editor.TaskDescriptionProviderTest | testGettingTaskDescription | Success | | 0.000 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testBuildTypesToArray1 | Success | | 0.001 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigFromBuildCommandArgs1 | Success | | 0.001 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigFromBuildCommandArgs2 | Success | | 0.001 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigFromBuildCommandArgs3 | Success | | 0.001 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigFromBuildCommandArgs4 | Success | | 0.007 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigFromBuildCommandArgs5 | Success | | 0.006 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigFromBuildCommandArgs6 | Success | | 0.006 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigFromBuildCommandArgs7 | Success | | 0.006 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigureTriggers1 | Success | | 0.015 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigureTriggers10 | Success | | 0.041 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigureTriggers2 | Success | | 0.065 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigureTriggers3 | Success | | 0.018 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigureTriggers4 | Success | | 0.076 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigureTriggers5 | Success | | 0.015 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigureTriggers6 | Success | | 0.019 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigureTriggers7 | Success | | 0.062 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigureTriggers8 | Success | | 0.020 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testConfigureTriggers9 | Success | | 0.022 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testIsUnmigratedConfig1 | Success | | 0.000 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testIsUnmigratedConfig2 | Success | | 0.024 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testToBuildCommand1 | Success | | 0.048 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testToBuildCommand2 | Success | | 0.011 |
org.eclipse.ant.tests.ui.externaltools.BuilderCoreUtilsTests | testToBuildCommand3 | Success | | 0.015 |
org.eclipse.ant.tests.ui.externaltools.MigrationTests | test20AntMigration | Success | | 0.001 |
org.eclipse.ant.tests.ui.externaltools.MigrationTests | test20ProgramMigration | Success | | 0.001 |
org.eclipse.ant.tests.ui.externaltools.MigrationTests | test21AntMigration | Success | | 0.008 |
org.eclipse.ant.tests.ui.externaltools.MigrationTests | test21ProgramMigration | Success | | 0.010 |
org.eclipse.ant.tests.ui.ModelProjectTests | testCreateClassloader1 | Success | | 0.001 |
org.eclipse.ant.tests.ui.ModelProjectTests | testGetCopyOfReferences1 | Success | | 0.001 |
org.eclipse.ant.tests.ui.ModelProjectTests | testGetProperties1 | Success | | 0.000 |
org.eclipse.ant.tests.ui.ModelProjectTests | testGetProprty1 | Success | | 0.000 |
org.eclipse.ant.tests.ui.ModelProjectTests | testGetProprty2 | Success | | 0.001 |
org.eclipse.ant.tests.ui.ModelProjectTests | testGetReference1 | Success | | 0.001 |
org.eclipse.ant.tests.ui.ModelProjectTests | testGetReference2 | Success | | 0.000 |
org.eclipse.ant.tests.ui.ModelProjectTests | testGetReference3 | Success | | 0.001 |
org.eclipse.ant.tests.ui.ModelProjectTests | testGetReferences1 | Success | | 0.058 |
org.eclipse.ant.tests.ui.ModelProjectTests | testReset1 | Success | | 0.001 |
org.eclipse.ant.tests.ui.ModelProjectTests | testsetNewProperty1 | Success | | 0.000 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testAntHome | Success | | 3.978 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testBuild | Success | | 3.672 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testBuildFailedLinks | Success | | 1.365 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testColor | Success | | 4.126 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testExtensionPointTask | Success | | 3.693 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testExtensionPointType | Success | | 4.016 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testExtraClasspathEntries | Success | | 3.915 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testFailInputHandler | Success | | 4.103 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testLinks | Success | | 3.581 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testProjectHelp | Success | | 2.714 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testProperties | Success | | 3.835 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testPropertySubstitution | Success | | 3.688 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testWorkingDirectory | Success | | 4.836 |
org.eclipse.ant.tests.ui.separateVM.SeparateVMTests | testXmlLoggerListener | Success | | 3.845 |