storage/test/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_storage.js
     3 tail =
     4 support-files =
     5   corruptDB.sqlite
     6   fakeDB.sqlite
     7   locale_collation.txt
     8   vacuumParticipant.js
     9   vacuumParticipant.manifest
    11 [test_bug-365166.js]
    12 [test_bug-393952.js]
    13 [test_bug-429521.js]
    14 [test_bug-444233.js]
    15 [test_cache_size.js]
    16 [test_chunk_growth.js]
    17 # Bug 676981: test fails consistently on Android
    18 fail-if = os == "android"
    19 [test_connection_executeAsync.js]
    20 [test_connection_executeSimpleSQLAsync.js]
    21 [test_js_helpers.js]
    22 [test_levenshtein.js]
    23 [test_like.js]
    24 [test_like_escape.js]
    25 [test_locale_collation.js]
    26 [test_page_size_is_32k.js]
    27 [test_sqlite_secure_delete.js]
    28 [test_statement_executeAsync.js]
    29 [test_statement_wrapper_automatically.js]
    30 [test_storage_aggregates.js]
    31 [test_storage_connection.js]
    32 # Bug 676981: test fails consistently on Android
    33 fail-if = os == "android"
    34 [test_storage_fulltextindex.js]
    35 [test_storage_function.js]
    36 [test_storage_progresshandler.js]
    37 [test_storage_service.js]
    38 [test_storage_service_unshared.js]
    39 [test_storage_statement.js]
    40 [test_storage_value_array.js]
    41 [test_unicode.js]
    42 [test_vacuum.js]
    43 [test_telemetry_vfs.js]
    44 # Bug 676981: test fails consistently on Android
    45 # fail-if = os == "android"

mercurial