Increase default CQ test coverage for ANGLE's OpenGL back-end |
|
Issue descriptionIn issue 842408 , it seems as though a linker change broke the GL-back end because of a difference in handling using an incorrect Window proc in ANGLE. Going forward if we're shipping the GL back-end with issue 693090 we should ensure that CLs that break the GL-back end are caught on the CQ. This could be done a few ways, listed in increasing order of CQ testing time: - add the optional bots to the extra bots steps of more directories, like those for compiler changes - add a basic "does this turn on" test for the GL back-end to the main CQ - add the GL/Passthrough WebGL 1 tests to the Windows main CQ
,
Jun 1 2018
I think the simple thing here is to have a browser_test that just checks that --use-angle=gl doesn't crash (just booting angle and doing nothing else). That'll give us a pretty solid "are things completely busted?" check without requiring a ton of work, i.e. option 2.h
,
Jun 1 2018
(ignore the spurious trailing h) |
|
►
Sign in to add a comment |
|
Comment 1 by kbr@chromium.org
, May 31 2018