OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 khronos_glcts conformance tests. The | 5 // This file contains a list of defective khronos_glcts conformance tests. The |
6 // expected format is: | 6 // expected 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 |
11 // MAVERICKS | 11 // MAVERICKS |
12 // NVIDIA AMD INTEL | 12 // NVIDIA AMD INTEL |
13 // 0xabcd - GPU PCI device ID. Specifying a PCI id requires a vendor. | 13 // 0xabcd - GPU PCI device ID. Specifying a PCI id requires a vendor. |
14 // DEBUG RELEASE | 14 // DEBUG RELEASE |
15 // | 15 // |
16 // TEST_NAME can be a specific test name, or have a '*' in the end, which | 16 // TEST_NAME can be a specific test name, or have a '*' in the end, which |
17 // indicates a prefix matching. | 17 // indicates a prefix matching. |
18 // | 18 // |
19 // Any tests whose expectations are not PASS will be skipped on the bots. | 19 // Any tests whose expectations are not PASS will be skipped on the bots. |
20 // | 20 // |
21 // Examples: | 21 // Examples: |
22 // 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT | 22 // 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT |
23 // 91533 WIN : gl_min_uniforms = FAIL | 23 // 91533 WIN : gl_min_uniforms = FAIL |
24 // 91531 MAC WIN LINUX : conformance_more_* = SKIP | 24 // 91531 MAC WIN LINUX : conformance_more_* = SKIP |
25 // 91532 MAC NVIDIA 0x0640 : tex_image_and_sub_image_2d_with_video = PASS FAIL | 25 // 91532 MAC NVIDIA 0x0640 : tex_image_and_sub_image_2d_with_video = PASS FAIL |
26 | 26 |
27 // Chromium implements GL_ARB_texture_rectangle which makes this test fail | 27 // Chromium implements GL_ARB_texture_rectangle which makes this test fail |
28 139729 DEBUG RELEASE : ES2_CTS_gtf_GL_build_Texture_Rectangle_Samplers_frag = FA
IL | 28 139729 DEBUG RELEASE : ES2_CTS_gtf_GL_build_Texture_Rectangle_Samplers_frag = FA
IL |
29 | 29 |
| 30 // eglGetCurrentDisplay() returns EGL_NO_DISPLAY which causes this test to fail. |
| 31 421568 DEBUG RELEASE : ES2_CTS_gtf_GL2ExtensionTests_egl_create_context_egl_crea
te_context = FAIL |
| 32 |
30 //////////////////////////////////////////////////////////////////////////////// | 33 //////////////////////////////////////////////////////////////////////////////// |
31 // | 34 // |
32 // Temporary entries: they should be removed once the bugs are fixed. | 35 // Temporary entries: they should be removed once the bugs are fixed. |
33 // | 36 // |
34 //////////////////////////////////////////////////////////////////////////////// | 37 //////////////////////////////////////////////////////////////////////////////// |
OLD | NEW |