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

Test crashes/failures for MacOS with Sonoma 14.6.1 #8472

Open
johnzupin opened this issue Aug 28, 2024 · 0 comments
Open

Test crashes/failures for MacOS with Sonoma 14.6.1 #8472

johnzupin opened this issue Aug 28, 2024 · 0 comments
Labels
CI/Tests Anything related to CI or testing Portability All things MacOS or MoltenVK or Portability

Comments

@johnzupin
Copy link
Collaborator

The following tests are being blacklisted after being tested with Sonoma 14.6.1 on a mac mini m1 and MoltenVK v1.2.9 as the ICD. These tests were run on VVL at commit v1.3.294-9-gf77ae23c3.

The following tests crash:

  • VkBestPracticesLayerTest.ExpectedQueryDetails
  • NegativeDebugExtensions.LayerInfoMessages
  • PositiveExternalMemorySync.ExportMetalObjects
  • NegativeGeometryTessellation.StageMaskGsTsEnabled
  • NegativeGpuAV.UseAllDescriptorSlotsPipelineNotReserved
  • NegativeGpuAV.UseAllDescriptorSlotsPipelineReserved
  • NegativeGpuAVBufferDeviceAddress.ReadBeforePointerPushConstant
  • NegativeGpuAVBufferDeviceAddress.ReadAfterPointerPushConstant
  • NegativeGpuAVBufferDeviceAddress.ReadBeforePointerDescriptor
  • NegativeGpuAVBufferDeviceAddress.ReadAfterPointerDescriptor
  • NegativeGpuAVBufferDeviceAddress.UVec3Array
  • NegativeGpuAVBufferDeviceAddress.StoreStd140
  • NegativeGpuAVBufferDeviceAddress.StoreStd140NumerousRanges
  • NegativeGpuAVBufferDeviceAddress.StoreStd430
  • NegativeGpuAVBufferDeviceAddress.StoreRelaxedBlockLayout
  • NegativeGpuAVBufferDeviceAddress.StoreScalarBlockLayout
  • NegativeGpuAVBufferDeviceAddress.StoreStd430LinkedList
  • NegativeGpuAVBufferDeviceAddress.ProxyStructLoadUint64
  • NegativeGpuAVBufferDeviceAddress.ProxyStructLoadBadAddress
  • PositiveGpuAVBufferDeviceAddress.StoreStd140
  • PositiveGpuAVBufferDeviceAddress.StoreStd140NumerousAddressRanges
  • PositiveGpuAVBufferDeviceAddress.StoreStd430
  • PositiveGpuAVBufferDeviceAddress.StoreExplicitOffset
  • PositiveGpuAVBufferDeviceAddress.StructLoad
  • PositiveGpuAVBufferDeviceAddress.StructLoadPadded
  • PositiveGpuAVBufferDeviceAddress.UVec3Array
  • PositiveGpuAVBufferDeviceAddress.BitCastUvec2
  • PositiveGpuAVBufferDeviceAddress.StoreRelaxedBlockLayout
  • PositiveGpuAVBufferDeviceAddress.StoreScalarBlockLayout
  • PositiveGpuAVBufferDeviceAddress.StoreStd430LinkedList
  • PositiveGpuAVBufferDeviceAddress.MultipleBufferReferenceBlocks
  • PositiveGpuAVBufferDeviceAddress.ConcurrentAccessesToBdaBuffer
  • NegativeGpuAVOOB.StorageBuffer
  • PositiveGpuAV.AliasImageBinding
  • PositiveGpuAV.AliasImageBindingNonFixed
  • PositiveGpuAV.RestoreUserPushConstants
  • PositiveGpuAV.RestoreUserPushConstants2
  • NegativeGpuAVShaderDebugInfo.OpLine
  • NegativeGpuAVShaderDebugInfo.OpLineColumn
  • NegativeGpuAVShaderDebugInfo.BasicGlslang
  • NegativeGpuAVShaderDebugInfo.GlslLineDerective
  • NegativeGpuAVShaderDebugInfo.PipelineHandles
  • NegativeGpuAVShaderDebugInfo.CommandBufferCommandIndex
  • PositiveImage.FramebufferFrom3DImage
  • PositiveImage.Descriptor3D2DSubresourceLayout
  • PositiveInstance.TwoInstances
  • NegativeInstanceless.DestroyInstanceAllocationCallbacksCompatibility
  • NegativeObjectLifetime.CmdBufferEventDestroyed
  • VkPositiveLayerTest.ParameterLayerFeatures2Capture
  • VkPositiveLayerTest.UseFirstQueueUnqueried
  • VkPositiveLayerTest.GetDevProcAddrExtensions
  • VkPositiveLayerTest.EnumeratePhysicalDeviceGroups
  • VkPositiveLayerTest.AllowedDuplicateStype
  • VkLayerTest.UseObjectWithWrongDevice
  • PositivePipelineTopology.PolygonModeValid
  • PositiveRenderPass.FramebufferWithAttachmentsTo3DImageMultipleSubpasses
  • NegativeShaderLimits.MaxFragmentDualSrcAttachments
  • PositiveSyncObject.SubmitFenceButWaitIdle
  • NegativeSyncValWsi.PresentAcquire
  • NegativeSyncValWsi.PresentDoesNotWaitForSubmit
  • PositiveSyncValWsi.PresentAfterSubmitAutomaticVisibility
  • NegativeThreading.CommandBufferCollision
  • PositiveThreading.Queue

