gecko-dev/security/sandbox/test/browser.ini
Srujana Peddinti 51255aa5b8 Bug 1570009 - Part 1: Create a top-level actor in child processes capable of testing the sandbox. r=bobowen,dmajor
This patch includes a new browser chrome mochitest that uses a new XPCOM service (moxISandboxTest) to create a new top-level actor (PSandboxTesting) between the chrome process and any supported child processes (in later parts of this patch set). The framework is makes it easy to add new C/C++ instructions to be tested for permission under real sandbox conditions. Test results can be conditioned on the type of OS, process, sandbox level, etc.

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

--HG--
extra : moz-landing-system : lando
2019-10-15 07:19:54 +00:00

23 lines
578 B
INI

# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
[DEFAULT]
tags = contentsandbox
support-files =
browser_content_sandbox_utils.js
mac_register_font.py
../../../layout/reftests/fonts/fira/FiraSans-Regular.otf
[browser_content_sandbox_fs.js]
skip-if = !e10s || (debug && os == 'win') # bug 1379635
[browser_content_sandbox_syscalls.js]
skip-if = !e10s
[browser_bug1393259.js]
support-files =
bug1393259.html
skip-if = !e10s || (os != 'mac') # This is a Mac-specific test
[browser_sandbox_test.js]
skip-if = !debug