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.

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

mercurial