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 19 matching lines...) Expand all Loading... |
30 UNFILED MAC WIN LINUX : conformance_textures_tex_image_and_sub_image_2d_with_ima
ge_data_* = FAIL | 30 UNFILED MAC WIN LINUX : conformance_textures_tex_image_and_sub_image_2d_with_ima
ge_data_* = FAIL |
31 UNFILED MAC WIN LINUX : conformance_textures_tex_image_and_sub_image_2d_with_ima
ge_* = FAIL | 31 UNFILED MAC WIN LINUX : conformance_textures_tex_image_and_sub_image_2d_with_ima
ge_* = FAIL |
32 | 32 |
33 UNFILED MAC WIN LINUX : conformance_state_gl_get_calls = FAIL | 33 UNFILED MAC WIN LINUX : conformance_state_gl_get_calls = FAIL |
34 UNFILED MAC WIN LINUX : conformance_attribs_gl_vertex_attrib_render = FAIL | 34 UNFILED MAC WIN LINUX : conformance_attribs_gl_vertex_attrib_render = FAIL |
35 | 35 |
36 UNFILED MAC RELEASE : conformance_uniforms_uniform_samplers_test = FAIL | 36 UNFILED MAC RELEASE : conformance_uniforms_uniform_samplers_test = FAIL |
37 UNFILED WIN : conformance_uniforms_uniform_samplers_test = FAIL | 37 UNFILED WIN : conformance_uniforms_uniform_samplers_test = FAIL |
38 UNFILED LINUX NVIDIA AMD : conformance_uniforms_uniform_samplers_test = FAIL | 38 UNFILED LINUX NVIDIA AMD : conformance_uniforms_uniform_samplers_test = FAIL |
39 | 39 |
| 40 UNFILED WIN MAC : conformance_glsl_misc_shader_with_short_circuiting_operators =
FAIL |
| 41 |
| 42 UNFILED WIN LINUX : conformance_textures_texture_attachment_formats = FAIL |
| 43 |
40 125963 MAC AMD : conformance_programs_use_program_crash_with_discard_in_fragment
_shader = FAIL | 44 125963 MAC AMD : conformance_programs_use_program_crash_with_discard_in_fragment
_shader = FAIL |
41 125963 MAC AMD : conformance_typedarrays_data_view_test = FAIL | 45 125963 MAC AMD : conformance_typedarrays_data_view_test = FAIL |
42 | 46 |
43 125864 WIN : conformance_canvas_texture_bindings_unaffected_on_resize = FAIL | 47 125864 WIN : conformance_canvas_texture_bindings_unaffected_on_resize = FAIL |
44 125864 WIN : conformance_glsl_misc_shader_with_comma_assignment = FAIL | 48 125864 WIN : conformance_glsl_misc_shader_with_comma_assignment = FAIL |
45 125864 WIN : conformance_glsl_misc_shader_with_comma_conditional_assignment = FA
IL | 49 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 | 50 125864 WIN : conformance_programs_gl_bind_attrib_location_long_names_test = FAIL |
47 125864 WIN : conformance_textures_texture_upload_cube_maps = FAIL | 51 125864 WIN : conformance_textures_texture_upload_cube_maps = FAIL |
48 | 52 |
49 125864 MAC WIN LINUX : conformance_uniforms_uniform_default_values = FAIL | 53 125864 MAC WIN LINUX : conformance_uniforms_uniform_default_values = FAIL |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 | 160 |
157 //////////////////////////////////////////////////////////////////////////////// | 161 //////////////////////////////////////////////////////////////////////////////// |
158 // | 162 // |
159 // Temprory entries: they should be removed once the bugs are fixed. | 163 // Temprory entries: they should be removed once the bugs are fixed. |
160 // | 164 // |
161 //////////////////////////////////////////////////////////////////////////////// | 165 //////////////////////////////////////////////////////////////////////////////// |
162 | 166 |
163 // Should be passing after the next webkit roll | 167 // Should be passing after the next webkit roll |
164 UNFILED MAC WIN LINUX : conformance_renderbuffers_framebuffer_state_restoration
= FAIL | 168 UNFILED MAC WIN LINUX : conformance_renderbuffers_framebuffer_state_restoration
= FAIL |
165 UNFILED MAC WIN LINUX : conformance_canvas_framebuffer_bindings_unaffected_on_re
size = FAIL | 169 UNFILED MAC WIN LINUX : conformance_canvas_framebuffer_bindings_unaffected_on_re
size = FAIL |
OLD | NEW |