dom/tests/mochitest/ajax/offline/mochitest.ini

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 [DEFAULT]
     2 skip-if = toolkit == 'android' || e10s #SLOW_DIRECTORY
     3 support-files =
     4   445544.cacheManifest
     5   445544.cacheManifest^headers^
     6   445544_part1.html
     7   445544_part2.html
     8   460353_iframe_nomanifest.html
     9   460353_iframe_ownmanifest.html
    10   460353_iframe_samemanifest.html
    11   744719-cancel.cacheManifest
    12   744719-cancel.cacheManifest^headers^
    13   744719.cacheManifest
    14   744719.cacheManifest^headers^
    15   badManifestMagic.cacheManifest
    16   badManifestMagic.cacheManifest^headers^
    17   bypass.cacheManifest
    18   bypass.cacheManifest^headers^
    19   bypass.html
    20   changing1Hour.sjs
    21   changing1Sec.sjs
    22   changingManifest.sjs
    23   dynamicRedirect.sjs
    24   explicitRedirect.sjs
    25   fallback.cacheManifest
    26   fallback.cacheManifest^headers^
    27   fallback.html
    28   fallback2.html
    29   fallbackTop.html
    30   foreign1.cacheManifest
    31   foreign1.cacheManifest^headers^
    32   foreign2.cacheManifest
    33   foreign2.cacheManifest^headers^
    34   foreign2.html
    35   jupiter.jpg
    36   manifestRedirect.sjs
    37   missing.html
    38   missingFile.cacheManifest
    39   missingFile.cacheManifest^headers^
    40   notonwhitelist.html
    41   obsolete.html
    42   obsoletingManifest.sjs
    43   offlineChild.html
    44   offlineTests.js
    45   onwhitelist.html
    46   onwhitelist.html^headers^
    47   overlap.cacheManifest
    48   overlap.cacheManifest^headers^
    49   redirects.sjs
    50   simpleManifest.cacheManifest
    51   simpleManifest.cacheManifest^headers^
    52   subresource744719.html
    53   unknownSection.cacheManifest
    54   unknownSection.cacheManifest^headers^
    55   updatingIframe.sjs
    56   updatingImplicit.html
    57   updatingManifest.sjs
    58   wildcardManifest.cacheManifest
    59   wildcardManifest.cacheManifest^headers^
    60   namespace1/opp.html
    61   namespace1/script.js
    62   namespace1/redirectToDifferentOrigin.sjs
    63   namespace1/sub/opp.html
    64   namespace1/sub/script1.js
    65   namespace1/sub2/script2.js
    66   namespace2/script3.js
    68 [test_badManifestMagic.html]
    69 skip-if = buildapp == 'b2g' # b2g(all related, needs fix in offlineTests.js which could help) b2g-debug(all related, needs fix in offlineTests.js which could help) b2g-desktop(all related, needs fix in offlineTests.js which could help)
    70 [test_bug445544.html]
    71 skip-if = buildapp == 'b2g'
    72 [test_bug460353.html]
    73 skip-if = buildapp == 'b2g'
    74 [test_bug474696.html]
    75 skip-if = buildapp == 'b2g'
    76 [test_bug544462.html]
    77 skip-if = buildapp == 'b2g'
    78 [test_bug744719-cancel.html]
    79 skip-if = buildapp == 'b2g'
    80 [test_bug744719.html]
    81 skip-if = buildapp == 'b2g'
    82 [test_bug765203.html]
    83 skip-if = buildapp == 'b2g'
    84 [test_bypass.html]
    85 skip-if = buildapp == 'b2g'
    86 [test_cancelOfflineCache.html]
    87 skip-if = buildapp == 'b2g'
    88 [test_changingManifest.html]
    89 skip-if = buildapp == 'b2g'
    90 [test_fallback.html]
    91 skip-if = buildapp == 'b2g'
    92 [test_foreign.html]
    93 skip-if = buildapp == 'b2g'
    94 [test_identicalManifest.html]
    95 skip-if = buildapp == 'b2g'
    96 [test_lowDeviceStorage.html]
    97 skip-if = buildapp == 'b2g'
    98 [test_lowDeviceStorageDuringUpdate.html]
    99 skip-if = buildapp == 'b2g'
   100 [test_missingFile.html]
   101 skip-if = buildapp == 'b2g'
   102 [test_missingManifest.html]
   103 skip-if = buildapp == 'b2g'
   104 [test_noManifest.html]
   105 skip-if = buildapp == 'b2g'
   106 [test_obsolete.html]
   107 skip-if = buildapp == 'b2g'
   108 [test_offlineIFrame.html]
   109 skip-if = buildapp == 'b2g'
   110 # [test_offlineMode.html]
   111 # disabled due to bug 656943
   112 [test_overlap.html]
   113 skip-if = buildapp == 'b2g'
   114 [test_redirectManifest.html]
   115 skip-if = buildapp == 'b2g'
   116 [test_redirectUpdateItem.html]
   117 skip-if = buildapp == 'b2g'
   118 [test_refetchManifest.html]
   119 skip-if = buildapp == 'b2g'
   120 [test_simpleManifest.html]
   121 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
   122 [test_updateCheck.html]
   123 skip-if = buildapp == 'b2g'
   124 [test_updatingManifest.html]
   125 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
   126 [test_xhtmlManifest.xhtml]
   127 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT

mercurial