mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-02 22:34:55 +00:00
23 lines
942 B
INI
23 lines
942 B
INI
|
[DEFAULT]
|
||
|
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' || e10s # 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
|