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

Side by Side Diff: chrome/test/gpu/webgl_conformance_test_expectations.txt

Issue 8890056: Mark one WebGL test as passing. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/test/gpu/webgl_conformance_test_list_autogen.h » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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#} {MAC,WIN,LINUX} : {TEST_NAME} = {FAIL,TIMEOUT} 7 // {BUG#} {MAC,WIN,LINUX} : {TEST_NAME} = {FAIL,TIMEOUT}
8 // 8 //
9 // Examples: 9 // Examples:
10 // 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT 10 // 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT
11 // This will mark the test as DISABLED_*. 11 // This will mark the test as DISABLED_*.
12 // 12 //
13 // 91533 WIN : gl_min_uniforms = FAIL 13 // 91533 WIN : gl_min_uniforms = FAIL
14 // This will mark the test as FAILS_*. 14 // This will mark the test as FAILS_*.
15 // 15 //
16 // 91532 MAC : tex_image_and_sub_image_2d_with_video = PASS FAIL 16 // 91532 MAC : tex_image_and_sub_image_2d_with_video = PASS FAIL
17 // This will mark the test as FLAKY_*. 17 // This will mark the test as FLAKY_*.
18 18
19 // ----------------------------------------------------------------------------- 19 // -----------------------------------------------------------------------------
20 // TIMEOUT TESTS 20 // TIMEOUT TESTS
21 // ----------------------------------------------------------------------------- 21 // -----------------------------------------------------------------------------
22 22
23 103804 MAC WIN LINUX : conformance_textures_tex_input_validation = TIMEOUT
24
25 // ----------------------------------------------------------------------------- 23 // -----------------------------------------------------------------------------
26 // FAILING TESTS 24 // FAILING TESTS
27 // ----------------------------------------------------------------------------- 25 // -----------------------------------------------------------------------------
28 26
29 103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL 27 103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL
30 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL 28 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL
31 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL 29 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL
32 30
33 // ----------------------------------------------------------------------------- 31 // -----------------------------------------------------------------------------
34 // FLAKY TESTS 32 // FLAKY TESTS
35 // ----------------------------------------------------------------------------- 33 // -----------------------------------------------------------------------------
36 34
37 35
OLDNEW
« no previous file with comments | « no previous file | chrome/test/gpu/webgl_conformance_test_list_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698