Remove test suppressions for crbug.com/dawn/838
No longer failing on our test infrastructure. Bug: dawn:838 Change-Id: I70168d89fb56218e2bc9b20c7fbe95b791cbdeb0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/105781 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
723da2aac5
commit
545d8629ef
|
@ -188,14 +188,6 @@ TEST_P(DepthStencilLoadOpTests, ClearMip0) {
|
|||
|
||||
// Check that clearing a non-zero mip level works at all.
|
||||
TEST_P(DepthStencilLoadOpTests, ClearMip1) {
|
||||
// TODO(crbug.com/dawn/838): Sampling from the non-zero mip does not work.
|
||||
DAWN_SUPPRESS_TEST_IF(IsMetal() && IsIntel() && GetParam().mCheck == Check::SampleDepth);
|
||||
|
||||
// TODO(crbug.com/dawn/838): Copying from the non-zero mip here sometimes returns uninitialized
|
||||
// data! (from mip 0 of a previous test run).
|
||||
DAWN_SUPPRESS_TEST_IF(IsMetal() && IsIntel() && GetParam().mCheck == Check::CopyDepth);
|
||||
DAWN_SUPPRESS_TEST_IF(IsMetal() && IsIntel() && GetParam().mCheck == Check::CopyStencil);
|
||||
|
||||
wgpu::CommandEncoder encoder = device.CreateCommandEncoder();
|
||||
encoder.BeginRenderPass(&renderPassDescriptors[1]).End();
|
||||
wgpu::CommandBuffer commandBuffer = encoder.Finish();
|
||||
|
@ -221,9 +213,6 @@ TEST_P(DepthStencilLoadOpTests, ClearBothMip0Then1) {
|
|||
|
||||
// Clear second mip then the first mip. Check both mip levels.
|
||||
TEST_P(DepthStencilLoadOpTests, ClearBothMip1Then0) {
|
||||
// TODO(crbug.com/dawn/838): Sampling from the non-zero mip does not work.
|
||||
DAWN_SUPPRESS_TEST_IF(IsMetal() && IsIntel() && GetParam().mCheck == Check::SampleDepth);
|
||||
|
||||
wgpu::CommandEncoder encoder = device.CreateCommandEncoder();
|
||||
encoder.BeginRenderPass(&renderPassDescriptors[1]).End();
|
||||
encoder.BeginRenderPass(&renderPassDescriptors[0]).End();
|
||||
|
|
Loading…
Reference in New Issue