mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
31 lines
929 B
INI
31 lines
929 B
INI
[DEFAULT]
|
|
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
|
head = head_plugins.js
|
|
tail =
|
|
tags = addons
|
|
firefox-appdir = browser
|
|
|
|
[test_allowed_types.js]
|
|
skip-if = appname == "thunderbird"
|
|
reason = plugins are disabled by default in Thunderbird
|
|
[test_bug455213.js]
|
|
# Bug 676953: test fails consistently on Android
|
|
fail-if = os == "android"
|
|
[test_bug471245.js]
|
|
# Bug 676953: test fails consistently on Android
|
|
fail-if = os == "android"
|
|
[test_bug813245.js]
|
|
# Bug 676953: test fails consistently on Android
|
|
fail-if = os == "android"
|
|
[test_nice_plugin_name.js]
|
|
# Bug 676953: test fails consistently on Android
|
|
fail-if = os == "android"
|
|
[test_persist_in_prefs.js]
|
|
skip-if = appname == "thunderbird"
|
|
reason = plugins are disabled by default in Thunderbird
|
|
[test_bug854467.js]
|
|
[test_plugin_default_state.js]
|
|
skip-if = appname == "thunderbird"
|
|
reason = plugins are disabled by default in Thunderbird
|
|
[test_plugin_default_state_xpi.js]
|