Bug 1633189 - disable toolkit/components/extensions/test/mochitest/test_ext_webrequest_basic.html for frequent linux-asan-opt failures. r=intermittent-reviewers,jmaher,robwu DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D123339
This commit is contained in:
Sandor Molnar 2021-08-24 17:04:26 +00:00
parent c56ae6e965
commit d6e6c4a9a2

View File

@ -192,9 +192,10 @@ skip-if = os == 'android'
[test_ext_webrequest_background_events.html]
[test_ext_webrequest_basic.html]
skip-if =
os == 'android' && debug # bug 1397615
tsan # bug 1612707
xorigin # JavaScript Error: "SecurityError: Permission denied to access property "wrappedJSObject" on cross-origin object" {file: "http://mochi.false-test:8888/tests/SimpleTest/TestRunner.js" line: 157}]
os == 'android' && debug # bug 1397615
tsan # bug 1612707
xorigin # JavaScript Error: "SecurityError: Permission denied to access property "wrappedJSObject" on cross-origin object" {file: "http://mochi.false-test:8888/tests/SimpleTest/TestRunner.js" line: 157}]
os == "linux" && bits == 64 && !debug && asan # Bug 1633189
[test_ext_webrequest_errors.html]
skip-if = tsan
[test_ext_webrequest_filter.html]