[svn:parrot] r49108 - branches/gc_massacre
bacek at svn.parrot.org
bacek at svn.parrot.org
Fri Sep 17 23:48:14 UTC 2010
Author: bacek
Date: Fri Sep 17 23:48:14 2010
New Revision: 49108
URL: https://trac.parrot.org/parrot/changeset/49108
Log:
mk_manifest_and_skip
Modified:
branches/gc_massacre/MANIFEST
branches/gc_massacre/MANIFEST.SKIP
Modified: branches/gc_massacre/MANIFEST
==============================================================================
--- branches/gc_massacre/MANIFEST Fri Sep 17 23:48:00 2010 (r49107)
+++ branches/gc_massacre/MANIFEST Fri Sep 17 23:48:14 2010 (r49108)
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
-# generated by tools/dev/mk_manifest_and_skip.pl Sun Sep 12 16:20:50 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Tue Sep 14 05:49:01 2010 UT
#
# See below for documentation on the format of this file.
#
@@ -1834,6 +1834,7 @@
t/op/string_cs.t [test]
t/op/string_mem.t [test]
t/op/stringu.t [test]
+t/op/testlib/test_strings.pir [test]
t/op/time.t [test]
t/op/vivify.t [test]
t/perl/Parrot_Distribution.t [test]
Modified: branches/gc_massacre/MANIFEST.SKIP
==============================================================================
--- branches/gc_massacre/MANIFEST.SKIP Fri Sep 17 23:48:00 2010 (r49107)
+++ branches/gc_massacre/MANIFEST.SKIP Fri Sep 17 23:48:14 2010 (r49108)
@@ -1,6 +1,6 @@
# ex: set ro:
# $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Mon Sep 13 12:00:37 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Tue Sep 14 05:49:01 2010 UT
#
# This file should contain a transcript of the svn:ignore properties
# of the directories in the Parrot subversion repository. (Needed for
@@ -1027,6 +1027,9 @@
^t/op/.*\.pir/
^t/op/.*_pbcexe.*$
^t/op/.*_pbcexe.*/
+# generated from svn:ignore of 't/op/testlib/'
+^t/op/testlib/.*\.pbc$
+^t/op/testlib/.*\.pbc/
# generated from svn:ignore of 't/perl/'
^t/perl/Parrot_Test_1\.pasm$
^t/perl/Parrot_Test_1\.pasm/
More information about the parrot-commits
mailing list