Bug 971132 - B2G mochitests should use the new manifest format [directories]; r=jmaher

This commit is contained in:
Vaibhav Agarwal 2014-03-06 13:42:45 -05:00
parent 64e20261db
commit 1dd6d7f149
12 changed files with 42 additions and 62 deletions

View File

@ -1,4 +1,5 @@
[DEFAULT]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #require OOP support for mochitest-b2g-desktop, Bug 957554
support-files =
RecordingStatusChromeScript.js
RecordingStatusHelper.js

View File

@ -22,6 +22,8 @@
# do ok(true, "Type not supported") and stop the test.
[DEFAULT]
#bug 918299
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug))
support-files =
320x240.ogv
320x240.ogv^headers^
@ -342,7 +344,7 @@ skip-if = buildapp == 'b2g'
[test_delay_load.html]
skip-if = buildapp == 'b2g' # b2g(6 failures) b2g-debug(6 failures) b2g-desktop(6 failures)
[test_error_on_404.html]
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(timed out) b2g-desktop(timed out)
skip-if = buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug(timed out) b2g-desktop(timed out)
[test_framebuffer.html]
skip-if = buildapp == 'b2g' # b2g(timed out) b2g-debug(timed out) b2g-desktop(timed out)
[test_info_leak.html]
@ -442,7 +444,8 @@ skip-if = buildapp == 'b2g' # b2g(Value being assigned to HTMLMediaElement.curre
[test_trackevent.html]
[test_texttrackregion.html]
[test_texttracklist.html]
[test_timeupdate_small_files.html] skip-if = os == "linux" # Intermittent failures, bug 760770
[test_timeupdate_small_files.html]
skip-if = os == "linux" # Intermittent failures, bug 760770
[test_unseekable.html]
skip-if = buildapp == 'b2g'
[test_VideoPlaybackQuality.html]
@ -468,23 +471,37 @@ skip-if = buildapp == 'b2g'
# that. Then don't think about reenabling it on Windows until you know that
# you have fixed the timeouts of bug 832768, bug 814533, bug 840742
[test_play_twice.html] skip-if = appname == "seamonkey" # See bug 598252
[test_play_twice.html]
skip-if = appname == "seamonkey" # See bug 598252
[test_buffered.html] skip-if = os == "win" # See bug 832768 and 864682
[test_bug465498.html] skip-if = os == "win" # See bug 832768 and 864682
[test_bug493187.html] skip-if = os == "win" # See bug 707777
[test_media_selection.html] skip-if = os == "win" # See bug 897843
[test_seek.html] skip-if = os == "win" # See bug 832678, 795271, and 857424
[test_buffered.html]
skip-if = os == "win" # See bug 832768 and 864682
[test_bug465498.html]
skip-if = os == "win" # See bug 832768 and 864682
[test_bug493187.html]
skip-if = os == "win" || (buildapp=='b2g'&&debug) # See bug 707777, #b2g-emulator-debug - process crash
[test_media_selection.html]
skip-if = os == "win" # See bug 897843
[test_seek.html]
skip-if = os == "win" # See bug 832678, 795271, and 857424
# The tests below contain backend-specific tests. Write backend independent
# tests rather than adding to this list.
[test_can_play_type_webm.html] run-if = webm
[test_can_play_type_no_webm.html] skip-if = webm
[test_can_play_type_webm.html]
run-if = webm
[test_can_play_type_no_webm.html]
skip-if = webm
[test_can_play_type_wave.html] run-if = wave
[test_can_play_type_no_wave.html] skip-if = wave
[test_fragment_noplay.html] run-if = wave
[test_fragment_play.html] run-if = wave
[test_wave_data_s16.html] run-if = wave
[test_wave_data_u8.html] run-if = wave
[test_can_play_type_wave.html]
run-if = wave
[test_can_play_type_no_wave.html]
skip-if = wave
[test_fragment_noplay.html]
run-if = wave
[test_fragment_play.html]
run-if = wave
[test_wave_data_s16.html]
run-if = wave
[test_wave_data_u8.html]
run-if = wave

View File

@ -190,5 +190,5 @@ disabled = bug 774100
disabled =
# Disable due to certificate issue (no bug that I'm aware of)
[test_browserElement_inproc_ErrorSecurity.html]
skip-if = (toolkit == 'gonk' && !debug)
skip-if = buildapp=='b2g'
disabled =

View File

@ -1,5 +1,6 @@
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
[DEFAULT]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
support-files =
WebStorage/tests/submissions/Infraware/iframe/local_change_item_iframe.html
WebStorage/tests/submissions/Infraware/iframe/local_security_iframe.html

View File

@ -1,4 +1,5 @@
[DEFAULT]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure, bug 932878
[test_settings_basics.html]
[test_settings_blobs.html]

View File

