Skip to content

Transitive dependency projects are not discovered with --also-make #6892

Transitive dependency projects are not discovered with --also-make

Transitive dependency projects are not discovered with --also-make #6892

GitHub Actions / Test Results failed Apr 27, 2024 in 0s

1 fail, 6 skipped, 401 pass in 2h 26m 19s

394 files  ±0  394 suites  ±0   2h 26m 19s ⏱️ - 4m 36s
408 tests ±0  401 ✅  - 1   6 💤 ±0  1 ❌ +1 
816 runs  ±0  802 ✅  - 1  13 💤 ±0  1 ❌ +1 

Results for commit 01aace7. ± Comparison against earlier commit 007d0fc.

Annotations

Check warning on line 0 in org.eclipse.tycho.test.pgp.TestPGPSigning

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: testSigningBinaries (org.eclipse.tycho.test.pgp.TestPGPSigning)

artifacts/test-results-ubuntu-latest/TEST-org.eclipse.tycho.test.pgp.TestPGPSigning.xml [took 12s]
Raw output
Unexpected unsigned IUs. ==> expected: <[org.eclipse.equinox.common, org.eclipse.equinox.common.source, org.eclipse.osgi, org.eclipse.osgi.source]> but was: <[org.eclipse.equinox.common, org.eclipse.osgi, org.eclipse.osgi.source]>
org.opentest4j.AssertionFailedError: Unexpected unsigned IUs. ==> expected: <[org.eclipse.equinox.common, org.eclipse.equinox.common.source, org.eclipse.osgi, org.eclipse.osgi.source]> but was: <[org.eclipse.equinox.common, org.eclipse.osgi, org.eclipse.osgi.source]>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1156)
	at org.eclipse.tycho.test.pgp.TestPGPSigning.testSigningBinaries(TestPGPSigning.java:251)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	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.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

6 skipped tests found

There are 6 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
org.eclipse.tycho.test.compiler.RequireJREPackagesImportTest ‑ testStrictImportJREPackages
org.eclipse.tycho.test.eeProfile.Java18ResolutionTest ‑ testProductBuildForJava18
org.eclipse.tycho.test.issue697.Issue697Test ‑ test
org.eclipse.tycho.test.packaging.ConsumerPomTest ‑ testReplaceP2
org.eclipse.tycho.test.resolver.ResolverTests ‑ testResolveRebundledMavenDependencies
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationRepositories

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

408 tests found

