Skip to content

small twaks on main window extents #364

small twaks on main window extents

small twaks on main window extents #364

GitHub Actions / Pharo Launcher Tests failed Jun 21, 2024 in 1s

355 passed, 93 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
PharoLauncher-CLI-Tests-Test.xml 143✅ 13❌ 5s
PharoLauncher-Tests-Commands-Test.xml 4✅ 47❌ 43s
PharoLauncher-Tests-Core-Test.xml 99✅ 14❌ 5s
PharoLauncher-Tests-Download-Test.xml 44✅ 3s
PharoLauncher-Tests-Functional-Test.xml 47✅ 5❌ 21s
PharoLauncher-Tests-SpecUI-Test.xml 18✅ 14❌ 14s

❌ PharoLauncher-CLI-Tests-Test.xml

156 tests were completed in 5s with 143 passed, 13 failed and 0 skipped.

Test suite Passed Failed Skipped Time
PharoLauncher-CLI-Tests 143✅ 13❌ 5s

❌ PharoLauncher-CLI-Tests

PharoLauncher.CLI.Tests.ConsoleInputRequestTest
  ✅ testCanRequestSimpleValue
  ✅ testCanReuseInstanceAfterGettingAnswer
  ✅ testGet2InputRequestIfFirstAnswerIsNotValid
  ✅ testGet2InputRequestIfFirstAnswerTriggeredErrorDuringTransform
  ✅ testGet2InputRequestIfFirstAnswerTriggeredErrorDuringValidation
PharoLauncher.CLI.Tests.ConsoleListFormatterTest
  ✅ testAttributeValuesFrom
  ✅ testFormatterAccessors
  ✅ testGetColumnWidthsFrom
  ✅ testGetMaxPrintStringWidthForPrintBlock
  ✅ testPrintAttributeHeadersBy
  ✅ testPrintAttributeHeadersByNoSequence
  ✅ testPrintAttributeRowsBy
  ✅ testPrintAttributeTable
  ✅ testPrintAttributeTableWithDefaultValue
  ✅ testPrintCellWidth
  ✅ testPrintDelimiter
  ✅ testPrintHeaderLinesBy
  ✅ testPrintHeaderLinesByNoSequence
  ✅ testPrintLineSized
  ✅ testPrintListAsSton
  ✅ testPrintListShouldPrintAttributesTableWhenStonAndRowModesDisabled
  ✅ testPrintListShouldPrintAttributesTableWhenStonDisabledAndRowModeEnabled
  ✅ testPrintOneAttrPerRow
  ✅ testPrintOneAttrPerRowNoSequence
  ✅ testPrintRowValuesBy
  ✅ testTableColumnWidthLimit
PharoLauncher.CLI.Tests.ConsoleProgressBarTest
  ✅ testCanDisplayProgress
  ✅ testCannotDisplayProgressAbove100Percent
  ✅ testShouldNotRaiseErrorWhenDisplayingProgressAndNoOutStream
PharoLauncher.CLI.Tests.PhLCliCommandTest
  ✅ testExecuteLauncherCommandToPrintHelp
  ✅ testExecuteLauncherCommandToPrintVersion
  ✅ testFilterPrintAttributesFromShouldReturnCollectionWithFirstElementWhenBriefFlagEnabled
  ✅ testFilterPrintAttributesFromShouldReturnOriginalCollectionWhenNoBriefFlag
  ✅ testHasFlag
  ✅ testImplicitDelimiterIsColonWhenRowModeActive
  ✅ testImplicitDelimiterIsSpace
  ✅ testIsProductionCommandClass
  ✅ testListPrintAttributeBlocks
  ✅ testListPrintAttributeLabels
  ✅ testPositionalWithValue
PharoLauncher.CLI.Tests.PhLImageBisectCliCommandTest
  ✅ testCanAskfFirstKnownFaultyImage
  ✅ testCanAskfLastKnownCorrectImage
  ✅ testCanSpecifyPharoVersion
  ✅ testFirstKnownFaultyImageOnlyAcceptsValuesFromBuildValues
  ✅ testFirstKnownFaultyImageTakesLastBuildValueIfNoInput
  ✅ testGetPharoDevVersionWhenNoVersionSpecified
  ✅ testLastKnownCorrectImageOnlyAcceptsValuesFromBuildValues
  ✅ testLastKnownCorrectImageTakesFirstBuildValueIfNoInput
PharoLauncher.CLI.Tests.PhLImageCliCommandTest
  ✅ testExecuteLauncherImageCommandToPrintHelp
  ✅ testFindImageFromDiskShouldRaiseNotFound
  ✅ testFindImageFromDiskShouldSucceed
PharoLauncher.CLI.Tests.PhLImageCopyCliCommandTest
  ✅ testCopyImageNoArguments
  ✅ testCopyImageNotEnoughArguments
  ✅ testCopyImageShouldSucceed
  ✅ testCopyImageToManyArguments
  ✅ testCopyImageWrongName
  ✅ testCopyTargetImageAlreadyUsed
PharoLauncher.CLI.Tests.PhLImageCreateCliCommandTest
  ❌ testCreateImageShouldSucceed
	MessageNotUnderstood
  ✅ testCreateImageWithDevFlagUsesDevImage
  ✅ testCreateImageWithNoFlagUsesDefaultImage
  ✅ testCreateImageWithNoFlagUsesUserDefaultImageWhenSpecified
  ❌ testCreateImageWithNoLaunchFlagShouldNotLaunchImage
	MessageNotUnderstood
  ✅ testCreateImageWithTooManyArgumentShouldRaiseError
  ❌ testCreateImageWithWrongTemplateNameShouldGiveErrorMessage
	MessageNotUnderstood
  ❌ testCreateImageWithoutImageNameShouldGiveError
	MessageNotUnderstood
  ❌ testCreateImageWithoutTemplateArgumentShouldSucceed
	MessageNotUnderstood
  ❌ testCreateImageWrongCategoryNameShouldRaiseError
	MessageNotUnderstood
  ✅ testTemplateCanBeFoundByShortName
  ✅ testTemplateIsFirstSearchByName
PharoLauncher.CLI.Tests.PhLImageCreateFromBuildCliCommandTest
  ❌ testCreateImageFromABuildOfATemplateShouldSucceed
	MessageNotUnderstood
  ✅ testCreateImageFromABuildShouldFailWhenBuildIsMissing
  ❌ testCreateImageFromABuildShouldFailWhenBuildNrDoesNotExist
	MessageNotUnderstood
  ✅ testCreateImageFromABuildShouldFailWhenBuildNrIsInvalid
