dom/datastore/tests/mochitest.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 skip-if = toolkit=='gonk' || e10s #b2g(bug 974270, frequent failures) b2g-debug(bug 974270, frequent failures)
     3 support-files =
     4   file_app_install.html
     5   file_readonly.html
     6   file_basic.html
     7   file_changes.html
     8   file_changes2.html
     9   file_app.sjs
    10   file_app.template.webapp
    11   file_app2.template.webapp
    12   file_arrays.html
    13   file_sync.html
    14   file_bug924104.html
    15   file_certifiedApp.html
    16   file_keys.html
    17   file_duplicate.html
    18   file_bug976311.html
    19   file_bug976311.template.webapp
    20   file_bug986056.html
    21   file_bug986056.template.webapp
    22   file_event_maker.html
    23   file_event_receiver.html
    24   file_transactions.html
    26 [test_app_install.html]
    27 [test_readonly.html]
    28 skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(debug-only failure; time out) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
    29 [test_basic.html]
    30 [test_changes.html]
    31 skip-if = (toolkit == 'gonk' && debug) #intermittent failures, bug 961021
    32 [test_arrays.html]
    33 skip-if = (toolkit == 'gonk' && debug) #debug-only failure; time out
    34 [test_oop.html]
    35 skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(debug-only failure; time out) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
    36 [test_sync.html]
    37 skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(debug-only failure; time out) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
    38 [test_bug924104.html]
    39 [test_certifiedApp.html]
    40 skip-if = (toolkit == 'gonk' && debug) #debug-only failure; time out
    41 [test_keys.html]
    42 [test_duplicate.html]
    43 [test_bug976311.html]
    44 [test_bug986056.html]
    45 [test_oop_events.html]
    46 [test_transactions.html]

mercurial