There are 408 tests, see "Raw output" for the full list of tests.
Raw output
org.eclipse.tycho.test.CompilerPluginTest ‑ testJavac
org.eclipse.tycho.test.CustomBundlePluginTest ‑ testCustomBundleParent
org.eclipse.tycho.test.CustomBundlePluginTest ‑ testUnresolvableCustomBundle
org.eclipse.tycho.test.DemoTest ‑ testOsgiMavenRepositoryDemo
org.eclipse.tycho.test.DemoTest ‑ testP2MavenRepositoryDemo
org.eclipse.tycho.test.DemoTest ‑ testSureFireDemo
org.eclipse.tycho.test.DemoTest ‑ testTychoBndDemo
org.eclipse.tycho.test.DemoTest ‑ testTychoBndPdeWorkspaceDemo
org.eclipse.tycho.test.DemoTest ‑ testTychoBndWorkspaceDemo
org.eclipse.tycho.test.DemoTest ‑ testTychoMultiReleaseDemo
org.eclipse.tycho.test.DemoTest ‑ testTychoPublishP2Demo
org.eclipse.tycho.test.DemoTest ‑ testTychoSureFireDemo
org.eclipse.tycho.test.DocumentBundlePluginTest ‑ test1
org.eclipse.tycho.test.DocumentBundlePluginTest ‑ testAdditionalDeps
org.eclipse.tycho.test.DocumentBundlePluginTest ‑ testGenerateIndex
org.eclipse.tycho.test.MNGECLIPSE949jarDirectoryBundles.JarDirectoryBundlesTest ‑ test
org.eclipse.tycho.test.P2DirectorPluginTest ‑ testDirectorStandaloneInconsistentP2Options
org.eclipse.tycho.test.P2DirectorPluginTest ‑ testDirectorStandaloneLinux
org.eclipse.tycho.test.P2DirectorPluginTest ‑ testDirectorStandaloneMacOsDestinationWithAppSuffix
org.eclipse.tycho.test.P2DirectorPluginTest ‑ testDirectorStandaloneMacOsDestinationWithFullBundlePath
org.eclipse.tycho.test.P2DirectorPluginTest ‑ testDirectorStandaloneMacOsDestinationWithoutAppSuffix
org.eclipse.tycho.test.P2DirectorPluginTest ‑ testDirectorStandaloneUsingRunningEnvironment
org.eclipse.tycho.test.P2DirectorPluginTest ‑ testDirectorStandaloneWindows
org.eclipse.tycho.test.TYCHO0209tychoRepositoryRoundtrip.TychoRepositoryRoundtripTest ‑ testLocalMavenRepository
org.eclipse.tycho.test.TYCHO0294ProductP2TargetPlatformResolver.ProductP2TargetPlatformResolverTest ‑ testBasic
org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest ‑ test
org.eclipse.tycho.test.TYCHO0383dotQualifierMatching.DotQualifierMatchingTest ‑ testFeature
org.eclipse.tycho.test.TYCHO0383dotQualifierMatching.DotQualifierMatchingTest ‑ testProduct
org.eclipse.tycho.test.TYCHO0404pomDependencyConsiderExtraClasspath.PomDependencyConsiderExtraClasspathTest ‑ test
org.eclipse.tycho.test.TYCHO0439repositoryCategories.RepositoryCategoriesTest ‑ testDeployableFeature
org.eclipse.tycho.test.TYCHO0453expandReleaseVersion.ExpandReleaseVersionTest ‑ test
org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest ‑ exportFeatureProduct
org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest ‑ exportPluginRcpApplication
org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest ‑ productNoZip
org.eclipse.tycho.test.TYCHO192sourceBundles.Tycho192SourceBundleTest ‑ testDefaultSourceBundleSuffix
org.eclipse.tycho.test.TYCHO240includeLaunchers.IncludeLaunchersTest ‑ includeLaunchers
org.eclipse.tycho.test.TYCHO240includeLaunchers.IncludeLaunchersTest ‑ noIncludeLaunchers
org.eclipse.tycho.test.TYCHO246rcpSourceBundles.TYCHO246rcpSourceBundlesTest ‑ testMultiplatformReactorBuild
org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest ‑ testExtraClasspath
org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest ‑ testJarsExtraClasspath
org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest ‑ testReferenceToInnerJar
org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest ‑ testActiveProxy
org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest ‑ testInactiveProxy
org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest ‑ testProxyWithAuthenticationEncryptedPassword
org.eclipse.tycho.test.TYCHO285EclipseSourceBundles.TYCHO285EclipseSourceBundlesTest ‑ testEclipseSourceBundleManifestAttributes
org.eclipse.tycho.test.TYCHO300launcherIcons.LauncherIconsTest ‑ testEclipseSourceBundleManifestAttributes
org.eclipse.tycho.test.TYCHO308importSystemPackage.ImportSystemPackagesTest ‑ testLocalInstall
org.eclipse.tycho.test.TYCHO308importSystemPackage.ImportSystemPackagesTest ‑ testP2Repository
org.eclipse.tycho.test.TYCHO309pomDependencyConsider.PomDependencyConsiderTest ‑ testPomDependenciesConsider
org.eclipse.tycho.test.TYCHO321deployableFeature.DeployableFeatureTest ‑ testDeployableFeature
org.eclipse.tycho.test.TYCHO330validateVersion.ValidateVersionTest ‑ testFeature
org.eclipse.tycho.test.TYCHO330validateVersion.ValidateVersionTest ‑ testPlugin
org.eclipse.tycho.test.TYCHO350ClassCastException.TYCHO350ClassCastExceptionTest ‑ test
org.eclipse.tycho.test.TYCHO418pomDependencyConsider.PomDependencyConsiderTest ‑ testPomDependenciesConsider
org.eclipse.tycho.test.TYCHO449SrcIncludesExcludes.Tycho449SrcIncludesExcludesTest ‑ testDefaultSourceBundleSuffix
org.eclipse.tycho.test.TYCHO502sourceBundleQualifier.Tycho502SourceBundleQualifierTest ‑ testReferencedQualifierInSourceBundle
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testAnnotations
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testApiBreak
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testBaselineResolutonFailure_Default
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testBaselineResolutonFailure_Error
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testBaselineResolutonFailure_Warn
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testEmbeddedJars
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testGenerate
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testInvalidRepo
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testNoBin
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testSingleJar
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testAddHeader
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testAddInternalMethod
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testAddMethod
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testAddResource
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testChangedLineEndings
org.eclipse.tycho.test.baseline.BaselineMojoTest ‑ testUnchangedApi
org.eclipse.tycho.test.brokenp2data.BrokenP2DataTest ‑ test
org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest ‑ testDefaultBuildQualifier
org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest ‑ testForcedBuildQualifier
org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest ‑ testJgitBuildQualifier
org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest ‑ testMilestoneBuildQualifier
org.eclipse.tycho.test.buildextension.CiFriendlyVersionsTest ‑ testWithSnapshotBuildQualifier
org.eclipse.tycho.test.buildextension.PomlessTest ‑ testBnd
org.eclipse.tycho.test.buildextension.PomlessTest ‑ testPomlessModel
org.eclipse.tycho.test.buildextension.PomlessTest ‑ testPomlessTestPluginDetection
org.eclipse.tycho.test.buildextension.PomlessTest ‑ testSourceFolder
org.eclipse.tycho.test.compare.CompareWithBaselineTest ‑ testEENone
org.eclipse.tycho.test.compiler.AnnotationProcessorTest ‑ testAnnotationProcessor
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testDSComponents
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testJUnit4Container
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testJUnit4ContainerWithDependencies
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testJUnit5ContainerWithoutTarget
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testLibEntry
org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest ‑ testOSGiAnnotations
org.eclipse.tycho.test.compiler.CompilerClasspathTest ‑ testPomOnlyDependencies
org.eclipse.tycho.test.compiler.CompilerExcludeTest ‑ testExtraExports
org.eclipse.tycho.test.compiler.CompilerExtraExportsJava17Test ‑ testExtraExports
org.eclipse.tycho.test.compiler.CompilerExtraExportsTest ‑ testExtraExports
org.eclipse.tycho.test.compiler.FailOnWarningTest ‑ testCompilerFailOnWarning
org.eclipse.tycho.test.compiler.FragmentsTest ‑ testFragment
org.eclipse.tycho.test.compiler.JavaxAnnotationImportTest ‑ testStrictImportJREPackages
org.eclipse.tycho.test.compiler.MavenCompilerPluginTest ‑ testAdditionalBundles
org.eclipse.tycho.test.compiler.MavenCompilerPluginTest ‑ testAdditionalBundles2
org.eclipse.tycho.test.compiler.MavenCompilerPluginTest ‑ testJDTCompilerId
org.eclipse.tycho.test.compiler.MavenCompilerPluginTest ‑ testLimitModules
org.eclipse.tycho.test.compiler.MisconfigurationTest ‑ testCompilerMisconfigured
org.eclipse.tycho.test.compiler.RequireJREPackagesImportTest ‑ testStrictImportJREPackages
org.eclipse.tycho.test.compiler.TestErrorMessages ‑ testBREEWithoutProfile
org.eclipse.tycho.test.compiler.TestErrorMessages ‑ testMissingBREEWithJustJProfile
org.eclipse.tycho.test.compiler.TestErrorMessages ‑ testMissingBREEWithPlainProfile
org.eclipse.tycho.test.eclipserun.EclipseRunBundleStartLevelTest ‑ testBundleStartLevel
org.eclipse.tycho.test.eeProfile.CustomProfileIntegrationTest ‑ testBuildWithCustomProfile
org.eclipse.tycho.test.eeProfile.DependencyResolverEETest ‑ breeForDependencyHigherThanCurrentBREE
org.eclipse.tycho.test.eeProfile.DependencyResolverEETest ‑ eeFromBREE
org.eclipse.tycho.test.eeProfile.DependencyResolverEETest ‑ eeFromPOM
org.eclipse.tycho.test.eeProfile.FragmentsAttachedTest ‑ testSWTFragmentsAttached
org.eclipse.tycho.test.eeProfile.Java11ResolutionTest ‑ testProductBuildForJava11
org.eclipse.tycho.test.eeProfile.Java17ResolutionTest ‑ testProductBuildForJava17
org.eclipse.tycho.test.eeProfile.Java18ResolutionTest ‑ testProductBuildForJava18
org.eclipse.tycho.test.eeProfile.Java7ResolutionTest ‑ testP2ResolutionWithLowerBREEThanRequiredBundle
org.eclipse.tycho.test.eeProfile.Java7ResolutionTest ‑ testRepositoryAggregationForJava7
org.eclipse.tycho.test.feature.FeatureAttributesInferenceTest ‑ testFeatureAttributesInference
org.eclipse.tycho.test.feature.FeatureWithDependenciesTest ‑ testFeatureRestrictionWithIncludeFeaturesEnabled
org.eclipse.tycho.test.feature.FeatureWithDependenciesTest ‑ testFeatureRestrictionWithIncludePluginsAndFeaturesDisabled
org.eclipse.tycho.test.feature.FeatureWithDependenciesTest ‑ testFeatureRestrictionWithIncludePluginsAndIncludeFeaturesEnabled
org.eclipse.tycho.test.feature.FeatureWithDependenciesTest ‑ testFeatureRestrictionWithIncludePluginsEnabled
org.eclipse.tycho.test.feature.FeatureWithMultipleFiltersTest ‑ testFeaturePatch
org.eclipse.tycho.test.feature.FeatureWithRestrictionsTest ‑ testFeatureRestriction
org.eclipse.tycho.test.featurePatch.EclipseRepoIncludingFeaturePatchTest ‑ testRepsoitoryBuild
org.eclipse.tycho.test.featurePatch.FeaturePatchTest ‑ testFeaturePatch
org.eclipse.tycho.test.issue1093.Issue1093Test ‑ test
org.eclipse.tycho.test.issue23.Issue23Test ‑ test
org.eclipse.tycho.test.issue271.Issue271Test ‑ test
org.eclipse.tycho.test.issue2937.Issue2937Test ‑ test
org.eclipse.tycho.test.issue697.Issue697Test ‑ test
org.eclipse.tycho.test.iu.IUMetadataGenerationTest ‑ testIUWithArtifact
org.eclipse.tycho.test.iu.IUMetadataGenerationTest ‑ testIUWithoutArtifact
org.eclipse.tycho.test.iu.ProductWithIUTest ‑ testRootFilesFromIUPackagingInstalledAndInRepo
org.eclipse.tycho.test.jarsigning.JarSigningTest ‑ testExtraSigning
org.eclipse.tycho.test.jarsigning.JarSigningTest ‑ testSigning
org.eclipse.tycho.test.licenseFeature.LicenseFeatureTest ‑ test
org.eclipse.tycho.test.licenseFeature.SetLicenseFeatureVersionTest ‑ test
org.eclipse.tycho.test.limitations.MixedTychoVersionsTest ‑ testSeveralTychoVersionsConfigured
org.eclipse.tycho.test.limitations.NonUniqueBasedirsTest ‑ testNonUniqueBasedirFailure
org.eclipse.tycho.test.mngeclipse1007.BinExcludedTest ‑ test
org.eclipse.tycho.test.mngeclipse937.CustomSourceEncodingTest ‑ test
org.eclipse.tycho.test.multiplatform.MultiplatformProductTest ‑ exportProduct
org.eclipse.tycho.test.multiplatform.MultiplatformReactorTest ‑ testMultiplatformReactorBuild
org.eclipse.tycho.test.p2Inf.CircularTest ‑ testVirtualUnitRequirementDoesNotFailBuild
org.eclipse.tycho.test.p2Inf.ExtraUnitsTest ‑ testExtraUnitsDontSpoilDependencyArtifacts
org.eclipse.tycho.test.p2Inf.HostRequiresFragmentWithP2InfTest ‑ testBuildAndTestWithHostRequiringOwnFragment
org.eclipse.tycho.test.p2Inf.MultienvP2infTest ‑ test
org.eclipse.tycho.test.p2Inf.VirtualUnitTest ‑ testVirtualUnitMultiBundleWithRequirementDoesNotFailBuild
org.eclipse.tycho.test.p2Inf.VirtualUnitTest ‑ testVirtualUnitRequirementDoesNotFailBuild
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ test347416CustomFinalName
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ test381377BundleInclusion
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ testDependencyList
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ testIncludeIUViaMatchQuery
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ testIncludedIUById
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ testResourcesProcessed
org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest ‑ testXZCompression
org.eclipse.tycho.test.p2Repository.DownloadStatsTest ‑ testDownloadStatsAddedUponProperty
org.eclipse.tycho.test.p2Repository.DownloadStatsTest ‑ testNoDownloadStatsByDefault
org.eclipse.tycho.test.p2Repository.DownloadVerifyNoDigestAlgoTest ‑ test
org.eclipse.tycho.test.p2Repository.IncludeAllSourcesTest ‑ testIncludeAllSourcesFromOldOrbit
org.eclipse.tycho.test.p2Repository.IncludeAllSourcesTest ‑ testSourceInclusion
org.eclipse.tycho.test.p2Repository.MavenP2SiteTest ‑ testDeployIgnore
org.eclipse.tycho.test.p2Repository.MavenP2SiteTest ‑ testPGP
org.eclipse.tycho.test.p2Repository.MavenP2SiteTest ‑ testProduceConsume
org.eclipse.tycho.test.p2Repository.OSGiRepositoryTest ‑ testProduceConsume
org.eclipse.tycho.test.p2Repository.P2ArtifactMappingToMavenRepoTest ‑ testMapperReferenceMavenCentral
org.eclipse.tycho.test.p2Repository.P2RepositoryDownloadTest ‑ testDownloadOnlyOnce
org.eclipse.tycho.test.p2Repository.P2RepositoryDownloadTest ‑ testReactorCanBeVerified
org.eclipse.tycho.test.p2Repository.P2RepositoryFtpHandlerTest ‑ testFtpRepository
org.eclipse.tycho.test.p2Repository.P2RepositoryPropertiesTest ‑ testArtifactRepositoryExtraProperties
org.eclipse.tycho.test.p2Repository.P2RepositoryPropertiesTest ‑ testPropertyPropagation
org.eclipse.tycho.test.p2Repository.P2RepositoryValidateTest ‑ testValidate
org.eclipse.tycho.test.p2Repository.P2RepositoryValidateTest ‑ testValidateDoesNotFetch
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testCategoryUnitHasInclusionsVersionsExpanded
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testFeatureUnitHasOwnVersionAndInclusionsExpanded
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testIncludedExternalArtifactIsAssembled
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testIncludedReactorArtifactsAreAssembled
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testProductUnitHasOwnVersionAndInclusionsExpanded
org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest ‑ testPublishedBundleIU
org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest ‑ testAdditionOfOnlyProvidingRepos
org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest ‑ testRefLocation
org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest ‑ testReferenceFiltering
org.eclipse.tycho.test.p2Repository.RepositoryIncludeTest ‑ testFilterProvided
org.eclipse.tycho.test.p2Repository.TransitiveP2RepoTest ‑ testEclipseRepositoryNonTransitive
org.eclipse.tycho.test.p2Repository.TransitiveP2RepoTest ‑ testEclipseRepositoryTransitive
org.eclipse.tycho.test.packaging.AttachedZipTest ‑ testAttachP2Metadata
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineDisable
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineFail
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineFailCommon_Changed
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineFailCommon_Changed_ignoredFiles
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineFailCommon_newAttachedArtifact
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineFail_changedAttachedArtifact
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineRepositoryDoesNotExist
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineWarn
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testBaselineWarn_changedAttachedArtifact
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testContentChangedStrict
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testCorruptedBaselineRepo
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testNewVersion
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testRebuildOfTheSameCodebase
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testReplaceAll
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testReplaceCommon
org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest ‑ testReplaceNone
org.eclipse.tycho.test.packaging.BuildQualifierTest ‑ testBuildQualifierMojoWithJGitTimestamp_jarPackagingType
org.eclipse.tycho.test.packaging.ConsumerPomTest ‑ testReplaceP2
org.eclipse.tycho.test.packaging.ConsumerPomTest ‑ testReplacePackagingType
org.eclipse.tycho.test.packaging.ConsumerPomTest ‑ testReplaceWrappedMavenDependencies
org.eclipse.tycho.test.packaging.CustomManifestAndFeatureTest ‑ testManifestAndFeatureConfigsHaveBeenFiltered
org.eclipse.tycho.test.packaging.DefaultBuildTimestampProviderTest ‑ testDefaulBuildTimestampIsTheMavenBuildTimestamp
org.eclipse.tycho.test.packaging.PackageNestedJarsAndDirsTest ‑ testPackageNestedJarsAndDirs
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testForceSigning
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testResigningMerge
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testResigningMergeSameKey
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testResigningReplace
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testResigningSkip
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigning
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigningBinaries
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigningSkipIfJarSignedAndAnchored
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigningWithBouncyCastle
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigningWithBouncyCastleWithDirectlyLoadedSecretKeys
org.eclipse.tycho.test.pgp.TestPGPSigning ‑ testSigningWithBouncyCastleWithDirectlyLoadedSecretKeysAndSpecifiedKeyname
org.eclipse.tycho.test.pomDependencies.PomDependencyWrapTest ‑ testWrap
org.eclipse.tycho.test.pomDependencyConsider.PackagingPomDependencyWithTimestampProviderTest ‑ testPackage
org.eclipse.tycho.test.pomDependencyConsider.PomDependencyIgnoreTest ‑ testIgnorePomDependency
org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnLocallyBuiltTychoArtifactTest ‑ testReuseOfP2MetadataForPomDependencyOnTychoArtifact
org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnNonTychoArtifactTest ‑ testP2DataGeneratedForPomDependency
org.eclipse.tycho.test.pomDependencyConsider.PomDependencySystemScopedTest ‑ testSystemScopedDependenciesIgnored
org.eclipse.tycho.test.product.BuildProductWithIgnoredContentTest ‑ testBuildOfProductWithBundlesDespiteUseFeaturesTrue
org.eclipse.tycho.test.product.BuildProductWithoutCleanTest ‑ testProductUnitsAreCleaned
org.eclipse.tycho.test.product.InvalidProductTest ‑ testInvalidProductFile
org.eclipse.tycho.test.product.MetaRequirementsTest ‑ testProductInstallationWithCustomTouchpoint
org.eclipse.tycho.test.product.ProductArchiveFormatTest ‑ test
org.eclipse.tycho.test.product.ProductBuildTest ‑ testAdditionOfUpdateRepositories
org.eclipse.tycho.test.product.ProductBuildTest ‑ testFeatureProjectFailsOnMissingDependencies
org.eclipse.tycho.test.product.ProductBuildTest ‑ testMavenDepedencyInTarget
org.eclipse.tycho.test.product.ProductBuildTest ‑ testPGPSignedInProduct
org.eclipse.tycho.test.product.ProductBuildTest ‑ testPluginProductWithDifferentNativesCanBuild
org.eclipse.tycho.test.product.ProductBuildTest ‑ testPluginProjectFailsOnMissingDependencies
org.eclipse.tycho.test.product.ProductDefinitionCrosstalkTest ‑ testProductContentNotLeakedBetweenProducts
org.eclipse.tycho.test.product.ProductDuplicateIUsTest ‑ testMultipleProductsNoDuplicateIUs
org.eclipse.tycho.test.product.ProductMixedVersionsTest ‑ testMixedPluginVersions
org.eclipse.tycho.test.product.ProductRepositoryTest ‑ testShouldContainSourcesWhenExlicitlyIncluded
org.eclipse.tycho.test.product.ProductRepositoryTest ‑ testShouldNotContainSources
org.eclipse.tycho.test.product.ProductTypesTest ‑ testFeatureBasedProductsWithTypeAttribute
org.eclipse.tycho.test.product.ProductTypesTest ‑ testFeatureBasedProductsWithUseFeatureAttribute
org.eclipse.tycho.test.product.ProductTypesTest ‑ testMixedProductsWithTypeAttribute
org.eclipse.tycho.test.product.ProductTypesTest ‑ testPluginBasedProductsWithTypeAttribute
org.eclipse.tycho.test.product.ProductTypesTest ‑ testPluginBasedProductsWithUseFeatureAttribute
org.eclipse.tycho.test.product.ReferenceBetweenProductsTest ‑ testProductCanReferenceProductFromDifferentModule
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testContent
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testInstalledProductArtifacts
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testPublishedProducts
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testRootLevelFeaturesAreIncludedInP2Repository
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testRootLevelFeaturesAreInstalledAtRoot
org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest ‑ testRootLevelFeaturesAreInstalledInRightProducts
org.eclipse.tycho.test.product.Tycho465RootFilesTest ‑ testProductBuild
org.eclipse.tycho.test.reactor.BomCreationTest ‑ verifyBundle
org.eclipse.tycho.test.reactor.BomCreationTest ‑ verifyFeature
org.eclipse.tycho.test.reactor.BomCreationTest ‑ verifyProduct
org.eclipse.tycho.test.reactor.BomCreationTest ‑ verifyRepository
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testAlsoMake
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testAlsoMakeDependentsNeedsToPickUpDependenciesOfDependents
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testAlsoMakeProduct
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testAlsoMakeSite
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testAlsoMakeWithIndirectDependencies
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testBoth
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testCompleteBuild
org.eclipse.tycho.test.reactor.makeBehaviour.MavenReactorMakeOptionsTest ‑ testSingleProjectNoOptionFails
org.eclipse.tycho.test.resolver.BundleNativeCodeTest ‑ testBundleNativeCode
org.eclipse.tycho.test.resolver.CycleTest ‑ testDependencyCycle
org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest ‑ testArtificial
org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest ‑ testDynamicImportPackage
org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest ‑ testFragmentImportPackage
org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest ‑ testFragmentSplitPackage
org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest ‑ testImportPackageDirectives
org.eclipse.tycho.test.resolver.JustJJRETest ‑ testProductWithJustJJREdifferentToRunningJVM
org.eclipse.tycho.test.resolver.OptionalDependenciesTest ‑ testOptionallyRequiredBundleCanBeIgnored
org.eclipse.tycho.test.resolver.OptionalDependenciesTest ‑ testOptionallyRequiredBundleIsOnCompileClassPath
org.eclipse.tycho.test.resolver.PomDependenciesTest ‑ testPomDependencies
org.eclipse.tycho.test.resolver.ReexportedRequireBundleTest ‑ testBundleNativeCode
org.eclipse.tycho.test.resolver.ReexportedRequireBundleTest ‑ testOrgEclipseCoreExpressions
org.eclipse.tycho.test.resolver.ResolverTests ‑ testConsiderResolutionWithUsesDirectiveIfVanillaResolutionFails
org.eclipse.tycho.test.resolver.ResolverTests ‑ testMixedReactor
org.eclipse.tycho.test.resolver.ResolverTests ‑ testMultipleFragmentsOnlyOneIsChoosen
org.eclipse.tycho.test.resolver.ResolverTests ‑ testMultipleVersionsWithSubstitution
org.eclipse.tycho.test.resolver.ResolverTests ‑ testResolveRebundledMavenDependencies
org.eclipse.tycho.test.resolver.ResolverTests ‑ testUsesConstraintViolations
org.eclipse.tycho.test.resolver.SplitPackagesTest ‑ testSplitPackage
org.eclipse.tycho.test.resolver.Tycho1127AddjarsIssueTest ‑ testTycho1127AddjarsIssue
org.eclipse.tycho.test.resolver.TychoGenerateSourcesIssueTest ‑ testTychoGenerateSourcesIssue
org.eclipse.tycho.test.selundqma.SeLundqmaTest ‑ test
org.eclipse.tycho.test.sourceBundle.AutoGenerateSourceArtifactsTest ‑ testSourceGeneration
org.eclipse.tycho.test.sourceBundle.AutoNoSourceBundleTest ‑ test
org.eclipse.tycho.test.sourceBundle.PDESourceHeaderGenerationTest ‑ testSourceHeaderGeneration
org.eclipse.tycho.test.sourceBundle.SourceBundlesNestedJarsTest ‑ testDistinctSourceRoots
org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest ‑ testBasic
org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest ‑ testExtraSourceBundles
org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest ‑ testLicenseFeature
org.eclipse.tycho.test.sourceBundle.TychoSourcePluginTest ‑ testRemoteSourceBundles
org.eclipse.tycho.test.surefire.BundleStartInSurefireTest ‑ explicitBundleStartLevel
org.eclipse.tycho.test.surefire.BundleStartInSurefireTest ‑ implicitDSAutostart
org.eclipse.tycho.test.surefire.CategoriesTest ‑ testIncludeExcludeCategories
org.eclipse.tycho.test.surefire.DirectTestPluginInvocationTest ‑ test
org.eclipse.tycho.test.surefire.EnableAssertionsTest ‑ testEnableAssertions
org.eclipse.tycho.test.surefire.EnvVarTest ‑ testEnvironmentVariablesInheritance
org.eclipse.tycho.test.surefire.ExplodedTestDependenciesTest ‑ testLocalMavenRepository
org.eclipse.tycho.test.surefire.ExtraTestApplicationArgumentsTest ‑ exportProduct
org.eclipse.tycho.test.surefire.FailIfNoTestsTest ‑ testNoTestsFailureDefaultCase
org.eclipse.tycho.test.surefire.FailIfNoTestsTest ‑ testNoTestsNoFailure
org.eclipse.tycho.test.surefire.FrameworkExtensionsTest ‑ testFrameworkExtensions
org.eclipse.tycho.test.surefire.JUnit5TempDirTest ‑ testJUnit5Runner
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit4and54Runner
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit54Runner
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit56Runner
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit59Runner
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit59Suite
org.eclipse.tycho.test.surefire.JUnit5Test ‑ testJUnit5Runner
org.eclipse.tycho.test.surefire.JVMArgsTest ‑ test
org.eclipse.tycho.test.surefire.JavaToolchainInSurefireTest ‑ test
org.eclipse.tycho.test.surefire.Junit4TestBundleTest ‑ test
org.eclipse.tycho.test.surefire.OpenTest4JTest ‑ testOpenTest4JUsage
org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest ‑ testDifferentHarnessVersions
org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest ‑ testProvisionAppAndRunTest
org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest ‑ testRunTestOnProvisionedApp
org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest ‑ testRunTestOnProvisionedDirector
org.eclipse.tycho.test.surefire.ParallelTestExecutionTest ‑ testParallelExecution
org.eclipse.tycho.test.surefire.RequireBundleTest ‑ loadResourceFromRequireBundle
org.eclipse.tycho.test.surefire.RequireBundleTest ‑ requireMultipleVersionsOfABundle
org.eclipse.tycho.test.surefire.RunOrderTest ‑ testRunOrder
org.eclipse.tycho.test.surefire.RunSingleTestTest ‑ test
org.eclipse.tycho.test.surefire.SystemPropertiesTest ‑ exportProduct
org.eclipse.tycho.test.surefire.TestBundleShapeTest ‑ test
org.eclipse.tycho.test.surefire.TestFragmentTest ‑ test
org.eclipse.tycho.test.surefire.TestNGBundleTest ‑ test
org.eclipse.tycho.test.surefire.TestOptionalDependenciesTest ‑ reactorIndirectOptionalDependencies
org.eclipse.tycho.test.surefire.TestOptionalDependenciesTest ‑ testIgnoreMutuallyExclusiveOptionalDependenciesForTestRuntimeComputation
org.eclipse.tycho.test.surefire.TestsInBundleTest ‑ testCompile
org.eclipse.tycho.test.surefire.TestsInBundleTest ‑ testCompile5
org.eclipse.tycho.test.surefire.TestsInBundleTest ‑ testIntegrationTest
org.eclipse.tycho.test.surefire.TestsInBundleTest ‑ testTest
org.eclipse.tycho.test.surefire.TestsInBundleTest ‑ testVerify
org.eclipse.tycho.test.surefire.TwoJunitVersionsTest ‑ test
org.eclipse.tycho.test.symlinks.SymbolicLinkTest ‑ testBuildWithSymbolicLinkOnProjectPath
org.eclipse.tycho.test.target.DifferentTargetFilesSameAbsolutePathTest ‑ test
org.eclipse.tycho.test.target.OfflineModeTest ‑ testWithCompositeRepository
org.eclipse.tycho.test.target.OfflineModeTest ‑ testWithSimpleRepository
org.eclipse.tycho.test.target.OfflineModeTest ‑ testWithXZRepository
org.eclipse.tycho.test.target.PasswordProtectedCompositeP2RepositoryTest ‑ testRepository
org.eclipse.tycho.test.target.PasswordProtectedM2RepositoryTest ‑ testTargetDefinition
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testAuthMirror
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testMirror
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testRepository
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testRepositoryEncrypted
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testTargetDefinition
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testTargetDefinitionAuthMirror
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testTargetDefinitionEncrypted
org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest ‑ testTargetDefinitionMirror
org.eclipse.tycho.test.target.TargetDefinitionPackagingTypeTest ‑ testTargetDefinitionFromLocalRepo
org.eclipse.tycho.test.target.TargetDefinitionPackagingTypeTest ‑ testTargetDefinitionFromWithinReactor
org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest ‑ plannerDoesNotFailWhenDependenciesExistInDifferentTargetLocation
org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest ‑ plannerFailsWhenDependenciesDoNotExistInAnyLocation
org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest ‑ slicerDoesNotFailWhenDependenciesDoNotExistInAnyLocation
org.eclipse.tycho.test.target.TargetDependenciesAccrossLocationsTest ‑ slicerDoesNotFailWhenDependenciesExistInDifferentTargetLocation
org.eclipse.tycho.test.target.TargetPlatformArtifactJUnitTest ‑ testTargetPlatformForJUnit5
org.eclipse.tycho.test.target.TargetPlatformFilteringIntegrationTest ‑ test
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testDirectoryLocation
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenArtifactHaveMavenDepsCoordinates
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenArtifactHaveMavenRepoPath
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocation
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationAutogeneratedFeature
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationEclipseFeature
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationMulti
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationRepositories
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationScopes
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testMavenLocationTransitiveFeature
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testTargetDefinedInRepositories
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testTargetPlatformArtifactCaching
org.eclipse.tycho.test.target.TargetPlatformLocationsTest ‑ testTargetRepositoryLocation
org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest ‑ testContentAndVersionRestrictionWithSlicer
org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest ‑ testVersionRestrictionWithPlanner
org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest ‑ testWithFile
org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest ‑ testWithFileAbsolute
org.eclipse.tycho.test.target.TargetVariableResolutionTest ‑ repositoryUrlCanContainEnvVarVariable
org.eclipse.tycho.test.target.TargetVariableResolutionTest ‑ repositoryUrlCanContainSystemPropertyVariable
org.eclipse.tycho.test.tycho001.P2MetadataGenerationTest ‑ test
org.eclipse.tycho.test.tycho026.Tycho26MissingFeatureTest ‑ test
org.eclipse.tycho.test.tycho154.Tycho154BundleJarTest ‑ test
org.eclipse.tycho.test.tycho2938.ContentJarTest ‑ noRedirect
org.eclipse.tycho.test.tycho2938.ContentJarTest ‑ redirectKeepFilename
org.eclipse.tycho.test.tycho2938.ContentJarTest ‑ redirectToBadLocation
org.eclipse.tycho.test.tycho2938.ContentJarTest ‑ redirectToMangledLocations
org.eclipse.tycho.test.tycho476.ExecutionEnvironmentTest ‑ testCompilerSourceTargetConfigurationViaManifest
org.eclipse.tycho.test.tycho503.TYCHO503DoubleEncodedUrlTest ‑ testEclipseRepositoryModuleWithSpacesInPath
org.eclipse.tycho.test.tycho937.Tycho937Test ‑ testCompilerSourceTargetConfigurationViaManifest
org.eclipse.tycho.test.tycho98.Tycho98MultiSourcesBundleJarTest ‑ test
org.eclipse.tycho.test.versionsplugin.MissingPluginVersionsTest ‑ testMissingPluginVersion
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ invokeVersionsPluginOnTycho0120Project
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ testUpdatePomOfPomThatIsNamedPomXml
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ testUpdatePomOfPomThatIsNotNamedPomXml
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ testUpdatePomWithImplicitPomName
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ testUpdatePomsOfModularPom
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ updateProjectMetadataVersionBndTest
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ updateProjectVersionBndTest
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ updateProjectVersionWithNestedPom
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ updateTargetVersionTest
org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginTest ‑ updateVersionRanges
org.eclipse.tycho.test.workspacereader.WorkspaceReaderTest ‑ testWorkspaceReaderWithMavenArtefactInP2
org.eclipse.tycho.test.xtend.TychoXtendTest ‑ projectA