Author: rgrjr
Date: Tue Aug 19 08:57:11 2008
New Revision: 30345

Modified:
   branches/RELEASE_0_7_0/config/gen/makefiles/root.in
   branches/RELEASE_0_7_0/docs/project/release_manager_guide.pod

Log:
[release] Clean up "make fulltest" (see list discussion).
* config/gen/makefiles/root.in:
   + (fulltest):  Run codetest instead of codingstd_tests.
* docs/project/release_manager_guide.pod:
   + So we don't need to say "failures are OK" here.


Modified: branches/RELEASE_0_7_0/config/gen/makefiles/root.in
==============================================================================
--- branches/RELEASE_0_7_0/config/gen/makefiles/root.in (original)
+++ branches/RELEASE_0_7_0/config/gen/makefiles/root.in Tue Aug 19 08:57:11 2008
@@ -1483,7 +1483,7 @@
        [EMAIL PROTECTED]@ src_tests
        [EMAIL PROTECTED]@ run_tests
        [EMAIL PROTECTED]@ perl_tests
-       [EMAIL PROTECTED]@ codingstd_tests
+       [EMAIL PROTECTED]@ codetest
        [EMAIL PROTECTED]@ benchmark_tests
        [EMAIL PROTECTED]@ doc_tests
        [EMAIL PROTECTED]@ distro_tests

Modified: branches/RELEASE_0_7_0/docs/project/release_manager_guide.pod
==============================================================================
--- branches/RELEASE_0_7_0/docs/project/release_manager_guide.pod       
(original)
+++ branches/RELEASE_0_7_0/docs/project/release_manager_guide.pod       Tue Aug 
19 08:57:11 2008
@@ -106,7 +106,7 @@
 
 Run C<perl tools/dev/pbc_header.pl --upd t/native_pbc/*.pbc>
 to update version and fingerprint in the native tests.
-Please check with C<perl t/native_pbc/*.t>.
+Please check with C<prove t/native_pbc/*.t>.
 
 NOTE: Due to frequent PBC changes, these tests are currently skipped.
 
@@ -120,10 +120,7 @@
  $ make fulltest        2>&1 | tee make_fulltest.log
 
 Note that running "make fulltest" takes a while and that separate
-harnesses are being run.  Also, note that "make fulltest" includes
-"make codingstd_tests"; some of these are expected to fail, but the
-subset run by "make test" B<must> pass (see C<@developing_tests> in
-F<lib/Parrot/Harness/DefaultTests.pm>).
+harnesses are being run.
 
 =back
 

Reply via email to