| 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 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 // ----------------------------------------------------------------------------- | 27 // ----------------------------------------------------------------------------- |
| 28 | 28 |
| 29 103573 WIN : conformance_glsl_functions_glsl_function_atan = FAIL | 29 103573 WIN : conformance_glsl_functions_glsl_function_atan = FAIL |
| 30 103573 WIN : conformance_glsl_functions_glsl_function_atan_xy = FAIL | 30 103573 WIN : conformance_glsl_functions_glsl_function_atan_xy = FAIL |
| 31 103573 WIN : conformance_glsl_functions_glsl_function_mod_gentype = FAIL | 31 103573 WIN : conformance_glsl_functions_glsl_function_mod_gentype = FAIL |
| 32 | 32 |
| 33 103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL | 33 103759 MAC WIN LINUX : conformance_more_functions_readPixelsBadArgs = FAIL |
| 34 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL | 34 103759 MAC WIN LINUX : conformance_more_functions_texImage2DHTML = FAIL |
| 35 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL | 35 103759 MAC WIN LINUX : conformance_more_functions_texSubImage2DHTML = FAIL |
| 36 | 36 |
| 37 104772 MAC WIN LINUX : conformance_textures_tex_image_and_sub_image_2d_with_vide
o = FAIL | |
| 38 | |
| 39 // ----------------------------------------------------------------------------- | 37 // ----------------------------------------------------------------------------- |
| 40 // FLAKY TESTS | 38 // FLAKY TESTS |
| 41 // ----------------------------------------------------------------------------- | 39 // ----------------------------------------------------------------------------- |
| 42 | 40 |
| 43 | 41 |
| OLD | NEW |