Skip to content

Commit

Permalink
Bug 1662229 - Don't run toolkit's antitracking browser-chrome tests o…
Browse files Browse the repository at this point in the history
…n Linux asan due to frequent task exception. r=jmaher DONTBUILD

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

UltraBlame original commit: c6bceae5ced5698bcbe50ddbe470fa498791bc47
  • Loading branch information
marco-c committed Sep 16, 2020
1 parent 818c9c6 commit 06e26d0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions toolkit/components/antitracking/test/browser/browser.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 06e26d0

Please sign in to comment.