toolkit/components/passwordmgr/test/mochitest.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 skip-if = buildapp == 'b2g' || e10s
michael@0 3 support-files =
michael@0 4 authenticate.sjs
michael@0 5 formsubmit.sjs
michael@0 6 notification_common.js
michael@0 7 privbrowsing_perwindowpb_iframe.html
michael@0 8 prompt_common.js
michael@0 9 pwmgr_common.js
michael@0 10 subtst_master_pass.html
michael@0 11 subtst_notifications_1.html
michael@0 12 subtst_notifications_10.html
michael@0 13 subtst_notifications_11.html
michael@0 14 subtst_notifications_11_popup.html
michael@0 15 subtst_notifications_2.html
michael@0 16 subtst_notifications_3.html
michael@0 17 subtst_notifications_4.html
michael@0 18 subtst_notifications_5.html
michael@0 19 subtst_notifications_6.html
michael@0 20 subtst_notifications_7.html
michael@0 21 subtst_notifications_8.html
michael@0 22 subtst_notifications_9.html
michael@0 23 subtst_privbrowsing_1.html
michael@0 24 subtst_privbrowsing_2.html
michael@0 25 subtst_privbrowsing_3.html
michael@0 26 subtst_privbrowsing_4.html
michael@0 27 subtst_prompt_async.html
michael@0 28 auth2/authenticate.sjs
michael@0 29
michael@0 30 [test_basic_form.html]
michael@0 31 [test_basic_form_0pw.html]
michael@0 32 [test_basic_form_1pw.html]
michael@0 33 [test_basic_form_1pw_2.html]
michael@0 34 [test_basic_form_2.html]
michael@0 35 [test_basic_form_2pw_1.html]
michael@0 36 [test_basic_form_2pw_2.html]
michael@0 37 [test_basic_form_3pw_1.html]
michael@0 38 [test_basic_form_autocomplete.html]
michael@0 39 skip-if = toolkit == 'android'
michael@0 40 [test_basic_form_html5.html]
michael@0 41 [test_basic_form_observer_autocomplete.html]
michael@0 42 [test_basic_form_observer_autofillForms.html]
michael@0 43 [test_basic_form_observer_foundLogins.html]
michael@0 44 [test_basic_form_pwevent.html]
michael@0 45 [test_basic_form_pwonly.html]
michael@0 46 [test_bug_221634.html]
michael@0 47 # This test doesn't pass because we can't ensure a cross-platform event that
michael@0 48 # occurs between DOMContentLoaded and Pageload
michael@0 49 skip-if = true
michael@0 50 [test_bug_227640.html]
michael@0 51 [test_bug_242956.html]
michael@0 52 [test_bug_360493_1.html]
michael@0 53 [test_bug_360493_2.html]
michael@0 54 [test_bug_391514.html]
michael@0 55 [test_bug_427033.html]
michael@0 56 [test_bug_444968.html]
michael@0 57 [test_bug_627616.html]
michael@0 58 skip-if = toolkit == 'android' #TIMED_OUT
michael@0 59 [test_bug_654348.html]
michael@0 60 [test_bug_776171.html]
michael@0 61 [test_master_password.html]
michael@0 62 skip-if = toolkit == 'android' #TIMED_OUT
michael@0 63 [test_master_password_cleanup.html]
michael@0 64 skip-if = toolkit == 'android'
michael@0 65 [test_notifications.html]
michael@0 66 skip-if = toolkit == 'android'
michael@0 67 [test_notifications_popup.html]
michael@0 68 skip-if = os == "linux" || toolkit == 'android' # bug 934057
michael@0 69 [test_prompt.html]
michael@0 70 skip-if = os == "linux" || toolkit == 'android' #TIMED_OUT
michael@0 71 [test_prompt_async.html]
michael@0 72 skip-if = toolkit == 'android' #TIMED_OUT
michael@0 73 [test_xhr.html]
michael@0 74 skip-if = toolkit == 'android' #TIMED_OUT
michael@0 75 [test_xml_load.html]
michael@0 76 skip-if = toolkit == 'android' #TIMED_OUT
michael@0 77 [test_zzz_finish.html]

mercurial