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 _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
