| OLD | NEW |
| (Empty) |
| 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 | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 // This file contains a list of defective WebGL conformance tests. The expected | |
| 6 // format is: | |
| 7 // {BUG#} {MODIFIERS} : {TEST_NAME} = {PASS,FAIL,FLAKY,TIMEOUT,SKIP} | |
| 8 // | |
| 9 // MODIFIERS can be a combination of the below list: | |
| 10 // WIN XP VISTA WIN7 MAC LEOPARD SNOWLEOPARD LION LINUX CHROMEOS | |
| 11 // NVIDIA AMD INTEL | |
| 12 // 0x**** (this is a gpu's PCI device ID) | |
| 13 // DEBUG RELEASE | |
| 14 // | |
| 15 // TEST_NAME can be a specific test name, or have a '*' in the end, which | |
| 16 // indicates a prefix matching. | |
| 17 // | |
| 18 // Any tests whose expectations are not PASS will be skipped on the bots. | |
| 19 // | |
| 20 // Examples: | |
| 21 // 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT | |
| 22 // 91533 WIN : gl_min_uniforms = FAIL | |
| 23 // 91531 MAC WIN LINUX : conformance_more_* = SKIP | |
| 24 // 91532 MAC NVIDIA 0x0640 : tex_image_and_sub_image_2d_with_video = PASS FAIL | |
| 25 | |
| 26 134743 WIN : conformance_extensions_oes_standard_derivatives = FAIL | |
| 27 | |
| 28 UNFILED MAC WIN LINUX : conformance_more_* = SKIP | |
| 29 UNFILED MAC WIN LINUX : conformance_ogles_* = SKIP | |
| 30 | |
| 31 UNFILED MAC WIN LINUX : conformance_state_gl_get_calls = FAIL | |
| 32 UNFILED MAC WIN LINUX : conformance_attribs_gl_vertex_attrib_render = FAIL | |
| 33 | |
| 34 UNFILED MAC DEBUG : conformance_uniforms_uniform_samplers_test = FAIL | |
| 35 UNFILED WIN : conformance_uniforms_uniform_samplers_test = FAIL | |
| 36 UNFILED LINUX NVIDIA AMD : conformance_uniforms_uniform_samplers_test = FAIL | |
| 37 | |
| 38 UNFILED WIN MAC : conformance_glsl_misc_shader_with_short_circuiting_operators =
FAIL | |
| 39 | |
| 40 UNFILED WIN LINUX : conformance_textures_texture_attachment_formats = FAIL | |
| 41 | |
| 42 125963 MAC AMD : conformance_programs_use_program_crash_with_discard_in_fragment
_shader = FAIL | |
| 43 125963 MAC AMD : conformance_typedarrays_data_view_test = FAIL | |
| 44 | |
| 45 125864 WIN : conformance_canvas_texture_bindings_unaffected_on_resize = FAIL | |
| 46 125864 WIN : conformance_glsl_misc_shader_with_comma_assignment = FAIL | |
| 47 125864 WIN : conformance_glsl_misc_shader_with_comma_conditional_assignment = FA
IL | |
| 48 125864 WIN : conformance_programs_gl_bind_attrib_location_long_names_test = FAIL | |
| 49 125864 WIN : conformance_textures_texture_upload_cube_maps = FAIL | |
| 50 | |
| 51 131260 WIN DEBUG : conformance_extensions_oes_texture_float_with_video = FLAKY | |
| 52 131260 WIN DEBUG : conformance_textures_tex_image_and_sub_image_2d_with_video =
FLAKY | |
| 53 131260 WIN DEBUG : conformance_textures_tex_image_and_sub_image_2d_with_video_rg
b565 = FLAKY | |
| 54 | |
| 55 125864 MAC WIN LINUX : conformance_uniforms_uniform_default_values = FAIL | |
| 56 | |
| 57 125864 LINUX : conformance_extensions_ext_texture_filter_anisotropic = FAIL | |
| 58 | |
| 59 125864 MAC : conformance_glsl_misc_glsl_vertex_branch = FAIL | |
| 60 125864 MAC : conformance_glsl_misc_shader_with_gles_1_frag = FAIL | |
| 61 | |
| 62 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_conditional_scoping =
FAIL | |
| 63 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_do_scoping = FAIL | |
| 64 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_for_scoping = FAIL | |
| 65 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_functional_scoping = F
AIL | |
| 66 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_hex_int_constant_macro
= FAIL | |
| 67 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_vec4_vec3_vec4_conditi
onal = FAIL | |
| 68 | |
| 69 125679 MAC WIN LINUX : conformance_buffers_index_validation = FAIL | |
| 70 125679 MAC WIN LINUX : conformance_context_context_creation_and_destruction = FA
IL | |
| 71 125679 WIN LINUX : conformance_glsl_misc_shader_with_non_reserved_words = FAIL | |
| 72 | |
| 73 113695 MAC WIN LINUX : conformance_misc_instanceof_test = FAIL | |
| 74 | |
| 75 UNFILED MAC WIN LINUX : conformance_textures_origin_clean_conformance = FAIL | |
| 76 | |
| 77 UNFILED WIN : conformance_glsl_functions_glsl_function_atan = FAIL | |
| 78 UNFILED WIN : conformance_glsl_functions_glsl_function_atan_xy = FAIL | |
| 79 UNFILED WIN : conformance_glsl_misc_struct_nesting_under_maximum = FAIL | |
| 80 | |
| 81 UNFILED WIN : conformance_extensions_webgl_compressed_texture_s3tc = FAIL | |
| 82 UNFILED WIN : conformance_glsl_samplers_glsl_function_texture2d_bias = FAIL | |
| 83 | |
| 84 UNFILED XP NVIDIA : conformance_textures_texture_mips = FAIL | |
| 85 | |
| 86 UNFILED WIN7 INTEL : conformance_context_context_attributes_alpha_depth_stencil_
antialias = FAIL | |
| 87 UNFILED WIN7 INTEL : conformance_context_context_lost_restored = FAIL | |
| 88 UNFILED WIN7 INTEL : conformance_context_premultiplyalpha_test = FAIL | |
| 89 UNFILED WIN7 INTEL : conformance_extensions_oes_texture_float = FAIL | |
| 90 UNFILED WIN7 INTEL : conformance_limits_gl_min_attribs = FAIL | |
| 91 UNFILED WIN7 INTEL : conformance_limits_gl_max_texture_dimensions = FAIL | |
| 92 UNFILED WIN7 INTEL : conformance_limits_gl_min_textures = FAIL | |
| 93 UNFILED WIN7 INTEL : conformance_limits_gl_min_uniforms = FAIL | |
| 94 UNFILED WIN7 INTEL : conformance_rendering_gl_clear = FAIL | |
| 95 UNFILED WIN7 INTEL : conformance_textures_copy_tex_image_and_sub_image_2d = FAIL | |
| 96 UNFILED WIN7 INTEL : conformance_textures_gl_teximage = FAIL | |
| 97 UNFILED WIN7 INTEL : conformance_textures_tex_image_and_sub_image_2d_with_array_
buffer_view = FAIL | |
| 98 UNFILED WIN7 INTEL : conformance_textures_tex_image_and_sub_image_2d_with_image_
data = FAIL | |
| 99 UNFILED WIN7 INTEL : conformance_textures_tex_image_with_format_and_type = FAIL | |
| 100 UNFILED WIN7 INTEL : conformance_textures_tex_sub_image_2d = FAIL | |
| 101 UNFILED WIN7 INTEL : conformance_textures_texparameter_test = FAIL | |
| 102 UNFILED WIN7 INTEL : conformance_textures_texture_active_bind_2 = FAIL | |
| 103 UNFILED WIN7 INTEL : conformance_textures_texture_active_bind = FAIL | |
| 104 UNFILED WIN7 INTEL : conformance_textures_texture_complete = FAIL | |
| 105 UNFILED WIN7 INTEL : conformance_textures_texture_formats_test = FAIL | |
| 106 UNFILED WIN7 INTEL : conformance_textures_texture_mips = FAIL | |
| 107 UNFILED WIN7 INTEL : conformance_textures_texture_npot = FAIL | |
| 108 UNFILED WIN7 INTEL : conformance_textures_texture_size_cube_maps = FAIL | |
| 109 UNFILED WIN7 INTEL : conformance_glsl_functions_glsl_function_asin = FAIL | |
| 110 UNFILED WIN7 INTEL : conformance_glsl_variables_gl_fragcoord = FAIL | |
| 111 UNFILED WIN7 INTEL : conformance_glsl_variables_gl_pointcoord = FAIL | |
| 112 | |
| 113 UNFILED WIN7 INTEL : conformance_misc_delayed_drawing = FAIL | |
| 114 UNFILED WIN7 INTEL : conformance_textures_texture_clear = FAIL | |
| 115 UNFILED WIN7 INTEL : conformance_glsl_samplers_glsl_function_texture2dlod = FAIL | |
| 116 | |
| 117 UNFILED WIN7 INTEL : conformance_attribs_gl_disabled_vertex_attrib = FAIL | |
| 118 UNFILED WIN7 INTEL : conformance_extensions_oes_texture_float_with_image_data =
FAIL | |
| 119 UNFILED WIN7 INTEL : conformance_glsl_samplers_glsl_function_texture2dproj = FLA
KY | |
| 120 | |
| 121 UNFILED WIN7 INTEL : conformance_renderbuffers_framebuffer_state_restoration = F
AIL | |
| 122 UNFILED WIN7 INTEL : conformance_textures_tex_image_and_sub_image_2d_with_image_
data_rgb565 = FAIL | |
| 123 UNFILED WIN7 INTEL : conformance_textures_tex_image_and_sub_image_2d_with_image_
data_rgba4444 = FAIL | |
| 124 UNFILED WIN7 INTEL : conformance_textures_tex_image_and_sub_image_2d_with_image_
data_rgba5551 = FAIL | |
| 125 | |
| 126 UNFILED MAC INTEL : conformance_glsl_functions_glsl_function_asin = FAIL | |
| 127 UNFILED MAC INTEL : conformance_glsl_functions_glsl_function_dot = FAIL | |
| 128 UNFILED MAC INTEL : conformance_glsl_functions_glsl_function_faceforward = FAIL | |
| 129 UNFILED MAC INTEL : conformance_glsl_functions_glsl_function_length = FAIL | |
| 130 UNFILED MAC INTEL : conformance_glsl_functions_glsl_function_normalize = FAIL | |
| 131 UNFILED MAC INTEL : conformance_glsl_functions_glsl_function_reflect = FAIL | |
| 132 UNFILED MAC INTEL : conformance_glsl_functions_glsl_function_smoothstep_gentype
= FAIL | |
| 133 UNFILED MAC INTEL : conformance_glsl_variables_gl_pointcoord = FAIL | |
| 134 UNFILED MAC INTEL : conformance_limits_gl_max_texture_dimensions = FAIL | |
| 135 UNFILED MAC INTEL : conformance_rendering_line_loop_tri_fan = FAIL | |
| 136 | |
| 137 UNFILED MAC AMD : conformance_attribs_gl_vertex_attrib = FAIL | |
| 138 UNFILED MAC AMD : conformance_attribs_gl_vertexattribpointer_offsets = FAIL | |
| 139 UNFILED MAC AMD : conformance_attribs_gl_vertexattribpointer = FAIL | |
| 140 UNFILED MAC AMD : conformance_misc_type_conversion_test = FAIL | |
| 141 UNFILED MAC AMD : conformance_renderbuffers_framebuffer_object_attachment = FAIL | |
| 142 UNFILED MAC AMD : conformance_textures_copy_tex_image_and_sub_image_2d = FAIL | |
| 143 UNFILED MAC AMD : conformance_typedarrays_array_unit_tests = FAIL | |
| 144 UNFILED MAC AMD : conformance_glsl_functions_glsl_function_distance = FAIL | |
| 145 UNFILED MAC AMD : conformance_glsl_functions_glsl_function_dot = FAIL | |
| 146 UNFILED MAC AMD : conformance_glsl_functions_glsl_function_length = FAIL | |
| 147 UNFILED MAC AMD : conformance_glsl_variables_gl_pointcoord = FAIL | |
| 148 UNFILED MAC AMD : conformance_reading_read_pixels_test = TIMEOUT | |
| 149 122651 MAC AMD : conformance_misc_object_deletion_behaviour = TIMEOUT | |
| 150 | |
| 151 // Retina Macbook bots | |
| 152 144312 MAC NVIDIA 0x0fd5 : conformance_textures_gl_teximage = FLAKY | |
| 153 | |
| 154 UNFILED LINUX NVIDIA : conformance_uniforms_uniform_location = FAIL | |
| 155 UNFILED LINUX NVIDIA : conformance_textures_texture_mips = FAIL | |
| 156 | |
| 157 UNFILED LINUX INTEL : conformance_renderbuffers_framebuffer_object_attachment =
FAIL | |
| 158 UNFILED LINUX INTEL : conformance_state_gl_object_get_calls = FAIL | |
| 159 UNFILED LINUX INTEL : conformance_textures_texture_npot = FAIL | |
| 160 UNFILED LINUX INTEL : conformance_glsl_variables_gl_pointcoord = FAIL | |
| 161 | |
| 162 UNFILED LINUX INTEL : conformance_extensions_webgl_compressed_texture_s3tc = FAI
L | |
| 163 UNFILED LINUX INTEL : conformance_glsl_samplers_glsl_function_texture2dlod = FAI
L | |
| 164 | |
| 165 UNFILED LINUX INTEL : conformance_glsl_functions_glsl_function_cos = FAIL | |
| 166 | |
| 167 UNFILED LINUX INTEL : conformance_canvas_framebuffer_bindings_unaffected_on_resi
ze = FAIL | |
| 168 | |
| 169 UNFILED LINUX AMD : conformance_misc_object_deletion_behaviour = FAIL | |
| 170 UNFILED LINUX AMD : conformance_textures_texture_mips = FAIL | |
| 171 | |
| 172 121139 MAC : conformance_textures_texture_size = FAIL | |
| 173 121139 WIN INTEL : conformance_textures_texture_size = FAIL | |
| 174 121139 LINUX AMD : conformance_textures_texture_size = FAIL | |
| 175 | |
| 176 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_acos = FAIL | |
| 177 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_asin = FAIL | |
| 178 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_atan = FAIL | |
| 179 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_atan_xy = FAIL | |
| 180 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_sin = FAIL | |
| 181 137892 LINUX INTEL : conformance_reading_read_pixels_test = FAIL | |
| 182 137892 LINUX INTEL : conformance_rendering_point_size = FAIL | |
| 183 137892 LINUX INTEL : conformance_textures_texture_mips = FAIL | |
| 184 | |
| 185 //////////////////////////////////////////////////////////////////////////////// | |
| 186 // | |
| 187 // Temprory entries: they should be removed once the bugs are fixed. | |
| 188 // | |
| 189 //////////////////////////////////////////////////////////////////////////////// | |
| OLD | NEW |