Bug 950266 - Re-enable the WebRTC tests that should have only been disabled on B2G.

This commit is contained in:
Ryan VanderMeulen 2014-02-07 17:29:17 -05:00
parent 890eeb8a03
commit b674035d7c
3 changed files with 11 additions and 0 deletions

View File

@ -37,9 +37,11 @@ skip-if = os == 'mac'
[test_peerConnection_basicAudioVideoCombined.html] [test_peerConnection_basicAudioVideoCombined.html]
[test_peerConnection_basicVideo.html] [test_peerConnection_basicVideo.html]
[test_peerConnection_bug822674.html] [test_peerConnection_bug822674.html]
[test_peerConnection_bug825703.html]
[test_peerConnection_bug827843.html] [test_peerConnection_bug827843.html]
[test_peerConnection_bug834153.html] [test_peerConnection_bug834153.html]
[test_peerConnection_bug835370.html] [test_peerConnection_bug835370.html]
[test_peerConnection_errorCallbacks.html]
[test_peerConnection_offerRequiresReceiveAudio.html] [test_peerConnection_offerRequiresReceiveAudio.html]
[test_peerConnection_offerRequiresReceiveVideo.html] [test_peerConnection_offerRequiresReceiveVideo.html]
[test_peerConnection_offerRequiresReceiveVideoAudio.html] [test_peerConnection_offerRequiresReceiveVideoAudio.html]

View File

@ -315,6 +315,11 @@
"dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideo.html":"Bug 960442, video support for WebRTC is disabled on b2g", "dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideo.html":"Bug 960442, video support for WebRTC is disabled on b2g",
"dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideoAudio.html":"Bug 960442, video support for WebRTC is disabled on b2g", "dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideoAudio.html":"Bug 960442, video support for WebRTC is disabled on b2g",
"dom/media/tests/mochitest/test_peerConnection_throwInCallbacks.html":"Bug 960442, video support for WebRTC is disabled on b2g", "dom/media/tests/mochitest/test_peerConnection_throwInCallbacks.html":"Bug 960442, video support for WebRTC is disabled on b2g",
"dom/media/tests/mochitest/test_peerConnection_bug825703.html":"Bug 950266, test is perma-fail with Nuwa enabled",
"dom/media/tests/mochitest/test_peerConnection_errorCallbacks.html":"Bug 950266, test is perma-fail with Nuwa enabled",
"dom/media/tests/ipc/test_ipc.html":"nested ipc not working", "dom/media/tests/ipc/test_ipc.html":"nested ipc not working",
"dom/network/tests/test_networkstats_basics.html":"Will be fixed in bug 858005", "dom/network/tests/test_networkstats_basics.html":"Will be fixed in bug 858005",

View File

@ -301,6 +301,10 @@
"dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideo.html":"Bug 960442, video support for WebRTC is disabled on b2g", "dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideo.html":"Bug 960442, video support for WebRTC is disabled on b2g",
"dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideoAudio.html":"Bug 960442, video support for WebRTC is disabled on b2g", "dom/media/tests/mochitest/test_peerConnection_offerRequiresReceiveVideoAudio.html":"Bug 960442, video support for WebRTC is disabled on b2g",
"dom/media/tests/mochitest/test_peerConnection_throwInCallbacks.html":"Bug 960442, video support for WebRTC is disabled on b2g", "dom/media/tests/mochitest/test_peerConnection_throwInCallbacks.html":"Bug 960442, video support for WebRTC is disabled on b2g",
"dom/media/tests/mochitest/test_peerConnection_bug825703.html":"Bug 950266, test is perma-fail with Nuwa enabled",
"dom/media/tests/mochitest/test_peerConnection_errorCallbacks.html":"Bug 950266, test is perma-fail with Nuwa enabled",
"dom/media/tests/ipc/test_ipc.html":"nested ipc not working", "dom/media/tests/ipc/test_ipc.html":"nested ipc not working",
"dom/permission/tests/test_permission_basics.html":"https not working, bug 907770", "dom/permission/tests/test_permission_basics.html":"https not working, bug 907770",