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
38bdfaa1
Commit
38bdfaa1
authored
Mar 05, 2008
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use -u urlfetch to run more tests
parent
64984a89
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Misc/build.sh
Misc/build.sh
+3
-3
No files found.
Misc/build.sh
View file @
38bdfaa1
...
...
@@ -202,7 +202,7 @@ if [ $err = 0 -a "$BUILD_DISABLED" != "yes" ]; then
## make and run basic tests
F
=
make-test.out
start
=
`
current_time
`
$PYTHON
$REGRTEST_ARGS
>
& build/
$F
$PYTHON
$REGRTEST_ARGS
-u
urlfetch
>
& build/
$F
NUM_FAILURES
=
`
count_failures build/
$F
`
place_summary_first build/
$F
update_status
"Testing basics (
$NUM_FAILURES
failures)"
"
$F
"
$start
...
...
@@ -210,7 +210,7 @@ if [ $err = 0 -a "$BUILD_DISABLED" != "yes" ]; then
F
=
make-test-opt.out
start
=
`
current_time
`
$PYTHON
-O
$REGRTEST_ARGS
>
& build/
$F
$PYTHON
-O
$REGRTEST_ARGS
-u
urlfetch
>
& build/
$F
NUM_FAILURES
=
`
count_failures build/
$F
`
place_summary_first build/
$F
update_status
"Testing opt (
$NUM_FAILURES
failures)"
"
$F
"
$start
...
...
@@ -221,7 +221,7 @@ if [ $err = 0 -a "$BUILD_DISABLED" != "yes" ]; then
start
=
`
current_time
`
## ensure that the reflog exists so the grep doesn't fail
touch
$REFLOG
$PYTHON
$REGRTEST_ARGS
-R
4:3:
$REFLOG
-u
network
$LEAKY_SKIPS
>
& build/
$F
$PYTHON
$REGRTEST_ARGS
-R
4:3:
$REFLOG
-u
network
,urlfetch
$LEAKY_SKIPS
>
& build/
$F
LEAK_PAT
=
"(
$LEAKY_TESTS
|sum=0)"
NUM_FAILURES
=
`
egrep
-vc
"
$LEAK_PAT
"
$REFLOG
`
place_summary_first build/
$F
...
...
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