components/gcc48/Makefile
changeset 5030 8a4221164865
parent 4339 6501cf9c29f9
child 5066 7e7b4d607ab6
--- a/components/gcc48/Makefile	Thu Oct 29 11:05:40 2015 -0700
+++ b/components/gcc48/Makefile	Thu Oct 29 11:50:25 2015 -0700
@@ -132,6 +132,17 @@
 COMPONENT_TEST_ARGS = -k -i
 COMPONENT_TEST_TARGETS = check check-target
 
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "s|\(Test Run By\).*|\1|" ' \
+	'-e "/\(Missing header fix: \).*/d" ' \
+	'-e "/\(\\*\\*\\* complex.h\).*/d" ' \
+	'-e "/\(\\*\\*\\* math.h\).*/d" ' \
+	'-e "/\(\\*\\*\\* stdio.h\).*/d" '
+
+# Master test results are different between x86 and SPARC.
+COMPONENT_TEST_MASTER = \
+	$(COMPONENT_TEST_RESULTS_DIR)/results-$(MACH)-$(BITS).master
+
 test:	$(TEST_32)
 
 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)