projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7544497
)
bpo-36876: Skip test_check_c_globals for now. (gh-16017)
author
Eric Snow
<ericsnowcurrently@gmail.com>
Thu, 12 Sep 2019 09:51:00 +0000
(10:51 +0100)
committer
GitHub
<noreply@github.com>
Thu, 12 Sep 2019 09:51:00 +0000
(10:51 +0100)
Lib/test/test_check_c_globals.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_check_c_globals.py
b/Lib/test/test_check_c_globals.py
index 009560e8d98d970c4c1f6674f93281af45538045..a3925f0ca887eaff017122d6ba05a97d8973be25 100644
(file)
--- a/
Lib/test/test_check_c_globals.py
+++ b/
Lib/test/test_check_c_globals.py
@@
-9,7
+9,9
@@
with test.test_tools.imports_under_tool('c-analyzer'):
class ActualChecks(unittest.TestCase):
# XXX Also run the check in "make check".
- @unittest.expectedFailure
+ #@unittest.expectedFailure
+ # Failing on one of the buildbots (see https://bugs.python.org/issue36876).
+ @unittest.skip('activate this once all the globals have been resolved')
def test_check_c_globals(self):
try:
main('check', {})