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.

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

mercurial