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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/gpu/webgl_conformance_test_expectations.txt
diff --git a/chrome/test/gpu/webgl_conformance_test_expectations.txt b/chrome/test/gpu/webgl_conformance_test_expectations.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d24a0fa95c0631addf743b816582a26c9d9b0bb2
--- /dev/null
+++ b/chrome/test/gpu/webgl_conformance_test_expectations.txt
@@ -0,0 +1,31 @@
+// 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} : {TEST_NAME} = {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_*.
+
+// -----------------------------------------------------------------------------
+// SLOW TESTS
+// -----------------------------------------------------------------------------
+
+91530 MAC WIN LINUX : context_lost_restored = TIMEOUT
Zhenyao Mo 2011/08/04 17:56:11 Usually BUG# starts with BUG or BUGWK, indicating
+91530 LINUX MAC : conformance_quickCheckAPI = TIMEOUT
+91530 WIN : drawingbuffer_static_canvas_test = TIMEOUT
+
+// -----------------------------------------------------------------------------
+// FAILING TESTS
+// -----------------------------------------------------------------------------
+
+91532 LINUX : uniform_location = FAIL // Probably a driver error.
+91533 WIN : gl_min_uniforms = FAIL
+91533 WIN : oes_standard_derivatives = FAIL
+91533 WIN : texture_npot = FAIL

Powered by Google App Engine
This is Rietveld 408576698