Commit 68d9f433 by Gert Wollny Committed by Angle LUCI CQ

Capture/Replay: capture param of glGetQueryiv

Enable TimerQueriesTest.* with that. Add flaky test WebGLCompatibilityTest. DrawElementsBufferOutOfBoundsInVertexBuffer/ ES2_Vulkan_SwiftShader that start to fail because the batches have changed. Bug: angleproject:6114 Bug: angleproject:6136 Change-Id: I91617255a8e3e8783c8e70c17dedd32be421fd66 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2993092 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 4b464dd4
...@@ -2443,7 +2443,7 @@ void CaptureGetQueryivEXT_params(const State &glState, ...@@ -2443,7 +2443,7 @@ void CaptureGetQueryivEXT_params(const State &glState,
GLint *params, GLint *params,
ParamCapture *paramCapture) ParamCapture *paramCapture)
{ {
UNIMPLEMENTED(); CaptureMemory(params, sizeof(GLint), paramCapture);
} }
void CaptureDrawBuffersEXT_bufs(const State &glState, void CaptureDrawBuffersEXT_bufs(const State &glState,
......
...@@ -24,6 +24,7 @@ WebGLReadOutsideFramebufferTest.* ...@@ -24,6 +24,7 @@ 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.DrawElementsBufferOutOfBoundsInVertexBuffer/ES2_Vulkan_SwiftShader
# Crashed tests # Crashed tests
BlitFramebufferANGLETest.* BlitFramebufferANGLETest.*
...@@ -44,7 +45,6 @@ GPUTestConfigTest.GPUTestConfigConditions_D3D11/* ...@@ -44,7 +45,6 @@ GPUTestConfigTest.GPUTestConfigConditions_D3D11/*
ImageTest.SourceCubeTargetExternal/* ImageTest.SourceCubeTargetExternal/*
PBOExtensionTest.* PBOExtensionTest.*
SRGBFramebufferTest.Validation/* SRGBFramebufferTest.Validation/*
TimerQueriesTest.*
UnpackAlignmentTest.* UnpackAlignmentTest.*
UnpackRowLengthTest.* UnpackRowLengthTest.*
VertexAttributeCachingTest.* VertexAttributeCachingTest.*
......
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