PharoLauncher.CLI.Tests.PhLImageCreateFromPullRequestCliCommandTest
  ❌ testExecuteFromPR
	MessageNotUnderstood
  ✅ testInvalidPRShouldGiveError
  ✅ testMissingPRShouldGiveError
  ❌ testUnreachablePRShouldGiveError
	MessageNotUnderstood
PharoLauncher.CLI.Tests.PhLImageCreateFromRemoteRepoCliCommandTest
  ✅ testBaselineName
  ✅ testCreateFromRemoteRepoMissingArgs
  ✅ testInvalidRepoNames
  ✅ testMcLoadProjectFromRepo
  ✅ testValidCreateFromRemoteRepo
  ✅ testValidCreateFromRemoteRepoWithAllArgs
  ✅ testValidateRepoFullName
PharoLauncher.CLI.Tests.PhLImageCreateFromSHACliCommandTest
  ✅ testCreateImageFromABuildShouldFailWhenShaIsMissing
  ❌ testCreateImageFromShaShouldFailWhenShaDoesNotExist
	MessageNotUnderstood
  ✅ testCreateImageFromShaShouldFailWhenShaIsInvalid
  ❌ testCreateImageFromShaShouldSucceed
	MessageNotUnderstood
PharoLauncher.CLI.Tests.PhLImageDeleteCliCommandTest
  ✅ testDeleteImageNameWithPathShouldRaiseError
  ✅ testDeleteImageShouldAbortIfNotConfirmed
  ✅ testDeleteImageShouldSucceed
  ✅ testDeleteImageWhenNoImageNameProvidedAllowsDeletionByInteractiveImageSelection
  ✅ testDeleteImageWrongImageNameShouldRaiseError
  ✅ testForceDeleteImageShouldSucceed
PharoLauncher.CLI.Tests.PhLImageInfoCliCommandTest
  ✅ testImageInfoShouldSucceed
  ✅ testImageInfoWhenNoImageNameProvidedAllowsInteractiveImageSelection
  ✅ testImageInfoWrongImageNameShouldRaiseError
PharoLauncher.CLI.Tests.PhLImageLaunchCliCommandTest
  ✅ testLaunchImageNoImageNameAllowsLaunchBySelectingImageInteractively
  ✅ testLaunchImageShouldSucceed
  ✅ testLaunchImageTooManyArguments
  ✅ testLaunchImageWithInitializationScript
  ✅ testLaunchImageWithNonExistingScriptShouldGiveErrorMessage
  ✅ testLaunchImageWithScriptWhithoutStExtentionShouldGiveErrorMessage
  ✅ testLaunchImageWrongImageName
PharoLauncher.CLI.Tests.PhLImageListCliCommandTest
  ✅ testDelimiter
  ✅ testDelimiterImplicit
  ✅ testListEmptyImageRepositoryShouldSucceed
  ✅ testListImageShouldSucceed
  ✅ testListImageShouldSucceedOutputInSTON
  ✅ testListImageWithImageNameFilterShouldSucceed
PharoLauncher.CLI.Tests.PhLImagePackageCliCommandTest
  ✅ testCreateLaunchScriptShouldSucceed
  ✅ testCreatePackageShouldSucceed
  ✅ testCreatePackageWhenNoLocationSetShouldReturnError
  ✅ testCreatePackageWhenOutputFolderExistsShouldReturnError
  ✅ testCreateZippedPackageShouldSucceed
PharoLauncher.CLI.Tests.PhLImageRecreateCliCommandTest
  ✅ testCanRecreateAnImageShouldSucceed
  ✅ testCanRecreateAnImageWhenNoImageNameProvidedByInteractiveImageSelection
  ✅ testTemplateContent
PharoLauncher.CLI.Tests.PhLProcessCliCommandTest
  ✅ testExecuteOSShellCommand
  ✅ testExecuteOSShellCommandWithArgs
PharoLauncher.CLI.Tests.PhLProcessKillCliCommandTest
  ✅ testHasAllFlag
  ✅ testKillArgString
  ✅ testKillArgStringWithAllFlag
  ✅ testMissingImageName
  ✅ testOsShellArgArray
PharoLauncher.CLI.Tests.PhLProcessListCliCommandTest
  ✅ testExecute
  ✅ testImageProcesListFrom
  ✅ testOsShellArgArray
PharoLauncher.CLI.Tests.PhLTemplateCategoriesCliCommandTest
  ✅ testTemplateCategoriesShouldSucceed
PharoLauncher.CLI.Tests.PhLTemplateInfoCliCommandTest
  ✅ testTemplateInfoShouldSucceed
  ✅ testTemplateInfoWithTemplateCategoryShouldSucceed
  ✅ testTemplateInfoWithTooManyArgumentsShouldGiveErrorMessage
  ✅ testTemplateInfoWithWrongTemplateNameShouldGiveBadCategoryMessage
  ✅ testTemplateInfoWrongTemplateName
  ✅ testTemplateInfoWrongTemplateNameWithCategory
PharoLauncher.CLI.Tests.PhLTemplateListCliCommandTest
  ✅ testListTemplateAsStonShouldSucceed
  ✅ testListTemplateShouldSucceed
  ✅ testListTemplateWithCategoryAsStonShouldSucceed
  ✅ testListTemplateWithCategoryShouldSucceed
  ✅ testListTemplateWithWrongCategoryShouldRaiseErrorMessage
PharoLauncher.CLI.Tests.PhLTemplateUpdateCliCommandTest
  ❌ testTemplateUpdateShouldSucceed
	MessageNotUnderstood
PharoLauncher.CLI.Tests.PhLTemplatesCliCommandTest
  ✅ testExecuteLauncherTemplateCommandToPrintHelp
PharoLauncher.CLI.Tests.PhLVMDeleteCliCommandTest
  ✅ testDeleteVmShouldSucceed
  ✅ testDeleteVmWithWrongVmNameShouldGiveBackNotFoundMessage
PharoLauncher.CLI.Tests.PhLVMInfoCliCommandTest
  ✅ testInfoVmShouldSucceed
PharoLauncher.CLI.Tests.PhLVMListCliCommandTest
  ✅ testListVirtualMachines
  ✅ testListVirtualMachinesAsSton
PharoLauncher.CLI.Tests.PhLVMUpdateCliCommandTest
  ✅ testUpdateVmShouldSucceed
