OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // This file contains a list of defective WebGL conformance tests. The expected | 5 // This file contains a list of defective WebGL conformance tests. The expected |
6 // format is: | 6 // format is: |
7 // {BUG#} {MODIFIERS} : {TEST_NAME} = {PASS,FAIL,FLAKY,TIMEOUT,SKIP} | 7 // {BUG#} {MODIFIERS} : {TEST_NAME} = {PASS,FAIL,FLAKY,TIMEOUT,SKIP} |
8 // | 8 // |
9 // MODIFIERS can be a combination of the below list: | 9 // MODIFIERS can be a combination of the below list: |
10 // WIN XP VISTA WIN7 MAC LEOPARD SNOWLEOPARD LION LINUX CHROMEOS | 10 // WIN XP VISTA WIN7 MAC LEOPARD SNOWLEOPARD LION LINUX CHROMEOS |
(...skipping 29 matching lines...) Expand all Loading... |
40 125963 MAC AMD : conformance_programs_use_program_crash_with_discard_in_fragment
_shader = FAIL | 40 125963 MAC AMD : conformance_programs_use_program_crash_with_discard_in_fragment
_shader = FAIL |
41 125963 MAC AMD : conformance_typedarrays_data_view_test = FAIL | 41 125963 MAC AMD : conformance_typedarrays_data_view_test = FAIL |
42 | 42 |
43 125864 WIN : conformance_canvas_texture_bindings_unaffected_on_resize = FAIL | 43 125864 WIN : conformance_canvas_texture_bindings_unaffected_on_resize = FAIL |
44 125864 WIN : conformance_glsl_misc_shader_with_comma_assignment = FAIL | 44 125864 WIN : conformance_glsl_misc_shader_with_comma_assignment = FAIL |
45 125864 WIN : conformance_glsl_misc_shader_with_comma_conditional_assignment = FA
IL | 45 125864 WIN : conformance_glsl_misc_shader_with_comma_conditional_assignment = FA
IL |
46 125864 WIN : conformance_programs_gl_bind_attrib_location_long_names_test = FAIL | 46 125864 WIN : conformance_programs_gl_bind_attrib_location_long_names_test = FAIL |
47 125864 WIN : conformance_textures_texture_upload_cube_maps = FAIL | 47 125864 WIN : conformance_textures_texture_upload_cube_maps = FAIL |
48 | 48 |
49 131260 WIN DEBUG : conformance_extensions_oes_texture_float_with_video = FLAKY | 49 131260 WIN DEBUG : conformance_extensions_oes_texture_float_with_video = FLAKY |
| 50 131260 WIN DEBUG : conformance_textures_tex_image_and_sub_image_2d_with_video =
FLAKY |
50 | 51 |
51 125864 MAC WIN LINUX : conformance_uniforms_uniform_default_values = FAIL | 52 125864 MAC WIN LINUX : conformance_uniforms_uniform_default_values = FAIL |
52 | 53 |
53 125864 LINUX : conformance_extensions_ext_texture_filter_anisotropic = FAIL | 54 125864 LINUX : conformance_extensions_ext_texture_filter_anisotropic = FAIL |
54 | 55 |
55 125864 MAC : conformance_glsl_misc_glsl_vertex_branch = FAIL | 56 125864 MAC : conformance_glsl_misc_glsl_vertex_branch = FAIL |
56 125864 MAC : conformance_glsl_misc_shader_with_gles_1_frag = FAIL | 57 125864 MAC : conformance_glsl_misc_shader_with_gles_1_frag = FAIL |
57 | 58 |
58 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_conditional_scoping =
FAIL | 59 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_conditional_scoping =
FAIL |
59 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_do_scoping = FAIL | 60 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_do_scoping = FAIL |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 | 166 |
166 121139 MAC : conformance_textures_texture_size = FAIL | 167 121139 MAC : conformance_textures_texture_size = FAIL |
167 121139 WIN INTEL : conformance_textures_texture_size = FAIL | 168 121139 WIN INTEL : conformance_textures_texture_size = FAIL |
168 121139 LINUX AMD : conformance_textures_texture_size = FAIL | 169 121139 LINUX AMD : conformance_textures_texture_size = FAIL |
169 | 170 |
170 //////////////////////////////////////////////////////////////////////////////// | 171 //////////////////////////////////////////////////////////////////////////////// |
171 // | 172 // |
172 // Temprory entries: they should be removed once the bugs are fixed. | 173 // Temprory entries: they should be removed once the bugs are fixed. |
173 // | 174 // |
174 //////////////////////////////////////////////////////////////////////////////// | 175 //////////////////////////////////////////////////////////////////////////////// |
OLD | NEW |