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,
GLint *params,
ParamCapture *paramCapture)
{
UNIMPLEMENTED();
CaptureMemory(params, sizeof(GLint), paramCapture);
}
void CaptureDrawBuffersEXT_bufs(const State &glState,
......
......@@ -24,6 +24,7 @@ WebGLReadOutsideFramebufferTest.*
GLSLTest.InactiveVaryingInVertexActiveInFragment/*
# Flanky tests, pass standalone, but fail in a group
ColorMaskTest.AMDZeroColorMaskBug/ES3_OpenGL
WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInVertexBuffer/ES2_Vulkan_SwiftShader
# Crashed tests
BlitFramebufferANGLETest.*
......@@ -44,7 +45,6 @@ GPUTestConfigTest.GPUTestConfigConditions_D3D11/*
ImageTest.SourceCubeTargetExternal/*
PBOExtensionTest.*
SRGBFramebufferTest.Validation/*
TimerQueriesTest.*
UnpackAlignmentTest.*
UnpackRowLengthTest.*
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