mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
22 lines
617 B
INI
22 lines
617 B
INI
[DEFAULT]
|
|
skip-if = buildapp == 'mulet' || toolkit == 'android' || toolkit == 'gonk'
|
|
head = head_plugins.js
|
|
tail =
|
|
|
|
[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]
|
|
[test_bug854467.js]
|
|
[test_plugin_default_state.js]
|
|
[test_plugin_default_state_xpi.js]
|