dom/bindings/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 support-files =
     3   file_InstanceOf.html
     4   file_bug707564.html
     5   file_bug775543.html
     6   file_document_location_set_via_xray.html
     7   forOf_iframe.html
     9 [test_ByteString.html]
    10 [test_InstanceOf.html]
    11 [test_bug560072.html]
    12 [test_bug707564.html]
    13 [test_bug742191.html]
    14 [test_bug759621.html]
    15 [test_bug773326.html]
    16 [test_bug788369.html]
    17 [test_bug852846.html]
    18 [test_bug862092.html]
    19 # When bug 923904 lands, this test can be turned on, but only for debug builds
    20 # where we have our test component. So this should become skip-if = debug == false.
    21 [test_bug923904.html]
    22 skip-if = true
    23 [test_barewordGetsWindow.html]
    24 [test_callback_default_thisval.html]
    25 [test_cloneAndImportNode.html]
    26 [test_defineProperty.html]
    27 [test_enums.html]
    28 [test_exceptionThrowing.html]
    29 [test_exception_messages.html]
    30 [test_forOf.html]
    31 [test_integers.html]
    32 [test_interfaceToString.html]
    33 [test_exceptions_from_jsimplemented.html]
    34 skip-if = (toolkit == 'gonk' && debug) #debug-only failure; bug 926547
    35 [test_lenientThis.html]
    36 [test_lookupGetter.html]
    37 [test_namedNoIndexed.html]
    38 [test_named_getter_enumerability.html]
    39 [test_Object.prototype_props.html]
    40 [test_queryInterface.html]
    41 [test_sequence_wrapping.html]
    42 [test_setWithNamedGetterNoNamedSetter.html]
    43 [test_throwing_method_noDCE.html]
    44 [test_treat_non_object_as_null.html]
    45 [test_traceProtos.html]

mercurial