Commit be3c82ec authored by Wez's avatar Wez Committed by Commit Bot

Disable GLInProcessCommandBufferTest.CreateImage test.

This test leaks process-global state, causing potentially causing later
tests (e.g. WebGPUInProcessCommandBufferTest.Dummy) run in the same
batch process to unexpectedly fail.

Bug: 897456, 879806
Change-Id: Ied7facc983f7f62e6954e3d3ad28572010b09ae5
Reviewed-on: https://chromium-review.googlesource.com/c/1293030Reviewed-by: default avatarEric Karl <ericrk@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601640}
parent e1b93d7a
......@@ -77,7 +77,9 @@ class ContextTestBase : public testing::Test {
using GLInProcessCommandBufferTest = ContextTestBase;
TEST_F(GLInProcessCommandBufferTest, CreateImage) {
// TODO(https://crbug.com/897456): Test leaks state, causing the
// WebGPUInProcessCommandBufferTest suite to fail if run in the same process.
TEST_F(GLInProcessCommandBufferTest, DISABLED_CreateImage) {
constexpr gfx::BufferFormat kBufferFormat = gfx::BufferFormat::RGBA_8888;
constexpr gfx::BufferUsage kBufferUsage = gfx::BufferUsage::SCANOUT;
constexpr gfx::Size kBufferSize(100, 100);
......
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