diff --git a/src/dawn/tests/end2end/CompressedTextureFormatTests.cpp b/src/dawn/tests/end2end/CompressedTextureFormatTests.cpp index 923237d8bb..6083e9cf0e 100644 --- a/src/dawn/tests/end2end/CompressedTextureFormatTests.cpp +++ b/src/dawn/tests/end2end/CompressedTextureFormatTests.cpp @@ -673,9 +673,6 @@ class CompressedTextureFormatTest : public DawnTestWithParams 1 in one copy command works with // compressed formats. TEST_P(CompressedTextureFormatTest, CopyWhole2DArrayTexture) { - // TODO(crbug.com/dawn/815): find out why this test fails on Windows Intel OpenGL drivers. - DAWN_SUPPRESS_TEST_IF(IsIntel() && IsOpenGL() && IsWindows()); - DAWN_TEST_UNSUPPORTED_IF(!IsFormatSupported()); // TODO(crbug.com/dawn/1328): ES3.1 does not support subsetting of compressed textures. @@ -1131,9 +1101,6 @@ TEST_P(CompressedTextureFormatTest, CopyWhole2DArrayTexture) { // Test copying a multiple 2D texture array layers in one copy command works. TEST_P(CompressedTextureFormatTest, CopyMultiple2DArrayLayers) { - // TODO(crbug.com/dawn/815): find out why this test fails on Windows Intel OpenGL drivers. - DAWN_SUPPRESS_TEST_IF(IsIntel() && IsOpenGL() && IsWindows()); - DAWN_TEST_UNSUPPORTED_IF(!IsFormatSupported()); // TODO(crbug.com/dawn/1328): ES3.1 does not support subsetting of compressed textures. diff --git a/src/dawn/tests/end2end/CopyTextureForBrowserTests.cpp b/src/dawn/tests/end2end/CopyTextureForBrowserTests.cpp index 9302cfd4e7..21b1852b6f 100644 --- a/src/dawn/tests/end2end/CopyTextureForBrowserTests.cpp +++ b/src/dawn/tests/end2end/CopyTextureForBrowserTests.cpp @@ -1091,9 +1091,6 @@ TEST_P(CopyTextureForBrowser_Basic, VerifyCopyFromLargeTexture) { DAWN_SUPPRESS_TEST_IF(IsOpenGLES()); DAWN_SUPPRESS_TEST_IF(IsOpenGL() && IsLinux()); - // TODO(crbug.com/dawn/1070): Flaky VK_DEVICE_LOST - DAWN_SUPPRESS_TEST_IF(IsWindows() && IsVulkan() && IsIntel()); - DoBasicCopyTest({899, 999}); } diff --git a/src/dawn/tests/white_box/D3D12ResidencyTests.cpp b/src/dawn/tests/white_box/D3D12ResidencyTests.cpp index 06e809e0eb..c989fe9fe0 100644 --- a/src/dawn/tests/white_box/D3D12ResidencyTests.cpp +++ b/src/dawn/tests/white_box/D3D12ResidencyTests.cpp @@ -115,9 +115,6 @@ class D3D12DescriptorResidencyTests : public D3D12ResidencyTestBase {}; // Check that resources existing on suballocated heaps are made resident and evicted correctly. TEST_P(D3D12ResourceResidencyTests, OvercommitSmallResources) { - // TODO(http://crbug.com/dawn/416): Tests fails on Intel HD 630 bot. - DAWN_SUPPRESS_TEST_IF(IsIntel() && IsBackendValidationEnabled()); - // Create suballocated buffers to fill half the budget. std::vector bufferSet1 = AllocateBuffers( kSuballocatedResourceSize, ((kRestrictedBudgetSize / 2) / kSuballocatedResourceSize),