commit f542c32c99f49cfc6aadefb54be5a10ec0698175
parent fdba372a64aa0a01f380b3900b520f8a341e4ebb
Author: Serban Stanca <sstanca@mozilla.com>
Date: Tue, 6 Jan 2026 12:11:26 +0200
Bug 1984952 - Update expectations for storage-access-headers.tentative.https.sub.window.html after reenabling wpts on tsan.
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/testing/web-platform/meta/storage-access-api/storage-access-headers.tentative.https.sub.window.js.ini b/testing/web-platform/meta/storage-access-api/storage-access-headers.tentative.https.sub.window.js.ini
@@ -2,6 +2,7 @@ prefs: [dom.storage_access.headers.enabled:true]
[storage-access-headers.tentative.https.sub.window.html]
expected:
if (os == "android") and debug: TIMEOUT
+ if (os == "linux") and tsan: TIMEOUT
[Sec-Fetch-Storage-Access maintains value on same-origin redirect.]
expected: FAIL
@@ -9,7 +10,9 @@ prefs: [dom.storage_access.headers.enabled:true]
expected: FAIL
[Sec-Fetch-Storage-Access loses value on a cross-site redirection.]
- expected: FAIL
+ expected:
+ if (os == "linux") and tsan: TIMEOUT
+ FAIL
[Sec-Fetch-Storage-Access is `active` after a valid retry with matching explicit allowed-origin.]
expected:
@@ -22,6 +25,7 @@ prefs: [dom.storage_access.headers.enabled:true]
if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]
if (os == "android") and debug: [TIMEOUT, PASS, FAIL]
+ if (os == "linux") and tsan: [TIMEOUT, PASS]
[Sec-Fetch-Storage-Access is active after retry with wildcard `allowed-origin` value.]
expected: