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

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

Issue 7563021: Added WebGL conformance test expectation script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 // This file contains a list of defective WebGL conformance tests. The expected
6 // format is:
7 // {BUG#} {MAC,WIN,LINUX} : {TEST_NAME} = {FAIL,TIMEOUT}
8 //
9 // Examples:
10 // 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT
11 // This will mark the test as DISABLED_*.
12 //
13 // 91533 WIN : gl_min_uniforms = FAIL
14 // This will mark the test as FAILS_*.
15
16 // -----------------------------------------------------------------------------
17 // SLOW TESTS
18 // -----------------------------------------------------------------------------
19
20 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT
Zhenyao Mo 2011/08/04 17:56:11 Usually BUG# starts with BUG or BUGWK, indicating
21 91530 LINUX MAC : conformance_quickCheckAPI = TIMEOUT
22 91530 WIN : drawingbuffer_static_canvas_test = TIMEOUT
23
24 // -----------------------------------------------------------------------------
25 // FAILING TESTS
26 // -----------------------------------------------------------------------------
27
28 91532 LINUX : uniform_location = FAIL // Probably a driver error.
29 91533 WIN : gl_min_uniforms = FAIL
30 91533 WIN : oes_standard_derivatives = FAIL
31 91533 WIN : texture_npot = FAIL
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698