From eabebaa57cbd2c1da8356e23aa93816f4990970c Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Wed, 2 Jul 2014 18:43:41 -0600 Subject: [PATCH] Bug 981889 - Enable content/media/webaudio/test mochitests on Android 2.3; no review --- content/media/webaudio/test/mochitest.ini | 2 +- testing/mochitest/android23.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/media/webaudio/test/mochitest.ini b/content/media/webaudio/test/mochitest.ini index 37d304422a10..989332667326 100644 --- a/content/media/webaudio/test/mochitest.ini +++ b/content/media/webaudio/test/mochitest.ini @@ -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] diff --git a/testing/mochitest/android23.json b/testing/mochitest/android23.json index 5a886f3a5c96..72973f050dd4 100644 --- a/testing/mochitest/android23.json +++ b/testing/mochitest/android23.json @@ -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",