summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/memory_allocation/README.txt
blob: a8a8eb1d6855b2afa00d41f9625389caa247998b (plain)
1
2
3
4
5
6
7
Try to stress memory allocators in the implementation and driver.

TODO: plan and implement
- Tests which (pseudo-randomly?) allocate a bunch of memory and then assert things about the memory
  (it's not aliased, it's valid to read and write in various ways, accesses read/write the correct data)
    - Possibly also with OOB accesses/robust buffer access?
- Tests which are targeted against particular known implementation details