From 0cf5f27035ea29d2f88f50ad961f74f165832f45 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Thu, 26 Oct 2017 18:03:12 -0600 Subject: [PATCH] tests:Fix EmptyDescriptorUpdateTest test Make sure that allocation for buffer is large enough to accommodate the buffer's device memory requirements. This fixes last failing test with mock. Also reran through all tests and updating unexpected error and skipped test lists. --- icd/README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/icd/README.md b/icd/README.md index 89055774..d16d7c6b 100644 --- a/icd/README.md +++ b/icd/README.md @@ -61,32 +61,22 @@ capabilities. ## Status This is a temporary section used for tracking as the mock icd is being developed. Once all tests are passing with the mock, this section can be removed. -Currently 324/332 tests are passing with the mock icd, but many passing tests have unexpected validation errors that need to be cleaned up. +Currently 333/333 tests are passing with the mock icd, but many passing tests have unexpected validation errors that need to be cleaned up. ### Failing Tests -VkPositiveLayerTest.EmptyDescriptorUpdateTest +NONE ### Passing Tests With Unexpected Errors -VkLayerTest.InvalidUsageBits -VkLayerTest.ImageSampleCounts VkLayerTest.InvalidCmdBufferBufferDestroyed VkLayerTest.RenderPassInUseDestroyedSignaled -VkLayerTest.BufferMemoryNotBound VkLayerTest.InvalidCmdBufferDescriptorSetBufferDestroyed +VkLayerTest.InvalidDynamicOffsetCases VkLayerTest.DSUsageBitsErrors VkLayerTest.DSBufferInfoErrors VkLayerTest.DSBufferLimitErrors VkLayerTest.RenderPassIncompatible -VkLayerTest.InvalidImageLayout -VkLayerTest.CopyImageLayerCountMismatch -VkLayerTest.MiscImageLayerTests -VkLayerTest.CopyImageTypeExtentMismatchMaintenance1 -VkLayerTest.CopyImageFormatSizeMismatch -VkLayerTest.CopyImageDepthStencilFormatMismatch -VkLayerTest.CopyImageAspectMismatch - ### Skipped Tests @@ -95,9 +85,8 @@ VkLayerTest.CreatePipelineBadVertexAttributeFormat VkLayerTest.MiscBlitImageTests VkLayerTest.TemporaryExternalSemaphore VkLayerTest.TemporaryExternalFence -VkLayerTest.InvalidDynamicOffsetCases VkLayerTest.PSOViewportScissorCountTests -VkLayerTest.ImageBufferCopyTests +VkLayerTest.InvalidBarriers VkLayerTest.CommandQueueFlags VkPositiveLayerTest.TwoQueuesEnsureCorrectRetirementWithWorkStolen VkPositiveLayerTest.ExternalSemaphore -- 2.34.1