@ -1,6 +1,5 @@
[DEFAULT]
# Timeouts on opt builds (bug 932350)
skip-if = !debug
skip-if = !debug || (buildapp == 'b2g') #Bug 932350 - Frequent timeouts
support-files =
child_ip_address.html
file_crossdomainprops_inner.html

View File

@ -1,6 +1,5 @@
[DEFAULT]
# Timeouts on opt builds (bug 932350)
skip-if = !debug
skip-if = !debug || (buildapp == 'b2g') #Bug 932350 - Frequent timeouts
support-files =
DOMTestCase.js
activity-home.css

View File

@ -1,6 +1,5 @@
[DEFAULT]
# Timeouts on opt builds (bug 932350)
skip-if = !debug
skip-if = !debug || (buildapp == 'b2g') #Bug 932350 - Frequent timeouts
support-files =
DOMTestCase.js
exclusions.js

View File

@ -1,6 +1,5 @@
[DEFAULT]
# Timeouts on opt builds (bug 932350)
skip-if = !debug
skip-if = !debug || (buildapp == 'b2g') #Bug 932350 - Frequent timeouts
support-files =
DOMTestCase.js
files/anchor.html

View File

@ -9,14 +9,10 @@
"toolkit/devtools/apps": ""
},
"excludetests": {
"dom/tests/mochitest/dom-level0": "Bug 932350 - Frequent timeouts",
"dom/imptests/html/webgl": "",
"dom/imptests/editing/selecttest/test_addRange.html": "oom?, bug 775227",
"dom/tests/mochitest/dom-level1-core": "Bug 932350 - Frequent timeouts",
"dom/imptests/html/html/": "debug-only failure",
"dom/imptests/html/dom/": "debug-only failure",
"content/media/test": "bug 918299",
"content/media/test/test_media_selection.html": "timed out",
"content/media/webaudio": "bug 916135",
"dom/imptests/html/dom/ranges/test_Range-deleteContents.html": "",
"dom/imptests/editing/selecttest/test_selectAllChildren.html": "debug-only failure",
@ -24,25 +20,14 @@
"dom/imptests/html/dom/ranges/test_Range-extractContents.html": "",
"content/xul": "tests that use xul",
"layout/xul": "",
"content/media/test/test_played.html": "",
"content/media/test/test_playback_rate.html": "",
"dom/imptests/html/dom/ranges/test_Range-mutations.html": "Test timed out.",
"content/media/test/test_seek.html": "",
"dom/settings/tests/": "debug-only failure, bug 932878",
"dom/apps": "bug 972927, nearly perma-fail",
"dom/imptests/webapps/": "debug-only failure",
"dom/datastore": "bug 974270, frequent failures",
"dom/imptests/editing/conformancetest/test_runtest.html": "takes too long",
"dom/tests/mochitest/dom-level2-core": "Bug 932350 - Frequent timeouts",
"content/media/test/test_buffered.html": "assertion failures",
"content/media/test/test_bug493187.html": "",
"content/base/test/test_messagemanager_assertpermission.html": "specialpowers.wrap issue, NS_ERROR_XPC_GS_RETURNED_FAILURE",
"content/media/test/test_bug465498.html": "",
"dom/imptests/html/dom/ranges/test_Range-set.html": "",
"dom/imptests/editing/selecttest/test_extend.html": "debug-only failure; time out",
"content/media/test/test_playback_rate_playpause.html": "",
"dom/imptests/html/dom/ranges/test_Range-cloneContents.html": "",
"dom/tests/mochitest/dom-level2-html": "Bug 932350 - Frequent timeouts",
"dom/imptests/html/dom/ranges/test_Range-compareBoundaryPoints.html": "times out, bug 862196",
"dom/imptests/html/dom/ranges/test_Range-insertNode.html": "oom?, bug 775227",
"dom/browser-element/": "",

View File

@ -9,40 +9,26 @@
"toolkit/devtools/apps": ""
},
"excludetests": {
"dom/tests/mochitest/dom-level0": "Bug 932350 - Frequent timeouts",
"dom/imptests/html/webgl": "",
"dom/imptests/editing/selecttest/test_addRange.html": "oom?, bug 775227",
"content/base/test/test_copyimage.html": "Bug 931116, b2g desktop specific, initial triage",
"dom/tests/mochitest/dom-level1-core": "Bug 932350 - Frequent timeouts",
"content/media/test": "bug 918299",
"content/media/test/test_media_selection.html": "timed out",
"dom/imptests/html/dom/ranges/test_Range-deleteContents.html": "",
"content/base/test/test_copypaste.xul": "bug 904183",
"dom/imptests/html/dom/ranges/test_Range-extractContents.html": "",
"content/xul": "tests that use xul",
"layout/xul": "",
"content/media/test/test_played.html": "",
"content/media/test/test_playback_rate.html": "",
"dom/imptests/html/dom/ranges/test_Range-mutations.html": "Test timed out.",
"content/media/test/test_seek.html": "",
"dom/permission/tests/test_wifi-manage.html": "Bug 931116, b2g desktop specific, initial triage",
"content/media/webaudio": "bug 916135",
"dom/imptests/editing/conformancetest/test_runtest.html": "takes too long",
"dom/tests/mochitest/dom-level2-core": "Bug 932350 - Frequent timeouts",
"content/media/test/test_buffered.html": "assertion failures",
"content/media/test/test_bug493187.html": "",
"content/base/test/test_messagemanager_assertpermission.html": "specialpowers.wrap issue, NS_ERROR_XPC_GS_RETURNED_FAILURE",
"content/media/test/test_bug465498.html": "",
"dom/imptests/html/dom/ranges/test_Range-set.html": "",
"content/media/test/test_playback_rate_playpause.html": "",
"dom/imptests/html/dom/ranges/test_Range-cloneContents.html": "",
"dom/tests/mochitest/dom-level2-html": "Bug 932350 - Frequent timeouts",
"dom/imptests/html/dom/ranges/test_Range-compareBoundaryPoints.html": "times out, bug 862196",
"dom/imptests/html/dom/ranges/test_Range-insertNode.html": "oom?, bug 775227",
"dom/plugins": "tests that use plugins",
"dom/browser-element/": "",
"content/base/test/test_child_process_shutdown_message.html": "specialpowers.wrap issue, NS_ERROR_XPC_GS_RETURNED_FAILURE",
"dom/imptests/html/dom/ranges/test_Range-surroundContents.html": "",
"b2g/chrome/content/test/mochitest": "require OOP support for mochitest-b2g-desktop, Bug 957554"
"dom/imptests/html/dom/ranges/test_Range-surroundContents.html": ""
}
}

