mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-13 08:36:08 +00:00
Retrieval filter was receiving errors that shouldn't be stored or not storing new errors. Since these errors are never reaching the storage filter or being stored without being filtered, this workaround removes the storage filter entirely and filters them upon being retrieved. After the change, two new E2E tests fail backend validation and require further investigation. Bug: dawn:460 Change-Id: I92d8c55c71832064b94e8ff0307e7af57ea81fda Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/23144 Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Bryan Bernhart <bryan.bernhart@intel.com>