From 06e26d028e7faf01858c1b1cb86d25c68f186ce1 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Wed, 16 Sep 2020 01:17:49 +0000 Subject: [PATCH] Bug 1662229 - Don't run toolkit's antitracking browser-chrome tests on Linux asan due to frequent task exception. r=jmaher DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D89350 UltraBlame original commit: c6bceae5ced5698bcbe50ddbe470fa498791bc47 --- .../components/antitracking/test/browser/browser.ini | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/toolkit/components/antitracking/test/browser/browser.ini b/toolkit/components/antitracking/test/browser/browser.ini index 32e11d246edc9..50041dbd34a46 100644 --- a/toolkit/components/antitracking/test/browser/browser.ini +++ b/toolkit/components/antitracking/test/browser/browser.ini @@ -1,4 +1,5 @@ [DEFAULT] +skip-if = os == "linux" && asan # bug 1662229 - task exception prefs = # Disable the Storage Access API prompts for all of the tests in this directory dom.storage_access.prompt.testing=true @@ -59,25 +60,16 @@ skip-if = os == "mac" && !debug # Bug 1503778, 1577362 [browser_blockingCookies.js] [browser_blockingDOMCache.js] [browser_blockingIndexedDb.js] -skip-if = os == "linux" && asan [browser_blockingIndexedDbInWorkers.js] -skip-if = os == "linux" && asan [browser_blockingIndexedDbInWorkers2.js] -skip-if = os == "linux" && asan [browser_blockingLocalStorage.js] -skip-if = os == "linux" && asan [browser_blockingSessionStorage.js] -skip-if = os == "linux" && asan [browser_blockingServiceWorkers.js] -skip-if = os == "linux" && asan [browser_blockingServiceWorkersStorageAccessAPI.js] -skip-if = os == "linux" && asan [browser_blockingSharedWorkers.js] -skip-if = os == "linux" && asan [browser_blockingMessaging.js] -skip-if = (os == "linux" && asan) || (os == "linux" && debug) #bug 1627094 +skip-if = os == "linux" && debug #bug 1627094 [browser_blockingNoOpener.js] -skip-if = os == "linux" && asan [browser_doublyNestedTracker.js] [browser_existingCookiesForSubresources.js] [browser_firstPartyCookieRejectionHonoursAllowList.js]