Skip to content

Commit

Permalink
[tests] delete outdated comment on DEVICE_DESTROY_THEN_MORE test (#…
Browse files Browse the repository at this point in the history
…5967)

This was fixed by 6e21f7a.
  • Loading branch information
teoxoy authored Jul 16, 2024
1 parent 32acb20 commit 167f005
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/tests/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,6 @@ async fn request_device_error_message() {

// This is a test of device behavior after device.destroy. Specifically, all operations
// should trigger errors since the device is lost.
//
// On DX12 this test fails with a validation error in the very artificial actions taken
// after lose the device. The error is "ID3D12CommandAllocator::Reset: The command
// allocator cannot be reset because a command list is currently being recorded with the
// allocator." That may indicate that DX12 doesn't like opened command buffers staying
// open even after they return an error. For now, this test is skipped on DX12.
//
// The DX12 issue may be related to https://github.com/gfx-rs/wgpu/issues/3193.
#[gpu_test]
static DEVICE_DESTROY_THEN_MORE: GpuTestConfiguration = GpuTestConfiguration::new()
.parameters(TestParameters::default().features(wgpu::Features::CLEAR_TEXTURE))
Expand Down

0 comments on commit 167f005

Please sign in to comment.