Skip to content

Commit a5f4289

Browse files
committed
Add copyBufferToBuffer tests to CTS test list
(This doesn't actually enable the tests for the new overloads, because of a different error reporting issue that affects many CTS tests including these. But if you run the tests for the new overloads manually, before and after the fix, you can see that the behavior has changed.)
1 parent c69aa4c commit a5f4289

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cts_runner/test.lst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
unittests:*
22
webgpu:api,operation,command_buffer,basic:*
3+
webgpu:api,operation,command_buffer,copyBufferToBuffer:single:newSig=false;*
4+
// https://github.com/gfx-rs/wgpu/issues/7391
5+
//FAIL: webgpu:api,operation,command_buffer,copyBufferToBuffer:single:newSig=true;*
6+
webgpu:api,operation,command_buffer,copyBufferToBuffer:state_transitions:*
7+
webgpu:api,operation,command_buffer,copyBufferToBuffer:copy_order:*
38
webgpu:api,operation,compute,basic:memcpy:*
49
//FAIL: webgpu:api,operation,compute,basic:large_dispatch:*
510
webgpu:api,operation,device,lost:*

0 commit comments

Comments
 (0)