mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 1083347 - Removing entries from android23.json and annotating manifests. r=gbrown
This commit is contained in:
parent
a3073b1b35
commit
9ac0482856
@ -44,7 +44,7 @@ skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop spec
|
||||
[test_popup-navigates-children.html]
|
||||
skip-if = buildapp == 'b2g' # b2g(Needs multiple window.open support, also uses docshelltreenode) b2g-debug(Needs multiple window.open support, also uses docshelltreenode) b2g-desktop(Needs multiple window.open support, also uses docshelltreenode)
|
||||
[test_reserved.html]
|
||||
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug))
|
||||
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || android_version == '10' #too slow on Android 2.3 aws only; bug 1030403
|
||||
[test_sessionhistory.html]
|
||||
skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) || toolkit == 'android' #RANDOM # b2g-debug(Perma-orange on debug emulator builds) b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
|
||||
[test_sibling-matching-parent.html]
|
||||
|
@ -11,6 +11,7 @@ support-files =
|
||||
[webgl-mochitest/test_fb_param_crash.html]
|
||||
[webgl-mochitest/test_highp_fs.html]
|
||||
[webgl-mochitest/test_no_arr_points.html]
|
||||
skip-if = android_version == '10' #Android 2.3 aws only; bug 1030942
|
||||
[webgl-mochitest/test_noprog_draw.html]
|
||||
[webgl-mochitest/test_privileged_exts.html]
|
||||
[webgl-mochitest/test_texsubimage_float.html]
|
||||
|
@ -395,7 +395,7 @@ skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop spec
|
||||
[test_bug658746.html]
|
||||
[test_bug659596.html]
|
||||
[test_bug659743.xml]
|
||||
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
|
||||
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') || android_version == '10' #Bug 931116, b2g desktop specific, initial triage #Android 2.3 aws only; bug 1031103
|
||||
[test_bug660663.html]
|
||||
[test_bug660959-1.html]
|
||||
[test_bug660959-2.html]
|
||||
|
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
skip-if = (os == 'win' && contentSandbox != 'off') # contentSandbox(Bug 1042735)
|
||||
skip-if = (os == 'win' && contentSandbox != 'off') || android_version == '10' # contentSandbox(Bug 1042735) #Android 2.3 only; bug 981881
|
||||
support-files =
|
||||
head.js
|
||||
constraints.js
|
||||
|
@ -157,7 +157,7 @@ skip-if = toolkit == 'android'
|
||||
[test_initial_storage.html]
|
||||
[test_keyframes_rules.html]
|
||||
[test_media_queries.html]
|
||||
skip-if = (toolkit == 'gonk' && debug) #debug-only failure; timed out
|
||||
skip-if = (toolkit == 'gonk' && debug) || android_version == '10' #debug-only failure; timed out #Android 2.3 aws only; bug 1030419
|
||||
[test_media_queries_dynamic.html]
|
||||
[test_media_queries_dynamic_xbl.html]
|
||||
[test_media_query_list.html]
|
||||
@ -201,6 +201,7 @@ skip-if = (toolkit == 'gonk' && debug) || toolkit == 'android' #bug 775227 #debu
|
||||
[test_transitions_and_restyles.html]
|
||||
[test_transitions_and_zoom.html]
|
||||
[test_transitions_cancel_near_end.html]
|
||||
skip-if = android_version == '10' #Android 2.3 aws only; bug 1030432
|
||||
[test_transitions_computed_values.html]
|
||||
[test_transitions_computed_value_combinations.html]
|
||||
[test_transitions_events.html]
|
||||
|
@ -1,12 +1,6 @@
|
||||
{
|
||||
"runtests": {},
|
||||
"excludetests": {
|
||||
"dom/html/test/test_bug659743.xml": "Android 2.3 aws only; bug 1031103",
|
||||
"docshell/test/navigation/test_reserved.html": "too slow on Android 2.3 aws only; bug 1030403",
|
||||
"dom/canvas/test/webgl-conformance": "bug 865443 - separate suite -- mochitest-gl",
|
||||
"dom/canvas/test/webgl-mochitest/test_no_arr_points.html": "Android 2.3 aws only; bug 1030942",
|
||||
"dom/media/tests/mochitest": "Android 2.3 only; bug 981881",
|
||||
"layout/style/test/test_media_queries.html": "Android 2.3 aws only; bug 1030419",
|
||||
"layout/style/test/test_transitions_cancel_near_end.html": "Android 2.3 aws only; bug 1030432"
|
||||
"dom/canvas/test/webgl-conformance": "bug 865443 - separate suite -- mochitest-gl"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user