summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/api/validation/encoding/queries/pipeline_statistics.spec.ts
blob: 5827f460581f01a619b27c5873f7e5f25d9d92bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export const description = `
Validation for encoding pipeline statistics queries.
Excludes query begin/end balance and nesting (begin_end.spec.ts)
and querySet/queryIndex (general.spec.ts).

TODO: pipeline statistics queries are removed from core; consider moving tests to another suite.
TODO:
- Test pipelineStatistics with {undefined, empty, duplicated, full (control case)} values
`;

import { makeTestGroup } from '../../../../../common/framework/test_group.js';
import { ValidationTest } from '../../validation_test.js';

export const g = makeTestGroup(ValidationTest);