Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3b10dc35
Commit
3b10dc35
authored
Dec 02, 2002
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require 'largefile' resource for Mac OSX as well.
parent
bb484652
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Lib/test/test_largefile.py
Lib/test/test_largefile.py
+5
-5
No files found.
Lib/test/test_largefile.py
View file @
3b10dc35
...
@@ -23,11 +23,11 @@ size = 2500000000L
...
@@ -23,11 +23,11 @@ size = 2500000000L
name
=
test_support
.
TESTFN
name
=
test_support
.
TESTFN
# On Windows
this test comsumes large resources; It takes a long time to build
# On Windows
and Mac OSX this test comsumes large resources; It takes
#
the >2GB file and takes >2GB of disk space therefore the resource must b
e
#
a long time to build the >2GB file and takes >2GB of disk spac
e
#
enabled to run this test. If not, nothing after this line stanza will be
#
therefore the resource must be enabled to run this test. If not,
# executed.
#
nothing after this line stanza will be
executed.
if
sys
.
platform
[:
3
]
==
'win'
:
if
sys
.
platform
[:
3
]
==
'win'
or
sys
.
platform
==
'darwin'
:
test_support
.
requires
(
test_support
.
requires
(
'largefile'
,
'largefile'
,
'test requires %s bytes and a long time to run'
%
str
(
size
))
'test requires %s bytes and a long time to run'
%
str
(
size
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment