summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/webgpu/common/internal/file_loader.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/webgpu/common/internal/file_loader.js')
-rw-r--r--testing/web-platform/mozilla/tests/webgpu/common/internal/file_loader.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/webgpu/common/internal/file_loader.js b/testing/web-platform/mozilla/tests/webgpu/common/internal/file_loader.js
index f9f4f17fb4..3956108027 100644
--- a/testing/web-platform/mozilla/tests/webgpu/common/internal/file_loader.js
+++ b/testing/web-platform/mozilla/tests/webgpu/common/internal/file_loader.js
@@ -73,6 +73,7 @@ export class TestFileLoader extends EventTarget {
query,
{
subqueriesToExpand = [],
+ fullyExpandSubtrees = [],
maxChunkTime = Infinity
} = {})
{
@@ -82,6 +83,7 @@ export class TestFileLoader extends EventTarget {
assert(q.level >= 2, () => `subqueriesToExpand entries should not be multi-file:\n ${q}`);
return q;
}),
+ fullyExpandSubtrees: fullyExpandSubtrees.map((s) => parseQuery(s)),
maxChunkTime
});
this.dispatchEvent(new MessageEvent('finish'));