--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
--
reliablity_tests used the automation framework, which has been deprecated for over a year. So in that sense, anyone that is depending on tests that use it have had ample time to convert to other frameworks (i.e. browser_tests, telemetry). There comes a point when we just have to bite the bullet and start removing that code.
On Tue, Sep 24, 2013 at 12:38 PM, John Abd-El-Malek <jabde...@google.com> wrote:
reliablity_tests used the automation framework, which has been deprecated for over a year. So in that sense, anyone that is depending on tests that use it have had ample time to convert to other frameworks (i.e. browser_tests, telemetry). There comes a point when we just have to bite the bullet and start removing that code.Thanks for pointing out that this is part of the automation framework deprecation, that wasn't clear to me.Do we have some new test that's comparable to reliablity_tests that the memory bots should run instead?