| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 | 178 |
| 179 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_acos = FAIL | 179 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_acos = FAIL |
| 180 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_asin = FAIL | 180 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_asin = FAIL |
| 181 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_atan = FAIL | 181 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_atan = FAIL |
| 182 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_atan_xy = FAIL | 182 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_atan_xy = FAIL |
| 183 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_sin = FAIL | 183 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_sin = FAIL |
| 184 137892 LINUX INTEL : conformance_reading_read_pixels_test = FAIL | 184 137892 LINUX INTEL : conformance_reading_read_pixels_test = FAIL |
| 185 137892 LINUX INTEL : conformance_rendering_point_size = FAIL | 185 137892 LINUX INTEL : conformance_rendering_point_size = FAIL |
| 186 137892 LINUX INTEL : conformance_textures_texture_mips = FAIL | 186 137892 LINUX INTEL : conformance_textures_texture_mips = FAIL |
| 187 | 187 |
| 188 173794 LINUX NVIDIA : conformance_attribs_gl_disabled_vertex_attrib = FLAKY |
| 189 |
| 188 //////////////////////////////////////////////////////////////////////////////// | 190 //////////////////////////////////////////////////////////////////////////////// |
| 189 // | 191 // |
| 190 // Temprory entries: they should be removed once the bugs are fixed. | 192 // Temprory entries: they should be removed once the bugs are fixed. |
| 191 // | 193 // |
| 192 //////////////////////////////////////////////////////////////////////////////// | 194 //////////////////////////////////////////////////////////////////////////////// |
| OLD | NEW |