Making it easier to contribute to Servo

17 · Servo · March 16, 2023, 12:39 p.m.
Back in January, flaky tests were a serious problem for Servo’s development. Each build failure caused by flaky tests would delay merging a pull request by over two hours, and some changes took as many as seven tries to merge! But since then, we’ve made a bunch of improvements to how we run tests, which should make contributing to Servo a lot easier. What is a flaky test? Servo is tested against the Web Platform Tests, a suite of over 30,000 tests shared with all of the major web engines. Eac...