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

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

Issue 1277253002: Apply the bot config api based on the command line arguments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile failure Created 5 years, 3 months 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
« no previous file with comments | « gpu/gles2_conform_support/gles2_conform_test.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 517966 WIN OPENGL : GL2FixedTests_blend_input_run = FAIL
28 517966 WIN OPENGL : GL2FixedTests_buffer_clear_input_run = FAIL
29 517966 WIN OPENGL : GL2FixedTests_buffer_color_input_run = FAIL
30 517966 WIN OPENGL : GL2FixedTests_copy_texture_input_run = FAIL
31 517966 WIN OPENGL : GL2FixedTests_depth_buffer_clear_input_run = FAIL
32 517966 WIN OPENGL : GL2FixedTests_stencil_plane_clear_input_run = FAIL
33 517966 WIN OPENGL : GL2FixedTests_user_clip_planes_input_run = FAIL
34
27 253674 LION INTEL : GL2ExtensionTests_dFdy_input_run = FAIL 35 253674 LION INTEL : GL2ExtensionTests_dFdy_input_run = FAIL
28 253674 LION INTEL : GL2FixedTests_point_sprites_input_run = FAIL 36 253674 LION INTEL : GL2FixedTests_point_sprites_input_run = FAIL
29 253674 LION INTEL : GL_control_flow_input_run = FAIL 37 253674 LION INTEL : GL_control_flow_input_run = FAIL
30 253674 LION INTEL : GL_dot_input_run = FAIL 38 253674 LION INTEL : GL_dot_input_run = FAIL
31 253674 LION INTEL : GL_faceforward_input_run = FAIL 39 253674 LION INTEL : GL_faceforward_input_run = FAIL
32 253674 LION INTEL : GL_length_input_run = FAIL 40 253674 LION INTEL : GL_length_input_run = FAIL
33 253674 LION INTEL : GL_normalize_input_run = FAIL 41 253674 LION INTEL : GL_normalize_input_run = FAIL
34 253674 LION INTEL : GL_reflect_input_run = FAIL 42 253674 LION INTEL : GL_reflect_input_run = FAIL
35 253674 LION INTEL : GL_refract_input_run = FAIL 43 253674 LION INTEL : GL_refract_input_run = FAIL
36 253674 LION INTEL : GL_tan_input_run = FAIL 44 253674 LION INTEL : GL_tan_input_run = FAIL
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_blend_input_run = FAIL 83 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_blend_input_run = FAIL
76 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_point_rasterization_input_run = FAI L 84 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_point_rasterization_input_run = FAI L
77 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_scissor_input_run = FAIL 85 393677 CHROMEOS INTEL 0xa011 : GL2FixedTests_scissor_input_run = FAIL
78 86
79 //////////////////////////////////////////////////////////////////////////////// 87 ////////////////////////////////////////////////////////////////////////////////
80 // 88 //
81 // Temprory entries: they should be removed once the bugs are fixed. 89 // Temprory entries: they should be removed once the bugs are fixed.
82 // 90 //
83 //////////////////////////////////////////////////////////////////////////////// 91 ////////////////////////////////////////////////////////////////////////////////
84 92
OLDNEW
« no previous file with comments | « gpu/gles2_conform_support/gles2_conform_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698