| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_sin = FAIL | 180 137892 LINUX INTEL : conformance_glsl_functions_glsl_function_sin = FAIL |
| 181 137892 LINUX INTEL : conformance_reading_read_pixels_test = FAIL | 181 137892 LINUX INTEL : conformance_reading_read_pixels_test = FAIL |
| 182 137892 LINUX INTEL : conformance_rendering_point_size = FAIL | 182 137892 LINUX INTEL : conformance_rendering_point_size = FAIL |
| 183 137892 LINUX INTEL : conformance_textures_texture_mips = FAIL | 183 137892 LINUX INTEL : conformance_textures_texture_mips = FAIL |
| 184 | 184 |
| 185 //////////////////////////////////////////////////////////////////////////////// | 185 //////////////////////////////////////////////////////////////////////////////// |
| 186 // | 186 // |
| 187 // Temprory entries: they should be removed once the bugs are fixed. | 187 // Temprory entries: they should be removed once the bugs are fixed. |
| 188 // | 188 // |
| 189 //////////////////////////////////////////////////////////////////////////////// | 189 //////////////////////////////////////////////////////////////////////////////// |
| OLD | NEW |