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.

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

mercurial