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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 UNFILED MAC INTEL : conformance_textures_texture_size = FAIL | 100 UNFILED MAC INTEL : conformance_textures_texture_size = FAIL |
101 | 101 |
102 UNFILED LINUX NVIDIA : conformance_uniforms_uniform_location = FAIL | 102 UNFILED LINUX NVIDIA : conformance_uniforms_uniform_location = FAIL |
103 UNFILED LINUX NVIDIA : conformance_textures_texture_mips = FAIL | 103 UNFILED LINUX NVIDIA : conformance_textures_texture_mips = FAIL |
104 | 104 |
105 UNFILED LINUX INTEL : conformance_renderbuffers_framebuffer_object_attachment =
FAIL | 105 UNFILED LINUX INTEL : conformance_renderbuffers_framebuffer_object_attachment =
FAIL |
106 UNFILED LINUX INTEL : conformance_state_gl_object_get_calls = FAIL | 106 UNFILED LINUX INTEL : conformance_state_gl_object_get_calls = FAIL |
107 UNFILED LINUX INTEL : conformance_textures_texture_npot = FAIL | 107 UNFILED LINUX INTEL : conformance_textures_texture_npot = FAIL |
108 UNFILED LINUX INTEL : conformance_glsl_variables_gl_pointcoord = FAIL | 108 UNFILED LINUX INTEL : conformance_glsl_variables_gl_pointcoord = FAIL |
109 | 109 |
110 UNFILED LINUX AMD : conformance_misc_object_deletion_behavior = FAIL | 110 UNFILED LINUX AMD : conformance_misc_object_deletion_behaviour = FAIL |
111 UNFILED LINUX AMD : conformance_textures_texture_mips = FAIL | 111 UNFILED LINUX AMD : conformance_textures_texture_mips = FAIL |
112 UNFILED LINUX AMD : conformance_textures_texture_size = FAIL | 112 UNFILED LINUX AMD : conformance_textures_texture_size = FAIL |
113 | 113 |
114 // ----------------------------------------------------------------------------- | 114 // ----------------------------------------------------------------------------- |
115 // FLAKY TESTS | 115 // FLAKY TESTS |
116 // ----------------------------------------------------------------------------- | 116 // ----------------------------------------------------------------------------- |
117 | 117 |
118 | 118 |
OLD | NEW |