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
e21b45a8
Commit
e21b45a8
authored
Jul 01, 2019
by
Victor Stinner
Committed by
GitHub
Jul 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)
parent
8f4ef3b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
19 deletions
+1
-19
Lib/test/outstanding_bugs.py
Lib/test/outstanding_bugs.py
+0
-18
Misc/NEWS.d/next/Tests/2019-07-01-17-19-47.bpo-37472.WzkEAx.rst
...EWS.d/next/Tests/2019-07-01-17-19-47.bpo-37472.WzkEAx.rst
+1
-0
PCbuild/lib.pyproj
PCbuild/lib.pyproj
+0
-1
No files found.
Lib/test/outstanding_bugs.py
deleted
100644 → 0
View file @
8f4ef3b0
#
# This file is for everybody to add tests for bugs that aren't
# fixed yet. Please add a test case and appropriate bug description.
#
# When you fix one of the bugs, please move the test to the correct
# test_ module.
#
import
unittest
from
test
import
support
#
# No test cases for outstanding bugs at the moment.
#
if
__name__
==
"__main__"
:
unittest
.
main
()
Misc/NEWS.d/next/Tests/2019-07-01-17-19-47.bpo-37472.WzkEAx.rst
0 → 100644
View file @
e21b45a8
Remove ``Lib/test/outstanding_bugs.py``.
PCbuild/lib.pyproj
View file @
e21b45a8
...
...
@@ -830,7 +830,6 @@
<Compile
Include=
"test\mp_fork_bomb.py"
/>
<Compile
Include=
"test\mp_preload.py"
/>
<Compile
Include=
"test\multibytecodec_support.py"
/>
<Compile
Include=
"test\outstanding_bugs.py"
/>
<Compile
Include=
"test\pickletester.py"
/>
<Compile
Include=
"test\profilee.py"
/>
<Compile
Include=
"test\pyclbr_input.py"
/>
...
...
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