From b950e6cdb8208255cca5ccf3b440b938f8b64d73 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Thu, 22 Dec 2022 20:31:42 +0000 Subject: [PATCH] Bug 1806934 - Enable TSAN web-platform-tests-wdspec by default. r=webdriver-reviewers,jmaher,whimboo Differential Revision: https://phabricator.services.mozilla.com/D165370 --- taskcluster/ci/test/web-platform.yml | 2 +- .../execute_async_script/execute_async.py.ini | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/taskcluster/ci/test/web-platform.yml b/taskcluster/ci/test/web-platform.yml index 9678fa53646a..c99b648a5f88 100644 --- a/taskcluster/ci/test/web-platform.yml +++ b/taskcluster/ci/test/web-platform.yml @@ -231,6 +231,7 @@ web-platform-tests-wdspec: chunks: by-test-platform: .*-ccov.*/.*: 4 + .*-tsan.*/.*: 8 default: 3 mozharness: extra-options: @@ -269,7 +270,6 @@ web-platform-tests-wdspec: default: by-test-platform: android.*: [] - .*-tsan.*: [] default: built-projects tier: default fetches: diff --git a/testing/web-platform/mozilla/meta/webdriver/execute_async_script/execute_async.py.ini b/testing/web-platform/mozilla/meta/webdriver/execute_async_script/execute_async.py.ini index 87261b0c84f7..98efbecd4513 100644 --- a/testing/web-platform/mozilla/meta/webdriver/execute_async_script/execute_async.py.ini +++ b/testing/web-platform/mozilla/meta/webdriver/execute_async_script/execute_async.py.ini @@ -1,12 +1,16 @@ [execute_async.py] + bug: [1789355, 1806999] [test_no_abort_by_user_prompt_in_other_tab[alert\]] - disabled: - if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1789355 + expected: + if os == "android" or tsan: [PASS, FAIL] + PASS [test_no_abort_by_user_prompt_in_other_tab[confirm\]] - disabled: - if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1789355 + expected: + if os == "android" or tsan: [PASS, FAIL] + PASS [test_no_abort_by_user_prompt_in_other_tab[prompt\]] - disabled: - if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1789355 + expected: + if os == "android" or tsan: [PASS, FAIL] + PASS