dom/devicestorage/test/mochitest.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/devicestorage/test/mochitest.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +[DEFAULT]
     1.5 +skip-if = toolkit == 'android' || e10s #bug 781789 & bug 782275
     1.6 +support-files = devicestorage_common.js
     1.7 +
     1.8 +[test_823965.html]
     1.9 +# [test_add.html]
    1.10 +# man, our mime database sucks hard.  followup bug # 788273
    1.11 +[test_addCorrectType.html]
    1.12 +[test_available.html]
    1.13 +[test_basic.html]
    1.14 +[test_overrideDir.html]
    1.15 +# [test_diskSpace.html]
    1.16 +# Possible race between the time we write a file, and the
    1.17 +# time it takes to be reflected by statfs().  Bug # 791287
    1.18 +[test_dotdot.html]
    1.19 +[test_enumerate.html]
    1.20 +[test_enumerateMultipleContinue.html]
    1.21 +[test_enumerateOptions.html]
    1.22 +[test_freeSpace.html]
    1.23 +[test_lastModificationFilter.html]
    1.24 +[test_overwrite.html]
    1.25 +[test_sanity.html]
    1.26 +[test_usedSpace.html]
    1.27 +[test_watch.html]
    1.28 +[test_watchOther.html]
    1.29 +
    1.30 +# FileSystem API tests
    1.31 +[test_fs_basic.html]
    1.32 +[test_fs_createDirectory.html]
    1.33 +[test_fs_get.html]
    1.34 +[test_fs_remove.html]
    1.35 +[test_fs_createFile.html]

mercurial