dom/permission/tests/mochitest.ini

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 [DEFAULT]
     2 skip-if = e10s
     3 support-files =
     4   file_framework.js
     5   file_shim.html
     7 [test_alarms.html]
     8 [test_browser.html]
     9 [test_embed-apps.html]
    10 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
    11 [test_idle.html]
    12 skip-if = (toolkit == 'gonk' && debug) #debug-only failure
    13 [test_permission_basics.html]
    14 skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(https not working, bug 907770) b2g-debug(https not working, bug 907770) b2g-desktop(Bug 907770)
    15 [test_permissions.html]
    16 [test_power.html]
    17 [test_systemXHR.html]
    18 [test_tcp-socket.html]
    19 [test_webapps-manage.html]
    20 [test_camera.html]
    21 disabled = disabled until bug 859593 is fixed
    22 [test_keyboard.html]
    23 skip-if = toolkit == 'android'
    24 [test_input-manage.html]
    25 skip-if = toolkit == 'android'
    26 [test_wifi-manage.html]
    27 skip-if = (buildapp != 'b2g') || (buildapp == 'b2g' && toolkit != 'gonk') #b2g-desktop(Bug 931116, b2g desktop specific, initial triage)

mercurial