PharoLauncher.CLI.Tests.PhLVmCliCommandTest
  ✅ testExecuteLauncherVMCommandToPrintHelp
PharoLauncher.CLI.Tests.PharoLauncherCLIConfigurationTest
  ✅ testConfigurationsWithDifferentValuesShoudNotBeEqual
  ✅ testConfigurationsWithSameValuesShoudBeEqual
  ✅ testGetConfigurationWhenConfigurationFileAbsentShouldCreateDefaultConfiguration
  ✅ testGetConfigurationWhenConfigurationFileExistsShouldSucceed
  ✅ testGetConfigurationWhenInvalidConfigurationFileShouldGiveExplainationMessage
  ✅ testGetStableTemplateWhenGivingWrongDefaultTemplateValue
  ✅ testReadOfSerializedConfigurationShouldGiveBackSameConfiguration

❌ PharoLauncher-Tests-Commands-Test.xml

51 tests were completed in 43s with 4 passed, 47 failed and 0 skipped.

Test suite Passed Failed Skipped Time
PharoLauncher-Tests-Commands 4✅ 47❌ 43s

❌ PharoLauncher-Tests-Commands

PharoLauncher.Tests.Commands.PhLAboutCommandTest
  ❌ testCanOpenAboutDialog
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLCopyImageCommandTest
  ❌ testCanCopyImageLaunchCommand
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLCopyLaunchCommandTest
  ❌ testCanCopyImageLaunchCommand
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLCopyPathnameCommandTest
  ❌ testCanCopyImagePathname
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLCreateImageFromTemplateCommandTest
  ❌ testCanCreateAnImageWhenSingleTemplateSelected
	MessageNotUnderstood
  ❌ testCanCreateAnImageWithAnInitializationScript
	MessageNotUnderstood
  ❌ testCannotCreateAnImageWhenManyTemplatesSelected
	MessageNotUnderstood
  ✅ testCannotCreateAnImageWhenNoTemplateSelected
PharoLauncher.Tests.Commands.PhLCreateTemplateFromImageCommandTest
  ❌ testCanCreateATemplateAndRemoveImageWhenSingleImageSelected
	MessageNotUnderstood
  ❌ testCanCreateATemplateWhenSingleImageSelected
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLDeleteImageCommandTest
  ❌ testCanDeleteAnImage
	MessageNotUnderstood
  ❌ testDeleteTheRightImageIfImagesSortingIsNotTheDefaultOne
	MessageNotUnderstood
  ❌ testImagesPresenterIsRefreshedWhenImageDeleted
	MessageNotUnderstood
  ❌ testWarningMessageWhenDeletingManyImages
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLDeleteVmCommandTest
  ❌ testCanDeleteAVM
	MessageNotUnderstood
  ❌ testCanDeleteManyVms
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLImportImageCommandTest
  ❌ testCanImportAnImage
	MessageNotUnderstood
  ❌ testImportImageImportsImageSourcesFile
	MessageNotUnderstood
  ❌ testImportImageImportsImageVersionFile
	MessageNotUnderstood
  ❌ testImportNonExistingImage
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLLaunchImageCommandTest
  ❌ testAttachingAnInitializationScriptIsOk
	MessageNotUnderstood
  ❌ testAttachingInitializationScriptSetFlagToShouldRun
	MessageNotUnderstood
  ❌ testCanLaunchImage
	MessageNotUnderstood
  ❌ testExecutingImageWithScriptShouldSetFlagToShouldNotRun
	MessageNotUnderstood
  ❌ testLaunchImageShouldRaiseExceptionWhenNoPharoVersionFile
	MessageNotUnderstood
  ❌ testRecreateAnImageWithoutOpeningItShouldStillExecuteScript
	MessageNotUnderstood
  ❌ testRecreateAnOpenedImageShouldStillExecuteScript
	MessageNotUnderstood
  ❌ testRunningAnImageRemovesTheInitializationScript
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLLaunchImageFromDiskCommandTest
  ❌ testCanLaunchImageFromDisk
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLOpenNewImageWindowTest
  ❌ testOfficialTemplatesCategoryIsSelectedWhenOpeningPresenter
	MessageNotUnderstood
  ❌ testTemplatesPresenterOpenWhenClickingOnNewImage
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLOpenSettingsCommandTest
  ✅ testCanOpenSettingsBrowser
PharoLauncher.Tests.Commands.PhLRecreateImageCommandTest
  ❌ testCanRecreateAnImage
	MessageNotUnderstood
  ❌ testErrorRaiseWhenImageTemplateNotSet
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLRefreshImagerepositoryCommandTest
  ❌ testCanRefreshImageList
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLRemoveTemplateCommandTest
  ❌ testCanRemoveALocalTemplate
	MessageNotUnderstood
  ❌ testCanRemoveManyLocalTemplates
	MessageNotUnderstood
  ❌ testCommandAvailableWhenThereIsALocalTemplateSelected
	MessageNotUnderstood
  ❌ testCommandHasNoEffectWhenNoTemplateSelected
	MessageNotUnderstood
  ❌ testCommandNotAvailableWhenThereIsARemoteTemplateSelected
	MessageNotUnderstood
  ❌ testCommandNotAvailableWhenThereIsNoTemplateSelected
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLRenameImageCommandTest
  ❌ testCanRenameAnImage
	MessageNotUnderstood
  ❌ testCannotRenameAnImageWithAnExistingName
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLRenameTemplateCommandTest
  ❌ testCanRenameALocalTemplate
	MessageNotUnderstood
  ❌ testCommandAvailableWhenThereIsALocalTemplateSelected
	MessageNotUnderstood
  ❌ testCommandHasNoEffectWhenNoTemplateSelected
	MessageNotUnderstood
  ❌ testCommandNotAvailableWhenThereIsARemoteTemplateSelected
	MessageNotUnderstood
  ❌ testCommandNotAvailableWhenThereIsNoTemplateSelected
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLShowImageInFolderCommandTest
  ❌ testCommandShouldNotRaiseCommandErrorIfNoImageSelected
	MessageNotUnderstood
PharoLauncher.Tests.Commands.PhLUpdateVmCommandTest
  ✅ testCanUpdateManyVms
  ✅ testCanUpdateOneVm

❌ PharoLauncher-Tests-Core-Test.xml

113 tests were completed in 5s with 99 passed, 14 failed and 0 skipped.

Test suite Passed Failed Skipped Time
PharoLauncher-Tests-Core 99✅ 14❌ 5s

