From 0f227f399dc6a150817558e51a7104a2e7283013 Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Thu, 20 Mar 2014 17:16:40 -0600 Subject: [PATCH] Bug 967704 - Disable a few tests on Android 2.3 for intermittent failures --- mobile/android/base/tests/robocop.ini | 8 ++++++++ testing/mochitest/android23.json | 9 ++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/mobile/android/base/tests/robocop.ini b/mobile/android/base/tests/robocop.ini index dff29c3d0da0..fe43363c4159 100644 --- a/mobile/android/base/tests/robocop.ini +++ b/mobile/android/base/tests/robocop.ini @@ -32,6 +32,8 @@ skip-if = android_version == "10" skip-if = android_version == "10" || processor == "x86" [testDistribution] [testDoorHanger] +# disabled on 2.3; bug 986172 +skip-if = android_version == "10" [testFindInPage] # disabled on Android 2.3; bug 975155 skip-if = android_version == "10" @@ -52,6 +54,8 @@ skip-if = android_version == "10" || processor == "x86" [testInputUrlBar] [testJarReader] [testLinkContextMenu] +# disabled on 2.3; bug 918494 +skip-if = android_version == "10" # [testHomeListsProvider] # see bug 952310 [testHomeProvider] [testLoad] @@ -63,6 +67,8 @@ skip-if = android_version == "10" # disabled on 2.3; bug 979621 skip-if = android_version == "10" [testOverscroll] +# disabled on 2.3; bug 836818 +skip-if = android_version == "10" [testPanCorrectness] # disabled on x86 only; bug 927476 skip-if = processor == "x86" @@ -70,6 +76,8 @@ skip-if = processor == "x86" [testPasswordProvider] # [testPermissions] # see bug 757475 [testPictureLinkContextMenu] +# disabled on 2.3; bug 986164 +skip-if = android_version == "10" [testPrefsObserver] [testPrivateBrowsing] [testPromptGridInput] diff --git a/testing/mochitest/android23.json b/testing/mochitest/android23.json index ee3a770651a4..74e1dde4b8b0 100644 --- a/testing/mochitest/android23.json +++ b/testing/mochitest/android23.json @@ -6,6 +6,7 @@ "content/media/test/test_audio_event_adopt.html": "Android 2.3 only; bug 981898", "content/media/test/test_autoplay.html": "Android 2.3 only; bug 981898", "content/media/test/test_autoplay_contentEditable.html": "Android 2.3 only; bug 981898", + "content/media/test/test_bug448534.html": "Android 2.3 only; bug 981898", "content/media/test/test_chaining.html": "Android 2.3 only; bug 981898", "content/media/test/test_loop.html": "Android 2.3 only; bug 981898", "content/media/test/test_mediarecorder_record_4ch_audiocontext.html": "Android 2.3 only; bug 981898", @@ -16,6 +17,7 @@ "content/media/test/test_mediarecorder_record_stopms.html": "Android 2.3 only; bug 981898", "content/media/test/test_mediarecorder_record_timeslice.html": "Android 2.3 only; bug 981898", "content/media/test/test_mediarecorder_unsupported_src.html": "Android 2.3 only; bug 981898", + "content/media/test/test_play_twice.html": "Android 2.3 only; bug 981898", "content/media/test/test_playback.html": "Android 2.3 only; bug 981898", "content/media/test/test_streams_autoplay.html": "Android 2.3 only; bug 981898", "content/media/test/test_streams_element_capture.html": "Android 2.3 only; bug 981898", @@ -30,9 +32,13 @@ "content/media/webaudio/test/test_bug866737.html": "Android 2.3 only; bug 981889", "content/media/webaudio/test/test_bug867104.html": "Android 2.3 only; bug 981889", "content/media/webaudio/test/test_bug938022.html": "Android 2.3 only; bug 981889", + "content/media/webaudio/test/test_channelMergerNodeWithVolume.html": "Android 2.3 only; bug 981889", + "content/media/webaudio/test/test_channelSplitterNode.html": "Android 2.3 only; bug 981889", + "content/media/webaudio/test/test_channelSplitterNodeWithVolume.html": "Android 2.3 only; bug 981889", "content/media/webaudio/test/test_convolverNodeChannelCount.html": "Android 2.3 only; bug 981889", "content/media/webaudio/test/test_convolverNodeWithGain.html": "Android 2.3 only; bug 981889", "content/media/webaudio/test/test_delayNode.html": "Android 2.3 only; bug 981889", + "content/media/webaudio/test/test_delayNodeAtMax.html": "Android 2.3 only; bug 981889", "content/media/webaudio/test/test_delayNodeTailWithDisconnect.html": "Android 2.3 only; bug 981889", "content/media/webaudio/test/test_delayNodeTailWithGain.html": "Android 2.3 only; bug 981889", "content/media/webaudio/test/test_delayNodeTailWithReconnect.html": "Android 2.3 only; bug 981889", @@ -80,6 +86,7 @@ "dom/media/tests/mochitest/test_peerConnection_basicAudioVideoCombined.html":"Android 2.3 only; bug 981881", "dom/media/tests/mochitest/test_peerConnection_basicVideo.htm":"Android 2.3 only; bug 981881", "dom/media/tests/mochitest/test_peerConnection_bug825703.html":"Android 2.3 only; bug 981881", - "dom/media/tests/mochitest/test_peerConnection_bug827843.html":"Android 2.3 only; bug 981881" + "dom/media/tests/mochitest/test_peerConnection_bug827843.html":"Android 2.3 only; bug 981881", + "layout/style/test/test_media_queries.html": "Android 2.3 only; bug 981881" } }