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 | 36 UNFILED MAC DEBUG : 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 | 40 UNFILED WIN MAC : conformance_glsl_misc_shader_with_short_circuiting_operators =
FAIL |
41 | 41 |
42 UNFILED WIN LINUX : conformance_textures_texture_attachment_formats = FAIL | 42 UNFILED WIN LINUX : conformance_textures_texture_attachment_formats = FAIL |
43 | 43 |
44 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 |
45 125963 MAC AMD : conformance_typedarrays_data_view_test = FAIL | 45 125963 MAC AMD : conformance_typedarrays_data_view_test = FAIL |
46 | 46 |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 | 160 |
161 //////////////////////////////////////////////////////////////////////////////// | 161 //////////////////////////////////////////////////////////////////////////////// |
162 // | 162 // |
163 // Temprory entries: they should be removed once the bugs are fixed. | 163 // Temprory entries: they should be removed once the bugs are fixed. |
164 // | 164 // |
165 //////////////////////////////////////////////////////////////////////////////// | 165 //////////////////////////////////////////////////////////////////////////////// |
166 | 166 |
167 // Should be passing after the next webkit roll | 167 // Should be passing after the next webkit roll |
168 UNFILED MAC WIN LINUX : conformance_renderbuffers_framebuffer_state_restoration
= FAIL | 168 UNFILED MAC WIN LINUX : conformance_renderbuffers_framebuffer_state_restoration
= FAIL |
169 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 |