Move WebGPU worker globs
Creates worker_test_globs.txt, which is a newline-delimited list of globs specifying which tests should be run in workers in addition to the usual test run. By moving the list here instead of having it in the Chromium-side test harness, Dawn contributors can make changes without needing a full Chromium checkout. Chromium-side change is crrev.com/c/3739461. Change-Id: I59e305ef24d27da7702aeed723e12b3d08847d72 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/95301 Auto-Submit: Brian Sheedy <bsheedy@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
c5b7ff0089
commit
cea7ce35be
|
@ -0,0 +1,18 @@
|
||||||
|
webgpu:api,operation,buffers,map:mapAsync,write:*
|
||||||
|
webgpu:api,operation,buffers,map:mapAsync,read:*
|
||||||
|
webgpu:api,operation,buffers,map:mapAsync,read,typedArrayAccess:*
|
||||||
|
webgpu:api,operation,buffers,map:mappedAtCreation:*
|
||||||
|
webgpu:api,operation,buffers,map:remapped_for_write:*
|
||||||
|
webgpu:api,operation,buffers,map_detach:while_mapped:*
|
||||||
|
webgpu:api,operation,command_buffer,basic:*
|
||||||
|
webgpu:api,operation,command_buffer,copyBufferToBuffer:*
|
||||||
|
webgpu:api,operation,compute,basic:memcpy:*
|
||||||
|
webgpu:api,operation,compute,basic:large_dispatch:*
|
||||||
|
webgpu:api,operation,rendering,basic:clear:*
|
||||||
|
webgpu:api,operation,rendering,basic:fullscreen_quad:*
|
||||||
|
webgpu:api,operation,rendering,basic:large_draw:*
|
||||||
|
webgpu:api,operation,render_pass,storeOp:*
|
||||||
|
webgpu:api,operation,render_pass,storeop2:*
|
||||||
|
webgpu:api,operation,onSubmittedWorkDone:*
|
||||||
|
webgpu:api,validation,buffer,destroy:*
|
||||||
|
webgpu:api,validation,buffer,mapping:*
|
Loading…
Reference in New Issue