components/lua/Makefile
changeset 3643 1a4ba329c762
parent 2106 adb848b3a7d4
child 3817 30b42c38bbc4
--- a/components/lua/Makefile	Fri Jan 16 13:13:26 2015 -0800
+++ b/components/lua/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
 
@@ -83,6 +83,18 @@
 COMPONENT_TEST_ARGS =		-e"_U=true"
 COMPONENT_TEST_TARGETS =	all.lua
 
+# Master test results are the same for both 32-bit and 64-bit, so override
+# here, rather than create multiple identical master files.
+COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+
+# The additional lua specific set of transforms to be applied to the
+# test results to try to normalize them.
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "/---- total memory:/d" ' \
+	'-e "s|elements in .\... sec|elements in x.xx sec|g" ' \
+	'-e "s|\(total time:\).*|\1|" ' \
+	'-e "s|\(test done on\).*|\1|" '
+
 # common targets
 build:		$(BUILD_32_and_64)