# HG changeset patch # User James Chang # Date 1423849986 28800 # Node ID 1cc4670100bb6126e0c3b084220dfd29b87b8e00 # Parent e4e25504c28c15011777fb92e52ceb77b36cc730 20455823 X11-PROTOCOL should have some master test results to compare against diff -r e4e25504c28c -r 1cc4670100bb components/perl_modules/perl-x11-protocol/Makefile --- a/components/perl_modules/perl-x11-protocol/Makefile Fri Feb 13 07:06:59 2015 -0800 +++ b/components/perl_modules/perl-x11-protocol/Makefile Fri Feb 13 09:53:06 2015 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. # include ../../../make-rules/shared-macros.mk @@ -41,6 +41,7 @@ ASLR_MODE = $(ASLR_NOT_APPLICABLE) COMPONENT_TEST_TARGETS = test +COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master build: $(BUILD_32_and_64) diff -r e4e25504c28c -r 1cc4670100bb components/perl_modules/perl-x11-protocol/test/results-all.master --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/perl_modules/perl-x11-protocol/test/results-all.master Fri Feb 13 09:53:06 2015 -0800 @@ -0,0 +1,7 @@ +make[1]: Entering directory `$(@D)' +PERL_DL_NONLAZY=1 $(PERL) "-Iblib/lib" "-Iblib/arch" test.pl +1..3 +ok 1 +ok 2 +ok 3 +make[1]: Leaving directory `$(@D)'