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