Buildbot suppression rules
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 2 Aug 2011 20:20:00 +0000 (13:20 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 19 Aug 2011 23:26:06 +0000 (16:26 -0700)
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>
config/suppressed-warnings.txt [new file with mode: 0644]

diff --git a/config/suppressed-warnings.txt b/config/suppressed-warnings.txt
new file mode 100644 (file)
index 0000000..13a1efd
--- /dev/null
@@ -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 `.*'$