dom/tests/mochitest/localstorage/mochitest.ini

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 [DEFAULT]
     2 support-files =
     3   frameAppIsolation.html
     4   frameChromeSlave.html
     5   frameKeySync.html
     6   frameMasterEqual.html
     7   frameMasterNotEqual.html
     8   frameOrder.html
     9   frameQuota.html
    10   frameQuotaSessionOnly.html
    11   frameReplace.html
    12   frameSlaveEqual.html
    13   frameSlaveNotEqual.html
    14   interOriginFrame.js
    15   interOriginTest.js
    16   interOriginTest2.js
    17   localStorageCommon.js
    19 [test_appIsolation.html]
    20 skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 793211 # b2g(needs https to work) b2g-debug(needs https to work) b2g-desktop(needs https to work)
    21 [test_brokenUTF-16.html]
    22 [test_bug600307-DBOps.html]
    23 [test_bug746272-1.html]
    24 [test_bug746272-2.html]
    25 skip-if = os == "android" # bug 962029
    26 [test_cookieBlock.html]
    27 skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(bug 913706) b2g-desktop(bug 913706)
    28 [test_cookieSession.html]
    29 skip-if = toolkit=='gonk' # b2g(4 failures) b2g-debug(debug-only failure)
    30 [test_embededNulls.html]
    31 [test_keySync.html]
    32 [test_localStorageBase.html]
    33 skip-if = buildapp == 'b2g' || e10s # b2g(no storage chrome event received)
    34 [test_localStorageBaseSessionOnly.html]
    35 skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug))
    36 [test_localStorageCookieSettings.html]
    37 skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug))
    38 [test_localStorageEnablePref.html]
    39 skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug))
    40 [test_localStorageKeyOrder.html]
    41 [test_localStorageOriginsDiff.html]
    42 [test_localStorageOriginsDomainDiffs.html]
    43 [test_localStorageOriginsEquals.html]
    44 skip-if = (toolkit == 'gonk' && debug) || toolkit == 'android' #debug-only timeout
    45 [test_localStorageOriginsPortDiffs.html]
    46 [test_localStorageOriginsSchemaDiffs.html]
    47 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support)
    48 [test_localStorageQuota.html]
    49 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support)
    50 [test_localStorageQuotaSessionOnly.html]
    51 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support)
    52 [test_localStorageQuotaSessionOnly2.html]
    53 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support)
    54 [test_localStorageReplace.html]
    55 skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || toolkit == 'android'
    56 [test_lowDeviceStorage.html]
    57 [test_storageConstructor.html]

mercurial