// 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 // -----------------------------------------------------------------------------