mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-05 22:23:29 +00:00
Reenable BufferMappedAtCreationOOM on Windows
It was suppressed because PartitionAlloc didn't support new (std::nothrow). Reenable the test now that ParitionAlloc supports it. Fixed: dawn:579 Change-Id: I4d3879ae78ee869d08bb249857af7782a6f7f443 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/34465 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
429a12542f
commit
0bc6128d4b
@ -728,10 +728,6 @@ TEST_P(BufferTests, BufferMappedAtCreationOOM) {
|
|||||||
DAWN_SKIP_TEST_IF(IsOpenGLES());
|
DAWN_SKIP_TEST_IF(IsOpenGLES());
|
||||||
DAWN_SKIP_TEST_IF(IsAsan());
|
DAWN_SKIP_TEST_IF(IsAsan());
|
||||||
|
|
||||||
// TODO(http://crbug.com/dawn/579): PartitionAlloc raises an exception on OOM even with
|
|
||||||
// std::no_throw.
|
|
||||||
DAWN_SKIP_TEST_IF(IsWindows());
|
|
||||||
|
|
||||||
// Test non-mappable buffer
|
// Test non-mappable buffer
|
||||||
{
|
{
|
||||||
wgpu::BufferDescriptor descriptor;
|
wgpu::BufferDescriptor descriptor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user