❌ PharoLauncher-Tests-Core

PharoLauncher.Tests.Core.PhLDirectoryBasedImageRepositoryTest
  ✅ testCopyImageNamedTo
  ✅ testCoverage
  ✅ testDeleteImageNamed
  ✅ testDirectoryForImageNamed
  ✅ testEmptyByDefault
  ✅ testIgnoreNonConformDirectories
  ✅ testImageNames
  ✅ testImages
  ✅ testMakeUniqueImageName
  ✅ testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses
  ✅ testNew
  ✅ testRenameImageNamedTo
  ✅ testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass
  ✅ testUnCategorizedMethods
PharoLauncher.Tests.Core.PhLImageBisectionTest
  ✅ testDichotomy
  ✅ testDichotomyWithMissingValues
  ✅ testGetExceptionWhenStartIsBiggerThanEnd
  ✅ testGetFirstValueEvaluatingToFalse
  ✅ testGetStartIndexWhenStartAndEndHaveSameValue
PharoLauncher.Tests.Core.PhLImageDescriptionUpdaterTest
  ✅ testDoNotSaveNullImage
  ✅ testDoNotSaveWhenImageIsNil
  ✅ testNoSaveWhenDescriptionIsTheSame
  ✅ testSaveBothImagesWhenUpdatingDescriptionOfTwoDifferentImages
  ✅ testSaveOnceWhenDescriptionChangeOnce
  ✅ testSaveOnceWhenDescriptionChangesManyTimesWithDelayShorterThanWaitDelay
  ✅ testSaveTwiceWhenDescriptionChangesManyTimesWithDelayLongerThanWaitDelay
PharoLauncher.Tests.Core.PhLImageProcessTest
  ✅ testImageName
  ✅ testNewFrom
PharoLauncher.Tests.Core.PhLImageTest
  ✅ testCanGetDefaultLaunchConfigurationWhenNoLaunchConfiguration
  ✅ testCanInitializeImageFromMetadatafile
  ✅ testCanSerializeAndDeserializeImageLaunchConfigurationMetadata
  ✅ testCanSerializeAndDeserializeImageMetadata
  ✅ testDefaultLaunchConfigurationIsRetrievedFromConfigurationListWhenAvailable
  ✅ testDescriptionIsSetWhenNoDescriptionInMetadataButDescriptionFileExists
  ✅ testExtendedListPrintAttributeBlocks
  ✅ testExtendedListPrintAttributeLabels
  ✅ testImageNameIsNotValidWhenContainingFileSeparator
  ✅ testImageNameIsValidWithLettersAndNumbers
  ✅ testListPrintAttributeBlocks
  ✅ testListPrintAttributeLabels
  ✅ testPhLImageSerialization
  ✅ testPharoVersionIsSetWhenNoVersionInMetadataButPharoVersionFileExists
  ✅ testTemplateIsSetWhenMetadataFileInOldFormat
PharoLauncher.Tests.Core.PhLLaunchConfigurationTest
  ❌ testCanBeLaunchedWhenVmAvailable
	MessageNotUnderstood
  ✅ testCanGetDefaultVm
  ✅ testCanGetDefaultVmWhenVMNotListedInVmManager
  ✅ testCanSerializeLaunchConfiguration
  ✅ testCannotLaunchWhen32bitVmFoundAnd64bitArchitectureExpected
  ✅ testCannotLaunchWhen64bitVmFoundAnd32bitArchitectureExpected
  ✅ testCannotLaunchWhenArmVmFoundAndIntelVmArchitectureDetected
  ✅ testCannotLaunchWhenVmFoundNotExecutable
  ❌ testCannotLaunchWhenVmNotValidForArchitecture
	MessageNotUnderstood
  ❌ testImageLaunchProcessDoesNotHaveInitializationScriptArgumentsIfInitializationScriptIsNil
	MessageNotUnderstood
  ❌ testImageLaunchProcessDoesNotHaveInitializationScriptArgumentsIfInitializationScriptShouldNotBeRun
	MessageNotUnderstood
  ❌ testImageLaunchProcessHasImageArguments
	MessageNotUnderstood
  ❌ testImageLaunchProcessHasInitializationScriptArgumentsIfInitializationScriptNotNil
	MessageNotUnderstood
  ❌ testImageLaunchProcessHasVmArguments
	MessageNotUnderstood
  ❌ testImageLaunchWitSettingsDoesNotHaveNoPreferencesFlag
	MessageNotUnderstood
  ❌ testImageLaunchWithoutSettingsDoesNotHavePreferencesFlagIfNotSupportedByImage
	MessageNotUnderstood
  ❌ testImageLaunchWithoutSettingsHasNoPreferencesFlag
	MessageNotUnderstood
  ✅ testProcessWithExplicitWorkingDirectory
  ✅ testVmHasSameVmManagerAsImage
  ✅ testWarningRaisedWhenIntelVmFoundAndArmVmArchitectureDetected
PharoLauncher.Tests.Core.PhLLocalTemplateTest
  ✅ testCoverage
  ✅ testDeserializationGivesAFileReferenceToTheTemplate
  ✅ testHandleEOCDErrorWhenTemplateIsCorrupted
  ✅ testListPrintAttributeBlocks
  ✅ testListPrintAttributeLabels
  ✅ testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses
  ✅ testNew
  ✅ testNoEOCDErrorWhenTemplateIsOk
  ✅ testRelocateImageFilesFromToWithName
  ✅ testSerializationDoesNotIncludeZipFileButAFileReferenceToIt
  ✅ testTemplateExtractionGenerateImageMetadata
  ✅ testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass
  ✅ testUnCategorizedMethods
PharoLauncher.Tests.Core.PhLRemoteTemplateTest
  ✅ testCoverage
  ✅ testHandleEOCDErrorWhenTemplateIsCorrupted
  ✅ testListPrintAttributeBlocks
  ✅ testListPrintAttributeLabels
  ✅ testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses
  ✅ testNew
  ✅ testNoEOCDErrorWhenTemplateIsOk
  ✅ testRelocateImageFilesFromToWithName
  ✅ testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass
  ✅ testUnCategorizedMethods
PharoLauncher.Tests.Core.PhLSettingsTest
  ✅ testDevelopmentEnvironmentEnabledSettingIsNotStored
