Commit cfb9c30c by Jamie Madill Committed by Commit Bot

Capture/Replay: Apply skips correctly on SwS.

The skips listed currently were explicitly for ES2_Vulkan instead of applying to both desktop and SwS Vulkan implementations. This CL swaps the expectations to use wildcards so they will work for both. Bug: angleproject:5530 Change-Id: Iae83207411296cb819bb0a25d2247cb4af863adb Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2645723Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 3623868e
......@@ -9,34 +9,34 @@
# Failed tests
BindGeneratesResourceTest.*
BindUniformLocationTest.Basic/ES2_Vulkan
BindUniformLocationTest.Compositor/ES2_Vulkan
BindUniformLocationTest.SameLocationForUsedAndUnusedUniform/ES2_Vulkan
BindUniformLocationTest.SamplerLocation/ES2_Vulkan
BindUniformLocationTest.UnusedUniformUpdate/ES2_Vulkan
BindUniformLocationTest.UnusedUniformUpdateComplex/ES2_Vulkan
BindUniformLocationTest.UseSamplerWhenUnusedUniforms/ES2_Vulkan
BindUniformLocationTest.Basic/*
BindUniformLocationTest.Compositor/*
BindUniformLocationTest.SameLocationForUsedAndUnusedUniform/*
BindUniformLocationTest.SamplerLocation/*
BindUniformLocationTest.UnusedUniformUpdate/*
BindUniformLocationTest.UnusedUniformUpdateComplex/*
BindUniformLocationTest.UseSamplerWhenUnusedUniforms/*
ClientArraysTest.*
CopyTexImageTest.*
CopyTextureTestWebGL.*
D3DImageFormatConversionTest.*
DifferentStencilMasksTest.*
EGLContextASANTest.*
EGLContextSharingTest.TextureLifetime/ES2_Vulkan
FramebufferTest.MultiContextNoRenderingFeedbackLoops/ES2_Vulkan
GetTexLevelParameterTest.ExtensionStringExposed/ES2_Vulkan
InstancingTest.LineLoop/ES2_Vulkan
EGLContextSharingTest.TextureLifetime/*
FramebufferTest.MultiContextNoRenderingFeedbackLoops/*
GetTexLevelParameterTest.ExtensionStringExposed/*
InstancingTest.LineLoop/*
MaxTextureSizeTest.*
MultisampledRenderToTextureTest.FramebufferCompleteness/ES2_Vulkan
MultisampledRenderToTextureTest.TextureCubeMapParameterCheck/ES2_Vulkan
PbufferTest.BindTexImage/ES2_Vulkan
PbufferTest.Clearing/ES2_Vulkan
PbufferTest.TextureSizeReset/ES2_Vulkan
RequestExtensionTest.ExtensionsDisabledByDefault/ES2_Vulkan
RequestExtensionTest.Queries/ES2_Vulkan
RobustBufferAccessBehaviorTest.DynamicBuffer/ES2_Vulkan
SimpleStateChangeTest.RebindTranslatedAttribute/ES2_Vulkan
Texture2DDepthTest.DepthTextureES2Compatibility/ES2_Vulkan
MultisampledRenderToTextureTest.FramebufferCompleteness/*
MultisampledRenderToTextureTest.TextureCubeMapParameterCheck/*
PbufferTest.BindTexImage/*
PbufferTest.Clearing/*
PbufferTest.TextureSizeReset/*
RequestExtensionTest.ExtensionsDisabledByDefault/*
RequestExtensionTest.Queries/*
RobustBufferAccessBehaviorTest.DynamicBuffer/*
SimpleStateChangeTest.RebindTranslatedAttribute/*
Texture2DDepthTest.DepthTextureES2Compatibility/*
TextureCubeTest.*
VulkanClearTest.*
WebGL2ReadOutsideFramebufferTest.*
......@@ -50,36 +50,36 @@ BlitFramebufferANGLETest.*
BufferDataTest.*
ClipDistanceTest.*
ColorMaskTest.*
CopyCompressedTextureTest.InternalFormat/ES2_Vulkan
CopyCompressedTextureTest.InternalFormat/*
DebugMarkerTest.*
DebugTest.*
DepthStencilTest.*
DiscardFramebufferEXTTest.*
DrawBuffersTest.*
EGLPrintEGLinfoTest.PrintGLESCapabilities/ES2_Vulkan
EGLPrintEGLinfoTest.PrintGLESCapabilities/*
EGLStreamTest.*
ExternalWrapTest.*
FenceNVTest.*
GetImageTestNoExtensions.EntryPointsInactive/ES2_Vulkan
GLSLTest.ArrayOfStructContainingArrayOfSamplers/ES2_Vulkan
GLSLTest.InactiveSamplersInStruct/ES2_Vulkan
GLSLTest.MixedShaderLengths/ES2_Vulkan
GLSLTest.ZeroShaderLength/ES2_Vulkan
GPUTestConfigTest.GPUTestConfigConditions_D3D11/ES2_Vulkan
GetImageTestNoExtensions.EntryPointsInactive/*
GLSLTest.ArrayOfStructContainingArrayOfSamplers/*
GLSLTest.InactiveSamplersInStruct/*
GLSLTest.MixedShaderLengths/*
GLSLTest.ZeroShaderLength/*
GPUTestConfigTest.GPUTestConfigConditions_D3D11/*
ImageTest.*
IndexedPointsTestUByte.*
IndexedPointsTestUInt.*
IndexedPointsTestUShort.*
OcclusionQueriesTest.*
PBOExtensionTest.*
PixmapTest.Clearing/ES2_Vulkan
SemaphoreTest.SemaphoreShouldBeSemaphore/ES2_Vulkan
SRGBFramebufferTest.Validation/ES2_Vulkan
StateChangeRenderTest.GenerateMipmap/ES2_Vulkan
PixmapTest.Clearing/*
SemaphoreTest.SemaphoreShouldBeSemaphore/*
SRGBFramebufferTest.Validation/*
StateChangeRenderTest.GenerateMipmap/*
SyncQueriesTest.*
TextureLimitsTest.MaxCombinedTextures/ES2_Vulkan
TextureLimitsTest.MaxCombinedTextures/*
TimerQueriesTest.*
UniformTest.Sampler/ES2_Vulkan
UniformTest.Sampler/*
UnpackAlignmentTest.*
UnpackRowLengthTest.*
VertexAttributeCachingTest.*
......@@ -90,153 +90,153 @@ WebGLCompatibilityTest.*
WebGLFramebufferTest.*
# Skipped tests
EGLProgramCacheControlTest.NegativeAPI/ES2_Vulkan
EGLProgramCacheControlTest.SaveAndReload/ES2_Vulkan
LineLoopTest.DISABLED_DrawArraysWithLargeCount/ES2_Vulkan
MipmapTest.DISABLED_ThreeLevelsInitData/ES2_Vulkan
EGLProgramCacheControlTest.NegativeAPI/*
EGLProgramCacheControlTest.SaveAndReload/*
LineLoopTest.DISABLED_DrawArraysWithLargeCount/*
MipmapTest.DISABLED_ThreeLevelsInitData/*
# Compile failed tests
CopyTextureTest.CopyTextureInvalidTextureIds/ES2_Vulkan
CubeMapTextureTest.RenderToFacesConsecutively/ES2_Vulkan
EGLSyncTest.AndroidNativeFence_WaitSync/ES2_Vulkan
ExplicitContextTest.GetProcAddress/ES2_Vulkan
CopyTextureTest.CopyTextureInvalidTextureIds/*
CubeMapTextureTest.RenderToFacesConsecutively/*
EGLSyncTest.AndroidNativeFence_WaitSync/*
ExplicitContextTest.GetProcAddress/*
GetImageTest.*
GetTexLevelParameterTest.Queries/ES2_Vulkan
GLSLTest.InvariantGLPosition/ES2_Vulkan
GLSLTest.MissingReturnVec4/ES2_Vulkan
InstancingTest.IndexedAttrib0PointBufferAngle/ES2_Vulkan
InstancingTest.IndexedAttrib0PointBufferExt/ES2_Vulkan
InstancingTest.IndexedAttrib0PointMemoryAngle/ES2_Vulkan
InstancingTest.IndexedAttrib0PointMemoryExt/ES2_Vulkan
InstancingTest.IndexedAttrib0QuadBufferAngle/ES2_Vulkan
InstancingTest.IndexedAttrib0QuadBufferExt/ES2_Vulkan
InstancingTest.IndexedAttrib0QuadMemoryAngle/ES2_Vulkan
InstancingTest.IndexedAttrib0QuadMemoryExt/ES2_Vulkan
InstancingTest.IndexedAttrib0TriFanBufferAngle/ES2_Vulkan
InstancingTest.IndexedAttrib0TriFanBufferExt/ES2_Vulkan
InstancingTest.IndexedAttrib0TriFanMemoryAngle/ES2_Vulkan
InstancingTest.IndexedAttrib0TriFanMemoryExt/ES2_Vulkan
InstancingTest.IndexedAttrib1PointBufferAngle/ES2_Vulkan
InstancingTest.IndexedAttrib1PointBufferExt/ES2_Vulkan
InstancingTest.IndexedAttrib1PointMemoryAngle/ES2_Vulkan
InstancingTest.IndexedAttrib1PointMemoryExt/ES2_Vulkan
InstancingTest.IndexedAttrib1QuadBufferAngle/ES2_Vulkan
InstancingTest.IndexedAttrib1QuadBufferExt/ES2_Vulkan
InstancingTest.IndexedAttrib1QuadMemoryAngle/ES2_Vulkan
InstancingTest.IndexedAttrib1QuadMemoryExt/ES2_Vulkan
InstancingTest.IndexedAttrib1TriFanBufferAngle/ES2_Vulkan
InstancingTest.IndexedAttrib1TriFanBufferExt/ES2_Vulkan
InstancingTest.IndexedAttrib1TriFanMemoryAngle/ES2_Vulkan
InstancingTest.IndexedAttrib1TriFanMemoryExt/ES2_Vulkan
InstancingTest.Instances10Divisor1/ES2_Vulkan
InstancingTest.Instances11Divisor1/ES2_Vulkan
InstancingTest.Instances11Divisor2/ES2_Vulkan
InstancingTest.Instances12Divisor1/ES2_Vulkan
InstancingTest.Instances12Divisor11/ES2_Vulkan
InstancingTest.Instances13Divisor1/ES2_Vulkan
InstancingTest.Instances13Divisor2/ES2_Vulkan
InstancingTest.Instances14Divisor1/ES2_Vulkan
InstancingTest.Instances15Divisor1/ES2_Vulkan
InstancingTest.Instances15Divisor2/ES2_Vulkan
InstancingTest.Instances16Divisor1/ES2_Vulkan
InstancingTest.Instances16Divisor3/ES2_Vulkan
InstancingTest.Instances16Divisor7/ES2_Vulkan
InstancingTest.Instances17Divisor2/ES2_Vulkan
InstancingTest.Instances1Divisor1/ES2_Vulkan
InstancingTest.Instances1Divisor2/ES2_Vulkan
InstancingTest.Instances20Divisor2/ES2_Vulkan
InstancingTest.Instances21Divisor2/ES2_Vulkan
InstancingTest.Instances23Divisor2/ES2_Vulkan
InstancingTest.Instances25Divisor33/ES2_Vulkan
InstancingTest.Instances25Divisor5/ES2_Vulkan
InstancingTest.Instances26Divisor2/ES2_Vulkan
InstancingTest.Instances26Divisor3/ES2_Vulkan
InstancingTest.Instances27Divisor2/ES2_Vulkan
InstancingTest.Instances27Divisor4/ES2_Vulkan
InstancingTest.Instances28Divisor3/ES2_Vulkan
InstancingTest.Instances29Divisor11/ES2_Vulkan
InstancingTest.Instances29Divisor2/ES2_Vulkan
InstancingTest.Instances2Divisor1/ES2_Vulkan
InstancingTest.Instances30Divisor4/ES2_Vulkan
InstancingTest.Instances31Divisor6/ES2_Vulkan
InstancingTest.Instances32Divisor2/ES2_Vulkan
InstancingTest.Instances32Divisor3/ES2_Vulkan
InstancingTest.Instances32Divisor8/ES2_Vulkan
InstancingTest.Instances34Divisor3/ES2_Vulkan
InstancingTest.Instances34Divisor30/ES2_Vulkan
InstancingTest.Instances3Divisor1/ES2_Vulkan
InstancingTest.Instances3Divisor2/ES2_Vulkan
InstancingTest.Instances4Divisor1/ES2_Vulkan
InstancingTest.Instances5Divisor1/ES2_Vulkan
InstancingTest.Instances5Divisor2/ES2_Vulkan
InstancingTest.Instances6Divisor1/ES2_Vulkan
InstancingTest.Instances6Divisor2/ES2_Vulkan
InstancingTest.Instances7Divisor1/ES2_Vulkan
InstancingTest.Instances7Divisor2/ES2_Vulkan
InstancingTest.Instances8Divisor1/ES2_Vulkan
InstancingTest.Instances8Divisor2/ES2_Vulkan
InstancingTest.Instances8Divisor4/ES2_Vulkan
InstancingTest.Instances9Divisor1/ES2_Vulkan
InstancingTest.Instances9Divisor2/ES2_Vulkan
InstancingTest.NonIndexedAttrib0PointBufferAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0PointBufferAngleOffset2/ES2_Vulkan
InstancingTest.NonIndexedAttrib0PointBufferExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0PointBufferExtOffset2/ES2_Vulkan
InstancingTest.NonIndexedAttrib0PointMemoryAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0PointMemoryAngleOffset2/ES2_Vulkan
InstancingTest.NonIndexedAttrib0PointMemoryExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0PointMemoryExtOffset2/ES2_Vulkan
InstancingTest.NonIndexedAttrib0QuadBufferAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0QuadBufferAngleOffset4/ES2_Vulkan
InstancingTest.NonIndexedAttrib0QuadBufferExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0QuadBufferExtOffset4/ES2_Vulkan
InstancingTest.NonIndexedAttrib0QuadMemoryAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0QuadMemoryAngleOffset4/ES2_Vulkan
InstancingTest.NonIndexedAttrib0QuadMemoryExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0QuadMemoryExtOffset4/ES2_Vulkan
InstancingTest.NonIndexedAttrib0TriFanBufferAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0TriFanBufferAngleOffset8/ES2_Vulkan
InstancingTest.NonIndexedAttrib0TriFanBufferExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0TriFanBufferExtOffset8/ES2_Vulkan
InstancingTest.NonIndexedAttrib0TriFanMemoryAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0TriFanMemoryAngleOffset8/ES2_Vulkan
InstancingTest.NonIndexedAttrib0TriFanMemoryExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib0TriFanMemoryExtOffset8/ES2_Vulkan
InstancingTest.NonIndexedAttrib1PointBufferAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1PointBufferAngleOffset2/ES2_Vulkan
InstancingTest.NonIndexedAttrib1PointBufferExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1PointBufferExtOffset2/ES2_Vulkan
InstancingTest.NonIndexedAttrib1PointMemoryAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1PointMemoryAngleOffset2/ES2_Vulkan
InstancingTest.NonIndexedAttrib1PointMemoryExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1PointMemoryExtOffset2/ES2_Vulkan
InstancingTest.NonIndexedAttrib1QuadBufferAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1QuadBufferAngleOffset4/ES2_Vulkan
InstancingTest.NonIndexedAttrib1QuadBufferExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1QuadBufferExtOffset4/ES2_Vulkan
InstancingTest.NonIndexedAttrib1QuadMemoryAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1QuadMemoryAngleOffset4/ES2_Vulkan
InstancingTest.NonIndexedAttrib1QuadMemoryExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1QuadMemoryExtOffset4/ES2_Vulkan
InstancingTest.NonIndexedAttrib1TriFanBufferAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1TriFanBufferAngleOffset8/ES2_Vulkan
InstancingTest.NonIndexedAttrib1TriFanBufferExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1TriFanBufferExtOffset8/ES2_Vulkan
InstancingTest.NonIndexedAttrib1TriFanMemoryAngleOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1TriFanMemoryAngleOffset8/ES2_Vulkan
InstancingTest.NonIndexedAttrib1TriFanMemoryExtOffset0/ES2_Vulkan
InstancingTest.NonIndexedAttrib1TriFanMemoryExtOffset8/ES2_Vulkan
MemoryObjectTest.MemoryObjectQueries/ES2_Vulkan
MemoryObjectTest.MemoryObjectShouldBeMemoryObject/ES2_Vulkan
MemoryObjectTest.ShouldFailValidationOnImportFdUnsupportedHandleType/ES2_Vulkan
PointSpritesTest.PointWithoutAttributesCompliance/ES2_Vulkan
RobustBufferAccessBehaviorTest.EmptyBuffer/ES2_Vulkan
GetTexLevelParameterTest.Queries/*
GLSLTest.InvariantGLPosition/*
GLSLTest.MissingReturnVec4/*
InstancingTest.IndexedAttrib0PointBufferAngle/*
InstancingTest.IndexedAttrib0PointBufferExt/*
InstancingTest.IndexedAttrib0PointMemoryAngle/*
InstancingTest.IndexedAttrib0PointMemoryExt/*
InstancingTest.IndexedAttrib0QuadBufferAngle/*
InstancingTest.IndexedAttrib0QuadBufferExt/*
InstancingTest.IndexedAttrib0QuadMemoryAngle/*
InstancingTest.IndexedAttrib0QuadMemoryExt/*
InstancingTest.IndexedAttrib0TriFanBufferAngle/*
InstancingTest.IndexedAttrib0TriFanBufferExt/*
InstancingTest.IndexedAttrib0TriFanMemoryAngle/*
InstancingTest.IndexedAttrib0TriFanMemoryExt/*
InstancingTest.IndexedAttrib1PointBufferAngle/*
InstancingTest.IndexedAttrib1PointBufferExt/*
InstancingTest.IndexedAttrib1PointMemoryAngle/*
InstancingTest.IndexedAttrib1PointMemoryExt/*
InstancingTest.IndexedAttrib1QuadBufferAngle/*
InstancingTest.IndexedAttrib1QuadBufferExt/*
InstancingTest.IndexedAttrib1QuadMemoryAngle/*
InstancingTest.IndexedAttrib1QuadMemoryExt/*
InstancingTest.IndexedAttrib1TriFanBufferAngle/*
InstancingTest.IndexedAttrib1TriFanBufferExt/*
InstancingTest.IndexedAttrib1TriFanMemoryAngle/*
InstancingTest.IndexedAttrib1TriFanMemoryExt/*
InstancingTest.Instances10Divisor1/*
InstancingTest.Instances11Divisor1/*
InstancingTest.Instances11Divisor2/*
InstancingTest.Instances12Divisor1/*
InstancingTest.Instances12Divisor11/*
InstancingTest.Instances13Divisor1/*
InstancingTest.Instances13Divisor2/*
InstancingTest.Instances14Divisor1/*
InstancingTest.Instances15Divisor1/*
InstancingTest.Instances15Divisor2/*
InstancingTest.Instances16Divisor1/*
InstancingTest.Instances16Divisor3/*
InstancingTest.Instances16Divisor7/*
InstancingTest.Instances17Divisor2/*
InstancingTest.Instances1Divisor1/*
InstancingTest.Instances1Divisor2/*
InstancingTest.Instances20Divisor2/*
InstancingTest.Instances21Divisor2/*
InstancingTest.Instances23Divisor2/*
InstancingTest.Instances25Divisor33/*
InstancingTest.Instances25Divisor5/*
InstancingTest.Instances26Divisor2/*
InstancingTest.Instances26Divisor3/*
InstancingTest.Instances27Divisor2/*
InstancingTest.Instances27Divisor4/*
InstancingTest.Instances28Divisor3/*
InstancingTest.Instances29Divisor11/*
InstancingTest.Instances29Divisor2/*
InstancingTest.Instances2Divisor1/*
InstancingTest.Instances30Divisor4/*
InstancingTest.Instances31Divisor6/*
InstancingTest.Instances32Divisor2/*
InstancingTest.Instances32Divisor3/*
InstancingTest.Instances32Divisor8/*
InstancingTest.Instances34Divisor3/*
InstancingTest.Instances34Divisor30/*
InstancingTest.Instances3Divisor1/*
InstancingTest.Instances3Divisor2/*
InstancingTest.Instances4Divisor1/*
InstancingTest.Instances5Divisor1/*
InstancingTest.Instances5Divisor2/*
InstancingTest.Instances6Divisor1/*
InstancingTest.Instances6Divisor2/*
InstancingTest.Instances7Divisor1/*
InstancingTest.Instances7Divisor2/*
InstancingTest.Instances8Divisor1/*
InstancingTest.Instances8Divisor2/*
InstancingTest.Instances8Divisor4/*
InstancingTest.Instances9Divisor1/*
InstancingTest.Instances9Divisor2/*
InstancingTest.NonIndexedAttrib0PointBufferAngleOffset0/*
InstancingTest.NonIndexedAttrib0PointBufferAngleOffset2/*
InstancingTest.NonIndexedAttrib0PointBufferExtOffset0/*
InstancingTest.NonIndexedAttrib0PointBufferExtOffset2/*
InstancingTest.NonIndexedAttrib0PointMemoryAngleOffset0/*
InstancingTest.NonIndexedAttrib0PointMemoryAngleOffset2/*
InstancingTest.NonIndexedAttrib0PointMemoryExtOffset0/*
InstancingTest.NonIndexedAttrib0PointMemoryExtOffset2/*
InstancingTest.NonIndexedAttrib0QuadBufferAngleOffset0/*
InstancingTest.NonIndexedAttrib0QuadBufferAngleOffset4/*
InstancingTest.NonIndexedAttrib0QuadBufferExtOffset0/*
InstancingTest.NonIndexedAttrib0QuadBufferExtOffset4/*
InstancingTest.NonIndexedAttrib0QuadMemoryAngleOffset0/*
InstancingTest.NonIndexedAttrib0QuadMemoryAngleOffset4/*
InstancingTest.NonIndexedAttrib0QuadMemoryExtOffset0/*
InstancingTest.NonIndexedAttrib0QuadMemoryExtOffset4/*
InstancingTest.NonIndexedAttrib0TriFanBufferAngleOffset0/*
InstancingTest.NonIndexedAttrib0TriFanBufferAngleOffset8/*
InstancingTest.NonIndexedAttrib0TriFanBufferExtOffset0/*
InstancingTest.NonIndexedAttrib0TriFanBufferExtOffset8/*
InstancingTest.NonIndexedAttrib0TriFanMemoryAngleOffset0/*
InstancingTest.NonIndexedAttrib0TriFanMemoryAngleOffset8/*
InstancingTest.NonIndexedAttrib0TriFanMemoryExtOffset0/*
InstancingTest.NonIndexedAttrib0TriFanMemoryExtOffset8/*
InstancingTest.NonIndexedAttrib1PointBufferAngleOffset0/*
InstancingTest.NonIndexedAttrib1PointBufferAngleOffset2/*
InstancingTest.NonIndexedAttrib1PointBufferExtOffset0/*
InstancingTest.NonIndexedAttrib1PointBufferExtOffset2/*
InstancingTest.NonIndexedAttrib1PointMemoryAngleOffset0/*
InstancingTest.NonIndexedAttrib1PointMemoryAngleOffset2/*
InstancingTest.NonIndexedAttrib1PointMemoryExtOffset0/*
InstancingTest.NonIndexedAttrib1PointMemoryExtOffset2/*
InstancingTest.NonIndexedAttrib1QuadBufferAngleOffset0/*
InstancingTest.NonIndexedAttrib1QuadBufferAngleOffset4/*
InstancingTest.NonIndexedAttrib1QuadBufferExtOffset0/*
InstancingTest.NonIndexedAttrib1QuadBufferExtOffset4/*
InstancingTest.NonIndexedAttrib1QuadMemoryAngleOffset0/*
InstancingTest.NonIndexedAttrib1QuadMemoryAngleOffset4/*
InstancingTest.NonIndexedAttrib1QuadMemoryExtOffset0/*
InstancingTest.NonIndexedAttrib1QuadMemoryExtOffset4/*
InstancingTest.NonIndexedAttrib1TriFanBufferAngleOffset0/*
InstancingTest.NonIndexedAttrib1TriFanBufferAngleOffset8/*
InstancingTest.NonIndexedAttrib1TriFanBufferExtOffset0/*
InstancingTest.NonIndexedAttrib1TriFanBufferExtOffset8/*
InstancingTest.NonIndexedAttrib1TriFanMemoryAngleOffset0/*
InstancingTest.NonIndexedAttrib1TriFanMemoryAngleOffset8/*
InstancingTest.NonIndexedAttrib1TriFanMemoryExtOffset0/*
InstancingTest.NonIndexedAttrib1TriFanMemoryExtOffset8/*
MemoryObjectTest.MemoryObjectQueries/*
MemoryObjectTest.MemoryObjectShouldBeMemoryObject/*
MemoryObjectTest.ShouldFailValidationOnImportFdUnsupportedHandleType/*
PointSpritesTest.PointWithoutAttributesCompliance/*
RobustBufferAccessBehaviorTest.EmptyBuffer/*
RobustClientMemoryTest.*
RobustResourceInitTest.*
SemaphoreTest.*
SimpleOperationTest.DrawTriangleFan/ES2_Vulkan
SimpleStateChangeTest.DrawElementsThenDrawElementsNewIndexBuffer/ES2_Vulkan
StateChangeTest.FramebufferIncompleteDepthAttachment/ES2_Vulkan
Texture2DTest.CopySubImageFloat_RGB_R/ES2_Vulkan
TextureRectangleTest.RenderToRectangle/ES2_Vulkan
SimpleOperationTest.DrawTriangleFan/*
SimpleStateChangeTest.DrawElementsThenDrawElementsNewIndexBuffer/*
StateChangeTest.FramebufferIncompleteDepthAttachment/*
Texture2DTest.CopySubImageFloat_RGB_R/*
TextureRectangleTest.RenderToRectangle/*
VulkanExternalImageTest.*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment