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 15 matching lines...) Expand all Loading... |
26 UNFILED MAC WIN LINUX : conformance_more_* = SKIP | 26 UNFILED MAC WIN LINUX : conformance_more_* = SKIP |
27 UNFILED MAC WIN LINUX : conformance_ogles_* = SKIP | 27 UNFILED MAC WIN LINUX : conformance_ogles_* = SKIP |
28 | 28 |
29 UNFILED MAC WIN LINUX : conformance_textures_tex_image_and_sub_image_2d_with_can
vas_* = FAIL | 29 UNFILED MAC WIN LINUX : conformance_textures_tex_image_and_sub_image_2d_with_can
vas_* = FAIL |
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 |
| 37 UNFILED WIN : conformance_uniforms_uniform_samplers_test = FAIL |
| 38 UNFILED LINUX NVIDIA AMD : conformance_uniforms_uniform_samplers_test = FAIL |
| 39 |
36 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 |
37 125963 MAC AMD : conformance_typedarrays_data_view_test = FAIL | 41 125963 MAC AMD : conformance_typedarrays_data_view_test = FAIL |
38 | 42 |
39 125864 WIN : conformance_canvas_texture_bindings_unaffected_on_resize = FAIL | 43 125864 WIN : conformance_canvas_texture_bindings_unaffected_on_resize = FAIL |
40 125864 WIN : conformance_glsl_misc_shader_with_comma_assignment = FAIL | 44 125864 WIN : conformance_glsl_misc_shader_with_comma_assignment = FAIL |
41 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 |
42 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 |
43 125864 WIN : conformance_textures_texture_upload_cube_maps = FAIL | 47 125864 WIN : conformance_textures_texture_upload_cube_maps = FAIL |
44 | 48 |
45 125864 MAC WIN LINUX : conformance_uniforms_uniform_default_values = FAIL | 49 125864 MAC WIN LINUX : conformance_uniforms_uniform_default_values = FAIL |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 | 156 |
153 //////////////////////////////////////////////////////////////////////////////// | 157 //////////////////////////////////////////////////////////////////////////////// |
154 // | 158 // |
155 // Temprory entries: they should be removed once the bugs are fixed. | 159 // Temprory entries: they should be removed once the bugs are fixed. |
156 // | 160 // |
157 //////////////////////////////////////////////////////////////////////////////// | 161 //////////////////////////////////////////////////////////////////////////////// |
158 | 162 |
159 // Should be passing after the next webkit roll | 163 // Should be passing after the next webkit roll |
160 UNFILED MAC WIN LINUX : conformance_renderbuffers_framebuffer_state_restoration
= FAIL | 164 UNFILED MAC WIN LINUX : conformance_renderbuffers_framebuffer_state_restoration
= FAIL |
161 UNFILED MAC WIN LINUX : conformance_canvas_framebuffer_bindings_unaffected_on_re
size = FAIL | 165 UNFILED MAC WIN LINUX : conformance_canvas_framebuffer_bindings_unaffected_on_re
size = FAIL |
OLD | NEW |