commit 5a81d707e69c1dc85a5d249ed3e6965385110839
parent 6b6ff145718719ff0a6622d5d659b60f4e003c49
Author: Kagami Sascha Rosylight <krosylight@proton.me>
Date: Wed, 29 Oct 2025 03:02:55 +0000
Bug 1995390 - Add a WPT debug backlog job r=jgraham,taskgraph-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D269282
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/taskcluster/kinds/web-platform-tests/kind.yml b/taskcluster/kinds/web-platform-tests/kind.yml
@@ -226,6 +226,7 @@ tasks:
default: []
default:
by-test-platform:
+ linux2404-64/.*: built-projects
android.*: []
.*-wayland.*: []
.*/debug: []
diff --git a/testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini b/testing/web-platform/meta/webmessaging/broadcastchannel/cross-partition.https.tentative.html.ini
@@ -1,11 +1,11 @@
[cross-partition.https.tentative.html]
expected:
+ if (os == "linux") and debug: TIMEOUT
if (os == "linux") and not debug and asan: [CRASH, OK, TIMEOUT]
if (os == "linux") and not debug and not asan: [OK, TIMEOUT]
if (os == "win") and not debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
- if navigationApi and debug: TIMEOUT
CRASH
[BroadcastChannel messages aren't received from a cross-partition dedicated worker]
expected: