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
e7fed672
Commit
e7fed672
authored
Dec 14, 2010
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Freshen README contents
parent
ffad35ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
README
README
+2
-5
No files found.
README
View file @
e7fed672
...
...
@@ -97,10 +97,7 @@ the test set twice (once with no compiled files, once with the compiled files
left by the previous test run). The test set produces some output. You can
generally ignore the messages about skipped tests due to optional features which
can't be imported. If a message is printed about a failed test or a traceback
or core dump is produced, something is wrong. On some Linux systems (those that
are not yet using glibc 6), test_strftime fails due to a non-standard
implementation of strftime() in the C library. Please ignore this, or upgrade to
glibc version 6.
or core dump is produced, something is wrong.
By default, tests are prevented from overusing resources like disk space and
memory. To enable these tests, run "make testall".
...
...
@@ -109,7 +106,7 @@ IMPORTANT: If the tests fail and you decide to mail a bug report, *don't*
include the output of "make test". It is useless. Run the failing test
manually, as follows:
./python
Lib/test/regrtest.py
-v test_whatever
./python
-m test
-v test_whatever
(substituting the top of the source tree for '.' if you built in a different
directory). This runs the test in verbose mode.
...
...
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