Comment #7 on issue 21793 by [email protected]: Create expectations file for flaky UI and unit tests http://code.google.com/p/chromium/issues/detail?id=21793
Instead of having an expectation file hard to maintain and hard to plug into buildbot, I just extended gtest to support FLAKY_. The behavior is exactly the same as without FLAKY_, except that if only FLAKY_ tests are failing, the return code will remain 0, so the buildbot won't turn red. Next step. IF return code == 0 AND flaky tests failed THEN turn buildbot orange. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
