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

Unified Diff: content/test/gpu/gpu_tests/depth_capture_expectations.py

Issue 2476693002: WebGL & 16-bit video stream: upload to FLOAT texture. (Closed)
Patch Set: Rebase after crrev.com/2527343002 land. Created 4 years, 1 month 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: content/test/gpu/gpu_tests/depth_capture_expectations.py
diff --git a/content/test/gpu/gpu_tests/depth_capture_expectations.py b/content/test/gpu/gpu_tests/depth_capture_expectations.py
new file mode 100644
index 0000000000000000000000000000000000000000..4f6f920433079a34d965ec8bd64a2e649cea0459
--- /dev/null
+++ b/content/test/gpu/gpu_tests/depth_capture_expectations.py
@@ -0,0 +1,14 @@
+# Copyright 2016 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.
+
+from gpu_tests.gpu_test_expectations import GpuTestExpectations
+
+# See the GpuTestExpectations class for documentation.
+
+class DepthCaptureExpectations(GpuTestExpectations):
+ def SetExpectations(self):
+ # Sample Usage:
+ # self.Fail('DepthCapture_depthStreamToRGBAFloatTexture',
+ # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
+ return

Powered by Google App Engine
This is Rietveld 408576698