storage/test/unit/xpcshell.ini

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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