OLD | NEW |
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 // |
| 16 // 91532 MAC : tex_image_and_sub_image_2d_with_video = PASS FAIL |
| 17 // This will mark the test as FLAKY_*. |
15 | 18 |
16 // ----------------------------------------------------------------------------- | 19 // ----------------------------------------------------------------------------- |
17 // SLOW TESTS | 20 // SLOW TESTS |
18 // ----------------------------------------------------------------------------- | 21 // ----------------------------------------------------------------------------- |
19 | 22 |
20 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT | 23 91530 MAC WIN LINUX : context_lost_restored = TIMEOUT |
21 91530 LINUX MAC : conformance_quickCheckAPI = TIMEOUT | 24 91530 LINUX MAC : conformance_quickCheckAPI = TIMEOUT |
22 91530 WIN : drawingbuffer_static_canvas_test = TIMEOUT | 25 91530 WIN : drawingbuffer_static_canvas_test = TIMEOUT |
23 | 26 |
24 // ----------------------------------------------------------------------------- | 27 // ----------------------------------------------------------------------------- |
25 // FAILING TESTS | 28 // FAILING TESTS |
26 // ----------------------------------------------------------------------------- | 29 // ----------------------------------------------------------------------------- |
27 | 30 |
28 91532 LINUX : uniform_location = FAIL // Probably a driver error. | 31 91532 LINUX : uniform_location = FAIL // Probably a driver error. |
29 91533 WIN : gl_min_uniforms = FAIL | 32 91533 WIN : gl_min_uniforms = FAIL |
30 91533 WIN : oes_standard_derivatives = FAIL | 33 91533 WIN : oes_standard_derivatives = FAIL |
31 91533 WIN : texture_npot = FAIL | 34 91533 WIN : texture_npot = FAIL |
| 35 |
| 36 // ----------------------------------------------------------------------------- |
| 37 // FLAKY TESTS |
| 38 // ----------------------------------------------------------------------------- |
| 39 |
| 40 92587 MAC : tex_image_and_sub_image_2d_with_video = PASS FAIL |
OLD | NEW |