components/perl_modules/net-ssleay/Makefile
changeset 5577 09a6352d52ad
parent 4339 6501cf9c29f9
child 5797 432ac76de3b0
--- a/components/perl_modules/net-ssleay/Makefile	Thu Mar 10 11:56:21 2016 -0800
+++ b/components/perl_modules/net-ssleay/Makefile	Thu Mar 10 12:36:54 2016 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -45,9 +45,19 @@
 # The component Makefile.PL file will ask some questions on whether we want
 # to run external tests, to which we want to answer with "n".
 COMPONENT_CONFIGURE_ENV += ; echo "n" |
+COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
 COMPONENT_TEST_TARGETS = test
 COMPONENT_TEST_TRANSFORMS += \
-        '-e "s|\(^Files=\).*|\1|" '
+	'-e "/^[mM]ake/d" ' \
+	'-e "/^PERL_DL_NONLAZY/d" ' \
+	'-e "/ENCRYPTED/d" ' \
+	'-e "/^Files/d" ' \
+	'-e "/^Failed /d" ' \
+	'-e "/61_threads-cb-crash/d" ' \
+	'-e "/62_threads-ctx_new-deadlock/d" ' \
+	'-e "/^Running /d" ' \
+	'-e "/^chmod /d" ' \
+	'-e "/^Use of uninitialized/d" '
 
 build:		$(BUILD_32_and_64)
 
@@ -59,4 +69,7 @@
 
 
 REQUIRED_PACKAGES += library/security/openssl
+REQUIRED_PACKAGES += runtime/perl-512
+REQUIRED_PACKAGES += runtime/perl-520
+REQUIRED_PACKAGES += runtime/perl-522
 REQUIRED_PACKAGES += system/library