PharoLauncher.Tests.Core.PhLStringTest
  ✅ testCanformatTemplateNameFromComplexUrl
  ✅ testCanformatTemplateNameFromComplexUrl2
  ✅ testCanformatTemplateNameFromSimpleUrl
  ✅ testFormatTemplateNameDoesNotSubsituteWhenNoSubstitutionPatternFound
PharoLauncher.Tests.Core.PhLTemplateGroupRepositoryTest
  ✅ testCategoryNamedWithExistingCategoryShouldReturnCategory
  ✅ testCategoryNamedWithNonExistingCategoryShouldRaiseNotFound
  ✅ testTemplateNamedWithExistingTemplateAndCategoryShouldReturnTemplate
  ✅ testTemplateNamedWithNonExistingCategoryShouldRaiseNotFound
  ✅ testTemplateNamedWithNonExistingTemplateShouldRaiseNotFound
PharoLauncher.Tests.Core.PhLTemplateGroupsBuilderTest
  ✅ testCanBuildListWhenNoSourceTemplate
  ✅ testCanBuildListWithFixedUrlGroup
  ✅ testCanBuildListWithFixedUrlTemplate
  ✅ testCanBuildListWithHttpListingGroup
  ✅ testCanBuildListWithJenkinsGroup
PharoLauncher.Tests.Core.PhLTemplateSourcesTest
  ✅ testAlmostIdenticalTemplateSourcesAreDifferent
  ✅ testCanCreateInstanceFromAListOfTemplateSource
  ❌ testCanFetchSourcesFileWhenAbsent
	MessageNotUnderstood
  ✅ testGivenUserSourcesFileAbsentWhenAskingUserSourcesThenGetEmptyCollection
  ✅ testGivenUserSourcesFileWithErrorsWhenAskingUserSourcesThenGetEmptyCollection
  ✅ testGivenUserSourcesFileWithReferencesToUnknownVariablesWhenAskingUserSourcesThenGetEmptyCollection
  ✅ testIdenticalTemplateSourcesAreEquals
  ❌ testNoUpdateAnnouncedWhenDownloadedSourcesIsSameAsSources
	MessageNotUnderstood
  ✅ testSourcesFileNotFetchIfPresentWhenCallingEnsureSourcesFile
  ✅ testSourcesFileNotUpdatedWhenDownloadedSourcesFileIsAbsent
  ❌ testSourcesFileUpdateAvailableIsAnnouncedWhenDownloadedSourcesDifferentFromSources
	MessageNotUnderstood
  ❌ testUserTemplatesAreListedAfterPharoTemplates
	MessageNotUnderstood

✅ PharoLauncher-Tests-Download-Test.xml

44 tests were completed in 3s with 44 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
PharoLauncher-Tests-Download 44✅ 3s

✅ PharoLauncher-Tests-Download

PharoLauncher.Tests.Download.PhLImageFinderTest
  ✅ testCanGetBuildNumbersForAGivePharoVersion
  ✅ testShouldFindUrlWhenPharo10AndValidBuildNumberProvided
  ✅ testShouldFindUrlWhenPharo7AndValidBuildNumberProvided
  ✅ testShouldFindUrlWhenPharo8AndValidBuildNumberProvided
  ✅ testShouldFindUrlWhenPharo9AndValidBuildNumberProvided
  ✅ testShouldGetTemplateUrlWhenValidPullRequestNumber
  ✅ testShouldRaiseNotFoundWhenInvalidBuildNumberProvided
  ✅ testShouldRaiseNotFoundWhenInvalidPharoVersionProvided
  ✅ testShouldRaiseNotFoundWhenInvalidShaProvided
PharoLauncher.Tests.Download.PhLJenkins2BuildTest
  ✅ testBuildWithArtifacts
  ✅ testBuildWithRuns
  ✅ testEmptyBuild
  ✅ testLastSuccessfulBuildPropagateTag
  ✅ testNonSecureJenkinsDoesNotIncludesIdentifiersInUrl
  ✅ testSecureJenkinsIncludesIdentifiersInUrl
PharoLauncher.Tests.Download.PhLJenkins2JobTest
  ✅ testJobWithNoSuccessfulBuild
  ✅ testJobWithNullSuccessfulBuild
  ✅ testJobWithSuccessfulBuild
  ✅ testNonSecureJenkinsDoesNotIncludesIdentifiersInUrl
  ✅ testPipelineJob
  ✅ testSecureJenkinsIncludesIdentifiersInUrl
PharoLauncher.Tests.Download.PhLJenkins2RunTest
  ✅ testNonSecureJenkinsDoesNotIncludesIdentifiersInUrl
  ✅ testSecureJenkinsIncludesIdentifiersInUrl
PharoLauncher.Tests.Download.PhLJenkins2ServerTest
  ✅ testNoJob
  ✅ testNonSecureJenkinsDoesNotIncludesIdentifiersInUrl
  ✅ testSecureJenkinsIncludesIdentifiersInUrl
  ✅ testWith1Job
PharoLauncher.Tests.Download.PhLVirtualMachineManagerTest
  ✅ testCanDetect32BitsImage
  ✅ testCanDetect64BitsImage
  ✅ testCanGetAvailableVirtualMachinesEvenIfVMExecutableNotFound
  ✅ testCanGetImageFormatNumber
  ✅ testCanGetImageVersionFromFile
  ✅ testGetExceptionWhenRunningImageVersionFromFileAndFileIsAbsent
  ✅ testPharo50PreSpurImageUrlIsCorrect
  ✅ testPharo60VmUrlIsCorrect
  ✅ testPharo70Vm64BitsUrlIsCorrect
  ✅ testPharo70VmUrlIsCorrect
  ✅ testPreSpurImageUrlIsCorrect
PharoLauncher.Tests.Download.PhLVmProviderTest
  ✅ testCanDetectArchitecture
  ✅ testCanDetectOS
  ✅ testLatestUrlIsValidAndAvailable
  ✅ testStableUrlIsValidAndAvailable
PharoLauncher.Tests.Download.PhLVmProviderUntilPharo80Test
  ✅ testUrlIsValidAndAvailable
  ✅ testUrlIsValidAndAvailableWhenOs64BitAndImageAvailableOnlyIn32Bits

❌ PharoLauncher-Tests-Functional-Test.xml

52 tests were completed in 21s with 47 passed, 5 failed and 0 skipped.

Test suite Passed Failed Skipped Time
PharoLauncher-Tests-Functional 47✅ 5❌ 21s

❌ PharoLauncher-Tests-Functional