The following tests fail:

  • VkAmdBestPracticesLayerTest.RobustAccessOn

  • VkArmBestPracticesLayerTest.SamplerCreation

  • PositiveAtomic.Float

  • VkBestPracticesLayerTest.MissingQueryDetails

  • VkBestPracticesLayerTest.SetSignaledEvent

  • VkBestPracticesLayerTest.SetEventSignaledByHost

  • VkBestPracticesLayerTest.SetSignaledEventMultipleSubmits

  • VkBestPracticesLayerTest.SetSignaledEventSecondary

  • VkBestPracticesLayerTest.SetSignaledEventSecondary3

  • VkPositiveBestPracticesLayerTest.SetDifferentEvents

  • VkPositiveBestPracticesLayerTest.ResetEventBeforeSet

  • VkPositiveBestPracticesLayerTest.ResetEventBeforeSetMultipleSubmits

  • VkPositiveBestPracticesLayerTest.ResetEventBeforeSetMultipleSubmits2

  • VkPositiveBestPracticesLayerTest.ResetEventFromSecondary

  • NegativeCommand.ResolveImageImageType

  • NegativeDescriptors.WriteDescriptorSetIdentitySwizzle

  • NegativeDescriptors.Maint1BindingSliceOf3DImage

  • NegativeDescriptors.ImageSubresourceOverlapBetweenRenderPassAndDescriptorSetsFunction

  • PositiveDescriptors.ImageSubresourceOverlapBetweenRenderPassAndDescriptorSetsFunction

  • NegativeDynamicRendering.InSecondaryCommandBuffers

  • NegativeDynamicRendering.IdentitySwizzleColor

  • NegativeDynamicRendering.IdentitySwizzleDepthStencil

  • NegativeDynamicState.InterpolateAtSample

  • NegativeDynamicState.RebindSamePipeline

  • NegativeExternalMemorySync.ExportMetalObjects

  • NegativeGpuAV.ValidationFeatures

  • NegativeHostImageCopy.DepthStencil

  • NegativeHostImageCopy.TransitionImageLayoutDepthStencil

  • NegativeImage.ImageViewDifferentClass

  • NegativeImage.ImageViewInvalidSubresourceRangeMaintenance1

  • NegativeImage.ImageViewIncompatibleFormat

  • NegativeImage.ImageViewIncompatibleDepthFormat

  • NegativeImage.ImageFormatList

  • NegativeImage.ImageFormatListSizeCompatible

  • NegativeImage.BlockTexelViewLevelOrLayerCount

  • NegativeImage.BlockTexelViewType

  • NegativeImage.BlockTexelViewFormat

  • PositiveImage.RemainingMipLevelsBlockTexelView

  • NegativeImagelessFramebuffer.RenderPassBeginImageViewMismatch

  • NegativeInstanceless.InstanceExtensionDependencies

  • NegativeInstanceless.ExtensionNestedDependency

  • NegativeInstanceless.InstanceBadStype

  • NegativeInstanceless.InstanceDuplicatePnextStype

  • NegativeInstanceless.InstanceAppInfoBadStype

  • NegativeInstanceless.InstanceValidationFeaturesBadFlags

  • NegativeObjectLifetime.EventInUseDestroyedSignaled

  • NegativeObjectLifetime.InUseDestroyedSignaled

  • VkPositiveLayerTest.StatelessValidationDisable

  • VkLayerTest.VersionCheckPromotedAPIs

  • VkLayerTest.DeviceFeature2AndVertexAttributeDivisorExtensionUnenabled

  • VkLayerTest.RequiredPromotedFeaturesExtensions

  • VkLayerTest.FeaturesVariablePointer

  • VkLayerTest.Maintenance1AndNegativeViewport

  • VkLayerTest.ApiVersion1_1AndNegativeViewport

  • VkLayerTest.ValidateArrayLength

  • VkLayerTest.Features12AndppEnabledExtensionNames

  • NegativePipelineLayout.ExcessDescriptorsOverall

  • PositivePipeline.PervertexNVShaderAttributes

  • PositivePipeline.ViewportStateNotSetRasterizerDiscardEnabled

  • PositivePipelineTopology.LoosePointSizeWrite

  • PositivePipelineTopology.Rasterizer

  • NegativePortabilitySubset.Image

  • NegativePortabilitySubset.VertexInputStride

  • VkPortabilitySubsetTest.ShaderValidation

  • VkPortabilitySubsetTest.InstanceCreateEnumerate

  • NegativeProtectedMemory.GetDeviceQueue

  • NegativeSecondaryCommandBuffer.CascadedInvalidation

  • PositiveSecondaryCommandBuffer.EventStageMask

  • NegativeShaderImageAccess.AliasImageBinding

  • PositiveShaderImageAccess.AliasImageBinding

  • PositiveShaderInterface.InputAndOutputComponents

  • PositiveShaderInterface.InputOutputMatch

  • PositiveShaderInterface.VsFsTypeMismatchBlockNestedStructLastElementArray

  • PositiveShaderInterface.VsFsTypeMismatchBlockNestedStructArray

  • PositiveShaderInterface.MultidimensionalArray

  • PositiveShaderInterface.MultidimensionalArrayVertex

  • PositiveShaderInterface.MultidimensionalArrayDims

  • PositiveShaderInterface.MultidimensionalArrayDims2

  • PositiveShaderSpirv.OpTypeArraySpecConstant

  • PositiveShaderSpirv.PhysicalStorageBufferStructRecursion

  • NegativeSyncObject.ImageBarrierWithBadRange

  • NegativeSyncObject.EventStageMaskOneCommandBufferPass

  • NegativeSyncObject.EventStageMaskOneCommandBufferFail

  • NegativeSyncObject.EventStageMaskTwoCommandBufferPass

  • NegativeSyncObject.EventStageMaskTwoCommandBufferFail

  • NegativeSyncObject.DetectInterQueueEventUsage

  • NegativeSyncObject.StageMaskHost

  • NegativeSyncObject.ResetEventThenSet

  • PositiveSyncObject.BasicSetAndWaitEvent

  • PositiveSyncObject.WaitEventThenSet

  • NegativeSyncVal.CopyOptimalImageHazards

  • NegativeSyncVal.EventsBufferCopy

  • NegativeSyncVal.EventsCopyImageHazards

  • NegativeSyncVal.EventsCommandHazards

  • NegativeSyncVal.StageAccessExpansion

  • NegativeSyncVal.QSBufferCopyHazards

  • NegativeSyncVal.QSBufferCopyVsIdle

  • NegativeSyncVal.QSBufferCopyVsFence

  • NegativeSyncVal.DebugRegion4

  • NegativeSyncVal.QSDebugRegion3

  • PositiveSyncVal.QSBufferCopyHazardsDisabled

  • NegativeVertexInput.VertextBindingNonLinear

  • NegativeVertexInput.AttributeAlignment

  • PositiveVertexInput.AttributeMatrixType

  • PositiveVertexInput.AttributeArrayType

  • PositiveVertexInput.AttributeComponents

  • PositiveVertexInput.VertextBindingNonLinear

  • PositiveVertexInput.InterleavedAttributes

  • NegativeWsi.SwapchainMaintenance1ExtensionAcquire

  • NegativeYcbcr.MultiplaneIncompatibleViewFormat

  • NegativeYcbcr.DrawFetch

  • PositiveWsi.AcquireImageBeforeGettingSwapchainImages

  • PositiveWsi.RetireSubmissionUsingAcquireFence2

@spencer-lunarg spencer-lunarg added CI/Tests Anything related to CI or testing Portability All things MacOS or MoltenVK or Portability labels Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/Tests Anything related to CI or testing Portability All things MacOS or MoltenVK or Portability
Projects
None yet
Development

No branches or pull requests

2 participants