Update test status for webgl extension tests, fix one typo in extension name

BUG=

Review URL: https://codereview.chromium.org/2152393002 .
This commit is contained in:
Alan Knight 2016-07-15 15:00:15 -07:00
parent 7fa9393105
commit e610d803b1
4 changed files with 9 additions and 4 deletions

View file

@ -847,7 +847,7 @@ class EXTsRgb extends Interceptor {
@DocsEditable()
@DomName('EXTBlendMinMax')
@Experimental() // untriaged
@Native("EXTBlendMinMax,EXT_blend_min_max")
@Native("EXTBlendMinMax,EXT_blend_minmax")
class ExtBlendMinMax extends Interceptor {
// To suppress missing implicit constructor warnings.
factory ExtBlendMinMax._() { throw new UnsupportedError("Not supported"); }

View file

@ -1881,7 +1881,6 @@ LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-t
LayoutTests/fast/canvas/webgl/context-destroyed-crash_t01: RuntimeError # Please triage this failure
LayoutTests/fast/canvas/webgl/context-lost-restored_t01: RuntimeError # Please triage this failure
LayoutTests/fast/canvas/webgl/context-lost_t01: RuntimeError # Please triage this failure
LayoutTests/fast/canvas/webgl/oes-vertex-array-object_t01: RuntimeError # Please triage this failure
LayoutTests/fast/canvas/webgl/renderer-and-vendor-strings_t01: RuntimeError # Please triage this failure
LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view_t01: Skip # Times out.
LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image_t01: RuntimeError # Please triage this failure

View file

@ -347,6 +347,12 @@ request_animation_frame_test: Skip # Async test hangs.
[ $runtime == drt ]
webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'headless'.
[ $runtime == dartium && ($system == windows || $system == linux) ]
webgl_extensions_test: Fail # WebGL extension tests fail on Dartium without graphics. This is dependent on our bot configuration.
[ $runtime == chrome && ($system == windows || $system == linux) ]
webgl_extensions_test: Fail # WebGL extension tests fail without graphics. This is dependent on our bot configuration.
[ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
# Note: these tests are all injecting scripts by design. This is not allowed under CSP.
# TODO(sra): Change these tests to use a same-origin JavaScript script file.

View file

@ -332,7 +332,7 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
'ANGLEInstancedArrays': 'ANGLEInstancedArrays,ANGLE_instanced_arrays',
'EXTsRGB': 'EXTsRGB,EXT_sRGB',
'EXTBlendMinMax': 'EXTBlendMinMax,EXT_blend_min_max',
'EXTBlendMinMax': 'EXTBlendMinMax,EXT_blend_minmax',
'EXTFragDepth': 'EXTFragDepth,EXT_frag_depth',
'EXTShaderTextureLOD': 'EXTShaderTextureLOD,EXT_shader_texture_lod',
'EXTTextureFilterAnisotropic':
@ -731,7 +731,7 @@ class OperationInfo(object):
# Events fired need use a JSFunction not a anonymous closure to
# insure the event can really be removed.
parameters.append('js.allowInterop(%s)' % p.name)
# These commented out cases don't actually generate any code.
# These commented out cases don't actually generate any code.
# elif dart_js_interop and type_id == 'FontFaceSetForEachCallback':
# forEach is supported in the DOM for FontFaceSet as it iterates
# over the Javascript Object the callback parameters are also