View File

@ -9,12 +9,10 @@
"toolkit/devtools/apps": ""
},
"excludetests": {
"dom/tests/mochitest/dom-level0": "Bug 932350 - Frequent timeouts",
"dom/browser-element/mochitest/test_browserElement_oop_FrameWrongURI.html": "",
"dom/imptests/html/webgl": "",
"dom/browser-element/mochitest/test_browserElement_oop_TargetBlank.html": "",
"dom/imptests/editing/selecttest/test_addRange.html": "oom?, bug 775227",
"dom/tests/mochitest/dom-level1-core": "Bug 932350 - Frequent timeouts",
"content/media/test/test_media_selection.html": "timed out",
"dom/browser-element/mochitest/test_browserElement_oop_OpenWindowRejected.html": "",
"dom/browser-element/mochitest/test_browserElement_oop_OpenWindowDifferentOrigin.html": "",
@ -26,8 +24,6 @@
"content/xul": "tests that use xul",
"dom/browser-element/mochitest/test_browserElement_inproc_OpenMixedProcess.html": "",
"layout/xul": "",
"content/media/test/test_played.html": "",
"content/media/test/test_playback_rate.html": "",
"dom/imptests/html/dom/ranges/test_Range-mutations.html": "Test timed out.",
"content/media/test/test_seek.html": "",
"dom/browser-element/mochitest/test_browserElement_oop_BrowserWindowNamespace.html": "",
@ -35,7 +31,6 @@
"dom/apps": "bug 972927, nearly perma-fail",
"dom/datastore": "bug 974270, frequent failures",
"dom/imptests/editing/conformancetest/test_runtest.html": "takes too long",
"dom/tests/mochitest/dom-level2-core": "Bug 932350 - Frequent timeouts",
"content/media/test/test_buffered.html": "assertion failures",
"content/media/test/test_bug493187.html": "",
"content/base/test/test_messagemanager_assertpermission.html": "specialpowers.wrap issue, NS_ERROR_XPC_GS_RETURNED_FAILURE",
@ -44,9 +39,7 @@
"dom/browser-element/mochitest/test_browserElement_oop_AppWindowNamespace.html": "",
"dom/browser-element/mochitest/test_browserElement_oop_AppFramePermission.html": "",
"dom/browser-element/mochitest/test_browserElement_oop_ErrorSecurity.html": "",
"content/media/test/test_playback_rate_playpause.html": "",
"dom/imptests/html/dom/ranges/test_Range-cloneContents.html": "",
"dom/tests/mochitest/dom-level2-html": "Bug 932350 - Frequent timeouts",
"dom/imptests/html/dom/ranges/test_Range-compareBoundaryPoints.html": "times out, bug 862196",
"dom/imptests/html/dom/ranges/test_Range-insertNode.html": "oom?, bug 775227",
"dom/browser-element/mochitest/test_browserElement_oop_OpenWindowInFrame.html": "",