Bug 981889 - Enable content/media/webaudio/test mochitests on Android 2.3; no review

This commit is contained in:
Geoff Brown 2014-07-02 18:43:41 -06:00
parent 208810135e
commit eabebaa57c
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,7 @@ support-files =
[test_audioBufferSourceNodeNoStart.html]
[test_audioBufferSourceNodeNullBuffer.html]
[test_audioBufferSourceNodeOffset.html]
skip-if = (toolkit == 'gonk' && !debug) #bug 906752
skip-if = (toolkit == 'gonk' && !debug) || (toolkit == 'android') #bug 906752
[test_AudioContext.html]
[test_audioDestinationNode.html]
[test_AudioListener.html]

View File

@ -5,7 +5,6 @@
"content/canvas/test/webgl-conformance": "bug 865443 - separate suite -- mochitest-gl",
"content/canvas/test/webgl-mochitest/test_no_arr_points.html": "Android 2.3 aws only; bug 1030942",
"content/html/content/test/test_bug659743.xml": "Android 2.3 aws only; bug 1031103",
"content/media/webaudio/test": "Android 2.3 only; bug 981889",
"docshell/test/navigation/test_reserved.html": "too slow on Android 2.3 aws only; bug 1030403",
"dom/media/tests/mochitest": "Android 2.3 only; bug 981881",
"layout/style/test/test_media_queries.html": "Android 2.3 aws only; bug 1030419",