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 115122 LINUX WIN7 NVIDIA DEBUG : conformance_textures_tex_image_and_sub_image_2d
_with_video = TIMEOUT | |
23 | |
24 103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL | 22 103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL |
25 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL | 23 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL |
26 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL | 24 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL |
27 | 25 |
28 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 |
29 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 |
30 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 |
31 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 |
32 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 |
33 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 |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 121139 WIN INTEL : conformance_textures_texture_size = FAIL | 134 121139 WIN INTEL : conformance_textures_texture_size = FAIL |
137 121139 LINUX AMD : conformance_textures_texture_size = FAIL | 135 121139 LINUX AMD : conformance_textures_texture_size = FAIL |
138 | 136 |
139 //////////////////////////////////////////////////////////////////////////////// | 137 //////////////////////////////////////////////////////////////////////////////// |
140 // | 138 // |
141 // Temprory entries: they should be removed once the bugs are fixed. | 139 // Temprory entries: they should be removed once the bugs are fixed. |
142 // | 140 // |
143 //////////////////////////////////////////////////////////////////////////////// | 141 //////////////////////////////////////////////////////////////////////////////// |
144 | 142 |
145 | 143 |
OLD | NEW |