Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an organize-manifest mojo #3427

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Add an organize-manifest mojo

e5e2d14
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Add an organize-manifest mojo #3427

Add an organize-manifest mojo
e5e2d14
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Feb 3, 2024 in 0s

1 fail, 7 skipped, 386 pass in 3h 59m 30s

  585 files  +6    585 suites  +6   3h 59m 30s ⏱️ + 25m 21s
  394 tests +2    386 ✅ +1   7 💤 ±0  1 ❌ +1 
1 182 runs  +6  1 158 ✅ +4  22 💤 ±0  2 ❌ +2 

Results for commit e5e2d14. ± Comparison against earlier commit d917d08.

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

2 out of 3 runs failed: testSigningSkipIfJarSignedAndAnchored (org.eclipse.tycho.test.pgp.TestPGPSigning)

artifacts/test-results-ubuntu-latest/TEST-org.eclipse.tycho.test.pgp.TestPGPSigning.xml [took 12s]
artifacts/test-results-windows-latest/TEST-org.eclipse.tycho.test.pgp.TestPGPSigning.xml [took 14s]
Raw output
Unexpected unsigned IUs. ==> expected: <[org.eclipse.equinox.common, org.eclipse.equinox.common.source, org.eclipse.osgi, org.eclipse.osgi.source, org.eclipse.platform_root]> but was: <[org.eclipse.equinox.common.source, org.eclipse.osgi, org.eclipse.osgi.source, org.eclipse.platform_root]>
org.opentest4j.AssertionFailedError: Unexpected unsigned IUs. ==> expected: <[org.eclipse.equinox.common, org.eclipse.equinox.common.source, org.eclipse.osgi, org.eclipse.osgi.source, org.eclipse.platform_root]> but was: <[org.eclipse.equinox.common.source, org.eclipse.osgi, org.eclipse.osgi.source, org.eclipse.platform_root]>
	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.testSigningSkipIfJarSignedAndAnchored(TestPGPSigning.java:230)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7 skipped tests found

There are 7 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
org.eclipse.tycho.test.TYCHO321deployableFeature.DeployableFeatureTest ‑ testDeployableFeature
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

394 tests found

There are 394 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.EclipsePluginTest ‑ testDirectorStandalone
org.eclipse.tycho.test.MNGECLIPSE949jarDirectoryBundles.JarDirectoryBundlesTest ‑ test
org.eclipse.tycho.test.P2DirectorPluginTest ‑ testDirectorStandalone
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 ‑ testEmbeddedJars
org.eclipse.tycho.test.apitools.ApiToolsTest ‑ testGenerate
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.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.RepoRefLocationP2RepositoryIntegrationTest ‑ testTargetResolutionWithReferencedRepositoryIgnore
org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest ‑ testTargetResolutionWithReferencedRepositoryInclude
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.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.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