Bug 1235749 - add audiochannel tags for related mochitests. r=baku

--HG--
extra : transplant_source : %27m%84%D6%E8e%F3%A3%B8PWk%03Y%E2%BF%07%24%FB%9F
This commit is contained in:
Alastor Wu 2016-01-19 15:21:48 +08:00
Родитель 1958522cf4
Коммит 6361a63b0c
4 изменённых файлов: 26 добавлений и 2 удалений

Просмотреть файл

@ -272,12 +272,16 @@ skip-if = buildapp == 'b2g' # Requires webgl support
[test_async_setTimeout_stack_across_globals.html]
[test_audioWindowUtils.html]
[test_audioNotification.html]
tags = audiochannel
skip-if = buildapp == 'mulet'
[test_audioNotificationStream.html]
tags = audiochannel
skip-if = buildapp == 'mulet'
[test_audioNotificationStopOnNavigation.html]
tags = audiochannel
skip-if = buildapp == 'mulet'
[test_audioNotificationWithEarlyPlay.html]
tags = audiochannel
skip-if = buildapp == 'mulet'
[test_bug1091883.html]
[test_bug116083.html]
@ -321,15 +325,21 @@ skip-if = buildapp == 'mulet' || buildapp == 'b2g' || toolkit == 'android' || e1
[test_navigator_resolve_identity.html]
[test_navigator_language.html]
[test_noAudioNotification.html]
tags = audiochannel
[test_noAudioNotificationOnMutedElement.html]
tags = audiochannel
[test_noAudioNotificationOnMutedOrVolume0Element.html]
tags = audiochannel
[test_noAudioNotificationOnVolume0Element.html]
tags = audiochannel
[test_noWebAudioNotification.html]
tags = audiochannel
[test_openDialogChromeOnly.html]
[test_open_null_features.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # Fails on b2g-desktop, tracked in bug 1011874
[test_postMessage_solidus.html]
[test_pluginAudioNotification.html]
tags = audiochannel
skip-if = (buildapp == 'b2g' || buildapp == 'mulet' || toolkit == 'android') # Plugins don't work on Android and/or B2G/Mulet
[test_screen_orientation.html]
[test_orientation_alternate.html]
@ -355,8 +365,10 @@ skip-if = e10s || buildapp == 'b2g' # Bug 1156489.
[test_urlSearchParams_utf8.html]
[test_urlutils_stringify.html]
[test_webaudioNotification.html]
tags = audiochannel
skip-if = buildapp == 'mulet'
[test_webaudioNotificationStopOnNavigation.html]
tags = audiochannel
skip-if = buildapp == 'mulet'
[test_window_constructor.html]
[test_window_cross_origin_props.html]

Просмотреть файл

@ -13,4 +13,6 @@ support-files =
multipleAudioChannels_manifest.webapp^headers^
[test_browserElement_MultipleAudioChannels.html]
[test_browserElement_NotifyChannel.html]
tags = audiochannel
[test_browserElement_NotifyChannel.html]
tags = audiochannel

Просмотреть файл

@ -13,6 +13,7 @@ support-files =
browserElement_OpenTab.js
[test_browserElement_oop_AudioChannelSeeking.html]
tags = audiochannel
[test_browserElement_oop_getStructuredData.html]
[test_browserElement_oop_Viewmode.html]
[test_browserElement_oop_ThemeColor.html]
@ -29,6 +30,7 @@ skip-if = (toolkit == 'gonk' && !debug)
[test_browserElement_oop_AppWindowNamespace.html]
skip-if = (toolkit == 'gonk' && !debug)
[test_browserElement_oop_AudioChannelMutedByDefault.html]
tags = audiochannel
[test_browserElement_oop_Auth.html]
skip-if = (toolkit == 'gonk' && !debug)
[test_browserElement_oop_BackForward.html]
@ -121,9 +123,12 @@ disabled = bug 924771
disabled = bug 924771
[test_browserElement_oop_GetContentDimensions.html]
[test_browserElement_oop_AudioChannel.html]
tags = audiochannel
[test_browserElement_oop_AudioChannel_nested.html]
tags = audiochannel
[test_browserElement_oop_SetNFCFocus.html]
[test_browserElement_oop_getWebManifest.html]
[test_browserElement_oop_OpenWindowEmpty.html]
skip-if = (toolkit == 'gonk') # Test doesn't work on B2G emulator
[test_browserElement_oop_ActiveStateChangeOnChangingMutedOrVolume.html]
tags = audiochannel

Просмотреть файл

@ -160,6 +160,7 @@ support-files =
[test_browserElement_NoPermission.html]
[test_browserElement_inproc_Alert.html]
[test_browserElement_inproc_AudioChannelSeeking.html]
tags = audiochannel
[test_browserElement_inproc_Viewmode.html]
[test_browserElement_inproc_ThemeColor.html]
skip-if = buildapp == 'b2g'
@ -169,6 +170,7 @@ skip-if = toolkit == 'android' || buildapp == 'b2g'
[test_browserElement_inproc_AppWindowNamespace.html]
skip-if = toolkit == 'android' || buildapp == 'b2g' # android(TIMED_OUT, bug 783509) androidx86(TIMED_OUT, bug 783509)
[test_browserElement_inproc_AudioChannelMutedByDefault.html]
tags = audiochannel
skip-if = toolkit == 'android'
[test_browserElement_inproc_AudioPlayback.html]
[test_browserElement_inproc_Auth.html]
@ -261,9 +263,12 @@ skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 936226
disabled = bug 774100
[test_browserElement_inproc_GetContentDimensions.html]
[test_browserElement_inproc_AudioChannel.html]
tags = audiochannel
[test_browserElement_inproc_AudioChannel_nested.html]
tags = audiochannel
[test_browserElement_inproc_SetNFCFocus.html]
[test_browserElement_inproc_getStructuredData.html]
[test_browserElement_inproc_OpenWindowEmpty.html]
skip-if = (toolkit == 'gonk') # Test doesn't work on B2G emulator
[test_browserElement_inproc_ActiveStateChangeOnChangingMutedOrVolume.html]
[test_browserElement_inproc_ActiveStateChangeOnChangingMutedOrVolume.html]
tags = audiochannel