dom/tests/mochitest/sessionstorage/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 skip-if = e10s
michael@0 3 support-files =
michael@0 4 file_http.html
michael@0 5 file_https.html
michael@0 6 frameEqual.html
michael@0 7 frameNotEqual.html
michael@0 8 frameReplace.html
michael@0 9 interOriginSlave.js
michael@0 10 interOriginTest.js
michael@0 11
michael@0 12 [test_cookieSession.html]
michael@0 13 skip-if = buildapp == 'b2g' # b2g(4 failures)
michael@0 14 [test_sessionStorageBase.html]
michael@0 15 skip-if = buildapp == 'b2g' # b2g(no storage chrome event received)
michael@0 16 [test_sessionStorageBaseSessionOnly.html]
michael@0 17 skip-if = buildapp == 'b2g' # b2g(bug 967737)
michael@0 18 [test_sessionStorageClone.html]
michael@0 19 skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(bug 968051) b2g-debug(bug 968051) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
michael@0 20 [test_sessionStorageHttpHttps.html]
michael@0 21 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https to work) b2g-debug(needs https to work) b2g-desktop(needs https to work)
michael@0 22 [test_sessionStorageReplace.html]
michael@0 23 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage

mercurial