diff -r 000000000000 -r 6474c204b198 dom/tests/mochitest/sessionstorage/mochitest.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/tests/mochitest/sessionstorage/mochitest.ini Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,23 @@ +[DEFAULT] +skip-if = e10s +support-files = + file_http.html + file_https.html + frameEqual.html + frameNotEqual.html + frameReplace.html + interOriginSlave.js + interOriginTest.js + +[test_cookieSession.html] +skip-if = buildapp == 'b2g' # b2g(4 failures) +[test_sessionStorageBase.html] +skip-if = buildapp == 'b2g' # b2g(no storage chrome event received) +[test_sessionStorageBaseSessionOnly.html] +skip-if = buildapp == 'b2g' # b2g(bug 967737) +[test_sessionStorageClone.html] +skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(bug 968051) b2g-debug(bug 968051) b2g-desktop(Bug 931116, b2g desktop specific, initial triage) +[test_sessionStorageHttpHttps.html] +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) +[test_sessionStorageReplace.html] +skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage