Buildbot suppression rules

The warnings listed in the suppression file will be suppressed
and not flagged during regular buildbot builds.  These warnings
are expected, harmless, and can obscure real issues unless they
are suppressed.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf 2011-08-02 13:20:00 -07:00
parent 4c069d3494
commit 9c4f40b894
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#
# Expected warnings which should be suppressed by buildbot
#
None : ^libtool: install: warning: relinking `.*'$
None : ^libtool: install: warning: remember to run `libtool --finish .*'$
None : ^libtool: install: warning: `.*' has not been installed in `.*'$