projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d49fa5e
)
Issue 20542: Temporarily skip failing test
author
Nick Coghlan
<ncoghlan@gmail.com>
Fri, 7 Feb 2014 13:34:41 +0000
(23:34 +1000)
committer
Nick Coghlan
<ncoghlan@gmail.com>
Fri, 7 Feb 2014 13:34:41 +0000
(23:34 +1000)
Lib/test/test_codecs.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_codecs.py
b/Lib/test/test_codecs.py
index dee1441f2159e686843b60532244ac89d368ff8e..8a6e0f91db0c3606e365d5c3f0d36e5690835492 100644
(file)
--- a/
Lib/test/test_codecs.py
+++ b/
Lib/test/test_codecs.py
@@
-124,6
+124,8
@@
class ReadTest(MixInCheckStateHandling):
"".join(codecs.iterdecode([bytes([c]) for c in encoded], self.encoding))
)
+ # Temporary skip, see http://bugs.python.org/issue20542
+ @unittest.skip
def test_readline(self):
def getreader(input):
stream = io.BytesIO(input.encode(self.encoding))