Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: gpu/gles2_conform_support/gles2_conform_test_expectations.txt

Issue 105733002: Move src/gpu/gles2_conform_test out of src-internal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 // This file contains a list of defective GLES2 conformance tests. The expected
6 // format is:
7 // {BUG#} {MODIFIERS} : {TEST_NAME} = {PASS,FAIL,FLAKY,TIMEOUT,SKIP}
8 //
9 // MODIFIERS can be a combination of the below list:
10 // WIN XP VISTA WIN7 MAC LEOPARD SNOWLEOPARD LION LINUX CHROMEOS MOUNTAINLION
11 // NVIDIA AMD INTEL
12 // 0x**** (this is a gpu's PCI device ID)
13 // DEBUG RELEASE
14 //
15 // TEST_NAME can be a specific test name, or have a '*' in the end, which
16 // indicates a prefix matching.
17 //
18 // Any tests whose expectations are not PASS will be skipped on the bots.
19 //
20 // Examples:
21 // 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT
22 // 91533 WIN : gl_min_uniforms = FAIL
23 // 91531 MAC WIN LINUX : conformance_more_* = SKIP
24 // 91532 MAC NVIDIA 0x0640 : tex_image_and_sub_image_2d_with_video = PASS FAIL
25
26 253674 LION INTEL : GL2ExtensionTests_dFdy_input_run = FAIL
27 253674 LION INTEL : GL2FixedTests_point_sprites_input_run = FAIL
28 253674 LION INTEL : GL2Tests_glUniform_input_run = FAIL
29 253674 LION INTEL : GL2Tests_three_uniforms_input_run = FAIL
30 253674 LION INTEL : GL_control_flow_input_run = FAIL
31 253674 LION INTEL : GL_dot_input_run = FAIL
32 253674 LION INTEL : GL_faceforward_input_run = FAIL
33 253674 LION INTEL : GL_length_input_run = FAIL
34 253674 LION INTEL : GL_normalize_input_run = FAIL
35 253674 LION INTEL : GL_reflect_input_run = FAIL
36 253674 LION INTEL : GL_refract_input_run = FAIL
37 253674 LION INTEL : GL_tan_input_run = FAIL
38
39 253674 LION AMD : GL2FixedTests_point_sprites_input_run = FAIL
40 253674 LION AMD : GL2Tests_glUniform_input_run = FAIL
41 253674 LION AMD : GL2Tests_three_uniforms_input_run = FAIL
42 253674 LION AMD : GL_dot_input_run = FAIL
43 253674 LION AMD : GL_length_input_run = FAIL
44
45 // See also crbug.com/306485 for non-Lion instances.
46 253674 MAC AMD : GL_distance_input_run = FAIL
47
48 253674 MOUNTAINLION AMD : GL2ExtensionTests_dFdy_input_run = FAIL
49 253674 MOUNTAINLION AMD : GL2FixedTests_point_sprites_input_run = FAIL
50 253674 MOUNTAINLION AMD : GL2Tests_glUniform_input_run = FAIL
51 253674 MOUNTAINLION AMD : GL2Tests_three_uniforms_input_run = FAIL
52 253674 MOUNTAINLION AMD : GL_control_flow_input_run = FAIL
53 253674 MOUNTAINLION AMD : GL_operators_input_run = FAIL
54
55 253674 MOUNTAINLION INTEL : GL2ExtensionTests_dFdy_input_run = FAIL
56 253674 MOUNTAINLION INTEL : GL2FixedTests_point_sprites_input_run = FAIL
57 253674 MOUNTAINLION INTEL : GL2Tests_glUniform_input_run = FAIL
58 253674 MOUNTAINLION INTEL : GL2Tests_three_uniforms_input_run = FAIL
59 253674 MOUNTAINLION INTEL : GL_control_flow_input_run = FAIL
60 253674 MOUNTAINLION INTEL : GL_operators_input_run = FAIL
61
62 253674 MAC NVIDIA : GL2Tests_glUniform_input_run = FAIL
63 253674 MAC NVIDIA : GL2Tests_three_uniforms_input_run = FAIL
64
65 ////////////////////////////////////////////////////////////////////////////////
66 //
67 // Temprory entries: they should be removed once the bugs are fixed.
68 //
69 ////////////////////////////////////////////////////////////////////////////////
70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698