It's time to catch up with that technical debt and refactor our tests to use the chromium_tests recipe module classes, e.g. to swarmed GTest tests (run by SwarmingGTestTest class)
This will allow us to benefit from the changes Chromium makes to the recipes, and also use the Flakiness dashboard.
Note: Please make sure that your test launcher produces correct GTest output, otherwise SwarmingGTestTEst class won't upload results. If you do not yet generate any output I'd recommend to generate JSON that follows this standard instead: https://www.chromium.org/developers/the-json-test-results-format. Then you'd be able to upload these results directly to test-results.appspot.com reather than having to covert it form GTest to this format first.
Comment 1 by serg...@chromium.org
, Oct 20 2016