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} | 7 // {BUG#} {MODIFIERS} : {TEST_NAME} = {PASS,FAIL,FLAKY,TIMEOUT} |
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 |
11 // NVIDIA AMD INTEL | 11 // NVIDIA AMD INTEL |
12 // 0x**** (this is a gpu's PCI device ID) | 12 // 0x**** (this is a gpu's PCI device ID) |
13 // DEBUG RELEASE | 13 // DEBUG RELEASE |
14 // | 14 // |
15 // Any tests whose expectations are not PASS will be skipped on the bots. | 15 // Any tests whose expectations are not PASS will be skipped on the bots. |
16 // | 16 // |
17 // Examples: | 17 // Examples: |
18 // 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT | 18 // 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT |
19 // 91533 WIN : gl_min_uniforms = FAIL | 19 // 91533 WIN : gl_min_uniforms = FAIL |
20 // 91532 MAC NVIDIA 0x0640 : tex_image_and_sub_image_2d_with_video = PASS FAIL | 20 // 91532 MAC NVIDIA 0x0640 : tex_image_and_sub_image_2d_with_video = PASS FAIL |
21 | 21 |
| 22 125864 WIN : conformance_canvas_texture_bindings_unaffected_on_resize = FAIL |
| 23 125864 WIN : conformance_glsl_misc_shader_with_comma_assignment = FAIL |
| 24 125864 WIN : conformance_glsl_misc_shader_with_comma_conditional_assignment = FA
IL |
| 25 125864 WIN : conformance_programs_gl_bind_attrib_location_long_names_test = FAIL |
| 26 125864 WIN : conformance_textures_texture_upload_cube_maps = FAIL |
| 27 |
| 28 125864 MAC WIN LINUX : conformance_uniforms_uniform_default_values = FAIL |
| 29 |
| 30 125864 LINUX : conformance_extensions_ext_texture_filter_anisotropic = FAIL |
| 31 |
| 32 125864 MAC : conformance_glsl_misc_glsl_vertex_branch = FAIL |
| 33 125864 MAC : conformance_glsl_misc_shader_with_gles_1_frag = FAIL |
| 34 |
22 103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL | 35 103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL |
23 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL | 36 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL |
24 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL | 37 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL |
25 | 38 |
26 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_conditional_scoping =
FAIL | 39 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_conditional_scoping =
FAIL |
27 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_do_scoping = FAIL | 40 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_do_scoping = FAIL |
28 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_for_scoping = FAIL | 41 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_for_scoping = FAIL |
29 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_functional_scoping = F
AIL | 42 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_functional_scoping = F
AIL |
30 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_hex_int_constant_macro
= FAIL | 43 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_hex_int_constant_macro
= FAIL |
31 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_vec4_vec3_vec4_conditi
onal = FAIL | 44 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_vec4_vec3_vec4_conditi
onal = FAIL |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 121139 WIN INTEL : conformance_textures_texture_size = FAIL | 152 121139 WIN INTEL : conformance_textures_texture_size = FAIL |
140 121139 LINUX AMD : conformance_textures_texture_size = FAIL | 153 121139 LINUX AMD : conformance_textures_texture_size = FAIL |
141 | 154 |
142 //////////////////////////////////////////////////////////////////////////////// | 155 //////////////////////////////////////////////////////////////////////////////// |
143 // | 156 // |
144 // Temprory entries: they should be removed once the bugs are fixed. | 157 // Temprory entries: they should be removed once the bugs are fixed. |
145 // | 158 // |
146 //////////////////////////////////////////////////////////////////////////////// | 159 //////////////////////////////////////////////////////////////////////////////// |
147 | 160 |
148 | 161 |
OLD | NEW |