Separate GPU Trace Test into 2 tests.
Not all devices support GPU Tracing, but it is still useful to be able run a trace test which tests whether or not traces are properly plumbed all the way through the stack. This CL separates out trace tests into 2 different tests, the original "trace_test" only tests the CPU side and does not test anything on the GPU. The "device_trace_test" will be used to test whether or not GPU traces are working properly on devices which support it. Currently the device trace test is set to skip unconditionally. Once we have the recipes set up to run the "device_trace_test" we can enable this for devices that support it. BUG=455324 TEST=trybots Review URL: https://codereview.chromium.org/874023003 Cr-Commit-Position: refs/heads/master@{#314614}
Showing
Please register or sign in to comment