blob: f9d147e41cec68400ebfe22d5273c8bec0d282d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file contains a list of defective WebGL conformance tests. The expected
// format is:
// {BUG#} {MAC,WIN,LINUX,RELEASE,DEBUG} : {TEST_NAME} = {PASS,FAIL,TIMEOUT}
//
// Examples:
// 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT
// This will mark the test as DISABLED_*.
//
// 91533 WIN : gl_min_uniforms = FAIL
// This will mark the test as FAILS_*.
//
// 91532 MAC : tex_image_and_sub_image_2d_with_video = PASS FAIL
// This will mark the test as FLAKY_*.
// -----------------------------------------------------------------------------
// TIMEOUT TESTS
// -----------------------------------------------------------------------------
// The following two tests TIMEOUT on GPU Linux Tests (dbg)(1), with ATI card.
WONTFIX LINUX DEBUG : conformance_more_conformance_quickCheckAPI_B1 = TIMEOUT
WONTFIX LINUX DEBUG : conformance_more_conformance_quickCheckAPI_G_I = TIMEOUT
// -----------------------------------------------------------------------------
// FAILING TESTS
// -----------------------------------------------------------------------------
103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL
103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL
103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL
// -----------------------------------------------------------------------------
// FLAKY TESTS
// -----------------------------------------------------------------------------
|