Commit 2c8391b1 by Gert Wollny Committed by Angle LUCI CQ

Capture/Replay: Enable passing tests, disable flaky

Tests now passing: UnpackAlignmentTest.* UnpackRowLengthTest.* VertexAttributeCachingTest.* ViewportTest.* These tests start to fail when run in the new batch layout triggered by the new passing tests: WebGLCompatibilityTest. DrawElementsBufferOutOfBoundsInIndexBuffer/ DrawElementsBufferOutOfBoundsInVertexBuffer/ ES2_Vulkan_SwiftShader Bug: None Change-Id: I4902f2eca864ca8b371d915c89487943af54bc89 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2987989 Commit-Queue: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 68d9f433
...@@ -24,6 +24,8 @@ WebGLReadOutsideFramebufferTest.* ...@@ -24,6 +24,8 @@ WebGLReadOutsideFramebufferTest.*
GLSLTest.InactiveVaryingInVertexActiveInFragment/* GLSLTest.InactiveVaryingInVertexActiveInFragment/*
# Flanky tests, pass standalone, but fail in a group # Flanky tests, pass standalone, but fail in a group
ColorMaskTest.AMDZeroColorMaskBug/ES3_OpenGL ColorMaskTest.AMDZeroColorMaskBug/ES3_OpenGL
WebGLCompatibilityTest.DrawArraysBufferOutOfBoundsNonInstanced/ES2_Vulkan_SwiftShader
WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInIndexBuffer/ES2_Vulkan_SwiftShader
WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInVertexBuffer/ES2_Vulkan_SwiftShader WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInVertexBuffer/ES2_Vulkan_SwiftShader
# Crashed tests # Crashed tests
...@@ -45,12 +47,8 @@ GPUTestConfigTest.GPUTestConfigConditions_D3D11/* ...@@ -45,12 +47,8 @@ GPUTestConfigTest.GPUTestConfigConditions_D3D11/*
ImageTest.SourceCubeTargetExternal/* ImageTest.SourceCubeTargetExternal/*
PBOExtensionTest.* PBOExtensionTest.*
SRGBFramebufferTest.Validation/* SRGBFramebufferTest.Validation/*
UnpackAlignmentTest.*
UnpackRowLengthTest.*
VertexAttributeCachingTest.*
VertexAttributeOORTest.* VertexAttributeOORTest.*
VertexAttributeTest.* VertexAttributeTest.*
ViewportTest.*
VulkanExternalImageTest.* VulkanExternalImageTest.*
WebGLCompatibilityTest.MultiContextNoRenderingFeedbackLoops/* WebGLCompatibilityTest.MultiContextNoRenderingFeedbackLoops/*
......
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