summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/operation/compute_pipeline/entry_point_name.spec.ts
blob: a62031c3fd6d08c66d9e3a1415082c882c463ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export const description = `
TODO:
- Test some weird but valid values for entry point name (both module and pipeline creation
  should succeed).
- Test using each of many entry points in the module (should succeed).
- Test using an entry point with the wrong stage (should fail).
`;

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

export const g = makeTestGroup(GPUTest);