mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-03 13:11:34 +00:00
Suppresses SwapChainTests.ResizingWindowAndSwapChain for Linux/Vulkan/Nvidia.
See successful run here: https://chromium-swarm.appspot.com/task?id=576d23443b829010 Bug: dawn: 1191, dawn:1205 Change-Id: I45acffcd2b23d7aaf0634b89f1c63e5e7f4437b4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/70880 Commit-Queue: Loko Kung <lokokung@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
53dfbaa2fa
commit
596e07f768
@ -195,6 +195,8 @@ TEST_P(SwapChainTests, ResizingWindowOnly) {
|
||||
|
||||
// Test resizing both the window and the swapchain at the same time.
|
||||
TEST_P(SwapChainTests, ResizingWindowAndSwapChain) {
|
||||
// TODO(crbug.com/dawn/1205) Currently failing on new NVIDIA GTX 1660s on Linux/Vulkan.
|
||||
DAWN_SUPPRESS_TEST_IF(IsLinux() && IsVulkan() && IsNvidia());
|
||||
for (int i = 0; i < 10; i++) {
|
||||
glfwSetWindowSize(window, 400 - 10 * i, 400 + 10 * i);
|
||||
glfwPollEvents();
|
||||
|
Loading…
x
Reference in New Issue
Block a user