PharoLauncher.Tests.Functional.PhLCreateTemplateFromImageTest
  ✅ testCanCreateATemplateFromImage
PharoLauncher.Tests.Functional.PhLDownloadManagerTest
  ❌ testCanDownload
	MessageNotUnderstood
PharoLauncher.Tests.Functional.PhLHTTPListingTemplateGroupTest
  ✅ testCanMatchPharo12Templates
  ✅ testCoverage
  ✅ testIsGroup
  ❌ testListPrintAttributeBlocks
	MessageNotUnderstood
  ✅ testListPrintAttributeLabels
  ✅ testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses
  ✅ testNew
  ✅ testTemplatesAndGroups
  ✅ testTemplatesAndGroupsIsACollection
  ✅ testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass
  ✅ testUnCategorizedMethods
PharoLauncher.Tests.Functional.PhLLaunchImageTest
  ✅ testArchitectureErrorSignaledWhenTryingToRun32BitImageOn64BitOnlyOS
  ❌ testCanLaunchImageWithNonAsciiCharacters
	DirectoryIsNotEmpty
  ✅ testCanLaunchImageWithNonAsciiCharactersUsingLoginShell
  ❌ testCanRun64bitImageOn64BitOnlyOS
	MessageNotUnderstood
  ❌ testLaunchImageSetShouldRunInitilizationScriptToFalse
	DirectoryIsNotEmpty
PharoLauncher.Tests.Functional.PhLLaunchedImagesWatcherTest
  ✅ testCanCatchProcessError
  ✅ testProcessSuccessfulDoesNotThrowError
PharoLauncher.Tests.Functional.PhLProcessWrapperTest
  ✅ testAddAllArguments
  ✅ testCanDetectAvailableCommandOnLinux
  ✅ testCanDetectAvailableCommandOnWindows
  ✅ testCanRunCommandWithNonAsciiCharacters
  ✅ testLinuxCommandLineString
  ✅ testLinuxCommandLineStringWhenUsingShell
  ✅ testLinuxCommandRemoveDoubleQuotesFromArguments
  ✅ testLinuxShellCommandDoesNotRemoveDoubleQuotesFromArguments
  ✅ testRunAndWaitWithStdOutput
  ✅ testRunningInfiniteProcessThrowsTimeout
  ✅ testRunningShortProcessDoesNotTimeout
  ✅ testWindowsCommandDoesNotRemoveDoubleQuotesFromArguments
  ✅ testWindowsCommandLineString
  ✅ testWindowsCommandLineStringWhenUsingShell
  ✅ testWindowsShellCommandOnWindowsDoesNotRemoveDoubleQuotesFromArguments
PharoLauncher.Tests.Functional.PhLUnixSubprocessTest
  ✅ testCanGetExitStatusFromLaunchCommand
  ✅ testCanGetStdErrFromLaunchCommand
PharoLauncher.Tests.Functional.PhLVirtualMachineManagerFunctionalTest
  ✅ testCanDetectPreSpurImage
  ✅ testCanDetectSystemUnzip
  ✅ testCanGetImageVersion
PharoLauncher.Tests.Functional.PhLVirtualMachineTest
  ✅ testCanDetect32BitArchPath
  ✅ testCanDetect64BitArchPath
  ✅ testCanDetectExecutablePath
  ✅ testCanDetectVMDirectory
  ✅ testCanGetDownloadUrl
  ✅ testCanGetExecutablePathWhenBeeingSerializedAsString
  ✅ testCanGetPharoVersion
  ✅ testListPrintAttributeBlocks
  ✅ testListPrintAttributeLabels
  ✅ testSerialization
  ✅ testvm10IsGreaterThanVm1
  ✅ testvm64IsGreaterThanVm32

❌ PharoLauncher-Tests-SpecUI-Test.xml

32 tests were completed in 14s with 18 passed, 14 failed and 0 skipped.

Test suite Passed Failed Skipped Time
PharoLauncher-Tests-SpecUI 18✅ 14❌ 14s

❌ PharoLauncher-Tests-SpecUI

PharoLauncher.Tests.SpecUI.PhLImageCreationPresenterTest
  ✅ testImageNameIsNotValidWhenContainingFileSeparator
  ✅ testImageNameIsValid
  ✅ testInitializationScriptListUpdatedWhenScriptPresenterDoChange
PharoLauncher.Tests.SpecUI.PhLImagesPresenterTest
  ❌ testFirstImageIsSelectedAtOpening
	MessageNotUnderstood
  ❌ testImageLaunchConfigurationsAreUpdatedAfterLaunchConfigurationEdition
	MessageNotUnderstood
  ❌ testImageLaunchConfigurationsIsUpdatedAfterSortingOfImages
	MessageNotUnderstood
  ❌ testImagesPresenterIsRefreshedWhenApplicationNotifyImageRepositoryChanged
	MessageNotUnderstood
  ❌ testLaunchCommandIsDisabledWhenNoSelection
	MessageNotUnderstood
  ❌ testNewImagesIsSelectedWhenNewImageJustCreated
	MessageNotUnderstood
PharoLauncher.Tests.SpecUI.PhLLaunchConfigurationPresenterTest
  ✅ testCanOpenAPresenterWithVMNotInDefaultListNorOnDisk
  ✅ testConfigurationDetailIsCleanedWhenConfigurationDeleted
  ❌ testEditingAndSavingAConfigurationSelectsItInImagesPresenterToolbar
	MessageNotUnderstood
  ✅ testImageInteractiveArgumentIsAddedWhenHeadlessVMSelectedAndArgumentNotAlreadyPresent
  ✅ testImageInteractiveArgumentIsNotAddedWhenHeadlessVMSelectedAndArgumentAlreadyPresent
  ❌ testImageLaunchConfigurationsUpdatedWhenConfigurationAdded
	MessageNotUnderstood
  ✅ testImageLaunchConfigurationsUpdatedWhenConfigurationRemoved
  ✅ testRemoveImageArgument
  ✅ testRemoveImageArgumentWithoutSelectionDoesNotThrowError
  ✅ testRemoveVMArgument
  ✅ testRemoveVMArgumentWithoutSelectionDoesNotThrowError
  ❌ testSelectingAConfigurationAndClosingWindowSelectsItInImagesPresenterToolbar
	MessageNotUnderstood
  ✅ testVmsAreSortedById
  ✅ testWhenOpeningPresenterThenSelectedConfigurationIsDefaultConfiguration
