Bug 1269872 - adjust manifests of all jobs that require a gpu. r=RyanVM,jgilbert

dom/media/tests/mochitests/test_peerConnection_captureStream_canvas_webgl.html has an issue on android as it is moved from mochitest-media -> mochitest-gpu.
dom/bindings/test/test_integer.html uses experimental-webgl, it might need to be picked up in a future cleanup.

MozReview-Commit-ID: GJKn7ubY7tL
This commit is contained in:
Joel Maher 2016-05-25 16:22:27 -04:00
Родитель 7e947ee290
Коммит 8e50d588fd
7 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -25,8 +25,11 @@ support-files =
[browser_canvas-actor-test-07.js]
[browser_canvas-actor-test-08.js]
[browser_canvas-actor-test-09.js]
subsuite = gpu
[browser_canvas-actor-test-10.js]
subsuite = gpu
[browser_canvas-actor-test-11.js]
subsuite = gpu
[browser_canvas-actor-test-12.js]
[browser_canvas-frontend-call-highlight.js]
[browser_canvas-frontend-call-list.js]
@ -55,3 +58,4 @@ support-files =
[browser_canvas-frontend-stop-03.js]
[browser_profiling-canvas.js]
[browser_profiling-webgl.js]
subsuite = gpu

Просмотреть файл

@ -53,6 +53,7 @@ skip-if = debug == false
[test_usvstring.html]
skip-if = debug == false
[test_sequence_wrapping.html]
subsuite = gpu
[test_setWithNamedGetterNoNamedSetter.html]
[test_throwing_method_noDCE.html]
[test_treat_non_object_as_null.html]

Просмотреть файл

@ -3,5 +3,6 @@ skip-if = buildapp == 'b2g' || os == 'android'
support-files = nonchrome_webgl_debug_renderer_info.html
[test_webgl_debug_renderer_info.html]
subsuite = gpu
[test_drawWindow_widget_layers.html]
support-files = ../file_drawWindow_source.html ../file_drawWindow_common.js

Просмотреть файл

@ -9,4 +9,7 @@ support-files =
[test_canvas2d_crossorigin.html]
[test_video_crossorigin.html]
subsuite = gpu
[test_webgl_crossorigin_textures.html]
subsuite = gpu

Просмотреть файл

@ -205,6 +205,7 @@ disabled = bug 407107
skip-if = (toolkit == 'gonk' && debug) #bug 1045153
[test_bug902651.html]
[test_bug1215072.html]
subsuite = gpu
[test_canvas.html]
skip-if = (toolkit == 'gonk' && debug) || (android_version == '18' && debug) #debug-only crash; bug 933541 #android 4.3 debug bug 1143317
[test_canvas_focusring.html]
@ -256,18 +257,23 @@ skip-if = (buildapp == 'b2g' && toolkit != 'gonk') # bug 1040965
[test_setlinedash.html]
[test_filter.html]
[test_offscreencanvas_toblob.html]
subsuite = gpu
tags = offscreencanvas
[test_offscreencanvas_toimagebitmap.html]
subsuite = gpu
tags = offscreencanvas
[test_offscreencanvas_basic_webgl.html]
subsuite = gpu
tags = offscreencanvas
[test_offscreencanvas_dynamic_fallback.html]
subsuite = gpu
tags = offscreencanvas
skip-if = (os == 'mac' && os_version == '10.6')
[test_offscreencanvas_sharedworker.html]
tags = offscreencanvas
skip-if = (os == 'mac' && os_version == '10.6')
[test_offscreencanvas_serviceworker.html]
subsuite = gpu
tags = offscreencanvas
skip-if = (buildapp == 'b2g' || (os == 'mac' && os_version == '10.6'))
[test_offscreencanvas_neuter.html]
@ -276,6 +282,7 @@ tags = offscreencanvas
tags = offscreencanvas
skip-if = (toolkit == 'android' || toolkit == 'gonk' || toolkit == 'windows' || toolkit == 'gtk2' || toolkit == 'gtk3' || (os == 'mac' && os_version == '10.6'))
[test_offscreencanvas_sizechange.html]
subsuite = gpu
tags = offscreencanvas
[test_offscreencanvas_subworker.html]
tags = offscreencanvas

Просмотреть файл

@ -5,15 +5,21 @@ support-files =
[typedarrays/test_constructors.html]
[webgl/test_bufferSubData.html]
subsuite = gpu
skip-if = (toolkit == 'android') || (buildapp == 'b2g') #android(WebGL)
[webgl/test_compressedTexImage2D.html]
subsuite = gpu
skip-if = (toolkit == 'android') || (buildapp == 'b2g') #android(WebGL)
[webgl/test_compressedTexSubImage2D.html]
subsuite = gpu
skip-if = true # Bug 1226336
#skip-if = (toolkit == 'android') || (buildapp == 'b2g') #android(WebGL)
[webgl/test_texImage2D.html]
subsuite = gpu
skip-if = (toolkit == 'android') || (buildapp == 'b2g') #android(WebGL)
[webgl/test_texSubImage2D.html]
subsuite = gpu
skip-if = (toolkit == 'android') || (buildapp == 'b2g') #android(WebGL)
[webgl/test_uniformMatrixNfv.html]
subsuite = gpu
skip-if = (toolkit == 'android') || (buildapp == 'b2g') #android(WebGL)

Просмотреть файл

@ -2,6 +2,7 @@
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
[test_acceleration.html]
subsuite = gpu
fail-if = (os == "win" && os_version == "5.1" && e10s) # Bug 1253862
[test_bug509244.html]
[test_bug513439.html]