20460221 CVS should have some master test results to compare against
authorJames Chang <james.c.chang@Oracle.COM>
Wed, 15 Jul 2015 09:34:52 -0700
changeset 4652 d0e37876680e
parent 4651 28673cba9fe1
child 4653 4fb953160e20
20460221 CVS should have some master test results to compare against
components/cvs/Makefile
components/cvs/test/results-64.master
--- a/components/cvs/Makefile	Wed Jul 15 08:57:33 2015 -0700
+++ b/components/cvs/Makefile	Wed Jul 15 09:34:52 2015 -0700
@@ -50,6 +50,9 @@
 COMPONENT_TEST_ENV += PATH=$(GNUBIN):$(PATH)
 COMPONENT_TEST_TARGETS = localcheck
 
+# Test transforms to cut out randomly-ordered test messages
+COMPONENT_TEST_TRANSFORMS += '-e "/^cp.*/d" ' \
+
 configure:	$(CONFIGURE_64)
 
 build:		$(BUILD_64)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/cvs/test/results-64.master	Wed Jul 15 09:34:52 2015 -0700
@@ -0,0 +1,92 @@
+make[1]: Entering directory `$(@D)'
+/usr/gnu/bin/make  all-recursive
+make[2]: Entering directory `$(@D)'
+Making all in lib
+make[3]: Entering directory `$(@D)/lib'
+/usr/gnu/bin/make  all-am
+make[4]: Entering directory `$(@D)/lib'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `$(@D)/lib'
+make[3]: Leaving directory `$(@D)/lib'
+Making all in diff
+make[3]: Entering directory `$(@D)/diff'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `$(@D)/diff'
+Making all in src
+make[3]: Entering directory `$(@D)/src'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `$(@D)/src'
+Making all in man
+make[3]: Entering directory `$(@D)/man'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `$(@D)/man'
+Making all in doc
+make[3]: Entering directory `$(@D)/doc'
+Making all in i18n
+make[4]: Entering directory `$(@D)/doc/i18n'
+Making all in pt_BR
+make[5]: Entering directory `$(@D)/doc/i18n/pt_BR'
+make[5]: Nothing to be done for `all'.
+make[5]: Leaving directory `$(@D)/doc/i18n/pt_BR'
+make[5]: Entering directory `$(@D)/doc/i18n'
+make[5]: Nothing to be done for `all-am'.
+make[5]: Leaving directory `$(@D)/doc/i18n'
+make[4]: Leaving directory `$(@D)/doc/i18n'
+make[4]: Entering directory `$(@D)/doc'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `$(@D)/doc'
+make[3]: Leaving directory `$(@D)/doc'
+Making all in contrib
+make[3]: Entering directory `$(@D)/contrib'
+Making all in pam
+make[4]: Entering directory `$(@D)/contrib/pam'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `$(@D)/contrib/pam'
+make[4]: Entering directory `$(@D)/contrib'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `$(@D)/contrib'
+make[3]: Leaving directory `$(@D)/contrib'
+Making all in tools
+make[3]: Entering directory `$(@D)/tools'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `$(@D)/tools'
+Making all in windows-NT
+make[3]: Entering directory `$(@D)/windows-NT'
+Making all in SCC
+make[4]: Entering directory `$(@D)/windows-NT/SCC'
+make[4]: Nothing to be done for `all'.
+make[4]: Leaving directory `$(@D)/windows-NT/SCC'
+make[4]: Entering directory `$(@D)/windows-NT'
+make[4]: Nothing to be done for `all-am'.
+make[4]: Leaving directory `$(@D)/windows-NT'
+make[3]: Leaving directory `$(@D)/windows-NT'
+Making all in os2
+make[3]: Entering directory `$(@D)/os2'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `$(@D)/os2'
+Making all in emx
+make[3]: Entering directory `$(@D)/emx'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `$(@D)/emx'
+Making all in vms
+make[3]: Entering directory `$(@D)/vms'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `$(@D)/vms'
+Making all in maint-aux
+make[3]: Entering directory `$(@D)/maint-aux'
+make[3]: Nothing to be done for `all'.
+make[3]: Leaving directory `$(@D)/maint-aux'
+make[3]: Entering directory `$(@D)'
+make[3]: Leaving directory `$(@D)'
+make[2]: Leaving directory `$(@D)'
+cd src && /usr/gnu/bin/make  "localcheck"
+make[2]: Entering directory `$(@D)/src'
+/bin/sh $(SOURCE_DIR)/src/sanity.sh `pwd`/cvs
+This test should produce no other output than this message, and a final "OK".
+(Note that the test can take an hour or more to run and periodically stops
+for as long as one minute.  Do not assume there is a problem just because
+nothing seems to happen for a long time.  If you cannot live without
+running status, try the command: `tail -f check.log' from another window.)
+OK, all 3578 tests passed (11 test groups skipped).
+make[2]: Leaving directory `$(@D)/src'
+make[1]: Leaving directory `$(@D)'