[Python-checkins] python/dist/src/Lib/test test_largefile.py,1.12.6.2,1.12.6.3

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
2003年3月31日 09:42:54 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv12935
Modified Files:
 Tag: release22-maint
	test_largefile.py 
Log Message:
backport largefile resource requirement for Mac OSX
Index: test_largefile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_largefile.py,v
retrieving revision 1.12.6.2
retrieving revision 1.12.6.3
diff -C2 -d -r1.12.6.2 -r1.12.6.3
*** test_largefile.py	17 Mar 2002 15:55:50 -0000	1.12.6.2
--- test_largefile.py	31 Mar 2003 17:42:52 -0000	1.12.6.3
***************
*** 24,32 ****
 
 
! # On Windows this test comsumes large resources; It takes a long time to build
! # the >2GB file and takes >2GB of disk space therefore the resource must be
! # enabled to run this test. If not, nothing after this line stanza will be
! # executed.
! if sys.platform[:3] == 'win':
 test_support.requires(
 'largefile',
--- 24,32 ----
 
 
! # On Windows and Mac OSX this test comsumes large resources; It takes
! # a long time to build the >2GB file and takes >2GB of disk space
! # therefore the resource must be enabled to run this test. If not,
! # nothing after this line stanza will be executed.
! if sys.platform[:3] == 'win' or sys.platform == 'darwin':
 test_support.requires(
 'largefile',

AltStyle によって変換されたページ (->オリジナル) /