From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- .../tests/webgpu/cts/webworker/api/validation/debugMarker.worker.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testing/web-platform/mozilla/tests/webgpu/cts/webworker/api/validation/debugMarker.worker.js (limited to 'testing/web-platform/mozilla/tests/webgpu/cts/webworker/api/validation/debugMarker.worker.js') diff --git a/testing/web-platform/mozilla/tests/webgpu/cts/webworker/api/validation/debugMarker.worker.js b/testing/web-platform/mozilla/tests/webgpu/cts/webworker/api/validation/debugMarker.worker.js new file mode 100644 index 0000000000..0fadeb557a --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/cts/webworker/api/validation/debugMarker.worker.js @@ -0,0 +1,6 @@ +// AUTO-GENERATED - DO NOT EDIT. See src/common/tools/gen_listings_and_webworkers.ts. + +import { g } from '../../../api/validation/debugMarker.spec.js'; +import { wrapTestGroupForWorker } from '../../../../common/runtime/helper/wrap_for_worker.js'; + +wrapTestGroupForWorker(g); -- cgit v1.2.3