tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9ea31504c3e39460d5233655d2af07d247581a6f
parent 469bf3153dd42d48b021ebc92e345e074af714dc
Author: Joel Maher <joel.maher@gmail.com>
Date:   Tue, 25 Nov 2025 13:57:49 +0000

Bug 2002256 - Add additional tests to os_integration suite. r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D273998

Diffstat:
Mdom/canvas/test/webgl-conf/generated-mochitest.toml | 1+
Mdom/canvas/test/webgl-conf/mochitest-errata.toml | 2++
Mdom/events/test/mochitest.toml | 1+
Mdom/tests/mochitest/chrome/chrome.toml | 1+
Mtaskcluster/test_configs/os-integration.yml | 10++++++++++
Atesting/web-platform/meta/fullscreen/rendering/__dir__.ini | 2++
6 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/dom/canvas/test/webgl-conf/generated-mochitest.toml b/dom/canvas/test/webgl-conf/generated-mochitest.toml @@ -5308,6 +5308,7 @@ fail-if = [ "os == 'linux' && os_version == '18.04'", "os == 'linux' && os_version == '22.04'", ] +tags = "os_integration" ["generated/test_2_conformance2__context__context-mode.html"] subsuite = "webgl2-core" diff --git a/dom/canvas/test/webgl-conf/mochitest-errata.toml b/dom/canvas/test/webgl-conf/mochitest-errata.toml @@ -48,6 +48,8 @@ fail-if = [ "os == 'linux' && os_version == '18.04'", "os == 'linux' && os_version == '22.04'", ] +tags = "os_integration" + ["generated/test_2_conformance2__extensions__ext-color-buffer-float.html"] skip-if = [ diff --git a/dom/events/test/mochitest.toml b/dom/events/test/mochitest.toml @@ -410,6 +410,7 @@ run-if = [ "os == 'win'", # Only Windows 1809+ supports pen input synthesis ] support-files = ["!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js"] +tags = "os_integration" ["test_click_hold_context_menus.html"] tags = "os_integration" diff --git a/dom/tests/mochitest/chrome/chrome.toml b/dom/tests/mochitest/chrome/chrome.toml @@ -77,6 +77,7 @@ tags = "openwindow" ["test_first_focusable_in_scope.xhtml"] ["test_focus.xhtml"] +tags = "os_integration" ["test_focus_dialog.xhtml"] diff --git a/taskcluster/test_configs/os-integration.yml b/taskcluster/test_configs/os-integration.yml @@ -34,6 +34,7 @@ - mochitest-plain - mochitest-remote - mochitest-webgl1-core + - mochitest-webgl2-core - mochitest-webgpu - xpcshell unittest_variant: @@ -63,6 +64,15 @@ - mochitest-webgpu unittest_variant: null +# win/gpu +- kind: web-platform-tests + test_platform: + - windows11-64-24h2/opt + - windows11-64-24h2/debug + unittest_suite: + - web-platform-tests-reftest + unittest_variant: null + # asan - kind: *unittest-kinds test_platform: diff --git a/testing/web-platform/meta/fullscreen/rendering/__dir__.ini b/testing/web-platform/meta/fullscreen/rendering/__dir__.ini @@ -0,0 +1 @@ +tags: [os_integration] +\ No newline at end of file