gecko-dev/dom/tests/mochitest/localstorage/mochitest.ini

58 lines
2.3 KiB
INI

[DEFAULT]
support-files =
frameAppIsolation.html
frameChromeSlave.html
frameKeySync.html
frameMasterEqual.html
frameMasterNotEqual.html
frameOrder.html
frameQuota.html
frameQuotaSessionOnly.html
frameReplace.html
frameSlaveEqual.html
frameSlaveNotEqual.html
interOriginFrame.js
interOriginTest.js
interOriginTest2.js
localStorageCommon.js
[test_appIsolation.html]
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)
[test_brokenUTF-16.html]
[test_bug600307-DBOps.html]
[test_bug746272-1.html]
[test_bug746272-2.html]
skip-if = os == "android" # bug 962029
[test_cookieBlock.html]
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(bug 913706) b2g-desktop(bug 913706)
[test_cookieSession.html]
skip-if = toolkit=='gonk' # b2g(4 failures) b2g-debug(debug-only failure)
[test_embededNulls.html]
[test_keySync.html]
[test_localStorageBase.html]
skip-if = buildapp == 'b2g' || e10s # b2g(no storage chrome event received)
[test_localStorageBaseSessionOnly.html]
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug))
[test_localStorageCookieSettings.html]
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug))
[test_localStorageEnablePref.html]
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug))
[test_localStorageKeyOrder.html]
[test_localStorageOriginsDiff.html]
[test_localStorageOriginsDomainDiffs.html]
[test_localStorageOriginsEquals.html]
skip-if = (toolkit == 'gonk' && debug) || toolkit == 'android' #debug-only timeout
[test_localStorageOriginsPortDiffs.html]
[test_localStorageOriginsSchemaDiffs.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support)
[test_localStorageQuota.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support)
[test_localStorageQuotaSessionOnly.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support)
[test_localStorageQuotaSessionOnly2.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(needs https support)
[test_localStorageReplace.html]
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || toolkit == 'android'
[test_lowDeviceStorage.html]
[test_storageConstructor.html]