toolkit/components/downloads/test/unit/xpcshell.ini

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 [DEFAULT]
     2 head = head_download_manager.js
     3 tail = tail_download_manager.js
     4 firefox-appdir = browser
     5 support-files =
     6   downloads_manifest.js
     7   test_downloads.manifest
     8   data/digest.chunk
     9   data/block_digest.chunk
    10   data/signed_win.exe
    12 [test_app_rep.js]
    13 [test_app_rep_windows.js]
    14 run-if = os == "win"
    15 [test_bug_382825.js]
    16 [test_bug_384744.js]
    17 [test_bug_395092.js]
    18 [test_bug_401430.js]
    19 [test_bug_406857.js]
    20 [test_bug_420230.js]
    21 [test_cancel_download_files_removed.js]
    22 # Bug 676989: test hangs consistently on Android
    23 skip-if = os == "android"
    24 [test_download_manager.js]
    25 [test_download_samename.js]
    26 # Bug 676989: test hangs consistently on Android
    27 skip-if = os == "android"
    28 [test_guid.js]
    29 [test_history_expiration.js]
    30 [test_offline_support.js]
    31 [test_private_resume.js]
    32 [test_privatebrowsing.js]
    33 [test_privatebrowsing_cancel.js]
    34 [test_removeDownloadsByTimeframe.js]
    35 [test_resume.js]
    36 [test_sleep_wake.js]

mercurial