[Python-3000-checkins] r55884 - python/branches/p3yk/Misc/build.sh

neal.norwitz python-3000-checkins at python.org
Mon Jun 11 07:46:38 CEST 2007


Author: neal.norwitz
Date: Mon Jun 11 07:46:33 2007
New Revision: 55884

Modified:
   python/branches/p3yk/Misc/build.sh
Log:
These tests have been removed, so they are no longer needed here

Modified: python/branches/p3yk/Misc/build.sh
==============================================================================
--- python/branches/p3yk/Misc/build.sh	(original)
+++ python/branches/p3yk/Misc/build.sh	Mon Jun 11 07:46:33 2007
@@ -70,7 +70,7 @@
 LEAKY_TESTS="test_(cmd_line|socket)"
 
 # These tests always fail, so skip them so we don't get false positives.
-_ALWAYS_SKIP="test_compiler test_transformer"
+_ALWAYS_SKIP=""
 ALWAYS_SKIP="-x $_ALWAYS_SKIP"
 
 # Skip these tests altogether when looking for leaks.  These tests


More information about the Python-3000-checkins mailing list