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 // ----------------------------------------------------------------------------- | |
23 // TIMEOUT TESTS | |
24 // ----------------------------------------------------------------------------- | |
25 | |
26 // The following two tests TIMEOUT on GPU Linux Tests (dbg)(1), with ATI card. | |
27 WONTFIX LINUX DEBUG : conformance_more_conformance_quickCheckAPI_B1 = TIMEOUT | |
28 WONTFIX LINUX DEBUG : conformance_more_conformance_quickCheckAPI_G_I = TIMEOUT | |
29 | |
30 115122 LINUX WIN7 NVIDIA DEBUG : conformance_textures_tex_image_and_sub_image_2d
_with_video = TIMEOUT | 22 115122 LINUX WIN7 NVIDIA DEBUG : conformance_textures_tex_image_and_sub_image_2d
_with_video = TIMEOUT |
31 | 23 |
32 // ----------------------------------------------------------------------------- | |
33 // FAILING TESTS | |
34 // ----------------------------------------------------------------------------- | |
35 | |
36 103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL | 24 103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL |
37 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL | 25 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL |
38 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL | 26 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL |
39 | 27 |
40 113695 MAC WIN LINUX : conformance_misc_instanceof_test = FAIL | 28 113695 MAC WIN LINUX : conformance_misc_instanceof_test = FAIL |
41 | 29 |
42 UNFILED MAC WIN LINUX : conformance_textures_origin_clean_conformance = FAIL | 30 UNFILED MAC WIN LINUX : conformance_textures_origin_clean_conformance = FAIL |
43 | 31 |
44 UNFILED WIN : conformance_glsl_functions_glsl_function_atan = FAIL | 32 UNFILED WIN : conformance_glsl_functions_glsl_function_atan = FAIL |
45 UNFILED WIN : conformance_glsl_functions_glsl_function_atan_xy = FAIL | 33 UNFILED WIN : conformance_glsl_functions_glsl_function_atan_xy = FAIL |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 UNFILED MAC AMD : conformance_attribs_gl_vertexattribpointer_offsets = FAIL | 91 UNFILED MAC AMD : conformance_attribs_gl_vertexattribpointer_offsets = FAIL |
104 UNFILED MAC AMD : conformance_attribs_gl_vertexattribpointer = FAIL | 92 UNFILED MAC AMD : conformance_attribs_gl_vertexattribpointer = FAIL |
105 UNFILED MAC AMD : conformance_misc_type_conversion_test = FAIL | 93 UNFILED MAC AMD : conformance_misc_type_conversion_test = FAIL |
106 UNFILED MAC AMD : conformance_renderbuffers_framebuffer_object_attachment = FAIL | 94 UNFILED MAC AMD : conformance_renderbuffers_framebuffer_object_attachment = FAIL |
107 UNFILED MAC AMD : conformance_textures_copy_tex_image_and_sub_image_2d = FAIL | 95 UNFILED MAC AMD : conformance_textures_copy_tex_image_and_sub_image_2d = FAIL |
108 UNFILED MAC AMD : conformance_typedarrays_array_unit_tests = FAIL | 96 UNFILED MAC AMD : conformance_typedarrays_array_unit_tests = FAIL |
109 UNFILED MAC AMD : conformance_glsl_functions_glsl_function_distance = FAIL | 97 UNFILED MAC AMD : conformance_glsl_functions_glsl_function_distance = FAIL |
110 UNFILED MAC AMD : conformance_glsl_functions_glsl_function_dot = FAIL | 98 UNFILED MAC AMD : conformance_glsl_functions_glsl_function_dot = FAIL |
111 UNFILED MAC AMD : conformance_glsl_functions_glsl_function_length = FAIL | 99 UNFILED MAC AMD : conformance_glsl_functions_glsl_function_length = FAIL |
112 UNFILED MAC AMD : conformance_glsl_variables_gl_pointcoord = FAIL | 100 UNFILED MAC AMD : conformance_glsl_variables_gl_pointcoord = FAIL |
| 101 UNFILED MAC AMD : conformance_reading_read_pixels_test = TIMEOUT |
| 102 |
| 103 WONTFIX LINUX DEBUG : conformance_more_conformance_quickCheckAPI_B1 = TIMEOUT |
| 104 WONTFIX LINUX DEBUG : conformance_more_conformance_quickCheckAPI_G_I = TIMEOUT |
113 | 105 |
114 UNFILED LINUX NVIDIA : conformance_uniforms_uniform_location = FAIL | 106 UNFILED LINUX NVIDIA : conformance_uniforms_uniform_location = FAIL |
115 UNFILED LINUX NVIDIA : conformance_textures_texture_mips = FAIL | 107 UNFILED LINUX NVIDIA : conformance_textures_texture_mips = FAIL |
116 | 108 |
117 UNFILED LINUX INTEL : conformance_renderbuffers_framebuffer_object_attachment =
FAIL | 109 UNFILED LINUX INTEL : conformance_renderbuffers_framebuffer_object_attachment =
FAIL |
118 UNFILED LINUX INTEL : conformance_state_gl_object_get_calls = FAIL | 110 UNFILED LINUX INTEL : conformance_state_gl_object_get_calls = FAIL |
119 UNFILED LINUX INTEL : conformance_textures_texture_npot = FAIL | 111 UNFILED LINUX INTEL : conformance_textures_texture_npot = FAIL |
120 UNFILED LINUX INTEL : conformance_glsl_variables_gl_pointcoord = FAIL | 112 UNFILED LINUX INTEL : conformance_glsl_variables_gl_pointcoord = FAIL |
121 | 113 |
122 UNFILED LINUX AMD : conformance_misc_object_deletion_behaviour = FAIL | 114 UNFILED LINUX AMD : conformance_misc_object_deletion_behaviour = FAIL |
123 UNFILED LINUX AMD : conformance_textures_texture_mips = FAIL | 115 UNFILED LINUX AMD : conformance_textures_texture_mips = FAIL |
124 UNFILED LINUX AMD : conformance_textures_texture_size = FAIL | 116 UNFILED LINUX AMD : conformance_textures_texture_size = FAIL |
125 | 117 |
126 // ----------------------------------------------------------------------------- | |
127 // FLAKY TESTS | |
128 // ----------------------------------------------------------------------------- | |
129 | |
130 | |
OLD | NEW |