components/doxygen/Makefile
changeset 3643 1a4ba329c762
parent 2225 f064d3d3190d
child 3817 30b42c38bbc4
--- a/components/doxygen/Makefile	Fri Jan 16 13:13:26 2015 -0800
+++ b/components/doxygen/Makefile	Fri Jan 16 13:30:16 2015 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
@@ -70,6 +70,13 @@
 COMPONENT_TEST_DIR =		$(BUILD_DIR_64)/testing
 COMPONENT_TEST_TARGETS =	tests
 
+# The additional doxygen specific set of transforms to be applied to the
+# test results to try to normalize them.
+COMPONENT_TEST_TRANSFORMS += \
+        '-e "s|\(error opening bib\).*|\1|" ' \
+        '-e "s|\(test_output_012/indexpage.xml\).*|\1|" ' \
+        '-e "s|\(012/indexpage.xml\).*|\1|" '
+
 ASLR_MODE = $(ASLR_ENABLE)
 
 # common targets