BuildBot Error 2

#0 / 0 rate

BuildBot Error 2

36 users

2018-07-10

petewil

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Description

Skip through errors and failures in buildbot output.

Skip through errors in buildbot output.
- Adds buttons to buildbot compile log pages on build.chromium.org that skips to and highlights the next error or failure in the build output.

The errors and failures will not be parsed until the logs have completely loaded, which may take several seconds.

Useful for Chromium developers only to help find errors in a very large logfile. It works by using regular expressions to find the compiler errors for the compilers we use for chromium and for the gtest unit test failure format.

Source code is here: https://github.com/petewil-G/buildbot-error

If you have any feature requests, grab the source off the website and send me a pull request!

Thanks to Evan Martin for the original version, and CarlosK for feature suggestions.