1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/localstorage/mochitest.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,57 @@ 1.4 +[DEFAULT] 1.5 +support-files = 1.6 + frameAppIsolation.html 1.7 + frameChromeSlave.html 1.8 + frameKeySync.html 1.9 + frameMasterEqual.html 1.10 + frameMasterNotEqual.html 1.11 + frameOrder.html 1.12 + frameQuota.html 1.13 + frameQuotaSessionOnly.html 1.14 + frameReplace.html 1.15 + frameSlaveEqual.html 1.16 + frameSlaveNotEqual.html 1.17 + interOriginFrame.js 1.18 + interOriginTest.js 1.19 + interOriginTest2.js 1.20 + localStorageCommon.js 1.21 + 1.22 +[test_appIsolation.html] 1.23 +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) 1.24 +[test_brokenUTF-16.html] 1.25 +[test_bug600307-DBOps.html] 1.26 +[test_bug746272-1.html] 1.27 +[test_bug746272-2.html] 1.28 +skip-if = os == "android" # bug 962029 1.29 +[test_cookieBlock.html] 1.30 +skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(bug 913706) b2g-desktop(bug 913706) 1.31 +[test_cookieSession.html] 1.32 +skip-if = toolkit=='gonk' # b2g(4 failures) b2g-debug(debug-only failure) 1.33 +[test_embededNulls.html] 1.34 +[test_keySync.html] 1.35 +[test_localStorageBase.html] 1.36 +skip-if = buildapp == 'b2g' || e10s # b2g(no storage chrome event received) 1.37 +[test_localStorageBaseSessionOnly.html] 1.38 +skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) 1.39 +[test_localStorageCookieSettings.html] 1.40 +skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) 1.41 +[test_localStorageEnablePref.html] 1.42 +skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) 1.43 +[test_localStorageKeyOrder.html] 1.44 +[test_localStorageOriginsDiff.html] 1.45 +[test_localStorageOriginsDomainDiffs.html] 1.46 +[test_localStorageOriginsEquals.html] 1.47 +skip-if = (toolkit == 'gonk' && debug) || toolkit == 'android' #debug-only timeout 1.48 +[test_localStorageOriginsPortDiffs.html] 1.49 +[test_localStorageOriginsSchemaDiffs.html] 1.50 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support) 1.51 +[test_localStorageQuota.html] 1.52 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support) 1.53 +[test_localStorageQuotaSessionOnly.html] 1.54 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support) 1.55 +[test_localStorageQuotaSessionOnly2.html] 1.56 +skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support) 1.57 +[test_localStorageReplace.html] 1.58 +skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || toolkit == 'android' 1.59 +[test_lowDeviceStorage.html] 1.60 +[test_storageConstructor.html]