Remove suppressions from dawn:1471.

- Tests seem to be passing fine in manual testing. Fixes throughout key
  generation and stream implementation may have unintentionally fixed
  this issue.

Fixed: dawn:1471
Change-Id: I17268d66be6dfc47cd7f3b480b424909f18e7f1f
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/99422
Reviewed-by: Austin Eng <enga@chromium.org>
Auto-Submit: Loko Kung <lokokung@google.com>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Loko Kung 2022-08-16 22:44:09 +00:00 committed by Dawn LUCI CQ
parent d9d6dfac9a
commit f83652f019
1 changed files with 0 additions and 6 deletions

View File

@ -327,9 +327,6 @@ TEST_P(SinglePipelineCachingTests, RenderPipelineFrontedCache) {
// Note: This test needs to use more than 1 device since the frontend cache on each device
// will prevent going out to the blob cache.
TEST_P(SinglePipelineCachingTests, RenderPipelineBlobCache) {
// TODO(dawn:1471) Re-enable after debugging ASAN failures for D3D12.
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsAsan());
// First time should create and write out to the cache.
{
wgpu::Device device = CreateDevice();
@ -358,9 +355,6 @@ TEST_P(SinglePipelineCachingTests, RenderPipelineBlobCache) {
// Tests that pipeline creation hits the cache when using the same pipeline but with explicit
// layout.
TEST_P(SinglePipelineCachingTests, RenderPipelineBlobCacheExplictLayout) {
// TODO(dawn:1471) Re-enable after debugging ASAN failures for D3D12.
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsAsan());
// First time should create and write out to the cache.
{
wgpu::Device device = CreateDevice();