I made a change touching content/test/...gpu. Now `git cl upload` prints screenfuls of stuff looking like
[26/45] gpu_tests.webgl_conformance_expectations_unittest.WebGLConformanceExpectationsTest.testWebGL2ExpectationsHaveNoCollisions failed unexpectedly 0.0020s:
Traceback (most recent call last):
File "/usr/local/google/home/thakis/src/chrome/src/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py", line 80, in testWebGL2ExpectationsHaveNoCollisions
webgl_conformance_integration_test.conformance_path)
File "/usr/local/google/home/thakis/src/chrome/src/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py", line 11, in __init__
conformance_path, url_prefixes=url_prefixes)
File "/usr/local/google/home/thakis/src/chrome/src/content/test/gpu/gpu_tests/webgl_conformance_expectations.py", line 14, in __init__
url_prefixes=url_prefixes)
File "/usr/local/google/home/thakis/src/chrome/src/content/test/gpu/gpu_tests/gpu_test_expectations.py", line 80, in __init__
super(GpuTestExpectations, self).__init__(url_prefixes=url_prefixes)
File "/usr/local/google/home/thakis/src/chrome/src/content/test/gpu/gpu_tests/test_expectations.py", line 105, in __init__
self.SetExpectations()
File "/usr/local/google/home/thakis/src/chrome/src/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py", line 48, in SetExpectations
bug=660844) # WebGL 2.0.1
File "/usr/local/google/home/thakis/src/chrome/src/content/test/gpu/gpu_tests/webgl_conformance_expectations.py", line 17, in Fail
self.CheckPatternIsValid(pattern)
File "/usr/local/google/home/thakis/src/chrome/src/content/test/gpu/gpu_tests/webgl_conformance_expectations.py", line 35, in CheckPatternIsValid
'expectation does not exist: ' + full_path)
Exception: The WebGL conformance test path specified in expectation does not exist: /usr/local/google/home/thakis/src/chrome/src/third_party/webgl/src/sdk/tests/conformance2/rendering/depth-stencil-feedback-loop.html
It's not clear to me if my patch broke something of if this code is just broken. I'll --bypass-hooks.
Comment 1 by thakis@chromium.org
, Dec 13 2016