1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/sessionstorage/mochitest.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +[DEFAULT] 1.5 +skip-if = e10s 1.6 +support-files = 1.7 + file_http.html 1.8 + file_https.html 1.9 + frameEqual.html 1.10 + frameNotEqual.html 1.11 + frameReplace.html 1.12 + interOriginSlave.js 1.13 + interOriginTest.js 1.14 + 1.15 +[test_cookieSession.html] 1.16 +skip-if = buildapp == 'b2g' # b2g(4 failures) 1.17 +[test_sessionStorageBase.html] 1.18 +skip-if = buildapp == 'b2g' # b2g(no storage chrome event received) 1.19 +[test_sessionStorageBaseSessionOnly.html] 1.20 +skip-if = buildapp == 'b2g' # b2g(bug 967737) 1.21 +[test_sessionStorageClone.html] 1.22 +skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(bug 968051) b2g-debug(bug 968051) b2g-desktop(Bug 931116, b2g desktop specific, initial triage) 1.23 +[test_sessionStorageHttpHttps.html] 1.24 +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) 1.25 +[test_sessionStorageReplace.html] 1.26 +skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage