mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1838693 Part 5: Update tests and test expectations. r=webgpu-reviewers,nical
Differential Revision: https://phabricator.services.mozilla.com/D190825
This commit is contained in:
parent
038e9956c8
commit
9403801d41
@ -20,7 +20,11 @@
|
||||
const buffer = device.createBuffer({ size: 0, usage: 0 });
|
||||
const error = await device.popErrorScope();
|
||||
|
||||
isnot(error, null);
|
||||
isnot(
|
||||
error,
|
||||
null,
|
||||
"Attempt to createBuffer with size 0 and usage 0 should generate an error."
|
||||
);
|
||||
|
||||
try {
|
||||
await device.popErrorScope();
|
||||
|
@ -576,8 +576,6 @@
|
||||
|
||||
|
||||
[cts.https.html?q=webgpu:api,operation,buffers,map_detach:while_mapped:*]
|
||||
[:]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cts.https.html?q=webgpu:api,operation,adapter,requestAdapter:requestAdapter:*]
|
||||
|
Loading…
Reference in New Issue
Block a user