summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/webgpu/common/framework/test_config.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/webgpu/common/framework/test_config.js')
-rw-r--r--testing/web-platform/mozilla/tests/webgpu/common/framework/test_config.js20
1 files changed, 19 insertions, 1 deletions
diff --git a/testing/web-platform/mozilla/tests/webgpu/common/framework/test_config.js b/testing/web-platform/mozilla/tests/webgpu/common/framework/test_config.js
index 81984dbec5..5d8a59217f 100644
--- a/testing/web-platform/mozilla/tests/webgpu/common/framework/test_config.js
+++ b/testing/web-platform/mozilla/tests/webgpu/common/framework/test_config.js
@@ -23,10 +23,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
export const globalTestConfig = {
+ enableDebugLogs: false,
maxSubcasesInFlight: 500,
testHeartbeatCallback: () => {},
noRaceWithRejectOnTimeout: false,
unrollConstEvalLoops: false,
- compatibility: false
+ compatibility: false,
+ forceFallbackAdapter: false,
+ logToWebSocket: false
}; \ No newline at end of file