xpcom/tests/unit/xpcshell.ini

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 [DEFAULT]
     2 head = head_xpcom.js
     3 tail =
     4 support-files =
     5   bug725015.manifest
     6   compmgr_warnings.manifest
     7   data/**
     9 [test_bug121341.js]
    10 [test_bug325418.js]
    11 [test_bug332389.js]
    12 [test_bug333505.js]
    13 [test_bug364285-1.js]
    14 # Bug 902073: test fails consistently on Android x86
    15 skip-if = os == "android"
    16 [test_bug374754.js]
    17 [test_bug476919.js]
    18 # Bug 676998: test fails consistently on Android
    19 fail-if = os == "android"
    20 [test_bug478086.js]
    21 [test_bug656331.js]
    22 # Bug 676998: test fails consistently on Android
    23 fail-if = os == "android"
    24 [test_bug725015.js]
    25 [test_compmgr_warnings.js]
    26 # Bug 676998: test fails consistently on Android
    27 fail-if = os == "android"
    28 [test_file_createUnique.js]
    29 [test_file_equality.js]
    30 [test_hidden_files.js]
    31 [test_home.js]
    32 # Bug 676998: test fails consistently on Android
    33 fail-if = os == "android"
    34 [test_iniProcessor.js]
    35 [test_ioutil.js]
    36 [test_localfile.js]
    37 [test_mac_bundle.js]
    38 [test_nsIMutableArray.js]
    39 [test_nsIProcess.js]
    40 skip-if = os == "win" # bug 582821
    41 # Bug 676998: test fails consistently on Android
    42 fail-if = os == "android"
    43 [test_nsIProcess_stress.js]
    44 # bug 676412, test isn't needed on windows
    45 # bug 704368: test causes harness to be killed on debug Linux64
    46 skip-if = os == "win" || (os == "linux" && debug && bits == 64)
    47 [test_pipe.js]
    48 [test_storagestream.js]
    49 [test_streams.js]
    50 [test_seek_multiplex.js]
    51 [test_stringstream.js]
    52 [test_symlinks.js]
    53 # Bug 676998: test fails consistently on Android
    54 fail-if = os == "android"
    55 [test_systemInfo.js]
    56 # Bug 902081: test fails consistently on Android 2.2, passes on 4.0
    57 skip-if = os == "android"
    58 [test_versioncomparator.js]
    59 [test_comp_no_aslr.js]
    60 skip-if = os != "win"
    61 [test_windows_shortcut.js]
    62 [test_bug745466.js]
    63 skip-if = os == "win"
    64 # Bug 676998: test fails consistently on Android
    65 fail-if = os == "android"
    66 [test_file_renameTo.js]

mercurial