PharoLauncher.Tests.SpecUI.PhLScriptPresenterTest
  ❌ testCanAddNewScript
	MessageNotUnderstood
  ❌ testCanRemoveScript
	MessageNotUnderstood
  ✅ testCanSaveScript
  ✅ testCannotRemoveScriptIfNoneSelected
  ❌ testNewScriptEndsWithStExtension
	MessageNotUnderstood
  ✅ testSaveScriptUsingKeybind
PharoLauncher.Tests.SpecUI.PhLTemplatesPresenterTest
  ❌ testCanCreateImageIfOneTemplateSelected
	MessageNotUnderstood
  ✅ testCannotCreateImageIfNoTemplateSelected
  ❌ testTemplatesPresenterClosesWhenClickingOnCreateImage
	MessageNotUnderstood

Annotations

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateCliCommandTest ► testCreateImageShouldSucceed

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateCliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateCliCommand>>basicExecute
[ self basicExecute ] in PhLImageCreateCliCommand(PhLCliCommand)>>execute
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateCliCommand(PhLCliCommand)>>execute
PhLImageCreateCliCommand(ClapApplication)>>executeOrPrintHelp
[		self rememberSession.		self ifMismatch: [ self command printHelp. self exitFailure ].		self validateAll.		self command executeOrPrintHelp.		self exitSuccess ] in PhLCliTestClapContext(ClapContext)>>executeToExit:
FullBlockClosure(BlockClosure)>>on:do:
PhLCliTestClapContext(ClapContext)>>executeToExit:
PhLCliTestClapContext(ClapContext)>>execute
PhLImageCreateCliCommandTest(PhLCliCommandTest)>>runCommand:
PhLImageCreateCliCommandTest>>testCreateImageShouldSucceed
PhLImageCreateCliCommandTest(TestCase)>>performTest
		

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateCliCommandTest ► testCreateImageWithNoLaunchFlagShouldNotLaunchImage

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateCliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateCliCommand>>basicExecute
[ self basicExecute ] in PhLImageCreateCliCommand(PhLCliCommand)>>execute
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateCliCommand(PhLCliCommand)>>execute
PhLImageCreateCliCommand(ClapApplication)>>executeOrPrintHelp
[		self rememberSession.		self ifMismatch: [ self command printHelp. self exitFailure ].		self validateAll.		self command executeOrPrintHelp.		self exitSuccess ] in PhLCliTestClapContext(ClapContext)>>executeToExit:
FullBlockClosure(BlockClosure)>>on:do:
PhLCliTestClapContext(ClapContext)>>executeToExit:
PhLCliTestClapContext(ClapContext)>>execute
PhLImageCreateCliCommandTest(PhLCliCommandTest)>>runCommand:
PhLImageCreateCliCommandTest>>testCreateImageWithNoLaunchFlagShouldNotLaunchImage
PhLImageCreateCliCommandTest(TestCase)>>performTest
		

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateCliCommandTest ► testCreateImageWithWrongTemplateNameShouldGiveErrorMessage

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateCliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateCliCommand>>basicExecute
[ self basicExecute ] in PhLImageCreateCliCommand(PhLCliCommand)>>execute
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateCliCommand(PhLCliCommand)>>execute
PhLImageCreateCliCommand(ClapApplication)>>executeOrPrintHelp
[		self rememberSession.		self ifMismatch: [ self command printHelp. self exitFailure ].		self validateAll.		self command executeOrPrintHelp.		self exitSuccess ] in PhLCliTestClapContext(ClapContext)>>executeToExit:
FullBlockClosure(BlockClosure)>>on:do:
PhLCliTestClapContext(ClapContext)>>executeToExit:
PhLCliTestClapContext(ClapContext)>>execute
PhLImageCreateCliCommandTest(PhLCliCommandTest)>>runCommand:
PhLImageCreateCliCommandTest>>testCreateImageWithWrongTemplateNameShouldGiveErrorMessage
PhLImageCreateCliCommandTest(TestCase)>>performTest
		

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateCliCommandTest ► testCreateImageWithoutImageNameShouldGiveError

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateCliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateCliCommand>>basicExecute
[ self basicExecute ] in PhLImageCreateCliCommand(PhLCliCommand)>>execute
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateCliCommand(PhLCliCommand)>>execute
PhLImageCreateCliCommand(ClapApplication)>>executeOrPrintHelp
[		self rememberSession.		self ifMismatch: [ self command printHelp. self exitFailure ].		self validateAll.		self command executeOrPrintHelp.		self exitSuccess ] in PhLCliTestClapContext(ClapContext)>>executeToExit:
FullBlockClosure(BlockClosure)>>on:do:
PhLCliTestClapContext(ClapContext)>>executeToExit:
PhLCliTestClapContext(ClapContext)>>execute
PhLImageCreateCliCommandTest(PhLCliCommandTest)>>runCommand:
PhLImageCreateCliCommandTest>>testCreateImageWithoutImageNameShouldGiveError
PhLImageCreateCliCommandTest(TestCase)>>performTest
		

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateCliCommandTest ► testCreateImageWithoutTemplateArgumentShouldSucceed

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateCliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateCliCommand>>basicExecute
[ self basicExecute ] in PhLImageCreateCliCommand(PhLCliCommand)>>execute
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateCliCommand(PhLCliCommand)>>execute
PhLImageCreateCliCommand(ClapApplication)>>executeOrPrintHelp
[		self rememberSession.		self ifMismatch: [ self command printHelp. self exitFailure ].		self validateAll.		self command executeOrPrintHelp.		self exitSuccess ] in PhLCliTestClapContext(ClapContext)>>executeToExit:
FullBlockClosure(BlockClosure)>>on:do:
PhLCliTestClapContext(ClapContext)>>executeToExit:
PhLCliTestClapContext(ClapContext)>>execute
PhLImageCreateCliCommandTest(PhLCliCommandTest)>>runCommand:
PhLImageCreateCliCommandTest>>testCreateImageWithoutTemplateArgumentShouldSucceed
PhLImageCreateCliCommandTest(TestCase)>>performTest
		

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateCliCommandTest ► testCreateImageWrongCategoryNameShouldRaiseError

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateCliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateCliCommand>>basicExecute
[ self basicExecute ] in PhLImageCreateCliCommand(PhLCliCommand)>>execute
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateCliCommand(PhLCliCommand)>>execute
PhLImageCreateCliCommand(ClapApplication)>>executeOrPrintHelp
[		self rememberSession.		self ifMismatch: [ self command printHelp. self exitFailure ].		self validateAll.		self command executeOrPrintHelp.		self exitSuccess ] in PhLCliTestClapContext(ClapContext)>>executeToExit:
FullBlockClosure(BlockClosure)>>on:do:
PhLCliTestClapContext(ClapContext)>>executeToExit:
PhLCliTestClapContext(ClapContext)>>execute
PhLImageCreateCliCommandTest(PhLCliCommandTest)>>runCommand:
PhLImageCreateCliCommandTest>>testCreateImageWrongCategoryNameShouldRaiseError
PhLImageCreateCliCommandTest(TestCase)>>performTest
		

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateFromBuildCliCommandTest ► testCreateImageFromABuildOfATemplateShouldSucceed

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateFromBuildCliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateFromBuildCliCommand(PhLImageCreateCliCommand)>>basicExecute
PhLImageCreateFromBuildCliCommand>>basicExecute
[ self basicExecute ] in PhLImageCreateFromBuildCliCommand(PhLCliCommand)>>execute
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateFromBuildCliCommand(PhLCliCommand)>>execute
PhLImageCreateFromBuildCliCommandTest>>testCreateImageFromABuildOfATemplateShouldSucceed
PhLImageCreateFromBuildCliCommandTest(TestCase)>>performTest
		

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateFromBuildCliCommandTest ► testCreateImageFromABuildShouldFailWhenBuildNrDoesNotExist

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateFromBuildCliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateFromBuildCliCommand(PhLImageCreateCliCommand)>>basicExecute
PhLImageCreateFromBuildCliCommand>>basicExecute
[command basicExecute] in PhLImageCreateFromBuildCliCommandTest>>testCreateImageFromABuildShouldFailWhenBuildNrDoesNotExist
[	  aBlock value.	  false ] in PhLImageCreateFromBuildCliCommandTest(TestAsserter)>>executeShould:inScopeOf:withDescriptionContaining:
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateFromBuildCliCommandTest(TestAsserter)>>executeShould:inScopeOf:withDescriptionContaining:
PhLImageCreateFromBuildCliCommandTest(TestAsserter)>>should:raise:whoseDescriptionIncludes:description:
PhLImageCreateFromBuildCliCommandTest>>testCreateImageFromABuildShouldFailWhenBuildNrDoesNotExist
PhLImageCreateFromBuildCliCommandTest(TestCase)>>performTest
		

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateFromPullRequestCliCommandTest ► testExecuteFromPR

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateFromPullRequestCliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateFromPullRequestCliCommand(PhLImageCreateCliCommand)>>basicExecute
PhLImageCreateFromPullRequestCliCommand>>basicExecute
[ self basicExecute ] in PhLImageCreateFromPullRequestCliCommand(PhLCliCommand)>>execute
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateFromPullRequestCliCommand(PhLCliCommand)>>execute
PhLImageCreateFromPullRequestCliCommandTest>>testExecuteFromPR
PhLImageCreateFromPullRequestCliCommandTest(TestCase)>>performTest
		

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateFromPullRequestCliCommandTest ► testUnreachablePRShouldGiveError

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateFromPullRequestCliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateFromPullRequestCliCommand(PhLImageCreateCliCommand)>>basicExecute
PhLImageCreateFromPullRequestCliCommand>>basicExecute
[ self basicExecute ] in PhLImageCreateFromPullRequestCliCommand(PhLCliCommand)>>execute
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateFromPullRequestCliCommand(PhLCliCommand)>>execute
PhLImageCreateFromPullRequestCliCommand(ClapApplication)>>executeOrPrintHelp
[		self rememberSession.		self ifMismatch: [ self command printHelp. self exitFailure ].		self validateAll.		self command executeOrPrintHelp.		self exitSuccess ] in PhLCliTestClapContext(ClapContext)>>executeToExit:
FullBlockClosure(BlockClosure)>>on:do:
PhLCliTestClapContext(ClapContext)>>executeToExit:
PhLCliTestClapContext(ClapContext)>>execute
PhLImageCreateFromPullRequestCliCommandTest(PhLCliCommandTest)>>runCommand:
PhLImageCreateFromPullRequestCliCommandTest>>testUnreachablePRShouldGiveError
PhLImageCreateFromPullRequestCliCommandTest(TestCase)>>performTest
		

