summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/labels.spec.ts
blob: 045e40711c5149e7072cca64db93f79ef2e2978f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export const description = `
Tests for object labels.
`;

import { makeTestGroup } from '../../../common/framework/test_group.js';
import { GPUTest } from '../../gpu_test.js';

export const g = makeTestGroup(GPUTest);

g.test('object_has_descriptor_label')
  .desc(`For every create function, the descriptor.label is carried over to the object.label.`)
  .unimplemented();