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

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

Issue 2133673003: Run WebGL 1.0 tests as part of the WebGL 2.0 conformance suite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More suppressions for failures and flaky tests. Created 4 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: content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
index 43b6f30ee1030dfff1e76a14e97b84e4cb413f9a..c6f5e5e02895e840f81043dfb028ca6450d955d3 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
@@ -143,5 +143,10 @@ class WebGLConformanceExpectationsTest(unittest.TestCase):
conflicts = non_gpu_conflicts and gpu_conflicts
if conflicts:
- print "WARNING: Found a conflict for", pattern
+ print "WARNING: Found a conflict for", pattern, " :"
+ print " ", c1
+ print " ", c2
+
+ print " Type:" + (" (non-gpu)" if non_gpu_conflicts else "") + \
+ (" (gpu)" if gpu_conflicts else "")
self.assertEquals(conflicts, False)
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance_expectations.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698