Check failure on line 0 in PharoLauncher-CLI-Tests-Test.xml

See this annotation in the file changed.

@github-actions github-actions / Pharo Launcher Tests

PharoLauncher-CLI-Tests ► PharoLauncher.CLI.Tests.PhLImageCreateFromSHACliCommandTest ► testCreateImageFromShaShouldFailWhenShaDoesNotExist

Failed test found in:
  PharoLauncher-CLI-Tests-Test.xml
Error:
  MessageNotUnderstood
Raw output
MessageNotUnderstood
Message not understood: SpModalWindowPresenter >> #withoutButtons
SpModalWindowPresenter(Object)>>doesNotUnderstand: #withoutButtons
PhLDownloadManager>>displayProgress:during:
PhLDownloadManager>>basicDownload:toFile:
PhLPharoTemplateSources>>fetchSourcesFile
PhLPharoTemplateSources>>ensureSourcesFile
PhLPharoTemplateSources>>checkForUpdates
PhLPharoTemplateSources class>>checkForUpdates
PhLImageCreateFromSHACliCommand(PhLCliCommand)>>checkForUpdates
PhLImageCreateFromSHACliCommand(PhLImageCreateCliCommand)>>basicExecute
PhLImageCreateFromSHACliCommand>>basicExecute
[command basicExecute] in PhLImageCreateFromSHACliCommandTest>>testCreateImageFromShaShouldFailWhenShaDoesNotExist
[	  aBlock value.	  false ] in PhLImageCreateFromSHACliCommandTest(TestAsserter)>>executeShould:inScopeOf:withDescriptionContaining:
FullBlockClosure(BlockClosure)>>on:do:
PhLImageCreateFromSHACliCommandTest(TestAsserter)>>executeShould:inScopeOf:withDescriptionContaining:
PhLImageCreateFromSHACliCommandTest(TestAsserter)>>should:raise:whoseDescriptionIncludes:description:
PhLImageCreateFromSHACliCommandTest>>testCreateImageFromShaShouldFailWhenShaDoesNotExist
PhLImageCreateFromSHACliCommandTest(TestCase)>>performTest