d3d11: enable MaxLimitTests

Bug: dawn:1705

Change-Id: I3f977913ed808db7a949a64fdb360a3c84e48d50
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/133282
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Jie A Chen <jie.a.chen@intel.com>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
jchen10 2023-05-24 02:30:30 +00:00 committed by Dawn LUCI CQ
parent 6343f298fd
commit 028726497a
1 changed files with 1 additions and 0 deletions

View File

@ -705,6 +705,7 @@ TEST_P(MaxLimitTests, MaxBufferSizes) {
}
DAWN_INSTANTIATE_TEST(MaxLimitTests,
D3D11Backend(),
D3D12Backend(),
MetalBackend(),
OpenGLBackend(),