Tue, 06 Jan 2015 21:39:09 +0100
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 skip-if = e10s
3 support-files =
4 file_http.html
5 file_https.html
6 frameEqual.html
7 frameNotEqual.html
8 frameReplace.html
9 interOriginSlave.js
10 interOriginTest.js
12 [test_cookieSession.html]
13 skip-if = buildapp == 'b2g' # b2g(4 failures)
14 [test_sessionStorageBase.html]
15 skip-if = buildapp == 'b2g' # b2g(no storage chrome event received)
16 [test_sessionStorageBaseSessionOnly.html]
17 skip-if = buildapp == 'b2g' # b2g(bug 967737)
18 [test_sessionStorageClone.html]
19 skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(bug 968051) b2g-debug(bug 968051) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
20 [test_sessionStorageHttpHttps.html]
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)
22 [test_sessionStorageReplace.html]
23 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage