| OLD | NEW |
| 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 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 GLES2 conformance tests. The expected | 5 // This file contains a list of defective GLES2 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 MOUNTAINLION | 10 // WIN XP VISTA WIN7 MAC LEOPARD SNOWLEOPARD LION LINUX CHROMEOS MOUNTAINLION |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 393677 CHROMEOS INTEL 0xa011 : GL_log2_input_run = FAIL | 88 393677 CHROMEOS INTEL 0xa011 : GL_log2_input_run = FAIL |
| 89 393677 CHROMEOS INTEL 0xa011 : GL_normalize_input_run = FAIL | 89 393677 CHROMEOS INTEL 0xa011 : GL_normalize_input_run = FAIL |
| 90 393677 CHROMEOS INTEL 0xa011 : GL_sin_input_run = FAIL | 90 393677 CHROMEOS INTEL 0xa011 : GL_sin_input_run = FAIL |
| 91 393677 CHROMEOS INTEL 0xa011 : GL2ExtensionTests_dFdx_input_run = FAIL | 91 393677 CHROMEOS INTEL 0xa011 : GL2ExtensionTests_dFdx_input_run = FAIL |
| 92 393677 CHROMEOS INTEL 0xa011 : GL2ExtensionTests_dFdy_input_run = FAIL | 92 393677 CHROMEOS INTEL 0xa011 : GL2ExtensionTests_dFdy_input_run = FAIL |
| 93 393677 CHROMEOS INTEL 0xa011 : GL2ExtensionTests_fwidth_input_run = FAIL | 93 393677 CHROMEOS INTEL 0xa011 : GL2ExtensionTests_fwidth_input_run = FAIL |
| 94 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_blend_input_run = FAIL | 94 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_blend_input_run = FAIL |
| 95 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_point_rasterization_input_run = FAI
L | 95 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_point_rasterization_input_run = FAI
L |
| 96 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_scissor_input_run = FAIL | 96 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_scissor_input_run = FAIL |
| 97 | 97 |
| 98 598902 LINUX OPENGL INTEL : GL2Tests_fixed_data_type_input_run = FAIL |
| 99 598902 LINUX OPENGL INTEL : GLCoverage_input_run = FAIL |
| 100 598902 LINUX OPENGL INTEL : GL2FixedTests_copy_texture_input_run = FAIL |
| 101 |
| 98 //////////////////////////////////////////////////////////////////////////////// | 102 //////////////////////////////////////////////////////////////////////////////// |
| 99 // | 103 // |
| 100 // Temprory entries: they should be removed once the bugs are fixed. | 104 // Temprory entries: they should be removed once the bugs are fixed. |
| 101 // | 105 // |
| 102 //////////////////////////////////////////////////////////////////////////////// | 106 //////////////////////////////////////////////////////////////////////////////// |
| 103 | 107 |
| OLD | NEW |