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 |
(...skipping 12 matching lines...) Expand all Loading... |
23 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL | 23 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL |
24 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL | 24 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL |
25 | 25 |
26 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_conditional_scoping =
FAIL | 26 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 | 27 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 | 28 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 | 29 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 | 30 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 | 31 UNFILED MAC WIN LINUX : conformance_glsl_misc_shader_with_vec4_vec3_vec4_conditi
onal = FAIL |
32 | 32 |
| 33 125679 MAC WIN LINUX : conformance_buffers_index_validation = FAIL |
| 34 125679 MAC WIN LINUX : conformance_canvas_framebuffer_bindings_unaffected_on_res
ize = FAIL |
| 35 125679 MAC WIN LINUX : conformance_context_context_creation_and_destruction = FA
IL |
| 36 125679 WIN LINUX : conformance_glsl_misc_shader_with_non_reserved_words = FAIL |
| 37 |
33 113695 MAC WIN LINUX : conformance_misc_instanceof_test = FAIL | 38 113695 MAC WIN LINUX : conformance_misc_instanceof_test = FAIL |
34 | 39 |
35 UNFILED MAC WIN LINUX : conformance_textures_origin_clean_conformance = FAIL | 40 UNFILED MAC WIN LINUX : conformance_textures_origin_clean_conformance = FAIL |
36 | 41 |
37 UNFILED WIN : conformance_glsl_functions_glsl_function_atan = FAIL | 42 UNFILED WIN : conformance_glsl_functions_glsl_function_atan = FAIL |
38 UNFILED WIN : conformance_glsl_functions_glsl_function_atan_xy = FAIL | 43 UNFILED WIN : conformance_glsl_functions_glsl_function_atan_xy = FAIL |
39 UNFILED WIN : conformance_glsl_misc_struct_nesting_under_maximum = FAIL | 44 UNFILED WIN : conformance_glsl_misc_struct_nesting_under_maximum = FAIL |
40 | 45 |
41 UNFILED WIN : conformance_extensions_webgl_compressed_texture_s3tc = FAIL | 46 UNFILED WIN : conformance_extensions_webgl_compressed_texture_s3tc = FAIL |
42 UNFILED WIN : conformance_glsl_samplers_glsl_function_texture2d_bias = FAIL | 47 UNFILED WIN : conformance_glsl_samplers_glsl_function_texture2d_bias = FAIL |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 121139 WIN INTEL : conformance_textures_texture_size = FAIL | 139 121139 WIN INTEL : conformance_textures_texture_size = FAIL |
135 121139 LINUX AMD : conformance_textures_texture_size = FAIL | 140 121139 LINUX AMD : conformance_textures_texture_size = FAIL |
136 | 141 |
137 //////////////////////////////////////////////////////////////////////////////// | 142 //////////////////////////////////////////////////////////////////////////////// |
138 // | 143 // |
139 // Temprory entries: they should be removed once the bugs are fixed. | 144 // Temprory entries: they should be removed once the bugs are fixed. |
140 // | 145 // |
141 //////////////////////////////////////////////////////////////////////////////// | 146 //////////////////////////////////////////////////////////////////////////////// |
142 | 147 |
143 | 148 |
OLD | NEW |