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.

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

mercurial